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:
Diffstat (limited to 'samples/project/CppConsoleApp/premake4.lua')
-rw-r--r--samples/project/CppConsoleApp/premake4.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/samples/project/CppConsoleApp/premake4.lua b/samples/project/CppConsoleApp/premake4.lua
index d4e799f..cd4da3f 100644
--- a/samples/project/CppConsoleApp/premake4.lua
+++ b/samples/project/CppConsoleApp/premake4.lua
@@ -12,8 +12,9 @@ project "CppConsoleApp"
libdirs { "../lib" }
links { "CppSharedLib" }
- pchheader "CppConsoleApp.h"
-
+ pchheader "stdafx.h"
+ pchsource "stdafx.cpp"
+
configuration "Debug"
targetdir "../bin/debug (x64)"