diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2000-05-28 05:55:45 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2000-05-28 05:55:45 +0200 |
commit | 3ae65d856133fa9d55f95c361a71b4e21449c978 (patch) | |
tree | fb3d46d15b0887caed75bb38f922b7056be02908 /support/ab.dsp | |
parent | PR: (diff) | |
download | apache2-3ae65d856133fa9d55f95c361a71b4e21449c978.tar.xz apache2-3ae65d856133fa9d55f95c361a71b4e21449c978.zip |
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/ab.dsp')
-rw-r--r-- | support/ab.dsp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/support/ab.dsp b/support/ab.dsp index bc4f9a9e19..797b9cb210 100644 --- a/support/ab.dsp +++ b/support/ab.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 # ADD BASE RSC /l 0x409 /d "NDEBUG" # ADD RSC /l 0x409 /d "NDEBUG" BSC32=bscmake.exe @@ -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" |