diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2000-05-19 07:09:20 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2000-05-19 07:09:20 +0200 |
commit | e2cb3c64575e8e10be6edfe2bf2b037f57ff0358 (patch) | |
tree | 41c6b2710eb7be185c7d999a75db678947894363 /srclib | |
parent | (diff) | |
download | apache2-e2cb3c64575e8e10be6edfe2bf2b037f57ff0358.tar.xz apache2-e2cb3c64575e8e10be6edfe2bf2b037f57ff0358.zip |
Current and clean make files for Win95. Changes Include:
All projects link incrementally with no link maps in Debug mode.
New cvstodsp6.pl and dsp6tocvs.pl will fix up /the /ZI - /Zi issue.
Includes corrections noted by Tim Costello
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85254 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'srclib')
-rw-r--r-- | srclib/pcre/dftables.dsp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/srclib/pcre/dftables.dsp b/srclib/pcre/dftables.dsp index 8302b905b0..21a116bf03 100644 --- a/srclib/pcre/dftables.dsp +++ b/srclib/pcre/dftables.dsp @@ -17,7 +17,8 @@ CFG=dftables - Win32 Debug !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE -!MESSAGE "dftables - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "dftables - Win32 Release" (based on\ + "Win32 (x86) Console Application") !MESSAGE "dftables - Win32 Debug" (based on "Win32 (x86) Console Application") !MESSAGE @@ -49,7 +50,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib /nologo /subsystem:console /pdb:none /machine:I386 +# ADD LINK32 kernel32.lib /nologo /subsystem:console /pdb:none /map /machine:I386 !ELSEIF "$(CFG)" == "dftables - Win32 Debug" @@ -65,7 +66,7 @@ LINK32=link.exe # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c -# ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /Zi /Od /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c # ADD BASE RSC /l 0x809 /d "_DEBUG" # ADD RSC /l 0x809 /d "_DEBUG" BSC32=bscmake.exe @@ -74,6 +75,7 @@ BSC32=bscmake.exe LINK32=link.exe # ADD BASE LINK32 kernel32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept # ADD LINK32 kernel32.lib /nologo /subsystem:console /pdb:none /debug /machine:I386 +# SUBTRACT LINK32 /map !ENDIF |