summaryrefslogtreecommitdiffstats
path: root/PCbuild/zlib.dsp
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-02-03 17:19:35 (GMT)
committerGuido van Rossum <guido@python.org>2000-02-03 17:19:35 (GMT)
commit4310debbd82443515d725519b96a8823d8b098ef (patch)
tree3d338c184988c4417a38b66e8bd56651b7fc2bda /PCbuild/zlib.dsp
parent2bb43a20cef55dc60f6a99753bd78ef78b35c3b8 (diff)
downloadcpython-4310debbd82443515d725519b96a8823d8b098ef.zip
cpython-4310debbd82443515d725519b96a8823d8b098ef.tar.gz
cpython-4310debbd82443515d725519b96a8823d8b098ef.tar.bz2
Mark Hammond renames the x86 projects back to what they were named
before the patch by Trent Mick. Since he now also works for ActiveState, I suppose he overrides Trent. :-)
Diffstat (limited to 'PCbuild/zlib.dsp')
-rw-r--r--PCbuild/zlib.dsp16
1 files changed, 8 insertions, 8 deletions
diff --git a/PCbuild/zlib.dsp b/PCbuild/zlib.dsp
index 3d4aeb6..b3dd71a 100644
--- a/PCbuild/zlib.dsp
+++ b/PCbuild/zlib.dsp
@@ -4,7 +4,7 @@
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-CFG=zlib - Win32 x86 Debug
+CFG=zlib - Win32 Debug
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
@@ -13,12 +13,12 @@ CFG=zlib - Win32 x86 Debug
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
-!MESSAGE NMAKE /f "zlib.mak" CFG="zlib - Win32 x86 Debug"
+!MESSAGE NMAKE /f "zlib.mak" CFG="zlib - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "zlib - Win32 x86 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "zlib - Win32 x86 Debug" (based on "Win32 (x86) Dynamic-Link Library")
+!MESSAGE "zlib - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
+!MESSAGE "zlib - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE
# Begin Project
@@ -29,7 +29,7 @@ CPP=cl.exe
MTL=midl.exe
RSC=rc.exe
-!IF "$(CFG)" == "zlib - Win32 x86 Release"
+!IF "$(CFG)" == "zlib - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
@@ -57,7 +57,7 @@ LINK32=link.exe
# ADD LINK32 user32.lib kernel32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ..\..\zlib113dll\static32\zlibstat.lib /nologo /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./zlib.pyd" /libpath:"Release" /export:initzlib
# SUBTRACT LINK32 /pdb:none
-!ELSEIF "$(CFG)" == "zlib - Win32 x86 Debug"
+!ELSEIF "$(CFG)" == "zlib - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
@@ -89,8 +89,8 @@ LINK32=link.exe
# Begin Target
-# Name "zlib - Win32 x86 Release"
-# Name "zlib - Win32 x86 Debug"
+# Name "zlib - Win32 Release"
+# Name "zlib - Win32 Debug"
# Begin Source File
SOURCE=..\Modules\zlibmodule.c