[Freeswitch-svn] [commit] r2408 - freeswitch/trunk/w32/vsnet
Freeswitch SVN
mikej at freeswitch.org
Sun Aug 27 13:35:39 EDT 2006
Author: mikej
Date: Sun Aug 27 13:35:38 2006
New Revision: 2408
Modified:
freeswitch/trunk/w32/vsnet/FreeSwitchCore.vcproj
Log:
remove getlibs call as this is all done in the solution file now.
Modified: freeswitch/trunk/w32/vsnet/FreeSwitchCore.vcproj
==============================================================================
--- freeswitch/trunk/w32/vsnet/FreeSwitchCore.vcproj (original)
+++ freeswitch/trunk/w32/vsnet/FreeSwitchCore.vcproj Sun Aug 27 13:35:38 2006
@@ -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"
More information about the Freeswitch-svn
mailing list