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:
Michael Jerris 2006-08-27 17:35:38 +00:00
parent 4388f0c2b4
commit 8a907af5ba
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
>
<Tool
Name="VCPreBuildEventTool"
CommandLine="cscript /nologo &quot;$(InputDir)getlibs.vbs&quot; Core Debug"
CommandLine=""
/>
<Tool
Name="VCCustomBuildTool"
@ -120,7 +120,7 @@
>
<Tool
Name="VCPreBuildEventTool"
CommandLine="cscript /nologo &quot;$(InputDir)getlibs.vbs&quot; Core Release"
CommandLine=""
/>
<Tool
Name="VCCustomBuildTool"