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:
Diffstat (limited to 'samples')
-rw-r--r--samples/project/premake4.lua11
1 files changed, 8 insertions, 3 deletions
diff --git a/samples/project/premake4.lua b/samples/project/premake4.lua
index ef1e595..49dff2a 100644
--- a/samples/project/premake4.lua
+++ b/samples/project/premake4.lua
@@ -1,7 +1,9 @@
solution "PremakeTestbox"
configurations { "Debug", "Release" }
- platforms { "x32", "x64" }
-
+ platforms { "x32", "xbox360" }
+
+ objdir "obj"
+
-- solution level configuration
configuration "Debug"
@@ -13,7 +15,10 @@ solution "PremakeTestbox"
targetdir "bin/release"
flags { "Optimize" }
defines { "NDEBUG" }
-
+
+ configuration "x64"
+ defines { "IS_64BIT" }
+
-- include all the projects