mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Add colmatch.c to VS project. DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@5390 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
a94a292820
commit
483e2d17f2
2 changed files with 4 additions and 0 deletions
|
@ -236,6 +236,7 @@
|
|||
<ClCompile Include="build\src\baselayer.c" />
|
||||
<ClCompile Include="build\src\build.c" />
|
||||
<ClCompile Include="build\src\cache1d.c" />
|
||||
<ClCompile Include="build\src\colmatch.c" />
|
||||
<ClCompile Include="build\src\compat.c" />
|
||||
<ClCompile Include="build\src\config.c" />
|
||||
<ClCompile Include="build\src\crc32.c" />
|
||||
|
|
|
@ -896,6 +896,9 @@
|
|||
<ClCompile Include="source\jaudiolib\src\xa.c">
|
||||
<Filter>jaudiolib\source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="build\src\colmatch.c">
|
||||
<Filter>build\source</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Makefile.msvc">
|
||||
|
|
Loading…
Reference in a new issue