Fixed bug in Premake4 build script (doh!)

This commit is contained in:
starkos 2008-12-19 14:28:04 +00:00
parent 1831580590
commit 4f824e808e
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ project "Premake4"
defines "NDEBUG"
flags { "OptimizeSize", "NoFramePointer" }
configuration "vs.*"
configuration "vs*"
defines { "_CRT_SECURE_NO_WARNINGS" }

View File

@ -126,7 +126,7 @@ SOURCES := \
EMBEDFILES := \
<% for _, fname in ipairs(embedded) do %>
<%= _MAKE.esc(path.translate(getresourcefilename(this, fname), sep)) %> \
<%= _MAKE.esc(getresourcefilename(this, fname)) %> \
<% end %>
COPYFILES += \