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 /server/gen_test_char.dsp | |
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 'server/gen_test_char.dsp')
-rw-r--r-- | server/gen_test_char.dsp | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/server/gen_test_char.dsp b/server/gen_test_char.dsp index 5ef888a0bc..2e8ae07764 100644 --- a/server/gen_test_char.dsp +++ b/server/gen_test_char.dsp @@ -51,7 +51,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)" == "gen_test_char - Win32 Debug" @@ -67,7 +67,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 /GX- /Zi /Od /I "..\include" /I "..\lib\apr\include" /I "..\os\win32" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /Zi /Od /I "..\include" /I "..\lib\apr\include" /I "..\os\win32" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c # SUBTRACT CPP /Fr # ADD BASE RSC /l 0x809 /d "_DEBUG" # ADD RSC /l 0x809 /d "_DEBUG" @@ -77,6 +77,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 @@ -84,13 +85,9 @@ LINK32=link.exe # Name "gen_test_char - Win32 Release" # Name "gen_test_char - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "" # Begin Source File SOURCE=.\gen_test_char.c # End Source File -# End Group # End Target # End Project |