Start test frontend
This commit is contained in:
parent
a208d0561e
commit
d0b1b840b9
10 changed files with 143 additions and 5 deletions
4
make.sh
4
make.sh
|
@ -47,6 +47,10 @@ elif [ $PLATFORM = "saf" ]; then
|
|||
|
||||
SDL_FLAGS=`sdl2-config --cflags --libs`
|
||||
COMMAND="${COMPILER} ${C_FLAGS} frontend_saf.c -lcsfml-graphics -I/use/local/include ${SDL_FLAGS}"
|
||||
elif [ $PLATFORM = "test" ]; then
|
||||
# autotest build
|
||||
|
||||
COMMAND="${COMPILER} ${C_FLAGS} frontend_test.c"
|
||||
elif [ $PLATFORM = "emscripten" ]; then
|
||||
# emscripten (browser Javascript) build, requires:
|
||||
# - emscripten
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue