sfw/tools/merger/test/compile_linux.sh

9 lines
188 B
Bash
Raw Normal View History

2024-01-05 15:24:13 +01:00
2024-01-05 16:24:33 +01:00
ccache g++ -Wall -g -c sfw.cpp -o sfw.o
ccache g++ -Wall -g -c main.cpp -o main.o
2024-01-05 15:24:13 +01:00
2024-01-05 16:51:12 +01:00
#-static-libgcc -static-libstdc++
2024-01-05 16:24:33 +01:00
ccache g++ -Wall -lm -ldl -lpthread -lX11 -g sfw.o main.o -o game
2024-01-05 15:24:13 +01:00