summaryrefslogtreecommitdiffstats
path: root/PC/VC6/python.dsp
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-01-04 15:34:06 (GMT)
committerChristian Heimes <christian@cheimes.de>2008-01-04 15:34:06 (GMT)
commitaee643b01fe4cb3993efcc2e06639e5cbf684c94 (patch)
tree6baaee6b2666bb9b372126fe33a653297bc3cb3b /PC/VC6/python.dsp
parent306179b173a58238d817068e61acf6280e373e61 (diff)
downloadcpython-aee643b01fe4cb3993efcc2e06639e5cbf684c94.zip
cpython-aee643b01fe4cb3993efcc2e06639e5cbf684c94.tar.gz
cpython-aee643b01fe4cb3993efcc2e06639e5cbf684c94.tar.bz2
Reverted last transaction. It's the wrong branch.
Diffstat (limited to 'PC/VC6/python.dsp')
-rw-r--r--PC/VC6/python.dsp5
1 files changed, 0 insertions, 5 deletions
diff --git a/PC/VC6/python.dsp b/PC/VC6/python.dsp
index c94746d..9135348 100644
--- a/PC/VC6/python.dsp
+++ b/PC/VC6/python.dsp
@@ -77,11 +77,6 @@ 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