gecko-dev/directory/c-sdk/ldap/libraries
richm%stanfordalumni.org 82876b785e bug 301035 and bug 325518
Enable autoconf build on Windows with cygwin and free MSVC compiler + SDK
1) Don't set the -lsvrcore in SVRCORE_LIBS in configure - instead, do it the
way we do the NSPR and NSS libs, in build.mk
2) For the component LINK macros, use name.lib instead of -lname on Windows
3) The new free MSVC compiler does not have lib.exe - add an autoconf test for
the lib program and use link /lib if missing
4) If using MSVC (which expects DOS style absolute paths) and cygwin (which
uses unix style abs. paths), use cygpath -m on all user supplied paths to make
sure they are in the correct format for cl and link.  It's better to do this
during configure rather than depend on cygwin_wrapper which is much, much
slower.
5) Don't link with the odbc libs (Why did we ever need these!?!??!?)
6) The free MSVC doesn't include afxwin.h, so use the other header files
instead
7) Add libutil to the Windows build, including getting rid of the old Makefile
and adding a new Makefile.in for the autoconf build (the Makefile.client
remains)
8) getopt.c doesn't need lber.h

I verified that these changes also build on Win2k with MSVC 6 SP 3.  I also changed the copyright in the new Makefile.in as suggested by Mark Smith.
2006-02-03 19:28:32 +00:00
..
libiutil
liblber bug 324529 2006-02-03 15:55:46 +00:00
libldap bug 301035 and bug 325518 2006-02-03 19:28:32 +00:00
libldif
libprldap bug 310521 2006-02-03 15:36:14 +00:00
libssldap bug 301035 and bug 325518 2006-02-03 19:28:32 +00:00
libutil bug 301035 and bug 325518 2006-02-03 19:28:32 +00:00
macintosh
msdos/winsock
.cvsignore
Makefile.client
Makefile.in bug 301035 and bug 325518 2006-02-03 19:28:32 +00:00
genMakefile.client
libldap.ex
libldap_ssl.ex