summaryrefslogtreecommitdiffstats
path: root/PC/VC6/python.dsp
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-01-04 15:35:04 (GMT)
committerChristian Heimes <christian@cheimes.de>2008-01-04 15:35:04 (GMT)
commit4c3eda3a847c927bc1594de70b2bf9d27975c8ba (patch)
tree0b5819c81dc4cacedc418e4069aaef6c53b4c3e1 /PC/VC6/python.dsp
parentc36625b05df8cf35946a16c1e47faac4d5b5ea00 (diff)
downloadcpython-4c3eda3a847c927bc1594de70b2bf9d27975c8ba.zip
cpython-4c3eda3a847c927bc1594de70b2bf9d27975c8ba.tar.gz
cpython-4c3eda3a847c927bc1594de70b2bf9d27975c8ba.tar.bz2
And here is the rest of Hirokazu Yamamoto's patch for VS6.0 support. Thanks Hiro!
(This time, it's the correct branch :)
Diffstat (limited to 'PC/VC6/python.dsp')
-rw-r--r--PC/VC6/python.dsp5
1 files changed, 5 insertions, 0 deletions
diff --git a/PC/VC6/python.dsp b/PC/VC6/python.dsp
index 9135348..c94746d 100644
--- a/PC/VC6/python.dsp
+++ b/PC/VC6/python.dsp
@@ -77,6 +77,11 @@ 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:console /debug /machine:I386 /pdbtype:sept
# ADD LINK32 odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /base:"0x1d000000" /subsystem:console /debug /machine:I386 /out:"./python_d.exe" /pdbtype:sept
# SUBTRACT LINK32 /pdb:none
+# Begin Special Build Tool
+SOURCE="$(InputPath)"
+PostBuild_Desc=Changing stack size...
+PostBuild_Cmds=editbin /STACK:0x200000 python_d.exe
+# End Special Build Tool
!ENDIF