remove getlibs call as this is all done in the solution file now.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2408 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
4388f0c2b4
commit
8a907af5ba
|
@ -26,7 +26,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
CommandLine="cscript /nologo "$(InputDir)getlibs.vbs" Core Debug"
|
||||
CommandLine=""
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
|
@ -120,7 +120,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
CommandLine="cscript /nologo "$(InputDir)getlibs.vbs" Core Release"
|
||||
CommandLine=""
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
|
|
Loading…
Reference in New Issue