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-05-29 21:45:37 +0400
committerstarkos <none@none>2009-05-29 21:45:37 +0400
commit9a64d401a70a5475e825bcf7ced15ec8a8dbdcb4 (patch)
treed92ec5956c587ccaf866a00260fc7e40e5756cb5 /samples
parent250f21057fb6a2158fecbb820e6e03dc76469dd9 (diff)
Enable parenthesis in file paths
Diffstat (limited to 'samples')
-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