diff --git a/internal/c/libqb/os/lnx/build_test.sh b/internal/c/libqb/os/lnx/build_test.sh deleted file mode 100755 index 72c62d932..000000000 --- a/internal/c/libqb/os/lnx/build_test.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -g++ -c -w -Wall ../../../libqb.cpp -D FREEGLUT_STATIC -D DEPENDENCY_AUDIO_OUT -D DEPENDENCY_AUDIO_DECODE -D DEPENDENCY_AUDIO_CONVERSION -o libqb_test_only.o -echo "Press any key to continue" -Pause() -{ -OLDCONFIG=`stty -g` -stty -icanon -echo min 1 time 0 -dd count=1 2>/dev/null -stty $OLDCONFIG -} -Pause - diff --git a/internal/c/libqb/os/lnx/setup_build.sh b/internal/c/libqb/os/lnx/setup_build.sh deleted file mode 100755 index d5764b388..000000000 --- a/internal/c/libqb/os/lnx/setup_build.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -g++ -c -w -Wall ../../../libqb.cpp -D DEPENDENCY_LOADFONT -D FREEGLUT_STATIC -o libqb_setup.o - diff --git a/internal/c/libqb/os/osx/build_test.command b/internal/c/libqb/os/osx/build_test.command deleted file mode 100755 index 0d6da4916..000000000 --- a/internal/c/libqb/os/osx/build_test.command +++ /dev/null @@ -1,12 +0,0 @@ -cd "$(dirname "$0")" -clang++ -c -w -Wall ../../../libqb.mm -D DEPENDENCY_AUDIO_OUT -D DEPENDENCY_AUDIO_DECODE -D DEPENDENCY_AUDIO_CONVERSION -o libqb_test_only.o -echo "Press any key to continue" -Pause() -{ -OLDCONFIG=`stty -g` -stty -icanon -echo min 1 time 0 -dd count=1 2>/dev/null -stty $OLDCONFIG -} -Pause - diff --git a/internal/c/libqb/os/osx/setup_build.command b/internal/c/libqb/os/osx/setup_build.command deleted file mode 100755 index 6db7d8eb1..000000000 --- a/internal/c/libqb/os/osx/setup_build.command +++ /dev/null @@ -1,3 +0,0 @@ -cd "$(dirname "$0")" -clang++ -c -w -Wall ../../../libqb.mm -D DEPENDENCY_LOADFONT -o libqb_setup.o - diff --git a/internal/c/libqb/os/win/build_test.bat b/internal/c/libqb/os/win/build_test.bat deleted file mode 100644 index 75587bc60..000000000 --- a/internal/c/libqb/os/win/build_test.bat +++ /dev/null @@ -1,2 +0,0 @@ -..\..\..\c_compiler\bin\g++ -c -w -Wall ..\..\..\libqb.cpp -D DEPENDENCY_AUDIO_OUT -D DEPENDENCY_AUDIO_DECODE -D DEPENDENCY_AUDIO_CONVERSION -D FREEGLUT_STATIC -o libqb_test_only.o -pause \ No newline at end of file diff --git a/internal/c/libqb/os/win/setup_build.bat b/internal/c/libqb/os/win/setup_build.bat deleted file mode 100644 index 16c7b763f..000000000 --- a/internal/c/libqb/os/win/setup_build.bat +++ /dev/null @@ -1 +0,0 @@ -..\..\..\c_compiler\bin\g++ -c -w -Wall ..\..\..\libqb.cpp -D DEPENDENCY_SOCKETS -D DEPENDENCY_NO_PRINTER -D DEPENDENCY_ICON -D DEPENDENCY_NO_SCREENIMAGE -D DEPENDENCY_LOADFONT -D FREEGLUT_STATIC -o libqb_setup.o diff --git a/internal/c/makedat_lnx32.txt b/internal/c/makedat_lnx32.txt deleted file mode 100644 index 720a285fa..000000000 --- a/internal/c/makedat_lnx32.txt +++ /dev/null @@ -1 +0,0 @@ -objcopy -Ibinary -Oelf32-i386 -Bi386 \ No newline at end of file diff --git a/internal/c/makedat_lnx64.txt b/internal/c/makedat_lnx64.txt deleted file mode 100644 index e9f2ae606..000000000 --- a/internal/c/makedat_lnx64.txt +++ /dev/null @@ -1,3 +0,0 @@ -objcopy -Ibinary -Oelf64-x86-64 -Bi386:x86-64 - - diff --git a/internal/c/makedat_win32.txt b/internal/c/makedat_win32.txt deleted file mode 100644 index 2d8ca01b8..000000000 --- a/internal/c/makedat_win32.txt +++ /dev/null @@ -1 +0,0 @@ -c_compiler\bin\objcopy -Ibinary -Oelf32-i386 -Bi386 \ No newline at end of file diff --git a/internal/c/makedat_win64.txt b/internal/c/makedat_win64.txt deleted file mode 100644 index a1c998db8..000000000 --- a/internal/c/makedat_win64.txt +++ /dev/null @@ -1 +0,0 @@ -c_compiler\bin\objcopy -Ibinary -Oelf64-x86-64 -Bi386:x86-64 diff --git a/internal/c/makeline_lnx.txt b/internal/c/makeline_lnx.txt deleted file mode 100644 index 3be629a21..000000000 --- a/internal/c/makeline_lnx.txt +++ /dev/null @@ -1,2 +0,0 @@ -g++ -no-pie -w qbx.cpp parts/core/os/lnx/src.a -lGL -lGLU -lX11 -lpthread -ldl -lrt -D FREEGLUT_STATIC -o - diff --git a/internal/c/makeline_lnx_nogui.txt b/internal/c/makeline_lnx_nogui.txt deleted file mode 100644 index e95fdbe52..000000000 --- a/internal/c/makeline_lnx_nogui.txt +++ /dev/null @@ -1,2 +0,0 @@ -g++ -no-pie -w qbx.cpp parts/core/os/lnx/src.a -lpthread -ldl -lrt -D FREEGLUT_STATIC -o - diff --git a/internal/c/makeline_osx.txt b/internal/c/makeline_osx.txt deleted file mode 100644 index f44517f5c..000000000 --- a/internal/c/makeline_osx.txt +++ /dev/null @@ -1,4 +0,0 @@ -clang++ -w qbx.cpp -framework OpenGL -framework IOKit -framework GLUT -framework OpenGL -framework Cocoa -o - -(below for reference purposes only, above is minimum viable) -clang++ -w qbx.cpp -framework ApplicationServices -framework OpenGL -framework IOKit -framework CoreServices -framework CoreFoundation -framework GLUT -framework OpenGL -framework Cocoa -o \ No newline at end of file diff --git a/internal/c/parts/audio/conversion/os/lnx/build.sh b/internal/c/parts/audio/conversion/os/lnx/build.sh deleted file mode 100755 index 6bdd56d06..000000000 --- a/internal/c/parts/audio/conversion/os/lnx/build.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -gcc -c ../../src/resample.c -o temp/resample.o -ar rcs src.a temp/resample.o -echo "Press any key to continue..." -Pause() -{ -OLDCONFIG=`stty -g` -stty -icanon -echo min 1 time 0 -dd count=1 2>/dev/null -stty $OLDCONFIG -} -Pause - diff --git a/internal/c/parts/audio/conversion/os/lnx/temp/temp.bin b/internal/c/parts/audio/conversion/os/lnx/temp/temp.bin deleted file mode 100644 index e69de29bb..000000000 diff --git a/internal/c/parts/audio/conversion/os/osx/build.command b/internal/c/parts/audio/conversion/os/osx/build.command deleted file mode 100755 index 42121347c..000000000 --- a/internal/c/parts/audio/conversion/os/osx/build.command +++ /dev/null @@ -1,13 +0,0 @@ -cd "$(dirname "$0")" -clang -c ../../src/resample.c -o temp/resample.o -ar rcs src.a temp/resample.o -echo "Press any key to continue..." -Pause() -{ -OLDCONFIG=`stty -g` -stty -icanon -echo min 1 time 0 -dd count=1 2>/dev/null -stty $OLDCONFIG -} -Pause - diff --git a/internal/c/parts/audio/conversion/os/osx/temp/temp.bin b/internal/c/parts/audio/conversion/os/osx/temp/temp.bin deleted file mode 100644 index e69de29bb..000000000 diff --git a/internal/c/parts/audio/conversion/os/win/build.bat b/internal/c/parts/audio/conversion/os/win/build.bat deleted file mode 100644 index eff16780e..000000000 --- a/internal/c/parts/audio/conversion/os/win/build.bat +++ /dev/null @@ -1,3 +0,0 @@ -..\..\..\..\..\c_compiler\bin\gcc -c ..\..\src\resample.c -o temp\resample.o -..\..\..\..\..\c_compiler\bin\ar rcs src.a temp\resample.o -pause diff --git a/internal/c/parts/audio/conversion/os/win/temp/temp.bin b/internal/c/parts/audio/conversion/os/win/temp/temp.bin deleted file mode 100644 index e69de29bb..000000000 diff --git a/internal/c/parts/audio/decode/mp3_mini/os/lnx/build.sh b/internal/c/parts/audio/decode/mp3_mini/os/lnx/build.sh deleted file mode 100755 index d4dc5ba43..000000000 --- a/internal/c/parts/audio/decode/mp3_mini/os/lnx/build.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -gcc -c ../../src/minimp3.c -o temp/minimp3.o -ar rcs src.a temp/minimp3.o -echo "Press any key to continue..." -Pause() -{ -OLDCONFIG=`stty -g` -stty -icanon -echo min 1 time 0 -dd count=1 2>/dev/null -stty $OLDCONFIG -} -Pause - diff --git a/internal/c/parts/audio/decode/mp3_mini/os/lnx/temp/temp.bin b/internal/c/parts/audio/decode/mp3_mini/os/lnx/temp/temp.bin deleted file mode 100644 index e69de29bb..000000000 diff --git a/internal/c/parts/audio/decode/mp3_mini/os/osx/build.command b/internal/c/parts/audio/decode/mp3_mini/os/osx/build.command deleted file mode 100755 index 54115af58..000000000 --- a/internal/c/parts/audio/decode/mp3_mini/os/osx/build.command +++ /dev/null @@ -1,13 +0,0 @@ -cd "$(dirname "$0")" -clang -c ../../src/minimp3.c -o temp/minimp3.o -ar rcs src.a temp/minimp3.o -echo "Press any key to continue..." -Pause() -{ -OLDCONFIG=`stty -g` -stty -icanon -echo min 1 time 0 -dd count=1 2>/dev/null -stty $OLDCONFIG -} -Pause - diff --git a/internal/c/parts/audio/decode/mp3_mini/os/osx/temp/temp.bin b/internal/c/parts/audio/decode/mp3_mini/os/osx/temp/temp.bin deleted file mode 100644 index e69de29bb..000000000 diff --git a/internal/c/parts/audio/decode/mp3_mini/os/win/build.bat b/internal/c/parts/audio/decode/mp3_mini/os/win/build.bat deleted file mode 100644 index edbac9e5b..000000000 --- a/internal/c/parts/audio/decode/mp3_mini/os/win/build.bat +++ /dev/null @@ -1,3 +0,0 @@ -..\..\..\..\..\..\c_compiler\bin\gcc -c ..\..\src\minimp3.c -o temp\minimp3.o -..\..\..\..\..\..\c_compiler\bin\ar rcs src.a temp\minimp3.o -pause diff --git a/internal/c/parts/audio/decode/mp3_mini/os/win/temp/temp.bin b/internal/c/parts/audio/decode/mp3_mini/os/win/temp/temp.bin deleted file mode 100644 index e69de29bb..000000000 diff --git a/internal/c/parts/audio/decode/ogg/os/lnx/build.sh b/internal/c/parts/audio/decode/ogg/os/lnx/build.sh deleted file mode 100755 index 04de7e776..000000000 --- a/internal/c/parts/audio/decode/ogg/os/lnx/build.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -gcc -c ../../src/stb_vorbis.c -o src.o -echo "Press any key to continue..." -Pause() -{ -OLDCONFIG=`stty -g` -stty -icanon -echo min 1 time 0 -dd count=1 2>/dev/null -stty $OLDCONFIG -} -Pause - diff --git a/internal/c/parts/audio/decode/ogg/os/osx/build.command b/internal/c/parts/audio/decode/ogg/os/osx/build.command deleted file mode 100755 index 7622b01d4..000000000 --- a/internal/c/parts/audio/decode/ogg/os/osx/build.command +++ /dev/null @@ -1,12 +0,0 @@ -cd "$(dirname "$0")" -clang -c ../../src/stb_vorbis.c -o src.o -echo "Press any key to continue..." -Pause() -{ -OLDCONFIG=`stty -g` -stty -icanon -echo min 1 time 0 -dd count=1 2>/dev/null -stty $OLDCONFIG -} -Pause - diff --git a/internal/c/parts/audio/decode/ogg/os/win/build.bat b/internal/c/parts/audio/decode/ogg/os/win/build.bat deleted file mode 100644 index a6056faca..000000000 --- a/internal/c/parts/audio/decode/ogg/os/win/build.bat +++ /dev/null @@ -1,2 +0,0 @@ -..\..\..\..\..\..\c_compiler\bin\gcc -c ..\..\src\stb_vorbis.c -o src.o -pause diff --git a/internal/c/parts/audio/out/os/lnx/build.sh b/internal/c/parts/audio/out/os/lnx/build.sh deleted file mode 100755 index bb231f3df..000000000 --- a/internal/c/parts/audio/out/os/lnx/build.sh +++ /dev/null @@ -1,62 +0,0 @@ -#!/bin/sh -gcc -s -c -w -Wall ../../src/helpers.c -D AL_LIBTYPE_STATIC -o temp/helpers.o -gcc -s -c -w -Wall ../../src/bs2b.c -D AL_LIBTYPE_STATIC -o temp/bs2b.o -gcc -s -c -w -Wall ../../src/alAuxEffectSlot.c -D AL_LIBTYPE_STATIC -o temp/alAuxEffectSlot.o -gcc -s -c -w -Wall ../../src/alBuffer.c -D AL_LIBTYPE_STATIC -o temp/alBuffer.o -gcc -s -c -w -Wall ../../src/ALc.c -D AL_LIBTYPE_STATIC -o temp/ALc.o -gcc -s -c -w -Wall ../../src/alcConfig.c -D AL_LIBTYPE_STATIC -o temp/alcConfig.o -gcc -s -c -w -Wall ../../src/alcDedicated.c -D AL_LIBTYPE_STATIC -o temp/alcDedicated.o -gcc -s -c -w -Wall ../../src/alcEcho.c -D AL_LIBTYPE_STATIC -o temp/alcEcho.o -gcc -s -c -w -Wall ../../src/alcModulator.c -D AL_LIBTYPE_STATIC -o temp/alcModulator.o -gcc -s -c -w -Wall ../../src/alcReverb.c -D AL_LIBTYPE_STATIC -o temp/alcReverb.o -gcc -s -c -w -Wall ../../src/alcRing.c -D AL_LIBTYPE_STATIC -o temp/alcRing.o -gcc -s -c -w -Wall ../../src/alcThread.c -D AL_LIBTYPE_STATIC -o temp/alcThread.o -gcc -s -c -w -Wall ../../src/alEffect.c -D AL_LIBTYPE_STATIC -o temp/alEffect.o -gcc -s -c -w -Wall ../../src/alError.c -D AL_LIBTYPE_STATIC -o temp/alError.o -gcc -s -c -w -Wall ../../src/alExtension.c -D AL_LIBTYPE_STATIC -o temp/alExtension.o -gcc -s -c -w -Wall ../../src/alFilter.c -D AL_LIBTYPE_STATIC -o temp/alFilter.o -gcc -s -c -w -Wall ../../src/alListener.c -D AL_LIBTYPE_STATIC -o temp/alListener.o -gcc -s -c -w -Wall ../../src/alsa.c -D AL_LIBTYPE_STATIC -o temp/alsa.o -gcc -s -c -w -Wall ../../src/alSource.c -D AL_LIBTYPE_STATIC -o temp/alSource.o -gcc -s -c -w -Wall ../../src/alState.c -D AL_LIBTYPE_STATIC -o temp/alState.o -gcc -s -c -w -Wall ../../src/alThunk.c -D AL_LIBTYPE_STATIC -o temp/alThunk.o -gcc -s -c -w -Wall ../../src/ALu.c -D AL_LIBTYPE_STATIC -o temp/ALu.o -gcc -s -c -w -Wall ../../src/hrtf.c -D AL_LIBTYPE_STATIC -o temp/hrtf.o -gcc -s -c -w -Wall ../../src/loopback.c -D AL_LIBTYPE_STATIC -o temp/loopback.o -gcc -s -c -w -Wall ../../src/mixer.c -D AL_LIBTYPE_STATIC -o temp/mixer.o -gcc -s -c -w -Wall ../../src/null.c -D AL_LIBTYPE_STATIC -o temp/null.o -gcc -s -c -w -Wall ../../src/panning.c -D AL_LIBTYPE_STATIC -o temp/panning.o -gcc -s -c -w -Wall ../../src/wave.c -D AL_LIBTYPE_STATIC -o temp/wave.o -ar rcs src.a temp/alAuxEffectSlot.o temp/alBuffer.o temp/ALc.o temp/alcConfig.o temp/alcDedicated.o temp/alcEcho.o temp/alcModulator.o temp/alcReverb.o temp/alcRing.o temp/alcThread.o temp/alEffect.o temp/alError.o temp/alExtension.o temp/alFilter.o temp/alListener.o temp/alsa.o temp/alSource.o temp/alState.o temp/alThunk.o temp/ALu.o temp/hrtf.o temp/loopback.o temp/mixer.o temp/null.o temp/panning.o temp/wave.o temp/helpers.o temp/bs2b.o -echo "Press any key to continue..." -Pause() -{ -OLDCONFIG=`stty -g` -stty -icanon -echo min 1 time 0 -dd count=1 2>/dev/null -stty $OLDCONFIG -} -Pause -echo "Finished! Cancel this shell script or close the terminal" -Pause -Pause -Pause - -####Compiled but unrequired (using ALSA instead)#### -gcc -s -c -w -Wall ../../src/oss.c -D AL_LIBTYPE_STATIC -o temp/oss.o -temp/oss.o -gcc -s -c -w -Wall ../../src/pulseaudio.c -D AL_LIBTYPE_STATIC -o temp/pulseaudio.o -temp/pulseaudio.o - -####These all failed to compile in Ubuntu#### -gcc -s -c -w -Wall ../../src/solaris.c -D AL_LIBTYPE_STATIC -o temp/solaris.o -gcc -s -c -w -Wall ../../src/sndio.c -D AL_LIBTYPE_STATIC -o temp/sndio.o -gcc -s -c -w -Wall ../../src/portaudio.c -D AL_LIBTYPE_STATIC -o temp/portaudio.o -gcc -s -c -w -Wall ../../src/coreaudio.c -D AL_LIBTYPE_STATIC -o temp/coreaudio.o -gcc -s -c -w -Wall ../../src/opensl.c -D AL_LIBTYPE_STATIC -o temp/opensl.o - -####These are Windows specific#### -gcc -s -c -w -Wall ../../src/dsound.c -D AL_LIBTYPE_STATIC -o temp/dsound.o -gcc -s -c -w -Wall ../../src/mmdevapi.c -D AL_LIBTYPE_STATIC -o temp/mmdevapi.o -gcc -s -c -w -Wall ../../src/winmm.c -D AL_LIBTYPE_STATIC -o temp/winmm.o - diff --git a/internal/c/parts/audio/out/os/lnx/temp/temp.bin b/internal/c/parts/audio/out/os/lnx/temp/temp.bin deleted file mode 100644 index e69de29bb..000000000 diff --git a/internal/c/parts/audio/out/os/osx/build.command b/internal/c/parts/audio/out/os/osx/build.command deleted file mode 100755 index 0d56cbdb0..000000000 --- a/internal/c/parts/audio/out/os/osx/build.command +++ /dev/null @@ -1,71 +0,0 @@ -cd "$(dirname "$0")" -clang -s -c -w -Wall ../../src/coreaudio.c -D AL_LIBTYPE_STATIC -o temp/coreaudio.o -clang -s -c -w -Wall ../../src/helpers.c -D AL_LIBTYPE_STATIC -o temp/helpers.o -clang -s -c -w -Wall ../../src/bs2b.c -D AL_LIBTYPE_STATIC -o temp/bs2b.o -clang -s -c -w -Wall ../../src/alAuxEffectSlot.c -D AL_LIBTYPE_STATIC -o temp/alAuxEffectSlot.o -clang -s -c -w -Wall ../../src/alBuffer.c -D AL_LIBTYPE_STATIC -o temp/alBuffer.o -clang -s -c -w -Wall ../../src/ALc.c -D AL_LIBTYPE_STATIC -o temp/ALc.o -clang -s -c -w -Wall ../../src/alcConfig.c -D AL_LIBTYPE_STATIC -o temp/alcConfig.o -clang -s -c -w -Wall ../../src/alcDedicated.c -D AL_LIBTYPE_STATIC -o temp/alcDedicated.o -clang -s -c -w -Wall ../../src/alcEcho.c -D AL_LIBTYPE_STATIC -o temp/alcEcho.o -clang -s -c -w -Wall ../../src/alcModulator.c -D AL_LIBTYPE_STATIC -o temp/alcModulator.o -clang -s -c -w -Wall ../../src/alcReverb.c -D AL_LIBTYPE_STATIC -o temp/alcReverb.o -clang -s -c -w -Wall ../../src/alcRing.c -D AL_LIBTYPE_STATIC -o temp/alcRing.o -clang -s -c -w -Wall ../../src/alcThread.c -D AL_LIBTYPE_STATIC -o temp/alcThread.o -clang -s -c -w -Wall ../../src/alEffect.c -D AL_LIBTYPE_STATIC -o temp/alEffect.o -clang -s -c -w -Wall ../../src/alError.c -D AL_LIBTYPE_STATIC -o temp/alError.o -clang -s -c -w -Wall ../../src/alExtension.c -D AL_LIBTYPE_STATIC -o temp/alExtension.o -clang -s -c -w -Wall ../../src/alFilter.c -D AL_LIBTYPE_STATIC -o temp/alFilter.o -clang -s -c -w -Wall ../../src/alListener.c -D AL_LIBTYPE_STATIC -o temp/alListener.o -clang -s -c -w -Wall ../../src/alSource.c -D AL_LIBTYPE_STATIC -o temp/alSource.o -clang -s -c -w -Wall ../../src/alState.c -D AL_LIBTYPE_STATIC -o temp/alState.o -clang -s -c -w -Wall ../../src/alThunk.c -D AL_LIBTYPE_STATIC -o temp/alThunk.o -clang -s -c -w -Wall ../../src/ALu.c -D AL_LIBTYPE_STATIC -o temp/ALu.o -clang -s -c -w -Wall ../../src/hrtf.c -D AL_LIBTYPE_STATIC -o temp/hrtf.o -clang -s -c -w -Wall ../../src/loopback.c -D AL_LIBTYPE_STATIC -o temp/loopback.o -clang -s -c -w -Wall ../../src/mixer.c -D AL_LIBTYPE_STATIC -o temp/mixer.o -clang -s -c -w -Wall ../../src/null.c -D AL_LIBTYPE_STATIC -o temp/null.o -clang -s -c -w -Wall ../../src/panning.c -D AL_LIBTYPE_STATIC -o temp/panning.o -clang -s -c -w -Wall ../../src/wave.c -D AL_LIBTYPE_STATIC -o temp/wave.o -ar rcs src.a temp/alAuxEffectSlot.o temp/alBuffer.o temp/ALc.o temp/alcConfig.o temp/alcDedicated.o temp/alcEcho.o temp/alcModulator.o temp/alcReverb.o temp/alcRing.o temp/alcThread.o temp/alEffect.o temp/alError.o temp/alExtension.o temp/alFilter.o temp/alListener.o temp/coreaudio.o temp/alSource.o temp/alState.o temp/alThunk.o temp/ALu.o temp/hrtf.o temp/loopback.o temp/mixer.o temp/null.o temp/panning.o temp/wave.o temp/helpers.o temp/bs2b.o -echo "Press any key to continue..." -Pause() -{ -OLDCONFIG=`stty -g` -stty -icanon -echo min 1 time 0 -dd count=1 2>/dev/null -stty $OLDCONFIG -} -Pause -echo "Finished! Cancel this shell script or close the terminal" -Pause -Pause -Pause - - -####### added for OSX (above) -clang -s -c -w -Wall ../../src/coreaudio.c -D AL_LIBTYPE_STATIC -o temp/coreaudio.o - - -###### removed for osx -clang -s -c -w -Wall ../../src/alsa.c -D AL_LIBTYPE_STATIC -o temp/alsa.o - - -####Compiled but unrequired (using ALSA instead)#### -clang -s -c -w -Wall ../../src/oss.c -D AL_LIBTYPE_STATIC -o temp/oss.o -temp/oss.o -clang -s -c -w -Wall ../../src/pulseaudio.c -D AL_LIBTYPE_STATIC -o temp/pulseaudio.o -temp/pulseaudio.o - -####These all failed to compile in Ubuntu#### -clang -s -c -w -Wall ../../src/solaris.c -D AL_LIBTYPE_STATIC -o temp/solaris.o -clang -s -c -w -Wall ../../src/sndio.c -D AL_LIBTYPE_STATIC -o temp/sndio.o -clang -s -c -w -Wall ../../src/portaudio.c -D AL_LIBTYPE_STATIC -o temp/portaudio.o -clang -s -c -w -Wall ../../src/coreaudio.c -D AL_LIBTYPE_STATIC -o temp/coreaudio.o -clang -s -c -w -Wall ../../src/opensl.c -D AL_LIBTYPE_STATIC -o temp/opensl.o - -####These are Windows specific#### -clang -s -c -w -Wall ../../src/dsound.c -D AL_LIBTYPE_STATIC -o temp/dsound.o -clang -s -c -w -Wall ../../src/mmdevapi.c -D AL_LIBTYPE_STATIC -o temp/mmdevapi.o -clang -s -c -w -Wall ../../src/winmm.c -D AL_LIBTYPE_STATIC -o temp/winmm.o - diff --git a/internal/c/parts/audio/out/os/osx/temp/temp.bin b/internal/c/parts/audio/out/os/osx/temp/temp.bin deleted file mode 100644 index e69de29bb..000000000 diff --git a/internal/c/parts/audio/out/os/win/build.bat b/internal/c/parts/audio/out/os/win/build.bat deleted file mode 100644 index 52ca1f2e5..000000000 --- a/internal/c/parts/audio/out/os/win/build.bat +++ /dev/null @@ -1,36 +0,0 @@ -..\..\..\..\..\c_compiler\bin\gcc -s -c -w -Wall ..\..\src\winmm.c -D AL_LIBTYPE_STATIC -o temp\winmm.o -..\..\..\..\..\c_compiler\bin\gcc -s -c -w -Wall ..\..\src\null.c -D AL_LIBTYPE_STATIC -o temp\null.o -..\..\..\..\..\c_compiler\bin\gcc -s -c -w -Wall ..\..\src\loopback.c -D AL_LIBTYPE_STATIC -o temp\loopback.o -..\..\..\..\..\c_compiler\bin\gcc -s -c -w -Wall ..\..\src\dsound.c -D AL_LIBTYPE_STATIC -o temp\dsound.o - -..\..\..\..\..\c_compiler\bin\gcc -s -c -w -Wall ..\..\src\panning.c -D AL_LIBTYPE_STATIC -o temp\panning.o -..\..\..\..\..\c_compiler\bin\gcc -s -c -w -Wall ..\..\src\mixer.c -D AL_LIBTYPE_STATIC -o temp\mixer.o -..\..\..\..\..\c_compiler\bin\gcc -s -c -w -Wall ..\..\src\hrtf.c -D AL_LIBTYPE_STATIC -o temp\hrtf.o -..\..\..\..\..\c_compiler\bin\gcc -s -c -w -Wall ..\..\src\helpers.c -D AL_LIBTYPE_STATIC -o temp\helpers.o -..\..\..\..\..\c_compiler\bin\gcc -s -c -w -Wall ..\..\src\bs2b.c -D AL_LIBTYPE_STATIC -o temp\bs2b.o -..\..\..\..\..\c_compiler\bin\gcc -s -c -w -Wall ..\..\src\ALu.c -D AL_LIBTYPE_STATIC -o temp\ALu.o -..\..\..\..\..\c_compiler\bin\gcc -s -c -w -Wall ..\..\src\alcThread.c -D AL_LIBTYPE_STATIC -o temp\alcThread.o -..\..\..\..\..\c_compiler\bin\gcc -s -c -w -Wall ..\..\src\alcRing.c -D AL_LIBTYPE_STATIC -o temp\alcRing.o -..\..\..\..\..\c_compiler\bin\gcc -s -c -w -Wall ..\..\src\alcReverb.c -D AL_LIBTYPE_STATIC -o temp\alcReverb.o -..\..\..\..\..\c_compiler\bin\gcc -s -c -w -Wall ..\..\src\alcModulator.c -D AL_LIBTYPE_STATIC -o temp\alcModulator.o -..\..\..\..\..\c_compiler\bin\gcc -s -c -w -Wall ..\..\src\alcEcho.c -D AL_LIBTYPE_STATIC -o temp\alcEcho.o -..\..\..\..\..\c_compiler\bin\gcc -s -c -w -Wall ..\..\src\alcDedicated.c -D AL_LIBTYPE_STATIC -o temp\alcDedicated.o -..\..\..\..\..\c_compiler\bin\gcc -s -c -w -Wall ..\..\src\alcConfig.c -D AL_LIBTYPE_STATIC -o temp\alcConfig.o -..\..\..\..\..\c_compiler\bin\gcc -s -c -w -Wall ..\..\src\ALc.c -D AL_LIBTYPE_STATIC -o temp\ALc.o - -..\..\..\..\..\c_compiler\bin\gcc -s -c -w -Wall ..\..\src\alThunk.c -D AL_LIBTYPE_STATIC -o temp\alThunk.o -..\..\..\..\..\c_compiler\bin\gcc -s -c -w -Wall ..\..\src\alState.c -D AL_LIBTYPE_STATIC -o temp\alState.o -..\..\..\..\..\c_compiler\bin\gcc -s -c -w -Wall ..\..\src\alSource.c -D AL_LIBTYPE_STATIC -o temp\alSource.o -..\..\..\..\..\c_compiler\bin\gcc -s -c -w -Wall ..\..\src\alListener.c -D AL_LIBTYPE_STATIC -o temp\alListener.o -..\..\..\..\..\c_compiler\bin\gcc -s -c -w -Wall ..\..\src\alFilter.c -D AL_LIBTYPE_STATIC -o temp\alFilter.o -..\..\..\..\..\c_compiler\bin\gcc -s -c -w -Wall ..\..\src\alExtension.c -D AL_LIBTYPE_STATIC -o temp\alExtension.o -..\..\..\..\..\c_compiler\bin\gcc -s -c -w -Wall ..\..\src\alError.c -D AL_LIBTYPE_STATIC -o temp\alError.o -..\..\..\..\..\c_compiler\bin\gcc -s -c -w -Wall ..\..\src\alEffect.c -D AL_LIBTYPE_STATIC -o temp\alEffect.o -..\..\..\..\..\c_compiler\bin\gcc -s -c -w -Wall ..\..\src\alBuffer.c -D AL_LIBTYPE_STATIC -o temp\alBuffer.o -..\..\..\..\..\c_compiler\bin\gcc -s -c -w -Wall ..\..\src\alAuxEffectSlot.c -D AL_LIBTYPE_STATIC -o temp\alAuxEffectSlot.o - -..\..\..\..\..\c_compiler\bin\ar rcs src.a temp\winmm.o temp\null.o temp\loopback.o temp\dsound.o temp\panning.o temp\mixer.o temp\hrtf.o temp\helpers.o temp\bs2b.o temp\ALu.o temp\alcThread.o temp\alcRing.o temp\alcReverb.o temp\alcModulator.o temp\alcEcho.o temp\alcDedicated.o temp\alcConfig.o temp\ALc.o temp\alThunk.o temp\alState.o temp\alSource.o temp\alListener.o temp\alFilter.o temp\alExtension.o temp\alError.o temp\alEffect.o temp\alBuffer.o temp\alAuxEffectSlot.o - -pause - - diff --git a/internal/c/parts/audio/out/os/win/temp/temp.bin b/internal/c/parts/audio/out/os/win/temp/temp.bin deleted file mode 100644 index e69de29bb..000000000 diff --git a/internal/c/parts/core/os/lnx/build.sh b/internal/c/parts/core/os/lnx/build.sh deleted file mode 100755 index 3b2bb9b42..000000000 --- a/internal/c/parts/core/os/lnx/build.sh +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/sh -gcc -s -O2 -c ../../src/freeglut_callbacks.c -o temp/freeglut_callbacks.o -gcc -s -O2 -c ../../src/freeglut_cursor.c -o temp/freeglut_cursor.o -gcc -s -O2 -c ../../src/freeglut_display.c -o temp/freeglut_display.o -gcc -s -O2 -c ../../src/freeglut_ext.c -o temp/freeglut_ext.o -gcc -s -O2 -c ../../src/freeglut_font.c -o temp/freeglut_font.o -gcc -s -O2 -c ../../src/freeglut_font_data.c -o temp/freeglut_font_data.o -gcc -s -O2 -c ../../src/freeglut_gamemode.c -o temp/freeglut_gamemode.o -gcc -s -O2 -c ../../src/freeglut_geometry.c -o temp/freeglut_geometry.o -gcc -s -O2 -c ../../src/freeglut_glutfont_definitions.c -o temp/freeglut_glutfont_definitions.o -gcc -s -O2 -c ../../src/freeglut_init.c -o temp/freeglut_init.o -gcc -s -O2 -c ../../src/freeglut_input_devices.c -o temp/freeglut_input_devices.o -gcc -s -O2 -c ../../src/freeglut_joystick.c -o temp/freeglut_joystick.o -gcc -s -O2 -c ../../src/freeglut_main.c -o temp/freeglut_main.o -gcc -s -O2 -c ../../src/freeglut_menu.c -o temp/freeglut_menu.o -gcc -s -O2 -c ../../src/freeglut_misc.c -o temp/freeglut_misc.o -gcc -s -O2 -c ../../src/freeglut_overlay.c -o temp/freeglut_overlay.o -gcc -s -O2 -c ../../src/freeglut_spaceball.c -o temp/freeglut_spaceball.o -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_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_videoresize.o temp/freeglut_window.o temp/freeglut_xinput.o -echo "Press any key to continue..." -Pause() -{ -OLDCONFIG=`stty -g` -stty -icanon -echo min 1 time 0 -dd count=1 2>/dev/null -stty $OLDCONFIG -} -Pause - diff --git a/internal/c/parts/core/os/lnx/setup_build.sh b/internal/c/parts/core/os/lnx/setup_build.sh deleted file mode 100755 index 457022ae5..000000000 --- a/internal/c/parts/core/os/lnx/setup_build.sh +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh -gcc -s -O2 -c ../../src/freeglut_callbacks.c -o temp/freeglut_callbacks.o -gcc -s -O2 -c ../../src/freeglut_cursor.c -o temp/freeglut_cursor.o -gcc -s -O2 -c ../../src/freeglut_display.c -o temp/freeglut_display.o -gcc -s -O2 -c ../../src/freeglut_ext.c -o temp/freeglut_ext.o -gcc -s -O2 -c ../../src/freeglut_font.c -o temp/freeglut_font.o -gcc -s -O2 -c ../../src/freeglut_font_data.c -o temp/freeglut_font_data.o -gcc -s -O2 -c ../../src/freeglut_gamemode.c -o temp/freeglut_gamemode.o -gcc -s -O2 -c ../../src/freeglut_geometry.c -o temp/freeglut_geometry.o -gcc -s -O2 -c ../../src/freeglut_glutfont_definitions.c -o temp/freeglut_glutfont_definitions.o -gcc -s -O2 -c ../../src/freeglut_init.c -o temp/freeglut_init.o -gcc -s -O2 -c ../../src/freeglut_input_devices.c -o temp/freeglut_input_devices.o -gcc -s -O2 -c ../../src/freeglut_joystick.c -o temp/freeglut_joystick.o -gcc -s -O2 -c ../../src/freeglut_main.c -o temp/freeglut_main.o -gcc -s -O2 -c ../../src/freeglut_menu.c -o temp/freeglut_menu.o -gcc -s -O2 -c ../../src/freeglut_misc.c -o temp/freeglut_misc.o -gcc -s -O2 -c ../../src/freeglut_overlay.c -o temp/freeglut_overlay.o -gcc -s -O2 -c ../../src/freeglut_spaceball.c -o temp/freeglut_spaceball.o -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_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_videoresize.o temp/freeglut_window.o temp/freeglut_xinput.o - diff --git a/internal/c/parts/core/os/lnx/temp/temp.bin b/internal/c/parts/core/os/lnx/temp/temp.bin deleted file mode 100644 index e69de29bb..000000000 diff --git a/internal/c/parts/core/os/osx/notes.txt b/internal/c/parts/core/os/osx/notes.txt deleted file mode 100644 index eafad2985..000000000 --- a/internal/c/parts/core/os/osx/notes.txt +++ /dev/null @@ -1 +0,0 @@ -QB64 uses Apple's GLUT implementation, not FreeGLUT, therefore the 'core' section is unrequired. \ No newline at end of file diff --git a/internal/c/parts/core/os/win/build.bat b/internal/c/parts/core/os/win/build.bat deleted file mode 100644 index 163b9ecec..000000000 --- a/internal/c/parts/core/os/win/build.bat +++ /dev/null @@ -1,26 +0,0 @@ -..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_callbacks.c -o temp\freeglut_callbacks.o -..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_cursor.c -o temp\freeglut_cursor.o -..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_display.c -o temp\freeglut_display.o -..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_ext.c -o temp\freeglut_ext.o -..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_font.c -o temp\freeglut_font.o -..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_font_data.c -o temp\freeglut_font_data.o -..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_gamemode.c -o temp\freeglut_gamemode.o -..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_geometry.c -o temp\freeglut_geometry.o -..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_glutfont_definitions.c -o temp\freeglut_glutfont_definitions.o -..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_init.c -o temp\freeglut_init.o -..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_input_devices.c -o temp\freeglut_input_devices.o -..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_joystick.c -o temp\freeglut_joystick.o -..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_main.c -o temp\freeglut_main.o -..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_menu.c -o temp\freeglut_menu.o -..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_misc.c -o temp\freeglut_misc.o -..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_overlay.c -o temp\freeglut_overlay.o -..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_spaceball.c -o temp\freeglut_spaceball.o -..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_state.c -o temp\freeglut_state.o -..\..\..\..\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_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_videoresize.o temp\freeglut_window.o temp\freeglut_xinput.o -pause \ No newline at end of file diff --git a/internal/c/parts/core/os/win/dll/glew32.dll b/internal/c/parts/core/os/win/dll/glew32.dll deleted file mode 100644 index 53c041dbd..000000000 Binary files a/internal/c/parts/core/os/win/dll/glew32.dll and /dev/null differ diff --git a/internal/c/parts/core/os/win/dll/glew32mx.dll b/internal/c/parts/core/os/win/dll/glew32mx.dll deleted file mode 100644 index ddd865f29..000000000 Binary files a/internal/c/parts/core/os/win/dll/glew32mx.dll and /dev/null differ diff --git a/internal/c/parts/core/os/win/exe/glewinfo.exe b/internal/c/parts/core/os/win/exe/glewinfo.exe deleted file mode 100644 index 880cb5d3d..000000000 Binary files a/internal/c/parts/core/os/win/exe/glewinfo.exe and /dev/null differ diff --git a/internal/c/parts/core/os/win/exe/visualinfo.exe b/internal/c/parts/core/os/win/exe/visualinfo.exe deleted file mode 100644 index 92e6175be..000000000 Binary files a/internal/c/parts/core/os/win/exe/visualinfo.exe and /dev/null differ diff --git a/internal/c/parts/core/os/win/lib/glew32.lib b/internal/c/parts/core/os/win/lib/glew32.lib deleted file mode 100644 index 301a234df..000000000 Binary files a/internal/c/parts/core/os/win/lib/glew32.lib and /dev/null differ diff --git a/internal/c/parts/core/os/win/lib/glew32mx.lib b/internal/c/parts/core/os/win/lib/glew32mx.lib deleted file mode 100644 index 2f609f6b9..000000000 Binary files a/internal/c/parts/core/os/win/lib/glew32mx.lib and /dev/null differ diff --git a/internal/c/parts/core/os/win/lib/glew32mxs.lib b/internal/c/parts/core/os/win/lib/glew32mxs.lib deleted file mode 100644 index b6b31b64c..000000000 Binary files a/internal/c/parts/core/os/win/lib/glew32mxs.lib and /dev/null differ diff --git a/internal/c/parts/core/os/win/lib/glew32s.lib b/internal/c/parts/core/os/win/lib/glew32s.lib deleted file mode 100644 index 589a5bb91..000000000 Binary files a/internal/c/parts/core/os/win/lib/glew32s.lib and /dev/null differ diff --git a/internal/c/parts/core/os/win/setup_build.bat b/internal/c/parts/core/os/win/setup_build.bat deleted file mode 100644 index 7c049c6fd..000000000 --- a/internal/c/parts/core/os/win/setup_build.bat +++ /dev/null @@ -1,25 +0,0 @@ -..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_callbacks.c -o temp\freeglut_callbacks.o -..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_cursor.c -o temp\freeglut_cursor.o -..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_display.c -o temp\freeglut_display.o -..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_ext.c -o temp\freeglut_ext.o -..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_font.c -o temp\freeglut_font.o -..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_font_data.c -o temp\freeglut_font_data.o -..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_gamemode.c -o temp\freeglut_gamemode.o -..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_geometry.c -o temp\freeglut_geometry.o -..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_glutfont_definitions.c -o temp\freeglut_glutfont_definitions.o -..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_init.c -o temp\freeglut_init.o -..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_input_devices.c -o temp\freeglut_input_devices.o -..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_joystick.c -o temp\freeglut_joystick.o -..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_main.c -o temp\freeglut_main.o -..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_menu.c -o temp\freeglut_menu.o -..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_misc.c -o temp\freeglut_misc.o -..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_overlay.c -o temp\freeglut_overlay.o -..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_spaceball.c -o temp\freeglut_spaceball.o -..\..\..\..\c_compiler\bin\gcc -s -O2 -c ..\..\src\freeglut_state.c -o temp\freeglut_state.o -..\..\..\..\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_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_videoresize.o temp\freeglut_window.o temp\freeglut_xinput.o diff --git a/internal/c/parts/core/os/win/temp/temp.bin b/internal/c/parts/core/os/win/temp/temp.bin deleted file mode 100644 index e69de29bb..000000000 diff --git a/internal/c/parts/input/game_controller/os/lnx/build.sh b/internal/c/parts/input/game_controller/os/lnx/build.sh deleted file mode 100755 index cf0309f74..000000000 --- a/internal/c/parts/input/game_controller/os/lnx/build.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -gcc -s -c -w -Wall ../../src/Gamepad_linux.c -o temp/Gamepad_linux.o -gcc -s -c -w -Wall ../../src/Gamepad_private.c -o temp/Gamepad_private.o -ar rcs src.a temp/Gamepad_private.o temp/Gamepad_linux.o -echo "Press any key to continue..." -Pause() -{ -OLDCONFIG=`stty -g` -stty -icanon -echo min 1 time 0 -dd count=1 2>/dev/null -stty $OLDCONFIG -} -Pause - diff --git a/internal/c/parts/input/game_controller/os/lnx/temp/ignore.bin b/internal/c/parts/input/game_controller/os/lnx/temp/ignore.bin deleted file mode 100644 index e69de29bb..000000000 diff --git a/internal/c/parts/input/game_controller/os/osx/build.command b/internal/c/parts/input/game_controller/os/osx/build.command deleted file mode 100755 index 61e35f063..000000000 --- a/internal/c/parts/input/game_controller/os/osx/build.command +++ /dev/null @@ -1,14 +0,0 @@ -cd "$(dirname "$0")" -clang -s -c -w -Wall ../../src/Gamepad_macosx.c -o temp/Gamepad_macosx.o -clang -s -c -w -Wall ../../src/Gamepad_private.c -o temp/Gamepad_private.o -ar rcs src.a temp/Gamepad_private.o temp/Gamepad_macosx.o -echo "Press any key to continue..." -Pause() -{ -OLDCONFIG=`stty -g` -stty -icanon -echo min 1 time 0 -dd count=1 2>/dev/null -stty $OLDCONFIG -} -Pause - diff --git a/internal/c/parts/input/game_controller/os/osx/temp/ignore.bin b/internal/c/parts/input/game_controller/os/osx/temp/ignore.bin deleted file mode 100644 index e69de29bb..000000000 diff --git a/internal/c/parts/input/game_controller/os/win/build.bat b/internal/c/parts/input/game_controller/os/win/build.bat deleted file mode 100644 index 96bc45fc3..000000000 --- a/internal/c/parts/input/game_controller/os/win/build.bat +++ /dev/null @@ -1,4 +0,0 @@ -..\..\..\..\..\c_compiler\bin\gcc -s -c -w -Wall ..\..\src\Gamepad_windows_mm.c -o temp\Gamepad_windows_mm.o -..\..\..\..\..\c_compiler\bin\gcc -s -c -w -Wall ..\..\src\Gamepad_private.c -o temp\Gamepad_private.o -..\..\..\..\..\c_compiler\bin\ar rcs src.a temp\Gamepad_private.o temp\Gamepad_windows_mm.o -pause \ No newline at end of file diff --git a/internal/c/parts/input/game_controller/os/win/temp/ignore.bin b/internal/c/parts/input/game_controller/os/win/temp/ignore.bin deleted file mode 100644 index e69de29bb..000000000 diff --git a/internal/c/parts/video/font/ttf/os/lnx/build.sh b/internal/c/parts/video/font/ttf/os/lnx/build.sh deleted file mode 100755 index daec248f7..000000000 --- a/internal/c/parts/video/font/ttf/os/lnx/build.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -g++ -s -c -w -Wall ../../src/freetypeamalgam.c -o src.o -echo "Press any key to continue..." -Pause() -{ -OLDCONFIG=`stty -g` -stty -icanon -echo min 1 time 0 -dd count=1 2>/dev/null -stty $OLDCONFIG -} -Pause - diff --git a/internal/c/parts/video/font/ttf/os/lnx/setup_build.sh b/internal/c/parts/video/font/ttf/os/lnx/setup_build.sh deleted file mode 100755 index 740e14b21..000000000 --- a/internal/c/parts/video/font/ttf/os/lnx/setup_build.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -g++ -s -c -w -Wall ../../src/freetypeamalgam.c -o src.o - diff --git a/internal/c/parts/video/font/ttf/os/osx/build.command b/internal/c/parts/video/font/ttf/os/osx/build.command deleted file mode 100755 index 0f64658b1..000000000 --- a/internal/c/parts/video/font/ttf/os/osx/build.command +++ /dev/null @@ -1,12 +0,0 @@ -cd "$(dirname "$0")" -clang++ -s -c -w -Wall ../../src/freetypeamalgam.c -o src.o -echo "Press any key to continue..." -Pause() -{ -OLDCONFIG=`stty -g` -stty -icanon -echo min 1 time 0 -dd count=1 2>/dev/null -stty $OLDCONFIG -} -Pause - diff --git a/internal/c/parts/video/font/ttf/os/osx/setup_build.command b/internal/c/parts/video/font/ttf/os/osx/setup_build.command deleted file mode 100755 index 0ea7f68d1..000000000 --- a/internal/c/parts/video/font/ttf/os/osx/setup_build.command +++ /dev/null @@ -1,2 +0,0 @@ -cd "$(dirname "$0")" -clang++ -s -c -w -Wall ../../src/freetypeamalgam.c -o src.o diff --git a/internal/c/parts/video/font/ttf/os/win/build.bat b/internal/c/parts/video/font/ttf/os/win/build.bat deleted file mode 100644 index a67f3ca09..000000000 --- a/internal/c/parts/video/font/ttf/os/win/build.bat +++ /dev/null @@ -1,2 +0,0 @@ -..\..\..\..\..\..\c_compiler\bin\g++ -s -c -w -Wall ..\..\src\freetypeamalgam.c -o src.o -pause \ No newline at end of file diff --git a/internal/c/parts/video/font/ttf/os/win/setup_build.bat b/internal/c/parts/video/font/ttf/os/win/setup_build.bat deleted file mode 100644 index 381fbefcb..000000000 --- a/internal/c/parts/video/font/ttf/os/win/setup_build.bat +++ /dev/null @@ -1 +0,0 @@ -..\..\..\..\..\..\c_compiler\bin\g++ -s -c -w -Wall ..\..\src\freetypeamalgam.c -o src.o diff --git a/internal/c/purge_all_precompiled_content.bat b/internal/c/purge_all_precompiled_content.bat index 44c40d8cd..2f4c10a43 100644 --- a/internal/c/purge_all_precompiled_content.bat +++ b/internal/c/purge_all_precompiled_content.bat @@ -1,30 +1 @@ -del libqb\os\win\*.o -del libqb\os\lnx\*.o - -del parts\core\os\win\src.a -del parts\core\os\lnx\src.a -del parts\core\os\win\temp\*.o -del parts\core\os\lnx\temp\*.o - -del parts\audio\decode\mp3\os\win\src.a -del parts\audio\decode\mp3\os\lnx\src.a -del parts\audio\decode\mp3\os\win\temp\*.o -del parts\audio\decode\mp3\os\lnx\temp\*.o - -del parts\audio\decode\ogg\os\win\src.a -del parts\audio\decode\ogg\os\lnx\src.a -del parts\audio\decode\ogg\os\win\temp\*.o -del parts\audio\decode\ogg\os\lnx\temp\*.o - -del parts\audio\conversion\os\win\src.a -del parts\audio\conversion\os\lnx\src.a -del parts\audio\conversion\os\win\temp\*.o -del parts\audio\conversion\os\lnx\temp\*.o - -del parts\audio\out\os\win\src.a -del parts\audio\out\os\lnx\src.a -del parts\audio\out\os\win\temp\*.o -del parts\audio\out\os\lnx\temp\*.o - -del parts\video\font\ttf\os\win\src.o -del parts\video\font\ttf\os\lnx\src.o \ No newline at end of file +internal\c\c_compiler\bin\mingw32-make.exe OS=win clean diff --git a/internal/c/purge_all_precompiled_content.command b/internal/c/purge_all_precompiled_content.command index 0d58b169d..ea163871b 100755 --- a/internal/c/purge_all_precompiled_content.command +++ b/internal/c/purge_all_precompiled_content.command @@ -1,32 +1 @@ -cd "$(dirname "$0")" - -rm libqb/os/win/*.o -rm libqb/os/lnx/*.o - -rm parts/core/os/win/src.a -rm parts/core/os/lnx/src.a -rm parts/core/os/win/temp/*.o -rm parts/core/os/lnx/temp/*.o - -rm parts/audio/decode/mp3/os/win/src.a -rm parts/audio/decode/mp3/os/lnx/src.a -rm parts/audio/decode/mp3/os/win/temp/*.o -rm parts/audio/decode/mp3/os/lnx/temp/*.o - -rm parts/audio/decode/ogg/os/win/src.o -rm parts/audio/decode/ogg/os/lnx/src.o -rm parts/audio/decode/ogg/os/win/temp/*.o -rm parts/audio/decode/ogg/os/lnx/temp/*.o - -rm parts/audio/conversion/os/win/src.a -rm parts/audio/conversion/os/lnx/src.a -rm parts/audio/conversion/os/win/temp/*.o -rm parts/audio/conversion/os/lnx/temp/*.o - -rm parts/audio/out/os/win/src.a -rm parts/audio/out/os/lnx/src.a -rm parts/audio/out/os/win/temp/*.o -rm parts/audio/out/os/lnx/temp/*.o - -rm parts/video/font/ttf/os/win/src.o -rm parts/video/font/ttf/os/lnx/src.o \ No newline at end of file +make OS=osx clean diff --git a/internal/c/purge_all_precompiled_content.sh b/internal/c/purge_all_precompiled_content.sh index 7684aed3a..a1645cf8b 100755 --- a/internal/c/purge_all_precompiled_content.sh +++ b/internal/c/purge_all_precompiled_content.sh @@ -1,32 +1,3 @@ #!/bin/sh -rm libqb/os/win/*.o -rm libqb/os/lnx/*.o - -rm parts/core/os/win/src.a -rm parts/core/os/lnx/src.a -rm parts/core/os/win/temp/*.o -rm parts/core/os/lnx/temp/*.o - -rm parts/audio/decode/mp3/os/win/src.a -rm parts/audio/decode/mp3/os/lnx/src.a -rm parts/audio/decode/mp3/os/win/temp/*.o -rm parts/audio/decode/mp3/os/lnx/temp/*.o - -rm parts/audio/decode/ogg/os/win/src.o -rm parts/audio/decode/ogg/os/lnx/src.o -rm parts/audio/decode/ogg/os/win/temp/*.o -rm parts/audio/decode/ogg/os/lnx/temp/*.o - -rm parts/audio/conversion/os/win/src.a -rm parts/audio/conversion/os/lnx/src.a -rm parts/audio/conversion/os/win/temp/*.o -rm parts/audio/conversion/os/lnx/temp/*.o - -rm parts/audio/out/os/win/src.a -rm parts/audio/out/os/lnx/src.a -rm parts/audio/out/os/win/temp/*.o -rm parts/audio/out/os/lnx/temp/*.o - -rm parts/video/font/ttf/os/win/src.o -rm parts/video/font/ttf/os/lnx/src.o \ No newline at end of file +make OS=lnx clean diff --git a/internal/c/purge_all_precompiled_content_lnx.sh b/internal/c/purge_all_precompiled_content_lnx.sh deleted file mode 100755 index 3b9b1bd85..000000000 --- a/internal/c/purge_all_precompiled_content_lnx.sh +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/sh - -rm -f libqb/os/win/*.o -rm -f libqb/os/lnx/*.o - -rm -f parts/core/os/win/src.a -rm -f parts/core/os/lnx/src.a -rm -f parts/core/os/win/temp/*.o -rm -f parts/core/os/lnx/temp/*.o - -rm -f parts/audio/decode/mp3/os/win/src.a -rm -f parts/audio/decode/mp3/os/lnx/src.a -rm -f parts/audio/decode/mp3/os/win/temp/*.o -rm -f parts/audio/decode/mp3/os/lnx/temp/*.o - -rm -f parts/audio/decode/ogg/os/win/src.o -rm -f parts/audio/decode/ogg/os/lnx/src.o -rm -f parts/audio/decode/ogg/os/win/temp/*.o -rm -f parts/audio/decode/ogg/os/lnx/temp/*.o - -rm -f parts/audio/conversion/os/win/src.a -rm -f parts/audio/conversion/os/lnx/src.a -rm -f parts/audio/conversion/os/win/temp/*.o -rm -f parts/audio/conversion/os/lnx/temp/*.o - -rm -f parts/audio/out/os/win/src.a -rm -f parts/audio/out/os/lnx/src.a -rm -f parts/audio/out/os/win/temp/*.o -rm -f parts/audio/out/os/lnx/temp/*.o - -rm -f parts/video/font/ttf/os/win/src.o -rm -f parts/video/font/ttf/os/lnx/src.o diff --git a/internal/c/purge_all_precompiled_content_osx.command b/internal/c/purge_all_precompiled_content_osx.command deleted file mode 100755 index 81484bb75..000000000 --- a/internal/c/purge_all_precompiled_content_osx.command +++ /dev/null @@ -1,32 +0,0 @@ -cd "$(dirname "$0")" - -rm -f libqb/os/win/*.o -rm -f libqb/os/osx/*.o - -rm -f parts/core/os/win/src.a -rm -f parts/core/os/osx/src.a -rm -f parts/core/os/win/temp/*.o -rm -f parts/core/os/osx/temp/*.o - -rm -f parts/audio/decode/mp3/os/win/src.a -rm -f parts/audio/decode/mp3/os/osx/src.a -rm -f parts/audio/decode/mp3/os/win/temp/*.o -rm -f parts/audio/decode/mp3/os/osx/temp/*.o - -rm -f parts/audio/decode/ogg/os/win/src.o -rm -f parts/audio/decode/ogg/os/osx/src.o -rm -f parts/audio/decode/ogg/os/win/temp/*.o -rm -f parts/audio/decode/ogg/os/osx/temp/*.o - -rm -f parts/audio/conversion/os/win/src.a -rm -f parts/audio/conversion/os/osx/src.a -rm -f parts/audio/conversion/os/win/temp/*.o -rm -f parts/audio/conversion/os/osx/temp/*.o - -rm -f parts/audio/out/os/win/src.a -rm -f parts/audio/out/os/osx/src.a -rm -f parts/audio/out/os/win/temp/*.o -rm -f parts/audio/out/os/osx/temp/*.o - -rm -f parts/video/font/ttf/os/win/src.o -rm -f parts/video/font/ttf/os/osx/src.o diff --git a/internal/c/purge_all_precompiled_content_win.bat b/internal/c/purge_all_precompiled_content_win.bat deleted file mode 100644 index 44c40d8cd..000000000 --- a/internal/c/purge_all_precompiled_content_win.bat +++ /dev/null @@ -1,30 +0,0 @@ -del libqb\os\win\*.o -del libqb\os\lnx\*.o - -del parts\core\os\win\src.a -del parts\core\os\lnx\src.a -del parts\core\os\win\temp\*.o -del parts\core\os\lnx\temp\*.o - -del parts\audio\decode\mp3\os\win\src.a -del parts\audio\decode\mp3\os\lnx\src.a -del parts\audio\decode\mp3\os\win\temp\*.o -del parts\audio\decode\mp3\os\lnx\temp\*.o - -del parts\audio\decode\ogg\os\win\src.a -del parts\audio\decode\ogg\os\lnx\src.a -del parts\audio\decode\ogg\os\win\temp\*.o -del parts\audio\decode\ogg\os\lnx\temp\*.o - -del parts\audio\conversion\os\win\src.a -del parts\audio\conversion\os\lnx\src.a -del parts\audio\conversion\os\win\temp\*.o -del parts\audio\conversion\os\lnx\temp\*.o - -del parts\audio\out\os\win\src.a -del parts\audio\out\os\lnx\src.a -del parts\audio\out\os\win\temp\*.o -del parts\audio\out\os\lnx\temp\*.o - -del parts\video\font\ttf\os\win\src.o -del parts\video\font\ttf\os\lnx\src.o \ No newline at end of file diff --git a/internal/c/purge_libqb_only.bat b/internal/c/purge_libqb_only.bat deleted file mode 100644 index 8cef9291e..000000000 --- a/internal/c/purge_libqb_only.bat +++ /dev/null @@ -1,2 +0,0 @@ -del libqb\os\win\*.o -del libqb\os\lnx\*.o diff --git a/internal/source/qb64.sym b/internal/source/qb64.sym index 7118eb330..d8184e385 100755 Binary files a/internal/source/qb64.sym and b/internal/source/qb64.sym differ diff --git a/internal/source/qb64_bootstrap.sym b/internal/source/qb64_bootstrap.sym index 6a3ded9c5..d8184e385 100755 Binary files a/internal/source/qb64_bootstrap.sym and b/internal/source/qb64_bootstrap.sym differ