setup.cfg.mingw 985 B

1234567891011121314151617181920212223242526272829303132333435
  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. # Section for compiling the C extension module
  6. # for wrapping OpenLDAP 2 libs
  7. # Platform: Win32
  8. # Compile environment: MinGW
  9. [_ldap]
  10. class = OpenLDAP2
  11. maintainer = Mauro Cicognini
  12. defines = WIN32
  13. # modify these to fit your local configuration
  14. 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
  15. include_dirs = C:/msys/1.0/home/mcicogni/openldap-mingw-build-4/openldap-2.2.18/include
  16. extra_compile_args =
  17. extra_objects =
  18. libs = ldap_r lber ssl crypto ws2_32 gdi32
  19. [build]
  20. compiler = mingw32
  21. # Installation options
  22. [install]
  23. compile = 1
  24. optimize = 1
  25. record = python-ldap_install.log
  26. [bdist_wininst]
  27. target_version = 2.4