premake5: --copy-to now also copies all other DLLs (f.ex. those produced by debug builds)
This commit is contained in:
parent
0bfd6992c7
commit
48356a974c
@ -106,7 +106,7 @@ workspace "iw4x"
|
||||
if _OPTIONS["copy-to"] then
|
||||
saneCopyToPath = string.gsub(_OPTIONS["copy-to"] .. "\\", "\\\\", "\\")
|
||||
postbuildcommands {
|
||||
"copy /y \"$(TargetPath)\" \"" .. saneCopyToPath .. "\""
|
||||
"{COPY} \"$(TargetDir)*.dll\" \"" .. saneCopyToPath .. "\""
|
||||
}
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user