Mercurial > codedump
annotate win95kggui/dep/ft2play/ft2play/make-linux.sh @ 126:8e4ee43d3b81
remove submodules
| author | Paper <mrpapersonic@gmail.com> |
|---|---|
| date | Sun, 01 Oct 2023 03:48:43 -0400 |
| parents | |
| children |
| rev | line source |
|---|---|
| 126 | 1 #!/bin/bash |
| 2 | |
| 3 rm release/other/ft2play &> /dev/null | |
| 4 echo Compiling, please wait... | |
| 5 | |
| 6 gcc -DNDEBUG -DAUDIODRIVER_SDL ../audiodrivers/sdl/*.c ../*.c src/*.c -g0 -lSDL2 -lm -lpthread -Wshadow -Winit-self -Wall -Wno-uninitialized -Wno-missing-field-initializers -Wno-unused-result -Wno-strict-aliasing -Wextra -Wunused -Wunreachable-code -Wswitch-default -O3 -o release/other/ft2play | |
| 7 | |
| 8 rm ../*.o src/*.o &> /dev/null | |
| 9 | |
| 10 echo Done. The executable can be found in \'release/other\' if everything went well. |
