Skip to content

Commit 5c57e0c

Browse files
fix: change ClCompile to ClInclude for iw3-253 header files
1 parent fbb5b48 commit 5c57e0c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

iw3xe.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@
8888
<ClInclude Include="src\game\mp_main.h" />
8989
<ClInclude Include="src\game\mp_structs.h" />
9090
<ClInclude Include="src\game\sp_main.h" />
91-
<ClCompile Include="src\game\iw3-253\cg_consolecmds.h" />
92-
<ClCompile Include="src\game\iw3-253\main.h" />
93-
<ClCompile Include="src\game\iw3-253\scr_parser.h" />
94-
<ClCompile Include="src\game\iw3-253\structs.h" />
91+
<ClInclude Include="src\game\iw3-253\cg_consolecmds.h" />
92+
<ClInclude Include="src\game\iw3-253\main.h" />
93+
<ClInclude Include="src\game\iw3-253\scr_parser.h" />
94+
<ClInclude Include="src\game\iw3-253\structs.h" />
9595
</ItemGroup>
9696
</Project>

0 commit comments

Comments
 (0)