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
This commit is contained in:
Michael Jerris 2005-12-30 17:06:36 +00:00
parent e98104d109
commit ae8a088c4d
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/mod_bridgecall.pdb"
SubSystem="2"
ImportLibrary=""
ImportLibrary="$(OutDir)/mod_bridgecall.lib"
TargetMachine="1"
/>
<Tool