From 4ba032f88488f67537328d9aaad1731963ec7c73 Mon Sep 17 00:00:00 2001 From: starkos Date: Mon, 20 Apr 2009 19:32:26 +0000 Subject: Implemented support for Universal platforms --- samples/project/premake4.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples/project') 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" -- cgit v1.2.3