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 19:50:20 +0400
committerstarkos <none@none>2009-06-15 19:50:20 +0400
commit0f0724ca0305ef0409601607140f193248172dca (patch)
tree24e770a6b5d70764b25125df7d5b395c8cfdfcbb /samples
parent73ec1a18f0eecc102a967b42b94fe758dc5acf03 (diff)
Bug 2675518: Dependencies wrong on config links
Diffstat (limited to 'samples')
-rw-r--r--samples/project/CppConsoleApp/premake4.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/project/CppConsoleApp/premake4.lua b/samples/project/CppConsoleApp/premake4.lua
index cd4da3f..7781ed9 100644
--- a/samples/project/CppConsoleApp/premake4.lua
+++ b/samples/project/CppConsoleApp/premake4.lua
@@ -17,6 +17,7 @@ project "CppConsoleApp"
configuration "Debug"
targetdir "../bin/debug (x64)"
+ links { "CppStaticLib" }
configuration "Release"
targetdir "../bin/release (x64)" \ No newline at end of file