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
|
||||
local cmds = os.translateCommands(buildcommands, p.WINDOWS)
|
||||
cmds = table.concat(cmds, p.eol())
|
||||
p.x('<CommandLineTemplate>@echo off\n%s</CommandLineTemplate>', cmds)
|
||||
p.x('<CommandLineTemplate>%s</CommandLineTemplate>', cmds)
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -51,8 +51,7 @@
|
||||
m.commandLineTemplates(r)
|
||||
|
||||
test.capture [[
|
||||
<CommandLineTemplate>@echo off
|
||||
package-example-compiler.exe [output_path] "%(Identity)"</CommandLineTemplate>
|
||||
<CommandLineTemplate>package-example-compiler.exe [output_path] "%(Identity)"</CommandLineTemplate>
|
||||
]]
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user