summaryrefslogtreecommitdiff
path: root/support/htpasswd.dsp
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2000-05-28 03:55:45 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2000-05-28 03:55:45 +0000
commit3ae65d856133fa9d55f95c361a71b4e21449c978 (patch)
treefb3d46d15b0887caed75bb38f922b7056be02908 /support/htpasswd.dsp
parentf7e32fc89371c543e6ecb17aed0d4a6a85317394 (diff)
downloadhttpd-3ae65d856133fa9d55f95c361a71b4e21449c978.tar.gz
PR:
Obtained from: Submitted by: Reviewed by: Adjust the support binary build files for the change from AP_STATIC as a library to API_STATIC for the ApacheCore project. If we adopt AP_EXPORT_bleh for the ApacheCore, these will be flipped. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85327 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/htpasswd.dsp')
-rw-r--r--support/htpasswd.dsp6
1 files changed, 3 insertions, 3 deletions
diff --git a/support/htpasswd.dsp b/support/htpasswd.dsp
index 40745977d7..9a2a98a550 100644
--- a/support/htpasswd.dsp
+++ b/support/htpasswd.dsp
@@ -42,7 +42,7 @@ RSC=rc.exe
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /GX /O2 /I "../lib/apr/include" /I "../include" /I "../os/win32" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "APR_STATIC" /D "AP_STATIC" /FD /c
+# ADD CPP /nologo /MD /W3 /GX /O2 /I "../lib/apr/include" /I "../include" /I "../os/win32" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "APR_STATIC" /D "API_STATIC" /FD /c
# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
@@ -66,8 +66,8 @@ LINK32=link.exe
# PROP Intermediate_Dir "Debug"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /ZI /c
-# ADD CPP /nologo /MDd /W3 /GX /Od /I "../lib/apr/include" /I "../include" /I "../os/win32" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "APR_STATIC" /D "AP_STATIC" /FD /ZI /c
+# ADD BASE CPP /nologo /W3 /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
+# ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I "../lib/apr/include" /I "../include" /I "../os/win32" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "APR_STATIC" /D "API_STATIC" /FD /c
# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"