summaryrefslogtreecommitdiff
path: root/neon.mak
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-01-27 20:05:25 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-01-27 20:05:25 +0000
commit598202ace71d15b49afffd0ad0d56d61cda8f3c2 (patch)
tree9168024ce517566133be57da9bd24d68f96855eb /neon.mak
parent22da41c5e061733eaaf18fd7a81c8329c55c4959 (diff)
downloadneon-598202ace71d15b49afffd0ad0d56d61cda8f3c2.tar.gz
* neon.mak: Conditionally enable SSPI support (Vladimir).
git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@459 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'neon.mak')
-rw-r--r--neon.mak6
1 files changed, 6 insertions, 0 deletions
diff --git a/neon.mak b/neon.mak
index feb9bbd..d77b2a9 100644
--- a/neon.mak
+++ b/neon.mak
@@ -21,6 +21,12 @@ TARGET = .\libneonD.lib
!ENDIF
########
+# Whether to build SSPI
+!IF "$(SSPI_BUILD)" != ""
+CFLAGS = $(CFLAGS) /D HAVE_SSPI
+!ENDIF
+
+########
# Support for Expat integration
#
# If EXPAT_SRC or EXPAT_INC are set, then assume compiling against a