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

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstarkos <none@none>2009-04-23 22:51:01 +0400
committerstarkos <none@none>2009-04-23 22:51:01 +0400
commitab67be2c67df158a4732ad84c8ba279149eca5d6 (patch)
tree5fa5ce4b0d786fa170b02a32e29f98c36826e89d /samples
parent0301eee52b69b12ceacb4d3e66b402a3dab2efcf (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"