From 109a7213231c00539b397e8fb9cf355f0adf16b4 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Sun, 12 Feb 2006 03:49:31 +0000 Subject: [PATCH] fix openldap msvc autobuild. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@591 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- w32/vsnet/GetLibs.vbs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/w32/vsnet/GetLibs.vbs b/w32/vsnet/GetLibs.vbs index 8529bf1b25..e87574e663 100644 --- a/w32/vsnet/GetLibs.vbs +++ b/w32/vsnet/GetLibs.vbs @@ -593,13 +593,13 @@ Sub BuildLibs_ldap(BuildDebug, BuildRelease) If Not FSO.FolderExists(LibDestDir & "openldap") Then WgetUnTarGz LibsBase & "openldap-2.3.19.tar.gz", LibDestDir RenameFolder LibDestDir & "openldap-2.3.19", "openldap" - FSO.CopyFile Utilsdir & "openldap\lber_types.h", LibDestDir & "openldap\include", True - FSO.CopyFile Utilsdir & "openldap\ldap_config.h", LibDestDir & "openldap\include", True - FSO.CopyFile Utilsdir & "openldap\ldap_features.h", LibDestDir & "openldap\include", True - FSO.CopyFile Utilsdir & "openldap\portable.h", LibDestDir & "openldap\include", True - FSO.CopyFile Utilsdir & "openldap\liblber.vcproj", LibDestDir & "openldap\libraries\liblber", True - FSO.CopyFile Utilsdir & "openldap\libldap.vcproj", LibDestDir & "openldap\libraries\libldap", True - FSO.CopyFile Utilsdir & "openldap\libldap_r.vcproj", LibDestDir & "openldap\libraries\libldap_r", True + FSO.CopyFile Utilsdir & "openldap\lber_types.h", LibDestDir & "openldap\include\", True + FSO.CopyFile Utilsdir & "openldap\ldap_config.h", LibDestDir & "openldap\include\", True + FSO.CopyFile Utilsdir & "openldap\ldap_features.h", LibDestDir & "openldap\include\", True + FSO.CopyFile Utilsdir & "openldap\portable.h", LibDestDir & "openldap\include\", True + FSO.CopyFile Utilsdir & "openldap\liblber.vcproj", LibDestDir & "openldap\libraries\liblber\", True + FSO.CopyFile Utilsdir & "openldap\libldap.vcproj", LibDestDir & "openldap\libraries\libldap\", True + FSO.CopyFile Utilsdir & "openldap\libldap_r.vcproj", LibDestDir & "openldap\libraries\libldap_r\", True End If If FSO.FolderExists(LibDestDir & "openldap") Then If BuildDebug Then