diff options
author | Fred Drake <fdrake@acm.org> | 1997-10-02 20:23:52 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-10-02 20:23:52 (GMT) |
commit | e40afcf1544936a0cf424b51f030b90496b43284 (patch) | |
tree | 4f11b94c4e97eda9a21bef1a2dc3d3966afe044d /PC | |
parent | f1b0009a7807e18fad3e2e17c8cb3b4a4eb20b07 (diff) | |
download | cpython-e40afcf1544936a0cf424b51f030b90496b43284.zip cpython-e40afcf1544936a0cf424b51f030b90496b43284.tar.gz cpython-e40afcf1544936a0cf424b51f030b90496b43284.tar.bz2 |
Fix up include directories for compiling the resources.
Diffstat (limited to 'PC')
-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 d01bff1..2422989 100644 --- a/PC/vc5x/python15.dsp +++ b/PC/vc5x/python15.dsp @@ -47,7 +47,7 @@ RSC=rc.exe # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32 # ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /i "..\Include" /d "NDEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo |