summaryrefslogtreecommitdiffstats
path: root/PC/vc5x/python15.dsp
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-05-15 20:26:31 (GMT)
committerGuido van Rossum <guido@python.org>1998-05-15 20:26:31 (GMT)
commit837d8bf1d76bc47c254cd6bedf6d1394edd3e055 (patch)
tree755bbce1b459b3f157c049dd00dd75d420ecae2d /PC/vc5x/python15.dsp
parent859b16c8472928ee6aee9b2a1d281e310dd51d1e (diff)
downloadcpython-837d8bf1d76bc47c254cd6bedf6d1394edd3e055.zip
cpython-837d8bf1d76bc47c254cd6bedf6d1394edd3e055.tar.gz
cpython-837d8bf1d76bc47c254cd6bedf6d1394edd3e055.tar.bz2
Change the output names. Do away with the Release and Debug
subdirectories. All final products go into the current directory (i.e., PCbuild). Object files go into temp-release and temp-debug. Debug versions of DLLs have _d appended to their basename, e.g. the debug version of python15.dll is python15_d.dll, the debug version of python.exe is python_d.exe, and the debug version of parser.pyd is parser_d.pyd. (See corresponding patch to importdl.c.) Uniformly changed all extension modules to use .pyd, not .dll.
Diffstat (limited to 'PC/vc5x/python15.dsp')
-rw-r--r--PC/vc5x/python15.dsp10
1 files changed, 5 insertions, 5 deletions
diff --git a/PC/vc5x/python15.dsp b/PC/vc5x/python15.dsp
index e37194d..9d12d8f 100644
--- a/PC/vc5x/python15.dsp
+++ b/PC/vc5x/python15.dsp
@@ -38,8 +38,8 @@ RSC=rc.exe
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release\temp"
+# PROP Output_Dir "."
+# PROP Intermediate_Dir "temp-release"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
@@ -64,8 +64,8 @@ LINK32=link.exe
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug\temp"
+# PROP Output_Dir "."
+# PROP Intermediate_Dir "temp-debug"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
@@ -79,7 +79,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib largeint.lib /nologo /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /pdbtype:sept /libpath:"Debug"
+# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib largeint.lib /nologo /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python15_d.dll" /pdbtype:sept /libpath:"Debug"
# SUBTRACT LINK32 /pdb:none
!ENDIF