Fixed Code::Blocks post-build commands

This commit is contained in:
starkos 2009-01-05 14:41:51 +00:00
parent c0f977ace2
commit 5fca9b101a
2 changed files with 3 additions and 3 deletions

View File

@ -67,7 +67,7 @@
<Add before="<%= premake.esc(v) %>" />
<% end %>
<% for _,v in ipairs(cfg.postbuildcommands) do %>
<Add before="<%= premake.esc(v) %>" />
<Add after="<%= premake.esc(v) %>" />
<% end %>
</ExtraCommands>
<% end %>

File diff suppressed because one or more lines are too long