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
12
.vscode/tasks.json
vendored
12
.vscode/tasks.json
vendored
|
|
@ -57,15 +57,11 @@
|
|||
},
|
||||
},
|
||||
{
|
||||
"label": "Build&Run Tile Generator Test",
|
||||
"label": "Build&Run Atlas Generator Test",
|
||||
"type": "shell",
|
||||
"command": "odin run",
|
||||
"args": [
|
||||
"src/aseprite_odin_generator",
|
||||
"-define:RAYLIB_SHARED=true",
|
||||
"-out:build_generator/aseprite_odin_generator.exe",
|
||||
"-debug"
|
||||
],
|
||||
"windows": {
|
||||
"command": "${workspaceFolder}/scripts/build_generator_debug.bat && build_generator\\aseprite_odin_generator.exe",
|
||||
},
|
||||
"options": {
|
||||
"cwd": "${workspaceFolder}"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue