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-29 22:51:15 +0400
committerstarkos <none@none>2009-04-29 22:51:15 +0400
commit05f015bfe71fbd48af9ef83b7935877790cb22f5 (patch)
tree921d1f7b337e21a215d2f775a1ecd2d3af9f9e4a /samples
parent77d9f2586cb8117f5d15993d39675521d2301895 (diff)
Added --platform argument
Diffstat (limited to 'samples')
-rw-r--r--samples/project/premake4.lua6
1 files changed, 1 insertions, 5 deletions
diff --git a/samples/project/premake4.lua b/samples/project/premake4.lua
index b720f6f..382f191 100644
--- a/samples/project/premake4.lua
+++ b/samples/project/premake4.lua
@@ -1,7 +1,6 @@
solution "PremakeTestbox"
configurations { "Debug", "Release" }
- platforms { "native", "x32", "x64", "universal", "xbox360" }
-
+
objdir "obj"
-- solution level configuration
@@ -15,9 +14,6 @@ solution "PremakeTestbox"
targetdir "bin/release"
flags { "Optimize" }
defines { "NDEBUG" }
-
- configuration "x64"
- defines { "IS_64BIT" }
-- include all the projects