diff options
author | Christian Heimes <christian@cheimes.de> | 2008-01-04 15:34:06 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2008-01-04 15:34:06 (GMT) |
commit | aee643b01fe4cb3993efcc2e06639e5cbf684c94 (patch) | |
tree | 6baaee6b2666bb9b372126fe33a653297bc3cb3b /PC/VC6/python.dsp | |
parent | 306179b173a58238d817068e61acf6280e373e61 (diff) | |
download | cpython-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.dsp | 5 |
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
|