summaryrefslogtreecommitdiffstats
path: root/support/rotatelogs.dsp
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2000-05-28 05:55:45 +0200
committerWilliam A. Rowe Jr <wrowe@apache.org>2000-05-28 05:55:45 +0200
commit3ae65d856133fa9d55f95c361a71b4e21449c978 (patch)
treefb3d46d15b0887caed75bb38f922b7056be02908 /support/rotatelogs.dsp
parentPR: (diff)
downloadapache2-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/rotatelogs.dsp')
-rw-r--r--support/rotatelogs.dsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/rotatelogs.dsp b/support/rotatelogs.dsp
index c4ba18637e..6a09de8f25 100644
--- a/support/rotatelogs.dsp
+++ b/support/rotatelogs.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"
@@ -67,7 +67,7 @@ LINK32=link.exe
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# 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 "AP_STATIC" /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"