File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Win32 setup.cfg
2+ # You have to edit this file to reflect your system configuration
3+ #
4+ # $Id: setup.cfg.mingw,v 1.1 2005/01/25 18:54:46 stroeder Exp $
5+
6+ # Section for compiling the C extension module
7+ # for wrapping OpenLDAP 2 libs
8+
9+ # Platform: Win32
10+ # Compile environment: MinGW
11+ [_ldap]
12+ class = OpenLDAP2
13+ maintainer = Mauro Cicognini
14+ defines = WIN32
15+
16+ # modify these to fit your local configuration
17+ library_dirs = C:/msys/1.0/home/mcicogni/openldap-mingw-build-4/openldap-2.2.18/libraries/libldap_r/.libs C:/msys/1.0/home/mcicogni/openldap-mingw-build-4/openldap-2.2.18/libraries/liblber/.libs C:\msys\1.0\home\mcicogni\openldap-mingw-build-4\openssl-0.9.7e
18+ include_dirs = C:/msys/1.0/home/mcicogni/openldap-mingw-build-4/openldap-2.2.18/include
19+
20+ extra_compile_args =
21+ extra_objects =
22+
23+ libs = ldap_r lber ssl crypto ws2_32 gdi32
24+
25+ [build]
26+ compiler = mingw32
27+
28+ # Installation options
29+ [install]
30+ compile = 1
31+ optimize = 1
32+ record = python-ldap_install.log
33+
34+ [bdist_wininst]
35+ target_version = 2.4
You can’t perform that action at this time.
0 commit comments