Skip to content

Files necessary for building OpenLDAP on Windows

Notifications You must be signed in to change notification settings

cosminghitea/openldap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenLDAP for Windows

This repository contains files necessary for building OpenLDAP on Windows. Currently this only builds the liblber, libldap, and libldap_r static libraries and DLLs.

Building

The files in this repository should be placed into the OpenLDAP source tree and the build invoked by:

nmake -f Makefile.win PREFIX=C:\openldap buildall installall ARCH="x64 Release"

About

Files necessary for building OpenLDAP on Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 81.1%
  • C 18.9%