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.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