If Not FSO.FolderExists(LibDestDir & "openldap") Then \r
WgetUnTarGz LibsBase & "openldap-2.3.19.tar.gz", LibDestDir\r
RenameFolder LibDestDir & "openldap-2.3.19", "openldap"\r
- FSO.CopyFile Utilsdir & "openldap\lber_types.h", LibDestDir & "openldap\include", True\r
- FSO.CopyFile Utilsdir & "openldap\ldap_config.h", LibDestDir & "openldap\include", True\r
- FSO.CopyFile Utilsdir & "openldap\ldap_features.h", LibDestDir & "openldap\include", True\r
- FSO.CopyFile Utilsdir & "openldap\portable.h", LibDestDir & "openldap\include", True\r
- FSO.CopyFile Utilsdir & "openldap\liblber.vcproj", LibDestDir & "openldap\libraries\liblber", True\r
- FSO.CopyFile Utilsdir & "openldap\libldap.vcproj", LibDestDir & "openldap\libraries\libldap", True\r
- FSO.CopyFile Utilsdir & "openldap\libldap_r.vcproj", LibDestDir & "openldap\libraries\libldap_r", True\r
+ FSO.CopyFile Utilsdir & "openldap\lber_types.h", LibDestDir & "openldap\include\", True\r
+ FSO.CopyFile Utilsdir & "openldap\ldap_config.h", LibDestDir & "openldap\include\", True\r
+ FSO.CopyFile Utilsdir & "openldap\ldap_features.h", LibDestDir & "openldap\include\", True\r
+ FSO.CopyFile Utilsdir & "openldap\portable.h", LibDestDir & "openldap\include\", True\r
+ FSO.CopyFile Utilsdir & "openldap\liblber.vcproj", LibDestDir & "openldap\libraries\liblber\", True\r
+ FSO.CopyFile Utilsdir & "openldap\libldap.vcproj", LibDestDir & "openldap\libraries\libldap\", True\r
+ FSO.CopyFile Utilsdir & "openldap\libldap_r.vcproj", LibDestDir & "openldap\libraries\libldap_r\", True\r
End If \r
If FSO.FolderExists(LibDestDir & "openldap") Then \r
If BuildDebug Then\r