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-05-29 21:45:37 +0400
committerstarkos <unknown>2009-05-29 21:45:37 +0400
commit724498ad9dbf659c4964b717ecd23756f14f6e69 (patch)
treed92ec5956c587ccaf866a00260fc7e40e5756cb5 /samples/project
parent12cb7df75030878d86b4284c45ff4003aa53ec38 (diff)
Enable parenthesis in file paths
Diffstat (limited to 'samples/project')
-rw-r--r--samples/project/CppConsoleApp/premake4.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/samples/project/CppConsoleApp/premake4.lua b/samples/project/CppConsoleApp/premake4.lua
index 62dae97..d4e799f 100644
--- a/samples/project/CppConsoleApp/premake4.lua
+++ b/samples/project/CppConsoleApp/premake4.lua
@@ -13,3 +13,9 @@ project "CppConsoleApp"
links { "CppSharedLib" }
pchheader "CppConsoleApp.h"
+
+ configuration "Debug"
+ targetdir "../bin/debug (x64)"
+
+ configuration "Release"
+ targetdir "../bin/release (x64)" \ No newline at end of file