6 lines
338 B
Batchfile
6 lines
338 B
Batchfile
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 |