Merge pull request #761 from LORgames/ssurtees/rulesPropFix
Removed echo off in VS rules prop generator
This commit is contained in:
commit
60071441a9
@ -152,7 +152,7 @@
|
|||||||
if buildcommands and #buildcommands > 0 then
|
if buildcommands and #buildcommands > 0 then
|
||||||
local cmds = os.translateCommands(buildcommands, p.WINDOWS)
|
local cmds = os.translateCommands(buildcommands, p.WINDOWS)
|
||||||
cmds = table.concat(cmds, p.eol())
|
cmds = table.concat(cmds, p.eol())
|
||||||
p.x('<CommandLineTemplate>@echo off\n%s</CommandLineTemplate>', cmds)
|
p.x('<CommandLineTemplate>%s</CommandLineTemplate>', cmds)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -51,8 +51,7 @@
|
|||||||
m.commandLineTemplates(r)
|
m.commandLineTemplates(r)
|
||||||
|
|
||||||
test.capture [[
|
test.capture [[
|
||||||
<CommandLineTemplate>@echo off
|
<CommandLineTemplate>package-example-compiler.exe [output_path] "%(Identity)"</CommandLineTemplate>
|
||||||
package-example-compiler.exe [output_path] "%(Identity)"</CommandLineTemplate>
|
|
||||||
]]
|
]]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user