Removing the "freeglut_glutfont_definitions.c" dependency from the VX 2008 and 2010 project files

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1041 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
fayjf 2012-02-04 13:46:31 +00:00
parent 8174572da7
commit 69be7aaf80
3 changed files with 0 additions and 8 deletions

View File

@ -697,10 +697,6 @@
RelativePath="..\..\src\Common\freeglut_geometry.c"
>
</File>
<File
RelativePath="..\..\src\Common\freeglut_glutfont_definitions.c"
>
</File>
<File
RelativePath="..\..\src\Common\freeglut_init.c"
>

View File

@ -329,7 +329,6 @@
<ClCompile Include="..\..\src\Common\freeglut_font_data.c" />
<ClCompile Include="..\..\src\Common\freeglut_gamemode.c" />
<ClCompile Include="..\..\src\Common\freeglut_geometry.c" />
<ClCompile Include="..\..\src\Common\freeglut_glutfont_definitions.c" />
<ClCompile Include="..\..\src\Common\freeglut_init.c" />
<ClCompile Include="..\..\src\Common\freeglut_input_devices.c" />
<ClCompile Include="..\..\src\Common\freeglut_joystick.c" />

View File

@ -42,9 +42,6 @@
<ClCompile Include="..\..\src\Common\freeglut_geometry.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\src\Common\freeglut_glutfont_definitions.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\src\Common\freeglut_init.c">
<Filter>Source Files</Filter>
</ClCompile>