1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-05 08:50:25 +00:00

Remove teapot from setup build files

This commit is contained in:
Luke Ceddia 2017-08-18 21:52:23 +10:00
parent 995f563d0c
commit a7a4783650
2 changed files with 2 additions and 4 deletions

View file

@ -20,9 +20,8 @@ gcc -s -O2 -c ../../src/freeglut_state.c -o temp/freeglut_state.o
gcc -s -O2 -c ../../src/freeglut_stroke_mono_roman.c -o temp/freeglut_stroke_mono_roman.o
gcc -s -O2 -c ../../src/freeglut_stroke_roman.c -o temp/freeglut_stroke_roman.o
gcc -s -O2 -c ../../src/freeglut_structure.c -o temp/freeglut_structure.o
gcc -s -O2 -c ../../src/freeglut_teapot.c -o temp/freeglut_teapot.o
gcc -s -O2 -c ../../src/freeglut_videoresize.c -o temp/freeglut_videoresize.o
gcc -s -O2 -c ../../src/freeglut_window.c -o temp/freeglut_window.o
gcc -s -O2 -c ../../src/freeglut_xinput.c -o temp/freeglut_xinput.o
ar rcs src.a temp/freeglut_callbacks.o temp/freeglut_cursor.o temp/freeglut_display.o temp/freeglut_ext.o temp/freeglut_font.o temp/freeglut_font_data.o temp/freeglut_gamemode.o temp/freeglut_geometry.o temp/freeglut_glutfont_definitions.o temp/freeglut_init.o temp/freeglut_input_devices.o temp/freeglut_joystick.o temp/freeglut_main.o temp/freeglut_menu.o temp/freeglut_misc.o temp/freeglut_overlay.o temp/freeglut_spaceball.o temp/freeglut_state.o temp/freeglut_stroke_mono_roman.o temp/freeglut_stroke_roman.o temp/freeglut_structure.o temp/freeglut_teapot.o temp/freeglut_videoresize.o temp/freeglut_window.o temp/freeglut_xinput.o
ar rcs src.a temp/freeglut_callbacks.o temp/freeglut_cursor.o temp/freeglut_display.o temp/freeglut_ext.o temp/freeglut_font.o temp/freeglut_font_data.o temp/freeglut_gamemode.o temp/freeglut_geometry.o temp/freeglut_glutfont_definitions.o temp/freeglut_init.o temp/freeglut_input_devices.o temp/freeglut_joystick.o temp/freeglut_main.o temp/freeglut_menu.o temp/freeglut_misc.o temp/freeglut_overlay.o temp/freeglut_spaceball.o temp/freeglut_state.o temp/freeglut_stroke_mono_roman.o temp/freeglut_stroke_roman.o temp/freeglut_structure.o temp/freeglut_videoresize.o temp/freeglut_window.o temp/freeglut_xinput.o

View file

@ -19,8 +19,7 @@
..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_stroke_mono_roman.c -o temp\freeglut_stroke_mono_roman.o
..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_stroke_roman.c -o temp\freeglut_stroke_roman.o
..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_structure.c -o temp\freeglut_structure.o
..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_teapot.c -o temp\freeglut_teapot.o
..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_videoresize.c -o temp\freeglut_videoresize.o
..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_window.c -o temp\freeglut_window.o
..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_xinput.c -o temp\freeglut_xinput.o
..\..\..\..\c_compiler\bin\ar rcs src.a temp\freeglut_callbacks.o temp\freeglut_cursor.o temp\freeglut_display.o temp\freeglut_ext.o temp\freeglut_font.o temp\freeglut_font_data.o temp\freeglut_gamemode.o temp\freeglut_geometry.o temp\freeglut_glutfont_definitions.o temp\freeglut_init.o temp\freeglut_input_devices.o temp\freeglut_joystick.o temp\freeglut_main.o temp\freeglut_menu.o temp\freeglut_misc.o temp\freeglut_overlay.o temp\freeglut_spaceball.o temp\freeglut_state.o temp\freeglut_stroke_mono_roman.o temp\freeglut_stroke_roman.o temp\freeglut_structure.o temp\freeglut_teapot.o temp\freeglut_videoresize.o temp\freeglut_window.o temp\freeglut_xinput.o
..\..\..\..\c_compiler\bin\ar rcs src.a temp\freeglut_callbacks.o temp\freeglut_cursor.o temp\freeglut_display.o temp\freeglut_ext.o temp\freeglut_font.o temp\freeglut_font_data.o temp\freeglut_gamemode.o temp\freeglut_geometry.o temp\freeglut_glutfont_definitions.o temp\freeglut_init.o temp\freeglut_input_devices.o temp\freeglut_joystick.o temp\freeglut_main.o temp\freeglut_menu.o temp\freeglut_misc.o temp\freeglut_overlay.o temp\freeglut_spaceball.o temp\freeglut_state.o temp\freeglut_stroke_mono_roman.o temp\freeglut_stroke_roman.o temp\freeglut_structure.o temp\freeglut_videoresize.o temp\freeglut_window.o temp\freeglut_xinput.o