mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Add new headers to VS project
git-svn-id: https://svn.eduke32.com/eduke32@4615 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
3681d5e553
commit
ed703142af
2 changed files with 28 additions and 0 deletions
|
@ -254,7 +254,9 @@
|
|||
<ClInclude Include="build\include\glbuild.h" />
|
||||
<ClInclude Include="build\include\glext.h" />
|
||||
<ClInclude Include="build\include\gtkbits.h" />
|
||||
<ClInclude Include="build\include\hightile.h" />
|
||||
<ClInclude Include="build\include\kplib.h" />
|
||||
<ClInclude Include="build\include\libdivide.h" />
|
||||
<ClInclude Include="build\include\lzwnew.h" />
|
||||
<ClInclude Include="build\include\mdsprite.h" />
|
||||
<ClInclude Include="build\include\mmulti.h" />
|
||||
|
@ -265,6 +267,10 @@
|
|||
<ClInclude Include="build\include\polymer.h" />
|
||||
<ClInclude Include="build\include\polymost.h" />
|
||||
<ClInclude Include="build\include\pragmas.h" />
|
||||
<ClInclude Include="build\include\pragmas_arm.h" />
|
||||
<ClInclude Include="build\include\pragmas_ppc.h" />
|
||||
<ClInclude Include="build\include\pragmas_x86_gcc.h" />
|
||||
<ClInclude Include="build\include\pragmas_x86_msvc.h" />
|
||||
<ClInclude Include="build\include\prlights.h" />
|
||||
<ClInclude Include="build\include\lz4.h" />
|
||||
<ClInclude Include="build\include\rawinput.h" />
|
||||
|
@ -417,6 +423,7 @@
|
|||
<ClCompile Include="source\input.c" />
|
||||
<ClCompile Include="source\lunatic\lunatic_game.c" />
|
||||
<ClCompile Include="source\lunatic\lunatic_m32.c" />
|
||||
<ClCompile Include="source\m32common.c" />
|
||||
<ClCompile Include="source\m32def.c" />
|
||||
<ClCompile Include="source\m32exec.c" />
|
||||
<ClCompile Include="source\m32structures.c" />
|
||||
|
|
|
@ -435,6 +435,24 @@
|
|||
<ClInclude Include="build\include\sdl_inc.h">
|
||||
<Filter>build\headers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="build\include\hightile.h">
|
||||
<Filter>build\headers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="build\include\pragmas_ppc.h">
|
||||
<Filter>build\headers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="build\include\libdivide.h">
|
||||
<Filter>build\headers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="build\include\pragmas_arm.h">
|
||||
<Filter>build\headers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="build\include\pragmas_x86_gcc.h">
|
||||
<Filter>build\headers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="build\include\pragmas_x86_msvc.h">
|
||||
<Filter>build\headers</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="build\src\a-c.c">
|
||||
|
@ -761,6 +779,9 @@
|
|||
<ClCompile Include="build\src\xxhash.c">
|
||||
<Filter>build\source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="source\m32common.c">
|
||||
<Filter>eduke32\source\editor</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Makefile.msvc">
|
||||
|
|
Loading…
Reference in a new issue