Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Commit

Permalink
Contributed by Mauro Cicognini via e-mail
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Jan 25, 2005
1 parent 037f470 commit be71747
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions Build/setup.cfg.mingw
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Win32 setup.cfg
# You have to edit this file to reflect your system configuration
#
# $Id: setup.cfg.mingw,v 1.1 2005/01/25 18:54:46 stroeder Exp $

# Section for compiling the C extension module
# for wrapping OpenLDAP 2 libs

# Platform: Win32
# Compile environment: MinGW
[_ldap]
class = OpenLDAP2
maintainer = Mauro Cicognini
defines = WIN32

# modify these to fit your local configuration
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
include_dirs = C:/msys/1.0/home/mcicogni/openldap-mingw-build-4/openldap-2.2.18/include

extra_compile_args =
extra_objects =

libs = ldap_r lber ssl crypto ws2_32 gdi32

[build]
compiler = mingw32

# Installation options
[install]
compile = 1
optimize = 1
record = python-ldap_install.log

[bdist_wininst]
target_version = 2.4

0 comments on commit be71747

Please sign in to comment.