pctm + foundation for obj models

This commit is contained in:
2026-02-22 14:32:52 +01:00
parent 7ca48a5080
commit c051008287
16 changed files with 279 additions and 185 deletions
+6
View File
@@ -0,0 +1,6 @@
g++ -c src/*.cpp -O3 -ffast-math -IC:\\common\include -Iinclude/
g++ -c src/renderer/*.cpp -O3 -ffast-math -IC:\\common\include -Iinclude/
g++ -c src/math/*.cpp -O3 -ffast-math -IC:\\common\include -Iinclude/
g++ *.o -LC:\\common\lib -lSDL3 -mwindows -o out\release.exe
del .\*.o
echo release version built. available as ./out/release.exe