From a7a478365021ef74796fedd55620af6311f30a44 Mon Sep 17 00:00:00 2001 From: Luke Ceddia Date: Fri, 18 Aug 2017 21:52:23 +1000 Subject: [PATCH] Remove teapot from setup build files --- internal/c/parts/core/os/lnx/setup_build.sh | 3 +-- internal/c/parts/core/os/win/setup_build.bat | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/internal/c/parts/core/os/lnx/setup_build.sh b/internal/c/parts/core/os/lnx/setup_build.sh index a69c1411d..457022ae5 100755 --- a/internal/c/parts/core/os/lnx/setup_build.sh +++ b/internal/c/parts/core/os/lnx/setup_build.sh @@ -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 diff --git a/internal/c/parts/core/os/win/setup_build.bat b/internal/c/parts/core/os/win/setup_build.bat index 0112ff197..7c049c6fd 100644 --- a/internal/c/parts/core/os/win/setup_build.bat +++ b/internal/c/parts/core/os/win/setup_build.bat @@ -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