initial working version of the builder
This commit is contained in:
parent
51ec473ee6
commit
b7e340b562
7 changed files with 124 additions and 10 deletions
|
|
@ -2,6 +2,7 @@
|
|||
"defaults": {
|
||||
"collections": [],
|
||||
"flags": [],
|
||||
"source": "./src/",
|
||||
"output_dir": "./bin/",
|
||||
"binary_name": "binary_name.bin"
|
||||
},
|
||||
|
|
@ -17,6 +18,7 @@
|
|||
"flags": [
|
||||
"-o:speed",
|
||||
],
|
||||
"source": "./src/",
|
||||
"output_dir": "./bin/release/",
|
||||
"binary_name": "binary_name_release.bin"
|
||||
}
|
||||
|
|
@ -32,6 +34,7 @@
|
|||
"flags": [
|
||||
"-debug",
|
||||
],
|
||||
"source": "./src/",
|
||||
"output_dir": "./bin/debug/",
|
||||
"binary_name": "binary_name_debug.bin"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue