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-20 23:32:26 +0400
committerstarkos <unknown>2009-04-20 23:32:26 +0400
commit18ffd7b27fccb63331d475d7dfa87d43f36799c3 (patch)
tree96b23f96102971d7a9fbe63ac185ec2874be96e9 /samples
parent02b874db57832a7e7ab9be72bd98467d2d210453 (diff)
Implemented support for Universal platforms
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 1f39818..c949e95 100644
--- a/samples/project/premake4.lua
+++ b/samples/project/premake4.lua
@@ -1,6 +1,6 @@
solution "PremakeTestbox"
configurations { "Debug", "Release" }
- platforms { "native", "x64", "xbox360" }
+ platforms { "native", "x64", "universal", "xbox360" }
objdir "obj"