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
|
if _OPTIONS["copy-to"] then
|
||||||
saneCopyToPath = string.gsub(_OPTIONS["copy-to"] .. "\\", "\\\\", "\\")
|
saneCopyToPath = string.gsub(_OPTIONS["copy-to"] .. "\\", "\\\\", "\\")
|
||||||
postbuildcommands {
|
postbuildcommands {
|
||||||
"copy /y \"$(TargetPath)\" \"" .. saneCopyToPath .. "\""
|
"{COPY} \"$(TargetDir)*.dll\" \"" .. saneCopyToPath .. "\""
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user