Moving the source code files from 'src' to 'src/Common' as a first step towards separating out the platform-specific code. This builds in MSVC 6.0 and I tried to catch all the other build systems, but I'm sure I broke *something*.
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@976 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
2331ec9b19
commit
132f622a2a
56
.gitattributes
vendored
56
.gitattributes
vendored
@ -124,35 +124,35 @@ freeglut/freeglut/progs/demos/subwin/Makefile.am -text
|
||||
freeglut/freeglut/progs/demos/subwin/subwin.c -text
|
||||
freeglut/freeglut/progs/demos/subwin/subwin.dsp -text
|
||||
freeglut/freeglut/progs/demos/subwin/subwinStatic.dsp -text
|
||||
freeglut/freeglut/src/Common/freeglut_callbacks.c -text
|
||||
freeglut/freeglut/src/Common/freeglut_cursor.c -text
|
||||
freeglut/freeglut/src/Common/freeglut_display.c -text
|
||||
freeglut/freeglut/src/Common/freeglut_ext.c -text
|
||||
freeglut/freeglut/src/Common/freeglut_font.c -text
|
||||
freeglut/freeglut/src/Common/freeglut_font_data.c -text
|
||||
freeglut/freeglut/src/Common/freeglut_gamemode.c -text
|
||||
freeglut/freeglut/src/Common/freeglut_geometry.c -text
|
||||
freeglut/freeglut/src/Common/freeglut_glutfont_definitions.c -text
|
||||
freeglut/freeglut/src/Common/freeglut_init.c -text
|
||||
freeglut/freeglut/src/Common/freeglut_input_devices.c -text
|
||||
freeglut/freeglut/src/Common/freeglut_internal.h -text
|
||||
freeglut/freeglut/src/Common/freeglut_joystick.c -text
|
||||
freeglut/freeglut/src/Common/freeglut_main.c -text
|
||||
freeglut/freeglut/src/Common/freeglut_menu.c -text
|
||||
freeglut/freeglut/src/Common/freeglut_misc.c -text
|
||||
freeglut/freeglut/src/Common/freeglut_overlay.c -text
|
||||
freeglut/freeglut/src/Common/freeglut_spaceball.c -text
|
||||
freeglut/freeglut/src/Common/freeglut_state.c -text
|
||||
freeglut/freeglut/src/Common/freeglut_stroke_mono_roman.c -text
|
||||
freeglut/freeglut/src/Common/freeglut_stroke_roman.c -text
|
||||
freeglut/freeglut/src/Common/freeglut_structure.c -text
|
||||
freeglut/freeglut/src/Common/freeglut_teapot.c -text
|
||||
freeglut/freeglut/src/Common/freeglut_teapot_data.h -text
|
||||
freeglut/freeglut/src/Common/freeglut_videoresize.c -text
|
||||
freeglut/freeglut/src/Common/freeglut_window.c -text
|
||||
freeglut/freeglut/src/Common/freeglut_xinput.c -text
|
||||
freeglut/freeglut/src/Common/freeglutdll.def -text
|
||||
freeglut/freeglut/src/Makefile.am svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/src/freeglut_callbacks.c svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/src/freeglut_cursor.c svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/src/freeglut_display.c svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/src/freeglut_ext.c svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/src/freeglut_font.c svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/src/freeglut_font_data.c svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/src/freeglut_gamemode.c svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/src/freeglut_geometry.c svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/src/freeglut_glutfont_definitions.c svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/src/freeglut_init.c svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/src/freeglut_input_devices.c svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/src/freeglut_internal.h svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/src/freeglut_joystick.c svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/src/freeglut_main.c svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/src/freeglut_menu.c svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/src/freeglut_misc.c svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/src/freeglut_overlay.c svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/src/freeglut_spaceball.c -text
|
||||
freeglut/freeglut/src/freeglut_state.c svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/src/freeglut_stroke_mono_roman.c svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/src/freeglut_stroke_roman.c svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/src/freeglut_structure.c svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/src/freeglut_teapot.c svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/src/freeglut_teapot_data.h svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/src/freeglut_videoresize.c svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/src/freeglut_window.c svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/src/freeglut_xinput.c -text
|
||||
freeglut/freeglut/src/freeglutdll.def svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/src/templates/cpp_template svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/freeglut/src/templates/header_template svn_keywords=Author+Date+Id+Revision
|
||||
freeglut/web-src/basic_page.php svn_keywords=Author+Date+Id+Revision
|
||||
|
@ -9,37 +9,37 @@ SET(FREEGLUT_HEADERS
|
||||
)
|
||||
SET(FREEGLUT_SRCS
|
||||
${FREEGLUT_HEADERS}
|
||||
src/freeglut_callbacks.c
|
||||
src/freeglut_cursor.c
|
||||
src/freeglut_display.c
|
||||
src/freeglut_ext.c
|
||||
src/freeglut_font.c
|
||||
src/freeglut_font_data.c
|
||||
src/freeglut_gamemode.c
|
||||
src/freeglut_geometry.c
|
||||
src/freeglut_glutfont_definitions.c
|
||||
src/freeglut_init.c
|
||||
src/freeglut_input_devices.c
|
||||
src/freeglut_joystick.c
|
||||
src/freeglut_main.c
|
||||
src/freeglut_menu.c
|
||||
src/freeglut_misc.c
|
||||
src/freeglut_overlay.c
|
||||
src/freeglut_spaceball.c
|
||||
src/freeglut_state.c
|
||||
src/freeglut_stroke_mono_roman.c
|
||||
src/freeglut_stroke_roman.c
|
||||
src/freeglut_structure.c
|
||||
src/freeglut_teapot.c
|
||||
src/freeglut_videoresize.c
|
||||
src/freeglut_window.c
|
||||
src/freeglut_xinput.c
|
||||
src/Common/freeglut_callbacks.c
|
||||
src/Common/freeglut_cursor.c
|
||||
src/Common/freeglut_display.c
|
||||
src/Common/freeglut_ext.c
|
||||
src/Common/freeglut_font.c
|
||||
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_input_devices.c
|
||||
src/Common/freeglut_joystick.c
|
||||
src/Common/freeglut_main.c
|
||||
src/Common/freeglut_menu.c
|
||||
src/Common/freeglut_misc.c
|
||||
src/Common/freeglut_overlay.c
|
||||
src/Common/freeglut_spaceball.c
|
||||
src/Common/freeglut_state.c
|
||||
src/Common/freeglut_stroke_mono_roman.c
|
||||
src/Common/freeglut_stroke_roman.c
|
||||
src/Common/freeglut_structure.c
|
||||
src/Common/freeglut_teapot.c
|
||||
src/Common/freeglut_videoresize.c
|
||||
src/Common/freeglut_window.c
|
||||
src/Common/freeglut_xinput.c
|
||||
)
|
||||
|
||||
#IF(WIN32)
|
||||
# LIST(APPEND FREEGLUT_SRCS src/freeglut_windows.c)
|
||||
# LIST(APPEND FREEGLUT_SRCS src/Windows/freeglut_cursor_windows.c)
|
||||
#ELSE()
|
||||
# LIST(APPEND FREEGLUT_SRCS src/freeglut_x11.c)
|
||||
# LIST(APPEND FREEGLUT_SRCS src/X11/freeglut_cursor_x11.c)
|
||||
#ENDIF()
|
||||
|
||||
# Neatly organize all of the output files in the build directory
|
||||
@ -82,7 +82,7 @@ ADD_DEFINITIONS(-DHAVE_CONFIG_H)
|
||||
|
||||
IF(BUILD_SHARED_LIBS)
|
||||
IF(WIN32)
|
||||
LIST(APPEND FREEGLUT_SRCS src/freeglutdll.def freeglut.rc)
|
||||
LIST(APPEND FREEGLUT_SRCS src/Common/freeglutdll.def freeglut.rc)
|
||||
ENDIF()
|
||||
ADD_DEFINITIONS(-DFREEGLUT_EXPORTS)
|
||||
ELSE()
|
||||
|
@ -1,3 +1,10 @@
|
||||
2012-01-09 John F. Fay <johnffay@cybertron.com>
|
||||
* Released freeglut 2.8.0 a few days ago and am restarting the ChangeLog
|
||||
* Added 'cmake' support
|
||||
* Moved source files from 'src' directory to 'src/Common' directory with
|
||||
an eye to moving platform-specific code to separate files in separate
|
||||
directories
|
||||
|
||||
2009-08-10 Sven Panne <sven.panne@aedion.de>
|
||||
|
||||
* include/GL/freeglut_ext.h,include/GL/freeglut_std.h,src/freeglut_ext.c,
|
||||
|
@ -69,7 +69,7 @@ Compilation
|
||||
* Voici un Makefile qui fera l'affaire:
|
||||
|
||||
#Makefile pour Freeglut 2.6.0-rc et Cygwin
|
||||
#A placer dans le répertoire "src"
|
||||
#A placer dans le répertoire "src/Common"
|
||||
|
||||
sources=$(wildcard *.c)
|
||||
objs=$(sources:.c=.o)
|
||||
|
@ -1,6 +1,6 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
SUBDIRS = src include progs doc
|
||||
SUBDIRS = src Common include progs doc
|
||||
AUTOMAKE_OPTIONS = gnu
|
||||
|
||||
EXTRA_DIST = \
|
||||
|
@ -22,7 +22,7 @@ DEBUG_STATIC_DIR = debug-static
|
||||
DEBUG_DYNAMIC_DIR = debug-dynamic
|
||||
|
||||
INCLUDE_DIR = ..\include
|
||||
SRC_DIR = ..\src
|
||||
SRC_DIR = ..\src\Common
|
||||
COMPILER = wcc386
|
||||
COMPILE_COMMON_OPTIONS = -i$(INCLUDE_DIR);$(%WATCOM)\h;$(%WATCOM)\h\nt -fp6 -w4 -e25 -wcd202 -bt=nt -mf -zq
|
||||
COMPILE_DEBUG_OPTIONS = -d3 -od -DDEBUG -D_DEBUG
|
||||
|
@ -67,7 +67,7 @@ Compilation
|
||||
* Here Makefile which will make the deal:
|
||||
|
||||
#Makefile for Freeglut 2.6.0-rc and Cygwin
|
||||
#To place in the directory “src”
|
||||
#To place in the directory “src/Common”
|
||||
|
||||
sources=$ (wildcard *.c)
|
||||
objs=$ (sources: .c=.o)
|
||||
|
@ -69,7 +69,7 @@
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="$(OutDir)\$(ProjectName).dll"
|
||||
LinkIncremental="2"
|
||||
ModuleDefinitionFile="..\..\src\freeglutdll.def"
|
||||
ModuleDefinitionFile="..\..\src\Common\freeglutdll.def"
|
||||
GenerateDebugInformation="true"
|
||||
RandomizedBaseAddress="1"
|
||||
ImportLibrary="$(OutDir)\$(ProjectName).lib"
|
||||
@ -361,7 +361,7 @@
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="$(OutDir)\$(ProjectName).dll"
|
||||
ModuleDefinitionFile="..\..\src\freeglutdll.def"
|
||||
ModuleDefinitionFile="..\..\src\Common\freeglutdll.def"
|
||||
RandomizedBaseAddress="1"
|
||||
ImportLibrary="$(OutDir)\$(ProjectName).lib"
|
||||
TargetMachine="1"
|
||||
@ -610,103 +610,103 @@
|
||||
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\src\freeglut_callbacks.c"
|
||||
RelativePath="..\..\src\Common\freeglut_callbacks.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\freeglut_cursor.c"
|
||||
RelativePath="..\..\src\Common\freeglut_cursor.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\freeglut_display.c"
|
||||
RelativePath="..\..\src\Common\freeglut_display.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\freeglut_ext.c"
|
||||
RelativePath="..\..\src\Common\freeglut_ext.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\freeglut_font.c"
|
||||
RelativePath="..\..\src\Common\freeglut_font.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\freeglut_font_data.c"
|
||||
RelativePath="..\..\src\Common\freeglut_font_data.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\freeglut_gamemode.c"
|
||||
RelativePath="..\..\src\Common\freeglut_gamemode.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\freeglut_geometry.c"
|
||||
RelativePath="..\..\src\Common\freeglut_geometry.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\freeglut_glutfont_definitions.c"
|
||||
RelativePath="..\..\src\Common\freeglut_glutfont_definitions.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\freeglut_init.c"
|
||||
RelativePath="..\..\src\Common\freeglut_init.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\freeglut_input_devices.c"
|
||||
RelativePath="..\..\src\Common\freeglut_input_devices.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\freeglut_joystick.c"
|
||||
RelativePath="..\..\src\Common\freeglut_joystick.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\freeglut_main.c"
|
||||
RelativePath="..\..\src\Common\freeglut_main.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\freeglut_menu.c"
|
||||
RelativePath="..\..\src\Common\freeglut_menu.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\freeglut_misc.c"
|
||||
RelativePath="..\..\src\Common\freeglut_misc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\freeglut_overlay.c"
|
||||
RelativePath="..\..\src\Common\freeglut_overlay.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\freeglut_spaceball.c"
|
||||
RelativePath="..\..\src\Common\freeglut_spaceball.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\freeglut_state.c"
|
||||
RelativePath="..\..\src\Common\freeglut_state.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\freeglut_stroke_mono_roman.c"
|
||||
RelativePath="..\..\src\Common\freeglut_stroke_mono_roman.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\freeglut_stroke_roman.c"
|
||||
RelativePath="..\..\src\Common\freeglut_stroke_roman.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\freeglut_structure.c"
|
||||
RelativePath="..\..\src\Common\freeglut_structure.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\freeglut_teapot.c"
|
||||
RelativePath="..\..\src\Common\freeglut_teapot.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\freeglut_videoresize.c"
|
||||
RelativePath="..\..\src\Common\freeglut_videoresize.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\freeglut_window.c"
|
||||
RelativePath="..\..\src\Common\freeglut_window.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\freeglutdll.def"
|
||||
RelativePath="..\..\src\Common\freeglutdll.def"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
@ -723,7 +723,7 @@
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\freeglut_internal.h"
|
||||
RelativePath="..\..\src\Common\freeglut_internal.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
@ -731,7 +731,7 @@
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\freeglut_teapot_data.h"
|
||||
RelativePath="..\..\src\Common\freeglut_teapot_data.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
@ -161,7 +161,7 @@
|
||||
<DataExecutionPrevention>
|
||||
</DataExecutionPrevention>
|
||||
<TargetMachine>MachineX86</TargetMachine>
|
||||
<ModuleDefinitionFile>..\..\src\freeglutdll.def</ModuleDefinitionFile>
|
||||
<ModuleDefinitionFile>..\..\src\Common\freeglutdll.def</ModuleDefinitionFile>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
@ -251,7 +251,7 @@
|
||||
<DataExecutionPrevention>
|
||||
</DataExecutionPrevention>
|
||||
<TargetMachine>MachineX86</TargetMachine>
|
||||
<ModuleDefinitionFile>..\..\src\freeglutdll.def</ModuleDefinitionFile>
|
||||
<ModuleDefinitionFile>..\..\src\Common\freeglutdll.def</ModuleDefinitionFile>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
@ -321,40 +321,40 @@
|
||||
</Lib>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\src\freeglut_callbacks.c" />
|
||||
<ClCompile Include="..\..\src\freeglut_cursor.c" />
|
||||
<ClCompile Include="..\..\src\freeglut_display.c" />
|
||||
<ClCompile Include="..\..\src\freeglut_ext.c" />
|
||||
<ClCompile Include="..\..\src\freeglut_font.c" />
|
||||
<ClCompile Include="..\..\src\freeglut_font_data.c" />
|
||||
<ClCompile Include="..\..\src\freeglut_gamemode.c" />
|
||||
<ClCompile Include="..\..\src\freeglut_geometry.c" />
|
||||
<ClCompile Include="..\..\src\freeglut_glutfont_definitions.c" />
|
||||
<ClCompile Include="..\..\src\freeglut_init.c" />
|
||||
<ClCompile Include="..\..\src\freeglut_input_devices.c" />
|
||||
<ClCompile Include="..\..\src\freeglut_joystick.c" />
|
||||
<ClCompile Include="..\..\src\freeglut_main.c" />
|
||||
<ClCompile Include="..\..\src\freeglut_menu.c" />
|
||||
<ClCompile Include="..\..\src\freeglut_misc.c" />
|
||||
<ClCompile Include="..\..\src\freeglut_overlay.c" />
|
||||
<ClCompile Include="..\..\src\freeglut_spaceball.c" />
|
||||
<ClCompile Include="..\..\src\freeglut_state.c" />
|
||||
<ClCompile Include="..\..\src\freeglut_stroke_mono_roman.c" />
|
||||
<ClCompile Include="..\..\src\freeglut_stroke_roman.c" />
|
||||
<ClCompile Include="..\..\src\freeglut_structure.c" />
|
||||
<ClCompile Include="..\..\src\freeglut_teapot.c" />
|
||||
<ClCompile Include="..\..\src\freeglut_videoresize.c" />
|
||||
<ClCompile Include="..\..\src\freeglut_window.c" />
|
||||
<ClCompile Include="..\..\src\Common\freeglut_callbacks.c" />
|
||||
<ClCompile Include="..\..\src\Common\freeglut_cursor.c" />
|
||||
<ClCompile Include="..\..\src\Common\freeglut_display.c" />
|
||||
<ClCompile Include="..\..\src\Common\freeglut_ext.c" />
|
||||
<ClCompile Include="..\..\src\Common\freeglut_font.c" />
|
||||
<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" />
|
||||
<ClCompile Include="..\..\src\Common\freeglut_main.c" />
|
||||
<ClCompile Include="..\..\src\Common\freeglut_menu.c" />
|
||||
<ClCompile Include="..\..\src\Common\freeglut_misc.c" />
|
||||
<ClCompile Include="..\..\src\Common\freeglut_overlay.c" />
|
||||
<ClCompile Include="..\..\src\Common\freeglut_spaceball.c" />
|
||||
<ClCompile Include="..\..\src\Common\freeglut_state.c" />
|
||||
<ClCompile Include="..\..\src\Common\freeglut_stroke_mono_roman.c" />
|
||||
<ClCompile Include="..\..\src\Common\freeglut_stroke_roman.c" />
|
||||
<ClCompile Include="..\..\src\Common\freeglut_structure.c" />
|
||||
<ClCompile Include="..\..\src\Common\freeglut_teapot.c" />
|
||||
<ClCompile Include="..\..\src\Common\freeglut_videoresize.c" />
|
||||
<ClCompile Include="..\..\src\Common\freeglut_window.c" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\..\src\freeglutdll.def" />
|
||||
<None Include="..\..\src\Common\freeglutdll.def" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\include\GL\freeglut.h" />
|
||||
<ClInclude Include="..\..\include\GL\freeglut_ext.h" />
|
||||
<ClInclude Include="..\..\src\freeglut_internal.h" />
|
||||
<ClInclude Include="..\..\src\Common\freeglut_internal.h" />
|
||||
<ClInclude Include="..\..\include\GL\freeglut_std.h" />
|
||||
<ClInclude Include="..\..\src\freeglut_teapot_data.h" />
|
||||
<ClInclude Include="..\..\src\Common\freeglut_teapot_data.h" />
|
||||
<ClInclude Include="..\..\include\GL\glut.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
@ -15,81 +15,81 @@
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\src\freeglut_callbacks.c">
|
||||
<ClCompile Include="..\..\src\Common\freeglut_callbacks.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\freeglut_cursor.c">
|
||||
<ClCompile Include="..\..\src\Common\freeglut_cursor.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\freeglut_display.c">
|
||||
<ClCompile Include="..\..\src\Common\freeglut_display.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\freeglut_ext.c">
|
||||
<ClCompile Include="..\..\src\Common\freeglut_ext.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\freeglut_font.c">
|
||||
<ClCompile Include="..\..\src\Common\freeglut_font.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\freeglut_font_data.c">
|
||||
<ClCompile Include="..\..\src\Common\freeglut_font_data.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\freeglut_gamemode.c">
|
||||
<ClCompile Include="..\..\src\Common\freeglut_gamemode.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\freeglut_geometry.c">
|
||||
<ClCompile Include="..\..\src\Common\freeglut_geometry.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\freeglut_glutfont_definitions.c">
|
||||
<ClCompile Include="..\..\src\Common\freeglut_glutfont_definitions.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\freeglut_init.c">
|
||||
<ClCompile Include="..\..\src\Common\freeglut_init.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\freeglut_input_devices.c">
|
||||
<ClCompile Include="..\..\src\Common\freeglut_input_devices.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\freeglut_joystick.c">
|
||||
<ClCompile Include="..\..\src\Common\freeglut_joystick.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\freeglut_main.c">
|
||||
<ClCompile Include="..\..\src\Common\freeglut_main.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\freeglut_menu.c">
|
||||
<ClCompile Include="..\..\src\Common\freeglut_menu.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\freeglut_misc.c">
|
||||
<ClCompile Include="..\..\src\Common\freeglut_misc.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\freeglut_overlay.c">
|
||||
<ClCompile Include="..\..\src\Common\freeglut_overlay.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\freeglut_spaceball.c">
|
||||
<ClCompile Include="..\..\src\Common\freeglut_spaceball.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\freeglut_state.c">
|
||||
<ClCompile Include="..\..\src\Common\freeglut_state.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\freeglut_stroke_mono_roman.c">
|
||||
<ClCompile Include="..\..\src\Common\freeglut_stroke_mono_roman.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\freeglut_stroke_roman.c">
|
||||
<ClCompile Include="..\..\src\Common\freeglut_stroke_roman.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\freeglut_structure.c">
|
||||
<ClCompile Include="..\..\src\Common\freeglut_structure.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\freeglut_teapot.c">
|
||||
<ClCompile Include="..\..\src\Common\freeglut_teapot.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\freeglut_videoresize.c">
|
||||
<ClCompile Include="..\..\src\Common\freeglut_videoresize.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\freeglut_window.c">
|
||||
<ClCompile Include="..\..\src\Common\freeglut_window.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\..\src\freeglutdll.def">
|
||||
<None Include="..\..\src\Common\freeglutdll.def">
|
||||
<Filter>Source Files</Filter>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
@ -100,13 +100,13 @@
|
||||
<ClInclude Include="..\..\include\GL\freeglut_ext.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\freeglut_internal.h">
|
||||
<ClInclude Include="..\..\src\Common\freeglut_internal.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\include\GL\freeglut_std.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\freeglut_teapot_data.h">
|
||||
<ClInclude Include="..\..\src\Common\freeglut_teapot_data.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\include\GL\glut.h">
|
||||
|
@ -1,177 +1,177 @@
|
||||
# Microsoft Developer Studio Generated Dependency File, included by freeglut.mak
|
||||
|
||||
.\src\freeglut_callbacks.c : \
|
||||
.\src\Common\freeglut_callbacks.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_cursor.c : \
|
||||
.\src\Common\freeglut_cursor.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_display.c : \
|
||||
.\src\Common\freeglut_display.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_ext.c : \
|
||||
.\src\Common\freeglut_ext.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_font.c : \
|
||||
.\src\Common\freeglut_font.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_font_data.c : \
|
||||
.\src\Common\freeglut_font_data.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_gamemode.c : \
|
||||
.\src\Common\freeglut_gamemode.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_geometry.c : \
|
||||
.\src\Common\freeglut_geometry.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_glutfont_definitions.c : \
|
||||
.\src\Common\freeglut_glutfont_definitions.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_init.c : \
|
||||
.\src\Common\freeglut_init.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_input_devices.c : \
|
||||
.\src\Common\freeglut_input_devices.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_joystick.c : \
|
||||
.\src\Common\freeglut_joystick.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_main.c : \
|
||||
.\src\Common\freeglut_main.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_menu.c : \
|
||||
.\src\Common\freeglut_menu.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_misc.c : \
|
||||
.\src\Common\freeglut_misc.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_overlay.c : \
|
||||
.\src\Common\freeglut_overlay.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_state.c : \
|
||||
.\src\Common\freeglut_state.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_stroke_mono_roman.c : \
|
||||
.\src\Common\freeglut_stroke_mono_roman.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_stroke_roman.c : \
|
||||
.\src\Common\freeglut_stroke_roman.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_structure.c : \
|
||||
.\src\Common\freeglut_structure.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_teapot.c : \
|
||||
.\src\Common\freeglut_teapot.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\freeglut_teapot_data.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_teapot_data.h"\
|
||||
|
||||
|
||||
.\src\freeglut_videoresize.c : \
|
||||
.\src\Common\freeglut_videoresize.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_window.c : \
|
||||
.\src\Common\freeglut_window.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
@ -91,99 +91,99 @@ LINK32=link.exe
|
||||
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_callbacks.c
|
||||
SOURCE=.\src\Common\freeglut_callbacks.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_cursor.c
|
||||
SOURCE=.\src\Common\freeglut_cursor.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_display.c
|
||||
SOURCE=.\src\Common\freeglut_display.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_ext.c
|
||||
SOURCE=.\src\Common\freeglut_ext.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_font.c
|
||||
SOURCE=.\src\Common\freeglut_font.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_font_data.c
|
||||
SOURCE=.\src\Common\freeglut_font_data.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_gamemode.c
|
||||
SOURCE=.\src\Common\freeglut_gamemode.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_geometry.c
|
||||
SOURCE=.\src\Common\freeglut_geometry.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_glutfont_definitions.c
|
||||
SOURCE=.\src\Common\freeglut_glutfont_definitions.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_init.c
|
||||
SOURCE=.\src\Common\freeglut_init.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_input_devices.c
|
||||
SOURCE=.\src\Common\freeglut_input_devices.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_joystick.c
|
||||
SOURCE=.\src\Common\freeglut_joystick.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_main.c
|
||||
SOURCE=.\src\Common\freeglut_main.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_menu.c
|
||||
SOURCE=.\src\Common\freeglut_menu.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_misc.c
|
||||
SOURCE=.\src\Common\freeglut_misc.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_overlay.c
|
||||
SOURCE=.\src\Common\freeglut_overlay.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_spaceball.c
|
||||
SOURCE=.\src\Common\freeglut_spaceball.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_state.c
|
||||
SOURCE=.\src\Common\freeglut_state.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_stroke_mono_roman.c
|
||||
SOURCE=.\src\Common\freeglut_stroke_mono_roman.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_stroke_roman.c
|
||||
SOURCE=.\src\Common\freeglut_stroke_roman.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_structure.c
|
||||
SOURCE=.\src\Common\freeglut_structure.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_teapot.c
|
||||
SOURCE=.\src\Common\freeglut_teapot.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_videoresize.c
|
||||
SOURCE=.\src\Common\freeglut_videoresize.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_window.c
|
||||
SOURCE=.\src\Common\freeglut_window.c
|
||||
# End Source File
|
||||
# End Group
|
||||
# Begin Group "Header Files"
|
||||
@ -199,7 +199,7 @@ SOURCE=.\include\GL\freeglut_ext.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_internal.h
|
||||
SOURCE=.\src\Common\freeglut_internal.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
@ -207,7 +207,7 @@ SOURCE=.\include\GL\freeglut_std.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_teapot_data.h
|
||||
SOURCE=.\src\Common\freeglut_teapot_data.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
|
@ -12,10 +12,10 @@
|
||||
</general>
|
||||
<kdevautoproject>
|
||||
<general>
|
||||
<activetarget>src/freeglut</activetarget>
|
||||
<activetarget>src/Common/freeglut</activetarget>
|
||||
</general>
|
||||
<run>
|
||||
<mainprogram>src/freeglut</mainprogram>
|
||||
<mainprogram>src/Common/freeglut</mainprogram>
|
||||
</run>
|
||||
<make>
|
||||
<envvars>
|
||||
|
@ -9,18 +9,18 @@ files=include/GL/freeglut.h,include/GL/freeglut_internal.h,
|
||||
sub_dirs=
|
||||
type=normal
|
||||
[Workspace_1]
|
||||
openfiles=Nienazwany.h,Nienazwany.cpp,/home/olszta/freeglut/include/GL/freeglut_internal.h,/home/olszta/freeglut/src/freeglut_callbacks.c,/home/olszta/freeglut/src/freeglut_gamemode.c,/home/olszta/freeglut/src/freeglut_init.c,/home/olszta/freeglut/src/freeglut_main.c,/home/olszta/freeglut/src/freeglut_window.c,/home/olszta/freeglut/src/freeglut_misc.c,/home/olszta/freeglut/include/GL/freeglut.h,/home/olszta/freeglut/src/freeglut_cursor.c,/home/olszta/freeglut/src/freeglut_geometry.c,/home/olszta/freeglut/src/freeglut_font_data.c,/home/olszta/freeglut/src/freeglut_videoresize.c,/home/olszta/freeglut/src/freeglut_teapot.c,/home/olszta/freeglut/src/freeglut_structure.c,/home/olszta/freeglut/src/freeglut_state.c,
|
||||
openfiles=Nienazwany.h,Nienazwany.cpp,/home/olszta/freeglut/include/GL/freeglut_internal.h,/home/olszta/freeglut/src/Common/freeglut_callbacks.c,/home/olszta/freeglut/src/Common/freeglut_gamemode.c,/home/olszta/freeglut/src/Common/freeglut_init.c,/home/olszta/freeglut/src/Common/freeglut_main.c,/home/olszta/freeglut/src/Common/freeglut_window.c,/home/olszta/freeglut/src/Common/freeglut_misc.c,/home/olszta/freeglut/include/GL/freeglut.h,/home/olszta/freeglut/src/Common/freeglut_cursor.c,/home/olszta/freeglut/src/Common/freeglut_geometry.c,/home/olszta/freeglut/src/Common/freeglut_font_data.c,/home/olszta/freeglut/src/Common/freeglut_videoresize.c,/home/olszta/freeglut/src/Common/freeglut_teapot.c,/home/olszta/freeglut/src/Common/freeglut_structure.c,/home/olszta/freeglut/src/Common/freeglut_state.c,
|
||||
show_outputview=true
|
||||
show_treeview=true
|
||||
header_file=/home/olszta/freeglut/include/GL/freeglut.h
|
||||
cpp_file=/home/olszta/freeglut/src/freeglut_state.c
|
||||
cpp_file=/home/olszta/freeglut/src/Common/freeglut_state.c
|
||||
browser_file=file:/usr/doc/kde/HTML/default/kdevelop/welcome/index.html
|
||||
[COPYING]
|
||||
install_location=
|
||||
dist=true
|
||||
install=false
|
||||
type=DATA
|
||||
[src/freeglut_videoresize.c]
|
||||
[src/Common/freeglut_videoresize.c]
|
||||
install_location=
|
||||
dist=true
|
||||
install=false
|
||||
@ -36,7 +36,7 @@ cxxflags=-O0 -g3 -Wall
|
||||
type=po
|
||||
sub_dirs=
|
||||
[src/Makefile.am]
|
||||
files=src/freeglut_callbacks.c,src/freeglut_cursor.c,src/freeglut_display.c,src/freeglut_font.c,src/freeglut_font_data.c,src/freeglut_gamemode.c,src/freeglut_geometry.c,src/freeglut_init.c,src/freeglut_joystick.c,src/freeglut_main.c,src/freeglut_menu.c,src/freeglut_misc.c,src/freeglut_overlay.c,src/freeglut_state.c,src/freeglut_structure.c,src/freeglut_teapot.c,src/freeglut_videoresize.c,src/freeglut_window.c,
|
||||
files=src/Common/freeglut_callbacks.c,src/Common/freeglut_cursor.c,src/Common/freeglut_display.c,src/Common/freeglut_font.c,src/Common/freeglut_font_data.c,src/Common/freeglut_gamemode.c,src/Common/freeglut_geometry.c,src/Common/freeglut_init.c,src/Common/freeglut_joystick.c,src/Common/freeglut_main.c,src/Common/freeglut_menu.c,src/Common/freeglut_misc.c,src/Common/freeglut_overlay.c,src/Common/freeglut_state.c,src/Common/freeglut_structure.c,src/Common/freeglut_teapot.c,src/Common/freeglut_videoresize.c,src/Common/freeglut_window.c,
|
||||
type=prog_main
|
||||
sub_dirs=
|
||||
[freeglut.kdevprj]
|
||||
@ -49,12 +49,12 @@ install_location=
|
||||
dist=true
|
||||
install=false
|
||||
type=DATA
|
||||
[src/freeglut_gamemode.c]
|
||||
[src/Common/freeglut_gamemode.c]
|
||||
install_location=
|
||||
dist=true
|
||||
install=false
|
||||
type=SOURCE
|
||||
[src/freeglut_menu.c]
|
||||
[src/Common/freeglut_menu.c]
|
||||
install_location=
|
||||
dist=true
|
||||
install=false
|
||||
@ -68,27 +68,27 @@ Headers=*.h,*.hxx,*.hpp,*.H,
|
||||
[src/docs/en/Makefile.am]
|
||||
type=normal
|
||||
sub_dirs=
|
||||
[src/freeglut_font.c]
|
||||
[src/Common/freeglut_font.c]
|
||||
install_location=
|
||||
dist=true
|
||||
install=false
|
||||
type=SOURCE
|
||||
[src/freeglut_window.c]
|
||||
[src/Common/freeglut_window.c]
|
||||
install_location=
|
||||
dist=true
|
||||
install=false
|
||||
type=SOURCE
|
||||
[src/freeglut_main.c]
|
||||
[src/Common/freeglut_main.c]
|
||||
install_location=
|
||||
dist=true
|
||||
install=false
|
||||
type=SOURCE
|
||||
[src/freeglut_state.c]
|
||||
[src/Common/freeglut_state.c]
|
||||
install_location=
|
||||
dist=true
|
||||
install=false
|
||||
type=SOURCE
|
||||
[src/freeglut_callbacks.c]
|
||||
[src/Common/freeglut_callbacks.c]
|
||||
install_location=
|
||||
dist=true
|
||||
install=false
|
||||
@ -98,7 +98,7 @@ install_location=
|
||||
dist=true
|
||||
install=false
|
||||
type=HEADER
|
||||
[src/freeglut_structure.c]
|
||||
[src/Common/freeglut_structure.c]
|
||||
install_location=
|
||||
dist=true
|
||||
install=false
|
||||
@ -108,7 +108,7 @@ install_location=
|
||||
dist=true
|
||||
install=false
|
||||
type=DATA
|
||||
[src/freeglut_geometry.c]
|
||||
[src/Common/freeglut_geometry.c]
|
||||
install_location=
|
||||
dist=true
|
||||
install=false
|
||||
@ -135,17 +135,17 @@ install_location=
|
||||
dist=true
|
||||
install=false
|
||||
type=DATA
|
||||
[src/freeglut_init.c]
|
||||
[src/Common/freeglut_init.c]
|
||||
install_location=
|
||||
dist=true
|
||||
install=false
|
||||
type=SOURCE
|
||||
[src/freeglut_display.c]
|
||||
[src/Common/freeglut_display.c]
|
||||
install_location=
|
||||
dist=true
|
||||
install=false
|
||||
type=SOURCE
|
||||
[src/freeglut_overlay.c]
|
||||
[src/Common/freeglut_overlay.c]
|
||||
install_location=
|
||||
dist=true
|
||||
install=false
|
||||
@ -155,7 +155,7 @@ install_location=
|
||||
dist=true
|
||||
install=false
|
||||
type=DATA
|
||||
[src/freeglut_misc.c]
|
||||
[src/Common/freeglut_misc.c]
|
||||
install_location=
|
||||
dist=true
|
||||
install=false
|
||||
@ -164,7 +164,7 @@ type=SOURCE
|
||||
files=freeglut.kdevprj,AUTHORS,COPYING,ChangeLog,INSTALL,README,TODO,freeglut.lsm,
|
||||
type=normal
|
||||
sub_dirs=src,include,
|
||||
[src/freeglut_cursor.c]
|
||||
[src/Common/freeglut_cursor.c]
|
||||
install_location=
|
||||
dist=true
|
||||
install=false
|
||||
|
@ -323,7 +323,7 @@ LINK32_OBJS= \
|
||||
|
||||
|
||||
!IF "$(CFG)" == "freeglut - Win32 Release" || "$(CFG)" == "freeglut - Win32 Debug"
|
||||
SOURCE=.\src\freeglut_callbacks.c
|
||||
SOURCE=.\src\Common\freeglut_callbacks.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut - Win32 Release"
|
||||
|
||||
@ -341,7 +341,7 @@ SOURCE=.\src\freeglut_callbacks.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_cursor.c
|
||||
SOURCE=.\src\Common\freeglut_cursor.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut - Win32 Release"
|
||||
|
||||
@ -359,7 +359,7 @@ SOURCE=.\src\freeglut_cursor.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_display.c
|
||||
SOURCE=.\src\Common\freeglut_display.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut - Win32 Release"
|
||||
|
||||
@ -377,7 +377,7 @@ SOURCE=.\src\freeglut_display.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_ext.c
|
||||
SOURCE=.\src\Common\freeglut_ext.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut - Win32 Release"
|
||||
|
||||
@ -395,7 +395,7 @@ SOURCE=.\src\freeglut_ext.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_font.c
|
||||
SOURCE=.\src\Common\freeglut_font.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut - Win32 Release"
|
||||
|
||||
@ -413,7 +413,7 @@ SOURCE=.\src\freeglut_font.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_font_data.c
|
||||
SOURCE=.\src\Common\freeglut_font_data.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut - Win32 Release"
|
||||
|
||||
@ -431,7 +431,7 @@ SOURCE=.\src\freeglut_font_data.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_gamemode.c
|
||||
SOURCE=.\src\Common\freeglut_gamemode.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut - Win32 Release"
|
||||
|
||||
@ -449,7 +449,7 @@ SOURCE=.\src\freeglut_gamemode.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_geometry.c
|
||||
SOURCE=.\src\Common\freeglut_geometry.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut - Win32 Release"
|
||||
|
||||
@ -467,7 +467,7 @@ SOURCE=.\src\freeglut_geometry.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_glutfont_definitions.c
|
||||
SOURCE=.\src\Common\freeglut_glutfont_definitions.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut - Win32 Release"
|
||||
|
||||
@ -485,7 +485,7 @@ SOURCE=.\src\freeglut_glutfont_definitions.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_init.c
|
||||
SOURCE=.\src\Common\freeglut_init.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut - Win32 Release"
|
||||
|
||||
@ -503,7 +503,7 @@ SOURCE=.\src\freeglut_init.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_input_devices.c
|
||||
SOURCE=.\src\Common\freeglut_input_devices.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut - Win32 Release"
|
||||
|
||||
@ -521,7 +521,7 @@ SOURCE=.\src\freeglut_input_devices.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_joystick.c
|
||||
SOURCE=.\src\Common\freeglut_joystick.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut - Win32 Release"
|
||||
|
||||
@ -539,7 +539,7 @@ SOURCE=.\src\freeglut_joystick.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_main.c
|
||||
SOURCE=.\src\Common\freeglut_main.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut - Win32 Release"
|
||||
|
||||
@ -557,7 +557,7 @@ SOURCE=.\src\freeglut_main.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_menu.c
|
||||
SOURCE=.\src\Common\freeglut_menu.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut - Win32 Release"
|
||||
|
||||
@ -575,7 +575,7 @@ SOURCE=.\src\freeglut_menu.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_misc.c
|
||||
SOURCE=.\src\Common\freeglut_misc.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut - Win32 Release"
|
||||
|
||||
@ -593,7 +593,7 @@ SOURCE=.\src\freeglut_misc.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_overlay.c
|
||||
SOURCE=.\src\Common\freeglut_overlay.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut - Win32 Release"
|
||||
|
||||
@ -611,7 +611,7 @@ SOURCE=.\src\freeglut_overlay.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_state.c
|
||||
SOURCE=.\src\Common\freeglut_state.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut - Win32 Release"
|
||||
|
||||
@ -629,7 +629,7 @@ SOURCE=.\src\freeglut_state.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_stroke_mono_roman.c
|
||||
SOURCE=.\src\Common\freeglut_stroke_mono_roman.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut - Win32 Release"
|
||||
|
||||
@ -647,7 +647,7 @@ SOURCE=.\src\freeglut_stroke_mono_roman.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_stroke_roman.c
|
||||
SOURCE=.\src\Common\freeglut_stroke_roman.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut - Win32 Release"
|
||||
|
||||
@ -665,7 +665,7 @@ SOURCE=.\src\freeglut_stroke_roman.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_structure.c
|
||||
SOURCE=.\src\Common\freeglut_structure.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut - Win32 Release"
|
||||
|
||||
@ -683,7 +683,7 @@ SOURCE=.\src\freeglut_structure.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_teapot.c
|
||||
SOURCE=.\src\Common\freeglut_teapot.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut - Win32 Release"
|
||||
|
||||
@ -701,7 +701,7 @@ SOURCE=.\src\freeglut_teapot.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_videoresize.c
|
||||
SOURCE=.\src\Common\freeglut_videoresize.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut - Win32 Release"
|
||||
|
||||
@ -719,7 +719,7 @@ SOURCE=.\src\freeglut_videoresize.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_window.c
|
||||
SOURCE=.\src\Common\freeglut_window.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut - Win32 Release"
|
||||
|
||||
|
@ -105,254 +105,254 @@ LINK32="C:\Program Files\Microsoft eMbedded C++ 4.0\EVC\WCE420\bin\xilinke42"
|
||||
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_callbacks.c
|
||||
SOURCE=.\src\Common\freeglut_callbacks.c
|
||||
DEP_CPP_FREEG=\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
{$(INCLUDE)}"GL\freeglut.h"\
|
||||
{$(INCLUDE)}"GL\freeglut_ext.h"\
|
||||
{$(INCLUDE)}"GL\freeglut_std.h"\
|
||||
|
||||
NODEP_CPP_FREEG=\
|
||||
".\src\config.h"\
|
||||
".\src\Common\config.h"\
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_cursor.c
|
||||
SOURCE=.\src\Common\freeglut_cursor.c
|
||||
DEP_CPP_FREEGL=\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
{$(INCLUDE)}"GL\freeglut.h"\
|
||||
{$(INCLUDE)}"GL\freeglut_ext.h"\
|
||||
{$(INCLUDE)}"GL\freeglut_std.h"\
|
||||
|
||||
NODEP_CPP_FREEGL=\
|
||||
".\src\config.h"\
|
||||
".\src\Common\config.h"\
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_display.c
|
||||
SOURCE=.\src\Common\freeglut_display.c
|
||||
DEP_CPP_FREEGLU=\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
{$(INCLUDE)}"GL\freeglut.h"\
|
||||
{$(INCLUDE)}"GL\freeglut_ext.h"\
|
||||
{$(INCLUDE)}"GL\freeglut_std.h"\
|
||||
|
||||
NODEP_CPP_FREEGLU=\
|
||||
".\src\config.h"\
|
||||
".\src\Common\config.h"\
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_ext.c
|
||||
SOURCE=.\src\Common\freeglut_ext.c
|
||||
DEP_CPP_FREEGLUT=\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
{$(INCLUDE)}"GL\freeglut.h"\
|
||||
{$(INCLUDE)}"GL\freeglut_ext.h"\
|
||||
{$(INCLUDE)}"GL\freeglut_std.h"\
|
||||
|
||||
NODEP_CPP_FREEGLUT=\
|
||||
".\src\config.h"\
|
||||
".\src\Common\config.h"\
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_font.c
|
||||
SOURCE=.\src\Common\freeglut_font.c
|
||||
DEP_CPP_FREEGLUT_=\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
{$(INCLUDE)}"GL\freeglut.h"\
|
||||
{$(INCLUDE)}"GL\freeglut_ext.h"\
|
||||
{$(INCLUDE)}"GL\freeglut_std.h"\
|
||||
|
||||
NODEP_CPP_FREEGLUT_=\
|
||||
".\src\config.h"\
|
||||
".\src\Common\config.h"\
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_font_data.c
|
||||
SOURCE=.\src\Common\freeglut_font_data.c
|
||||
DEP_CPP_FREEGLUT_F=\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
{$(INCLUDE)}"GL\freeglut.h"\
|
||||
{$(INCLUDE)}"GL\freeglut_ext.h"\
|
||||
{$(INCLUDE)}"GL\freeglut_std.h"\
|
||||
|
||||
NODEP_CPP_FREEGLUT_F=\
|
||||
".\src\config.h"\
|
||||
".\src\Common\config.h"\
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_gamemode.c
|
||||
SOURCE=.\src\Common\freeglut_gamemode.c
|
||||
# PROP Exclude_From_Build 1
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_geometry.c
|
||||
SOURCE=.\src\Common\freeglut_geometry.c
|
||||
DEP_CPP_FREEGLUT_G=\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
{$(INCLUDE)}"GL\freeglut.h"\
|
||||
{$(INCLUDE)}"GL\freeglut_ext.h"\
|
||||
{$(INCLUDE)}"GL\freeglut_std.h"\
|
||||
|
||||
NODEP_CPP_FREEGLUT_G=\
|
||||
".\src\config.h"\
|
||||
".\src\Common\config.h"\
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_glutfont_definitions.c
|
||||
SOURCE=.\src\Common\freeglut_glutfont_definitions.c
|
||||
DEP_CPP_FREEGLUT_GL=\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_init.c
|
||||
SOURCE=.\src\Common\freeglut_init.c
|
||||
DEP_CPP_FREEGLUT_I=\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
{$(INCLUDE)}"GL\freeglut.h"\
|
||||
{$(INCLUDE)}"GL\freeglut_ext.h"\
|
||||
{$(INCLUDE)}"GL\freeglut_std.h"\
|
||||
|
||||
NODEP_CPP_FREEGLUT_I=\
|
||||
".\src\config.h"\
|
||||
".\src\Common\config.h"\
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_internal.h
|
||||
SOURCE=.\src\Common\freeglut_internal.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_joystick.c
|
||||
SOURCE=.\src\Common\freeglut_joystick.c
|
||||
# PROP Exclude_From_Build 1
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_main.c
|
||||
SOURCE=.\src\Common\freeglut_main.c
|
||||
DEP_CPP_FREEGLUT_M=\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\my_gx.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
".\src\Common\my_gx.h"\
|
||||
{$(INCLUDE)}"GL\freeglut.h"\
|
||||
{$(INCLUDE)}"GL\freeglut_ext.h"\
|
||||
{$(INCLUDE)}"GL\freeglut_std.h"\
|
||||
{$(INCLUDE)}"gx.h"\
|
||||
|
||||
NODEP_CPP_FREEGLUT_M=\
|
||||
".\src\config.h"\
|
||||
".\src\Common\config.h"\
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_menu.c
|
||||
SOURCE=.\src\Common\freeglut_menu.c
|
||||
DEP_CPP_FREEGLUT_ME=\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
{$(INCLUDE)}"GL\freeglut.h"\
|
||||
{$(INCLUDE)}"GL\freeglut_ext.h"\
|
||||
{$(INCLUDE)}"GL\freeglut_std.h"\
|
||||
|
||||
NODEP_CPP_FREEGLUT_ME=\
|
||||
".\src\config.h"\
|
||||
".\src\Common\config.h"\
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_misc.c
|
||||
SOURCE=.\src\Common\freeglut_misc.c
|
||||
DEP_CPP_FREEGLUT_MI=\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
{$(INCLUDE)}"GL\freeglut.h"\
|
||||
{$(INCLUDE)}"GL\freeglut_ext.h"\
|
||||
{$(INCLUDE)}"GL\freeglut_std.h"\
|
||||
|
||||
NODEP_CPP_FREEGLUT_MI=\
|
||||
".\src\config.h"\
|
||||
".\src\Common\config.h"\
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_overlay.c
|
||||
SOURCE=.\src\Common\freeglut_overlay.c
|
||||
DEP_CPP_FREEGLUT_O=\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
{$(INCLUDE)}"GL\freeglut.h"\
|
||||
{$(INCLUDE)}"GL\freeglut_ext.h"\
|
||||
{$(INCLUDE)}"GL\freeglut_std.h"\
|
||||
|
||||
NODEP_CPP_FREEGLUT_O=\
|
||||
".\src\config.h"\
|
||||
".\src\Common\config.h"\
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_state.c
|
||||
SOURCE=.\src\Common\freeglut_state.c
|
||||
DEP_CPP_FREEGLUT_S=\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
{$(INCLUDE)}"GL\freeglut.h"\
|
||||
{$(INCLUDE)}"GL\freeglut_ext.h"\
|
||||
{$(INCLUDE)}"GL\freeglut_std.h"\
|
||||
|
||||
NODEP_CPP_FREEGLUT_S=\
|
||||
".\src\config.h"\
|
||||
".\src\Common\config.h"\
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_stroke_mono_roman.c
|
||||
SOURCE=.\src\Common\freeglut_stroke_mono_roman.c
|
||||
DEP_CPP_FREEGLUT_ST=\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_stroke_roman.c
|
||||
SOURCE=.\src\Common\freeglut_stroke_roman.c
|
||||
DEP_CPP_FREEGLUT_STR=\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_structure.c
|
||||
SOURCE=.\src\Common\freeglut_structure.c
|
||||
DEP_CPP_FREEGLUT_STRU=\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
{$(INCLUDE)}"GL\freeglut.h"\
|
||||
{$(INCLUDE)}"GL\freeglut_ext.h"\
|
||||
{$(INCLUDE)}"GL\freeglut_std.h"\
|
||||
|
||||
NODEP_CPP_FREEGLUT_STRU=\
|
||||
".\src\config.h"\
|
||||
".\src\Common\config.h"\
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_teapot.c
|
||||
SOURCE=.\src\Common\freeglut_teapot.c
|
||||
DEP_CPP_FREEGLUT_T=\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
{$(INCLUDE)}"GL\freeglut.h"\
|
||||
{$(INCLUDE)}"GL\freeglut_ext.h"\
|
||||
{$(INCLUDE)}"GL\freeglut_std.h"\
|
||||
|
||||
NODEP_CPP_FREEGLUT_T=\
|
||||
".\src\config.h"\
|
||||
".\src\Common\config.h"\
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_videoresize.c
|
||||
SOURCE=.\src\Common\freeglut_videoresize.c
|
||||
DEP_CPP_FREEGLUT_V=\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
{$(INCLUDE)}"GL\freeglut.h"\
|
||||
{$(INCLUDE)}"GL\freeglut_ext.h"\
|
||||
{$(INCLUDE)}"GL\freeglut_std.h"\
|
||||
|
||||
NODEP_CPP_FREEGLUT_V=\
|
||||
".\src\config.h"\
|
||||
".\src\Common\config.h"\
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_window.c
|
||||
SOURCE=.\src\Common\freeglut_window.c
|
||||
DEP_CPP_FREEGLUT_W=\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
{$(INCLUDE)}"aygshell.h"\
|
||||
{$(INCLUDE)}"GL\freeglut.h"\
|
||||
{$(INCLUDE)}"GL\freeglut_ext.h"\
|
||||
@ -362,7 +362,7 @@ DEP_CPP_FREEGLUT_W=\
|
||||
|
||||
NODEP_CPP_FREEGLUT_W=\
|
||||
"..\..\..\..\..\Program Files\Windows CE Tools\wce420\POCKET PC 2003\Include\ARMV4\vibrate.h"\
|
||||
".\src\config.h"\
|
||||
".\src\Common\config.h"\
|
||||
|
||||
# End Source File
|
||||
# End Group
|
||||
|
@ -1,177 +1,177 @@
|
||||
# Microsoft Developer Studio Generated Dependency File, included by freeglut_static.mak
|
||||
|
||||
.\src\freeglut_callbacks.c : \
|
||||
.\src\Common\freeglut_callbacks.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_cursor.c : \
|
||||
.\src\Common\freeglut_cursor.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_display.c : \
|
||||
.\src\Common\freeglut_display.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_ext.c : \
|
||||
.\src\Common\freeglut_ext.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_font.c : \
|
||||
.\src\Common\freeglut_font.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_font_data.c : \
|
||||
.\src\Common\freeglut_font_data.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_gamemode.c : \
|
||||
.\src\Common\freeglut_gamemode.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_geometry.c : \
|
||||
.\src\Common\freeglut_geometry.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_glutfont_definitions.c : \
|
||||
.\src\Common\freeglut_glutfont_definitions.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_init.c : \
|
||||
.\src\Common\freeglut_init.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_input_devices.c : \
|
||||
.\src\Common\freeglut_input_devices.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_joystick.c : \
|
||||
.\src\Common\freeglut_joystick.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_main.c : \
|
||||
.\src\Common\freeglut_main.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_menu.c : \
|
||||
.\src\Common\freeglut_menu.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_misc.c : \
|
||||
.\src\Common\freeglut_misc.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_overlay.c : \
|
||||
.\src\Common\freeglut_overlay.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_state.c : \
|
||||
.\src\Common\freeglut_state.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_stroke_mono_roman.c : \
|
||||
.\src\Common\freeglut_stroke_mono_roman.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_stroke_roman.c : \
|
||||
.\src\Common\freeglut_stroke_roman.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_structure.c : \
|
||||
.\src\Common\freeglut_structure.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_teapot.c : \
|
||||
.\src\Common\freeglut_teapot.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\freeglut_teapot_data.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_teapot_data.h"\
|
||||
|
||||
|
||||
.\src\freeglut_videoresize.c : \
|
||||
.\src\Common\freeglut_videoresize.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
||||
.\src\freeglut_window.c : \
|
||||
.\src\Common\freeglut_window.c : \
|
||||
"..\..\..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
|
||||
".\include\GL\freeglut.h"\
|
||||
".\include\GL\freeglut_ext.h"\
|
||||
".\include\GL\freeglut_std.h"\
|
||||
".\src\freeglut_internal.h"\
|
||||
".\src\Common\freeglut_internal.h"\
|
||||
|
||||
|
@ -85,99 +85,99 @@ LIB32=link.exe -lib
|
||||
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_callbacks.c
|
||||
SOURCE=.\src\Common\freeglut_callbacks.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_cursor.c
|
||||
SOURCE=.\src\Common\freeglut_cursor.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_display.c
|
||||
SOURCE=.\src\Common\freeglut_display.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_ext.c
|
||||
SOURCE=.\src\Common\freeglut_ext.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_font.c
|
||||
SOURCE=.\src\Common\freeglut_font.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_font_data.c
|
||||
SOURCE=.\src\Common\freeglut_font_data.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_gamemode.c
|
||||
SOURCE=.\src\Common\freeglut_gamemode.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_geometry.c
|
||||
SOURCE=.\src\Common\freeglut_geometry.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_glutfont_definitions.c
|
||||
SOURCE=.\src\Common\freeglut_glutfont_definitions.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_init.c
|
||||
SOURCE=.\src\Common\freeglut_init.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_input_devices.c
|
||||
SOURCE=.\src\Common\freeglut_input_devices.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_joystick.c
|
||||
SOURCE=.\src\Common\freeglut_joystick.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_main.c
|
||||
SOURCE=.\src\Common\freeglut_main.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_menu.c
|
||||
SOURCE=.\src\Common\freeglut_menu.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_misc.c
|
||||
SOURCE=.\src\Common\freeglut_misc.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_overlay.c
|
||||
SOURCE=.\src\Common\freeglut_overlay.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_spaceball.c
|
||||
SOURCE=.\src\Common\freeglut_spaceball.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_state.c
|
||||
SOURCE=.\src\Common\freeglut_state.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_stroke_mono_roman.c
|
||||
SOURCE=.\src\Common\freeglut_stroke_mono_roman.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_stroke_roman.c
|
||||
SOURCE=.\src\Common\freeglut_stroke_roman.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_structure.c
|
||||
SOURCE=.\src\Common\freeglut_structure.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_teapot.c
|
||||
SOURCE=.\src\Common\freeglut_teapot.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_videoresize.c
|
||||
SOURCE=.\src\Common\freeglut_videoresize.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_window.c
|
||||
SOURCE=.\src\Common\freeglut_window.c
|
||||
# End Source File
|
||||
# End Group
|
||||
# Begin Group "Header Files"
|
||||
@ -193,7 +193,7 @@ SOURCE=.\include\GL\freeglut_ext.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_internal.h
|
||||
SOURCE=.\src\Common\freeglut_internal.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
@ -201,7 +201,7 @@ SOURCE=.\include\GL\freeglut_std.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\freeglut_teapot_data.h
|
||||
SOURCE=.\src\Common\freeglut_teapot_data.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
|
@ -313,7 +313,7 @@ LIB32_OBJS= \
|
||||
|
||||
|
||||
!IF "$(CFG)" == "freeglut_static - Win32 Release" || "$(CFG)" == "freeglut_static - Win32 Debug"
|
||||
SOURCE=.\src\freeglut_callbacks.c
|
||||
SOURCE=.\src\Common\freeglut_callbacks.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut_static - Win32 Release"
|
||||
|
||||
@ -331,7 +331,7 @@ SOURCE=.\src\freeglut_callbacks.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_cursor.c
|
||||
SOURCE=.\src\Common\freeglut_cursor.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut_static - Win32 Release"
|
||||
|
||||
@ -349,7 +349,7 @@ SOURCE=.\src\freeglut_cursor.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_display.c
|
||||
SOURCE=.\src\Common\freeglut_display.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut_static - Win32 Release"
|
||||
|
||||
@ -367,7 +367,7 @@ SOURCE=.\src\freeglut_display.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_ext.c
|
||||
SOURCE=.\src\Common\freeglut_ext.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut_static - Win32 Release"
|
||||
|
||||
@ -385,7 +385,7 @@ SOURCE=.\src\freeglut_ext.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_font.c
|
||||
SOURCE=.\src\Common\freeglut_font.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut_static - Win32 Release"
|
||||
|
||||
@ -403,7 +403,7 @@ SOURCE=.\src\freeglut_font.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_font_data.c
|
||||
SOURCE=.\src\Common\freeglut_font_data.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut_static - Win32 Release"
|
||||
|
||||
@ -421,7 +421,7 @@ SOURCE=.\src\freeglut_font_data.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_gamemode.c
|
||||
SOURCE=.\src\Common\freeglut_gamemode.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut_static - Win32 Release"
|
||||
|
||||
@ -439,7 +439,7 @@ SOURCE=.\src\freeglut_gamemode.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_geometry.c
|
||||
SOURCE=.\src\Common\freeglut_geometry.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut_static - Win32 Release"
|
||||
|
||||
@ -457,7 +457,7 @@ SOURCE=.\src\freeglut_geometry.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_glutfont_definitions.c
|
||||
SOURCE=.\src\Common\freeglut_glutfont_definitions.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut_static - Win32 Release"
|
||||
|
||||
@ -475,7 +475,7 @@ SOURCE=.\src\freeglut_glutfont_definitions.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_init.c
|
||||
SOURCE=.\src\Common\freeglut_init.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut_static - Win32 Release"
|
||||
|
||||
@ -493,7 +493,7 @@ SOURCE=.\src\freeglut_init.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_input_devices.c
|
||||
SOURCE=.\src\Common\freeglut_input_devices.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut_static - Win32 Release"
|
||||
|
||||
@ -511,7 +511,7 @@ SOURCE=.\src\freeglut_input_devices.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_joystick.c
|
||||
SOURCE=.\src\Common\freeglut_joystick.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut_static - Win32 Release"
|
||||
|
||||
@ -529,7 +529,7 @@ SOURCE=.\src\freeglut_joystick.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_main.c
|
||||
SOURCE=.\src\Common\freeglut_main.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut_static - Win32 Release"
|
||||
|
||||
@ -547,7 +547,7 @@ SOURCE=.\src\freeglut_main.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_menu.c
|
||||
SOURCE=.\src\Common\freeglut_menu.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut_static - Win32 Release"
|
||||
|
||||
@ -565,7 +565,7 @@ SOURCE=.\src\freeglut_menu.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_misc.c
|
||||
SOURCE=.\src\Common\freeglut_misc.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut_static - Win32 Release"
|
||||
|
||||
@ -583,7 +583,7 @@ SOURCE=.\src\freeglut_misc.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_overlay.c
|
||||
SOURCE=.\src\Common\freeglut_overlay.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut_static - Win32 Release"
|
||||
|
||||
@ -601,7 +601,7 @@ SOURCE=.\src\freeglut_overlay.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_state.c
|
||||
SOURCE=.\src\Common\freeglut_state.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut_static - Win32 Release"
|
||||
|
||||
@ -619,7 +619,7 @@ SOURCE=.\src\freeglut_state.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_stroke_mono_roman.c
|
||||
SOURCE=.\src\Common\freeglut_stroke_mono_roman.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut_static - Win32 Release"
|
||||
|
||||
@ -637,7 +637,7 @@ SOURCE=.\src\freeglut_stroke_mono_roman.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_stroke_roman.c
|
||||
SOURCE=.\src\Common\freeglut_stroke_roman.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut_static - Win32 Release"
|
||||
|
||||
@ -655,7 +655,7 @@ SOURCE=.\src\freeglut_stroke_roman.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_structure.c
|
||||
SOURCE=.\src\Common\freeglut_structure.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut_static - Win32 Release"
|
||||
|
||||
@ -673,7 +673,7 @@ SOURCE=.\src\freeglut_structure.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_teapot.c
|
||||
SOURCE=.\src\Common\freeglut_teapot.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut_static - Win32 Release"
|
||||
|
||||
@ -691,7 +691,7 @@ SOURCE=.\src\freeglut_teapot.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_videoresize.c
|
||||
SOURCE=.\src\Common\freeglut_videoresize.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut_static - Win32 Release"
|
||||
|
||||
@ -709,7 +709,7 @@ SOURCE=.\src\freeglut_videoresize.c
|
||||
|
||||
!ENDIF
|
||||
|
||||
SOURCE=.\src\freeglut_window.c
|
||||
SOURCE=.\src\Common\freeglut_window.c
|
||||
|
||||
!IF "$(CFG)" == "freeglut_static - Win32 Release"
|
||||
|
||||
|
0
freeglut/freeglut/src/freeglut_input_devices.c → freeglut/freeglut/src/Common/freeglut_input_devices.c
Executable file → Normal file
0
freeglut/freeglut/src/freeglut_input_devices.c → freeglut/freeglut/src/Common/freeglut_input_devices.c
Executable file → Normal file
@ -15,31 +15,31 @@ EXTRA_DIST = freeglutdll.def
|
||||
#
|
||||
# Those source files build the freeglut library
|
||||
#
|
||||
lib@LIBRARY@_la_SOURCES = freeglut_callbacks.c \
|
||||
freeglut_cursor.c \
|
||||
freeglut_display.c \
|
||||
freeglut_ext.c \
|
||||
freeglut_font.c \
|
||||
freeglut_glutfont_definitions.c \
|
||||
freeglut_font_data.c \
|
||||
freeglut_stroke_roman.c \
|
||||
freeglut_stroke_mono_roman.c \
|
||||
freeglut_gamemode.c \
|
||||
freeglut_geometry.c \
|
||||
freeglut_init.c \
|
||||
freeglut_input_devices.c \
|
||||
freeglut_spaceball.c \
|
||||
freeglut_joystick.c \
|
||||
freeglut_main.c \
|
||||
freeglut_menu.c \
|
||||
freeglut_misc.c \
|
||||
freeglut_overlay.c \
|
||||
freeglut_state.c \
|
||||
freeglut_structure.c \
|
||||
freeglut_teapot.c \
|
||||
freeglut_videoresize.c \
|
||||
freeglut_window.c \
|
||||
freeglut_xinput.c
|
||||
lib@LIBRARY@_la_SOURCES = Common/freeglut_callbacks.c \
|
||||
Common/freeglut_cursor.c \
|
||||
Common/freeglut_display.c \
|
||||
Common/freeglut_ext.c \
|
||||
Common/freeglut_font.c \
|
||||
Common/freeglut_glutfont_definitions.c \
|
||||
Common/freeglut_font_data.c \
|
||||
Common/freeglut_stroke_roman.c \
|
||||
Common/freeglut_stroke_mono_roman.c \
|
||||
Common/freeglut_gamemode.c \
|
||||
Common/freeglut_geometry.c \
|
||||
Common/freeglut_init.c \
|
||||
Common/freeglut_input_devices.c \
|
||||
Common/freeglut_spaceball.c \
|
||||
Common/freeglut_joystick.c \
|
||||
Common/freeglut_main.c \
|
||||
Common/freeglut_menu.c \
|
||||
Common/freeglut_misc.c \
|
||||
Common/freeglut_overlay.c \
|
||||
Common/freeglut_state.c \
|
||||
Common/freeglut_structure.c \
|
||||
Common/freeglut_teapot.c \
|
||||
Common/freeglut_videoresize.c \
|
||||
Common/freeglut_window.c \
|
||||
Common/freeglut_xinput.c
|
||||
|
||||
#
|
||||
# Additional linker flags
|
||||
|
Reference in New Issue
Block a user