Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstarkos <unknown>2009-04-23 22:51:01 +0400
committerstarkos <unknown>2009-04-23 22:51:01 +0400
commitd4f8c3d44af65d2aae54b155475c1e4e1f9b7782 (patch)
tree5fa5ce4b0d786fa170b02a32e29f98c36826e89d /samples
parent27d248c2d1c103d4e92e4fc8fd311ab501161283 (diff)
In C# projects, test against build config only; ignore platform
Diffstat (limited to 'samples')
-rw-r--r--samples/project/premake4.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/project/premake4.lua b/samples/project/premake4.lua
index c949e95..b720f6f 100644
--- a/samples/project/premake4.lua
+++ b/samples/project/premake4.lua
@@ -1,6 +1,6 @@
solution "PremakeTestbox"
configurations { "Debug", "Release" }
- platforms { "native", "x64", "universal", "xbox360" }
+ platforms { "native", "x32", "x64", "universal", "xbox360" }
objdir "obj"