Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstarkos <unknown>2009-06-15 18:52:53 +0400
committerstarkos <unknown>2009-06-15 18:52:53 +0400
commit77134349395f6e076fbdae283dd9e7f099fa678b (patch)
treec46d37039af8b4a07b2a0e5b0f54f7098433b969 /samples/project
parentb86401bdf58c5c4d3b7af10a5e9da59c18198658 (diff)
Bug 2709641: Location field does not propagate to projects
Diffstat (limited to 'samples/project')
-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"