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-20 23:32:26 +0400
committerstarkos <none@none>2009-04-20 23:32:26 +0400
commit4ba032f88488f67537328d9aaad1731963ec7c73 (patch)
tree96b23f96102971d7a9fbe63ac185ec2874be96e9 /samples/project
parent2cdd025e5b28a0d6d7ac8c01b902cb776d572c4e (diff)
Implemented support for Universal platforms
Diffstat (limited to 'samples/project')
-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"