mirror of
https://github.com/Relintai/sfw.git
synced 2025-04-21 01:11:16 +02:00
Comment.
This commit is contained in:
parent
9c94e2da8b
commit
a28e434a92
@ -2,5 +2,7 @@
|
|||||||
ccache g++ -Wall -g -c sfw.cpp -o sfw.o
|
ccache g++ -Wall -g -c sfw.cpp -o sfw.o
|
||||||
ccache g++ -Wall -g -c main.cpp -o main.o
|
ccache g++ -Wall -g -c main.cpp -o main.o
|
||||||
|
|
||||||
|
#-static-libgcc -static-libstdc++
|
||||||
|
|
||||||
ccache g++ -Wall -lm -ldl -lpthread -lX11 -g sfw.o main.o -o game
|
ccache g++ -Wall -lm -ldl -lpthread -lX11 -g sfw.o main.o -o game
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user