mirror of
https://github.com/python/cpython.git
synced 2026-03-30 00:21:21 +00:00
Reverted last transaction. It's the wrong branch.
This commit is contained in:
parent
306179b173
commit
aee643b01f
6 changed files with 59 additions and 169 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue