summaryrefslogtreecommitdiffstats
path: root/PCbuild/winreg.dsp
diff options
context:
space:
mode:
authorMark Hammond <mhammond@skippinet.com.au>2000-07-01 03:12:59 (GMT)
committerMark Hammond <mhammond@skippinet.com.au>2000-07-01 03:12:59 (GMT)
commit9802255444fed627551c2e173749840bc73d9ade (patch)
tree673f6abeb11584aea124bc6630b63076f28cd1ca /PCbuild/winreg.dsp
parent610a827b134da95ed83b238dafae485794c19452 (diff)
downloadcpython-9802255444fed627551c2e173749840bc73d9ade.zip
cpython-9802255444fed627551c2e173749840bc73d9ade.tar.gz
cpython-9802255444fed627551c2e173749840bc73d9ade.tar.bz2
Update all projects so Debug builds use "/Zi" instead of "/ZI", which means everything should still build under MSVC5
NOTE: All these projects had messed-up line endings (but MSVC didnt mind). Executing a diff with "--ignore-all-space" will show the specific changes, but I made a complete checkin with correct line endiings as it is the correct thing to do!
Diffstat (limited to 'PCbuild/winreg.dsp')
-rw-r--r--PCbuild/winreg.dsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/winreg.dsp b/PCbuild/winreg.dsp
index 7894494..da339e3 100644
--- a/PCbuild/winreg.dsp
+++ b/PCbuild/winreg.dsp
@@ -71,7 +71,7 @@ LINK32=link.exe
# PROP Target_Dir ""
F90=df.exe
# ADD BASE CPP /nologo /MTd /W3 /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "winreg_EXPORTS" /YX /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I "..\Include" /I "..\PC" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /GZ /c
+# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\Include" /I "..\PC" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /GZ /c
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0xc09 /d "_DEBUG"