aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2007-10-31 10:58:51 +0000
committerGisle Vanem <gvanem@broadpark.no>2007-10-31 10:58:51 +0000
commitc56c4a0a47e19b3c881dcb23c0246e0daffbd0d4 (patch)
tree3d3d962d82a740bc8d653a88a2a93b2371c894f7 /lib
parent45064c57788be7283c8ce250b6b5810a484f0dd0 (diff)
Add support for LDAP urls. Allthough the OpenWatcom
headers <winlap.h> and <winber.h> defines wrong calling convention.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.Watcom4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.Watcom b/lib/Makefile.Watcom
index a4a8badea..89b0ec333 100644
--- a/lib/Makefile.Watcom
+++ b/lib/Makefile.Watcom
@@ -12,7 +12,7 @@ CFLAGS = -3r -mf -d3 -hc -zff -zgf -zq -zm -zc -s -fr=con -w2 -fpi -oilrtfm -bt=
-d+ -dWIN32 -dCURL_CA_BUNDLE=getenv("CURL_CA_BUNDLE") &
-dBUILDING_LIBCURL -dWITHOUT_MM_LIB -dHAVE_SPNEGO=1 -dENABLE_IPV6 &
-dDEBUG_THREADING_GETADDRINFO -dDEBUG=1 -dCURLDEBUG -d_WIN32_WINNT=0x0501 &
- -I. -I..\include -dCURL_DISABLE_LDAP
+ -I. -I..\include -dWINBERAPI=__declspec(cdecl) -dWINLDAPAPI=__declspec(cdecl)
#
# Change to suite.
@@ -105,7 +105,7 @@ $(LINK_ARG): $(__MAKEFILES__)
@%append $^@ file { $(OBJS) }
@%append $^@ option quiet, map, caseexact, eliminate, implib=libcurl_wc_imp.lib,
@%append $^@ res=$(RESOURCE) libpath $(%watcom)\lib386;$(%watcom)\lib386\nt
- @%append $^@ library clib3r.lib, ws2_32.lib
+ @%append $^@ library clib3r.lib, wldap32.lib, ws2_32.lib
!ifeq USE_ZLIB 1
@%append $^@ library $(ZLIB_ROOT)\zlib.lib
!endif