From 9a64d401a70a5475e825bcf7ced15ec8a8dbdcb4 Mon Sep 17 00:00:00 2001 From: starkos Date: Fri, 29 May 2009 17:45:37 +0000 Subject: Enable parenthesis in file paths --- samples/project/CppConsoleApp/premake4.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'samples/project') 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 -- cgit v1.2.3