diff options
author | 2016-04-12 15:43:15 +0200 | |
---|---|---|
committer | 2016-04-12 15:43:15 +0200 | |
commit | c833268236d712f5e07d2138e6df5b4ba26e114b (patch) | |
tree | 95801c6c3f4f6f1d3010919b9527ee2296d2cfa9 /scripts/genie.lua | |
parent | ca580178cbad3e317c1d888fc01730443e2d0afb (diff) |
Added DEBUG_DIR and DEBUG_ARGS parameters, make sense right now for VS build (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index a3c59ca7462..90df0a55d76 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -376,6 +376,16 @@ newoption { } } +newoption { + trigger = "DEBUG_DIR", + description = "Default directory for debugger.", +} + +newoption { + trigger = "DEBUG_ARGS", + description = "Arguments for running debug build.", +} + dofile ("extlib.lua") if _OPTIONS["SHLIB"]=="1" then |