From ab67be2c67df158a4732ad84c8ba279149eca5d6 Mon Sep 17 00:00:00 2001 From: starkos Date: Thu, 23 Apr 2009 18:51:01 +0000 Subject: In C# projects, test against build config only; ignore platform --- samples/project/premake4.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples') 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" -- cgit v1.2.3