mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
Remove deleted md4 library related files from the Visual Studio project
git-svn-id: https://svn.eduke32.com/eduke32@3762 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
5a4e7b651b
commit
8db5b4b38a
2 changed files with 0 additions and 8 deletions
|
@ -90,7 +90,6 @@
|
|||
<ClInclude Include="build\include\kplib.h" />
|
||||
<ClInclude Include="build\include\lzwnew.h" />
|
||||
<ClInclude Include="build\include\malloc.c.h" />
|
||||
<ClInclude Include="build\include\md4.h" />
|
||||
<ClInclude Include="build\include\mdsprite.h" />
|
||||
<ClInclude Include="build\include\mmulti.h" />
|
||||
<ClInclude Include="build\include\mutex.h" />
|
||||
|
@ -206,7 +205,6 @@
|
|||
<ClCompile Include="build\src\hightile.c" />
|
||||
<ClCompile Include="build\src\kplib.c" />
|
||||
<ClCompile Include="build\src\lzwnew.c" />
|
||||
<ClCompile Include="build\src\md4.c" />
|
||||
<ClCompile Include="build\src\mdsprite.c" />
|
||||
<ClCompile Include="build\src\mutex.c" />
|
||||
<ClCompile Include="build\src\osd.c" />
|
||||
|
|
|
@ -105,9 +105,6 @@
|
|||
<ClInclude Include="build\include\malloc.c.h">
|
||||
<Filter>build\headers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="build\include\md4.h">
|
||||
<Filter>build\headers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="build\include\mdsprite.h">
|
||||
<Filter>build\headers</Filter>
|
||||
</ClInclude>
|
||||
|
@ -452,9 +449,6 @@
|
|||
<ClCompile Include="build\src\lzwnew.c">
|
||||
<Filter>build\source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="build\src\md4.c">
|
||||
<Filter>build\source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="build\src\mdsprite.c">
|
||||
<Filter>build\source</Filter>
|
||||
</ClCompile>
|
||||
|
|
Loading…
Reference in a new issue