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 22:03:17 +0400
committerstarkos <unknown>2009-06-15 22:03:17 +0400
commit1c1ad931b46530bb22fa8d13f3a537983aeeefaf (patch)
treeffb4a6436dd4ea18add80e314770d65ba84b438e /samples
parentb041900f25a52453f78e1800690ee5c9d8a27613 (diff)
Bug 2152526: Code::Blocks doesn't build PCH correctly on GCC
Diffstat (limited to 'samples')
-rw-r--r--samples/project/premake4.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/samples/project/premake4.lua b/samples/project/premake4.lua
index 582cec4..a04e981 100644
--- a/samples/project/premake4.lua
+++ b/samples/project/premake4.lua
@@ -1,8 +1,6 @@
solution "PremakeTestbox"
configurations { "Debug", "Release" }
- location "build"
-
-- solution level configuration
configuration "Debug"