From e1d7e97b8837fd6ae3333b5d2b9a5fade4c84d08 Mon Sep 17 00:00:00 2001 From: "John F. Fay" Date: Sat, 4 Feb 2012 05:23:24 +0000 Subject: [PATCH] Removing the "freeglut_glutfont_definitions.c" dependency from the Windows part of the "cmake" input and from the MSVC 6.0 files git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1039 7f0cb862-5218-0410-a997-914c9d46530a --- CMakeLists.txt | 1 - freeglut.dsp | 4 ---- freeglut_static.dsp | 4 ---- 3 files changed, 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9583569..c42d14d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,6 @@ SET(FREEGLUT_SRCS src/Common/freeglut_font_data.c src/Common/freeglut_gamemode.c src/Common/freeglut_geometry.c - src/Common/freeglut_glutfont_definitions.c src/Common/freeglut_init.c src/Common/freeglut_internal.h src/Common/freeglut_input_devices.c diff --git a/freeglut.dsp b/freeglut.dsp index fb6c72d..83093d3 100644 --- a/freeglut.dsp +++ b/freeglut.dsp @@ -179,10 +179,6 @@ SOURCE=.\src\Common\freeglut_geometry.c # End Source File # Begin Source File -SOURCE=.\src\Common\freeglut_glutfont_definitions.c -# End Source File -# Begin Source File - SOURCE=.\src\Common\freeglut_init.c # End Source File # Begin Source File diff --git a/freeglut_static.dsp b/freeglut_static.dsp index bd45df5..e8be9d7 100644 --- a/freeglut_static.dsp +++ b/freeglut_static.dsp @@ -186,10 +186,6 @@ SOURCE=.\src\Common\freeglut_geometry.c # End Source File # Begin Source File -SOURCE=.\src\Common\freeglut_glutfont_definitions.c -# End Source File -# Begin Source File - SOURCE=.\src\Common\freeglut_init.c # End Source File # Begin Source File -- 1.7.10.4