mirror of
https://github.com/Relintai/sfw.git
synced 2024-12-20 21:06:49 +01:00
Use sfwl core in the doc merger.
This commit is contained in:
parent
2bcf862a7a
commit
4e79c45a67
@ -1,11 +1,11 @@
|
|||||||
|
|
||||||
cp -u ../merger/out/sfwl_full/sfwl.h sfwl.h
|
cp -u ../merger/out/sfwl_core/sfwl.h sfwl.h
|
||||||
cp -u ../merger/out/sfwl_full/sfwl.cpp sfwl.cpp
|
cp -u ../merger/out/sfwl_core/sfwl.cpp sfwl.cpp
|
||||||
|
|
||||||
ccache g++ -Wall -g -c sfwl.cpp -o sfwl.o
|
ccache g++ -Wall -g -c sfwl.cpp -o sfwl.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++
|
#-static-libgcc -static-libstdc++
|
||||||
|
|
||||||
ccache g++ -Wall -lm -ldl -lpthread -lX11 -g sfwl.o main.o -o game
|
ccache g++ -Wall -lpthread -static-libgcc -static-libstdc++ -g sfwl.o main.o -o game
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user