Browse Source

Cleaned up build scripts

windows-imgui
Macoy Madson 2 years ago
parent
commit
34edd9ff73
  1. 2
      test/BuildHotReloadable.sh
  2. 5
      test/BuildLoader.sh
  3. 4
      test/BuildTools.sh
  4. 12
      test/Build_Debug.sh

2
test/BuildHotReloadable.sh

@ -2,4 +2,4 @@
echo "\n\nVocal Game (reloadable)\n\n"
./Dependencies/cakelisp/bin/cakelisp \
test/src/Config_Linux.cake test/src/MakeHotReload.cake test/src/VocalGame.cake || exit $?
src/Config_Linux.cake src/MakeHotReload.cake src/VocalGame.cake || exit $?

5
test/BuildLoader.sh

@ -1,5 +0,0 @@
#!/bin/sh
echo "\n\nLoader\n\n"
./Dependencies/cakelisp/bin/cakelisp --verbose-processes test/src/Loader.cake || exit $?
cd test && ./Loader || exit $?

4
test/BuildTools.sh

@ -1,4 +0,0 @@
#!/bin/sh
# These are things not required to build, but are useful for debugging/profiling etc.
cd Dependencies/tracy/profiler/build/unix && make -j4

12
test/Build_Debug.sh

@ -1,12 +0,0 @@
#!/bin/sh
echo "This build script now doesn't make sense. See test/Build.sh"
# TESTING
# echo "\n\nVocal Game (no reload)\n\n"
# ../cakelisp/bin/cakelisp \
# test/src/MakeHotReload.cake test/src/VocalGame.cake || exit $?
# TODO: Support compiling as a library?
# ./Dependencies/cakelisp/bin/cakelisp src/Ogre.cake || exit $?
Loading…
Cancel
Save