diff options
author | Fred Drake <fdrake@acm.org> | 1997-10-02 20:36:45 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-10-02 20:36:45 (GMT) |
commit | d80b3bdc1e31ac5dd01cd6bcc10d20ef503902f5 (patch) | |
tree | 57141b4d95ccddeb6e19725febeef611df45092e /PC/vc5x | |
parent | e40afcf1544936a0cf424b51f030b90496b43284 (diff) | |
download | cpython-d80b3bdc1e31ac5dd01cd6bcc10d20ef503902f5.zip cpython-d80b3bdc1e31ac5dd01cd6bcc10d20ef503902f5.tar.gz cpython-d80b3bdc1e31ac5dd01cd6bcc10d20ef503902f5.tar.bz2 |
Argh; do the same for the "Release" version of the config.
Diffstat (limited to 'PC/vc5x')
-rw-r--r-- | PC/vc5x/python15.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/vc5x/python15.dsp b/PC/vc5x/python15.dsp index 2422989..dd23da6 100644 --- a/PC/vc5x/python15.dsp +++ b/PC/vc5x/python15.dsp @@ -73,7 +73,7 @@ LINK32=link.exe # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32 # ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /i "..\Include" /d "_DEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo |