[Freeswitch-svn] [commit] r12247 - freeswitch/trunk/libs/win32
FreeSWITCH SVN
mikej at freeswitch.org
Mon Feb 23 10:17:27 PST 2009
Author: mikej
Date: Mon Feb 23 12:17:27 2009
New Revision: 12247
Log:
fix version generator on windows (FSBUILD-115/FSBUILD-69)
Modified:
freeswitch/trunk/libs/win32/util.vbs
Modified: freeswitch/trunk/libs/win32/util.vbs
==============================================================================
--- freeswitch/trunk/libs/win32/util.vbs (original)
+++ freeswitch/trunk/libs/win32/util.vbs Mon Feb 23 12:17:27 2009
@@ -254,6 +254,9 @@
Wget ToolsBase & "fs_svnversion.exe", tmpFolder
End If
+ If Not FSO.FileExists(tmpFolder & "libdb44.dll") Then
+ Wget ToolsBase & "libdb44.dll", tmpFolder
+ End If
If Not FSO.FileExists(tmpFolder & "libsvn_diff-1.dll") Then
Wget ToolsBase & "libsvn_diff-1.dll", tmpFolder
End If
More information about the Freeswitch-svn
mailing list