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>2008-12-23 01:47:16 +0300
committerstarkos <unknown>2008-12-23 01:47:16 +0300
commitb0441e8eb4ef3298081d5b5ad0bd3da6e6b3c46e (patch)
treea7364fa5e34f471667caa910d5c2ea0ad6ff2162 /samples
parent78c4c029970b451fcb93bfae777c73330d957f18 (diff)
Changed makefile CONFIG variable to "config" to match "verbose"
Diffstat (limited to 'samples')
-rw-r--r--samples/project/CppSharedLib/premake4.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/samples/project/CppSharedLib/premake4.lua b/samples/project/CppSharedLib/premake4.lua
index afbd38a..7f6ae09 100644
--- a/samples/project/CppSharedLib/premake4.lua
+++ b/samples/project/CppSharedLib/premake4.lua
@@ -9,4 +9,3 @@ project "CppSharedLib"
configuration "Release"
targetdir "lib/release"
- flags { "NoImportLib" } \ No newline at end of file