added new batch build script for the test generator program & minor cleanup
This commit is contained in:
parent
b839d631dd
commit
81d9632396
5 changed files with 9 additions and 11 deletions
|
|
@ -1,2 +1,2 @@
|
|||
@echo off
|
||||
odin build src/main_release -define:RAYLIB_SHARED=false -out:build/game_debug.exe -no-bounds-check -subsystem:windows -debug
|
||||
odin build src/aseprite_odin_generator -define:RAYLIB_SHARED=true -out:build_generator/aseprite_odin_generator.exe -debug
|
||||
|
|
|
|||
2
scripts/build_generator_debug.bat
Normal file
2
scripts/build_generator_debug.bat
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
@echo off
|
||||
odin build src/main_release -define:RAYLIB_SHARED=false -out:build/game_debug.exe -no-bounds-check -subsystem:windows -debug
|
||||
Loading…
Add table
Add a link
Reference in a new issue