Add debug-dir option for setting the VS working directory (#43)
This commit is contained in:
parent
b88c8d3eb0
commit
698b94a786
@ -321,6 +321,10 @@ if _OPTIONS["copy-to"] then
|
|||||||
postbuildcommands {"copy /y \"$(TargetPath)\" \"" .. _OPTIONS["copy-to"] .. "\""}
|
postbuildcommands {"copy /y \"$(TargetPath)\" \"" .. _OPTIONS["copy-to"] .. "\""}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if _OPTIONS["debug-dir"] then
|
||||||
|
debugdir ( _OPTIONS["debug-dir"] )
|
||||||
|
end
|
||||||
|
|
||||||
dependencies.imports()
|
dependencies.imports()
|
||||||
|
|
||||||
project "tlsdll"
|
project "tlsdll"
|
||||||
|
Loading…
Reference in New Issue
Block a user