mirror of
https://github.com/Relintai/sfw.git
synced 2024-11-08 07:52:09 +01:00
Made the doc build script automatically grab the correct merged lib files. Also ignode sfw.h and cpp under the doc folder.
This commit is contained in:
parent
9c5c0709de
commit
87b2f9e163
3
.gitignore
vendored
3
.gitignore
vendored
@ -8,6 +8,9 @@ obj/
|
|||||||
|
|
||||||
tools/merger/out/
|
tools/merger/out/
|
||||||
|
|
||||||
|
tools/doc/sfw.h
|
||||||
|
tools/doc/sfw.cpp
|
||||||
|
|
||||||
# These are tmeporary:
|
# These are tmeporary:
|
||||||
libs/
|
libs/
|
||||||
*.bmp
|
*.bmp
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
|
|
||||||
|
cp -u ../merger/out/core/sfw.h sfw.h
|
||||||
|
cp -u ../merger/out/core/sfw.cpp sfw.cpp
|
||||||
|
|
||||||
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++
|
#-static-libgcc -static-libstdc++
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user