From 44d2f295a98647565e9298fd166a2701a92f78e8 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Mon, 23 Feb 2009 18:17:27 +0000 Subject: [PATCH] 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 --- libs/win32/util.vbs | 3 +++ 1 file changed, 3 insertions(+) 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