From ae8a088c4dc87d4100fb72fc95df38fc84a7c9ae Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Fri, 30 Dec 2005 17:06:36 +0000 Subject: [PATCH] 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 --- src/mod/mod_bridgecall/mod_bridgecall.vcproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" />