From: Michael Jerris Date: Mon, 23 Feb 2009 18:17:27 +0000 (+0000) Subject: fix version generator on windows (FSBUILD-115/FSBUILD-69) X-Git-Tag: v1.0.4~1858 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44d2f295a98647565e9298fd166a2701a92f78e8;p=thirdparty%2Ffreeswitch.git fix version generator on windows (FSBUILD-115/FSBUILD-69) git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12247 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/win32/util.vbs b/libs/win32/util.vbs index 4832043191..edf8756f94 100644 --- a/libs/win32/util.vbs +++ b/libs/win32/util.vbs @@ -254,6 +254,9 @@ Sub CreateVersion(tmpFolder, VersionDir, includebase, includedest) 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