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 22:03:17 +0400
committerstarkos <none@none>2009-06-15 22:03:17 +0400
commitda7732093715f1d18e0a2839281fd18116de4ae2 (patch)
treeffb4a6436dd4ea18add80e314770d65ba84b438e /samples
parent0f0724ca0305ef0409601607140f193248172dca (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"