From: Michael Jerris Date: Fri, 30 Dec 2005 17:06:36 +0000 (+0000) Subject: bridgecall msvc project file tweak. Put exp and lib file in outdir under the module... X-Git-Tag: v1.0-beta1~3478 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae8a088c4dc87d4100fb72fc95df38fc84a7c9ae;p=thirdparty%2Ffreeswitch.git bridgecall msvc project file tweak. Put exp and lib file in outdir under the module, not the global outdir. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@244 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/mod_bridgecall/mod_bridgecall.vcproj b/src/mod/mod_bridgecall/mod_bridgecall.vcproj index 0cc43ce377..86366d09e7 100644 --- a/src/mod/mod_bridgecall/mod_bridgecall.vcproj +++ b/src/mod/mod_bridgecall/mod_bridgecall.vcproj @@ -68,7 +68,7 @@ GenerateDebugInformation="true" ProgramDatabaseFile="$(OutDir)/mod_bridgecall.pdb" SubSystem="2" - ImportLibrary="" + ImportLibrary="$(OutDir)/mod_bridgecall.lib" TargetMachine="1" />