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:
parent
e98104d109
commit
ae8a088c4d
|
@ -68,7 +68,7 @@
|
|||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="$(OutDir)/mod_bridgecall.pdb"
|
||||
SubSystem="2"
|
||||
ImportLibrary=""
|
||||
ImportLibrary="$(OutDir)/mod_bridgecall.lib"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
|
|
Loading…
Reference in New Issue