diff options
author | Ryan Bloom <rbb@apache.org> | 2000-05-18 01:30:21 +0200 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2000-05-18 01:30:21 +0200 |
commit | c80abccf4ee12c542e7d0eae2bf853b3b7b05d8c (patch) | |
tree | 56db35c7395ee754473618259cce2be92ef0c9b3 /support/rotatelogs.dsp | |
parent | arg!! should have committed this with last night's changes; need (diff) | |
download | apache2-c80abccf4ee12c542e7d0eae2bf853b3b7b05d8c.tar.xz apache2-c80abccf4ee12c542e7d0eae2bf853b3b7b05d8c.zip |
This commit will most likely break everybody on Windows. The .dsp
files I am checking in though will build a usable Apache on Windows.
This finishes at least the first round of the merge work to get the
common code into common files in APR.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85240 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | support/rotatelogs.dsp | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/support/rotatelogs.dsp b/support/rotatelogs.dsp index f399aca3d8..136f310f4b 100644 --- a/support/rotatelogs.dsp +++ b/support/rotatelogs.dsp @@ -17,10 +17,8 @@ CFG=rotatelogs - Win32 Debug !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE -!MESSAGE "rotatelogs - Win32 Release" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "rotatelogs - Win32 Debug" (based on\ - "Win32 (x86) Console Application") +!MESSAGE "rotatelogs - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "rotatelogs - Win32 Debug" (based on "Win32 (x86) Console Application") !MESSAGE # Begin Project @@ -66,7 +64,7 @@ LINK32=link.exe # PROP Intermediate_Dir "Debug" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../include" /I "../lib/apr/include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../include" /I "../lib/apr/include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c # SUBTRACT CPP /YX # ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD RSC /l 0x409 /d "_DEBUG" |