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>2008-12-23 01:47:16 +0300
committerstarkos <none@none>2008-12-23 01:47:16 +0300
commit2fbce41b981edc7fe1ca2846ef12c15617bde65d (patch)
treea7364fa5e34f471667caa910d5c2ea0ad6ff2162 /samples
parentc8cb71a89a2ea3f0f459d4a48bdd910bd27d8331 (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