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-06-15 18:52:53 +0400
committerstarkos <none@none>2009-06-15 18:52:53 +0400
commit73ec1a18f0eecc102a967b42b94fe758dc5acf03 (patch)
treec46d37039af8b4a07b2a0e5b0f54f7098433b969 /samples
parent4140f14b0360cc0c15411308b9bee55cf1392a8c (diff)
Bug 2709641: Location field does not propagate to projects
Diffstat (limited to 'samples')
-rw-r--r--samples/project/premake4.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/samples/project/premake4.lua b/samples/project/premake4.lua
index eadf648..582cec4 100644
--- a/samples/project/premake4.lua
+++ b/samples/project/premake4.lua
@@ -1,6 +1,8 @@
solution "PremakeTestbox"
configurations { "Debug", "Release" }
-
+
+ location "build"
+
-- solution level configuration
configuration "Debug"