Add missing libraries to the Release build. Update .gitignore.

master
poikilos 2021-03-22 08:08:48 -04:00
parent 5568857d67
commit 7761dea137
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View File

@ -42,3 +42,5 @@ nohup.out
err.txt
/build/b3view
/build.sh~
/bin/Debug/b3view
/bin/Release/b3view

View File

@ -32,6 +32,8 @@
</Compiler>
<Linker>
<Add option="-s" />
<Add library="freetype" />
<Add library="stdc++fs" />
</Linker>
</Target>
</Build>