Moving the source code files from 'src' to 'src/Common' as a first step towards separ...
authorJohn F. Fay <johnffay@nettally.com>
Tue, 10 Jan 2012 03:49:12 +0000 (03:49 +0000)
committerJohn F. Fay <johnffay@nettally.com>
Tue, 10 Jan 2012 03:49:12 +0000 (03:49 +0000)
commitd2f7ea29ea6d946f455f4363c3f058ff2bdfba35
tree3c4b6081d32aac122861d92045141bed5d64a037
parent67e12a9904a16f2765c33dcd75b31926691416f1
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: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@976 7f0cb862-5218-0410-a997-914c9d46530a
75 files changed:
CMakeLists.txt
ChangeLog
LISEZMOI.cygwin_mingw
Makefile.am
Makefile.wat
README.cygwin_mingw
VisualStudio/2008/freeglut.vcproj
VisualStudio/2010/freeglut.vcxproj
VisualStudio/2010/freeglut.vcxproj.filters
freeglut.dep
freeglut.dsp
freeglut.kdevelop
freeglut.kdevprj
freeglut.mak
freeglut_evc4.vcp
freeglut_static.dep
freeglut_static.dsp
freeglut_static.mak
src/Common/freeglut_callbacks.c [new file with mode: 0644]
src/Common/freeglut_cursor.c [new file with mode: 0644]
src/Common/freeglut_display.c [new file with mode: 0644]
src/Common/freeglut_ext.c [new file with mode: 0644]
src/Common/freeglut_font.c [new file with mode: 0644]
src/Common/freeglut_font_data.c [new file with mode: 0644]
src/Common/freeglut_gamemode.c [new file with mode: 0644]
src/Common/freeglut_geometry.c [new file with mode: 0644]
src/Common/freeglut_glutfont_definitions.c [new file with mode: 0644]
src/Common/freeglut_init.c [new file with mode: 0644]
src/Common/freeglut_input_devices.c [new file with mode: 0644]
src/Common/freeglut_internal.h [new file with mode: 0644]
src/Common/freeglut_joystick.c [new file with mode: 0644]
src/Common/freeglut_main.c [new file with mode: 0644]
src/Common/freeglut_menu.c [new file with mode: 0644]
src/Common/freeglut_misc.c [new file with mode: 0644]
src/Common/freeglut_overlay.c [new file with mode: 0644]
src/Common/freeglut_spaceball.c [new file with mode: 0644]
src/Common/freeglut_state.c [new file with mode: 0644]
src/Common/freeglut_stroke_mono_roman.c [new file with mode: 0644]
src/Common/freeglut_stroke_roman.c [new file with mode: 0644]
src/Common/freeglut_structure.c [new file with mode: 0644]
src/Common/freeglut_teapot.c [new file with mode: 0644]
src/Common/freeglut_teapot_data.h [new file with mode: 0644]
src/Common/freeglut_videoresize.c [new file with mode: 0644]
src/Common/freeglut_window.c [new file with mode: 0644]
src/Common/freeglut_xinput.c [new file with mode: 0644]
src/Common/freeglutdll.def [new file with mode: 0644]
src/Makefile.am
src/freeglut_callbacks.c [deleted file]
src/freeglut_cursor.c [deleted file]
src/freeglut_display.c [deleted file]
src/freeglut_ext.c [deleted file]
src/freeglut_font.c [deleted file]
src/freeglut_font_data.c [deleted file]
src/freeglut_gamemode.c [deleted file]
src/freeglut_geometry.c [deleted file]
src/freeglut_glutfont_definitions.c [deleted file]
src/freeglut_init.c [deleted file]
src/freeglut_input_devices.c [deleted file]
src/freeglut_internal.h [deleted file]
src/freeglut_joystick.c [deleted file]
src/freeglut_main.c [deleted file]
src/freeglut_menu.c [deleted file]
src/freeglut_misc.c [deleted file]
src/freeglut_overlay.c [deleted file]
src/freeglut_spaceball.c [deleted file]
src/freeglut_state.c [deleted file]
src/freeglut_stroke_mono_roman.c [deleted file]
src/freeglut_stroke_roman.c [deleted file]
src/freeglut_structure.c [deleted file]
src/freeglut_teapot.c [deleted file]
src/freeglut_teapot_data.h [deleted file]
src/freeglut_videoresize.c [deleted file]
src/freeglut_window.c [deleted file]
src/freeglut_xinput.c [deleted file]
src/freeglutdll.def [deleted file]