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:
Relintai 2024-01-06 12:01:03 +01:00
parent 9c5c0709de
commit 87b2f9e163
2 changed files with 7 additions and 1 deletions

3
.gitignore vendored
View File

@ -8,6 +8,9 @@ obj/
tools/merger/out/
tools/doc/sfw.h
tools/doc/sfw.cpp
# These are tmeporary:
libs/
*.bmp

View File

@ -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 main.cpp -o main.o
ccache g++ -Wall -g -c main.cpp -o main.o
#-static-libgcc -static-libstdc++