From dc9903a94f9568efef158571379fa51dbb76e0e1 Mon Sep 17 00:00:00 2001 From: starkos Date: Mon, 5 Jan 2009 22:35:57 +0000 Subject: Enable Windows linking to shared libraries even with NoImportLib flag set (just in case) --- samples/project/CppSharedLib/premake4.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'samples/project') diff --git a/samples/project/CppSharedLib/premake4.lua b/samples/project/CppSharedLib/premake4.lua index 4177c3e..f774605 100644 --- a/samples/project/CppSharedLib/premake4.lua +++ b/samples/project/CppSharedLib/premake4.lua @@ -3,7 +3,8 @@ project "CppSharedLib" kind "SharedLib" language "C++" files { "*.cpp", "CppSharedLib.def" } - + flags { "NoImportLib" } + configuration "Debug" targetdir "lib/debug" -- cgit v1.2.3