blob: a0647a17cacf269021072f5f2da9c8a52d039360 (
plain)
1
2
3
4
5
6
7
|
@echo off
odin build src/ -resource:src/graphics/windows.rc -debug -pdb-name:bin/better-report.pdb -out:bin/better-report.exe && bin\better-report.exe test\
rem -knekt
rem && bin\better-report.exe test\ && bin\better-report.exe
rem odin build src/ -o:speed -out:C:/tools/better-report.exe
rem odin run src/wav
odin build src/ -resource:src/graphics/windows.rc -o:speed -out:bin/release/better-report.exe
|