From e40afcf1544936a0cf424b51f030b90496b43284 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 2 Oct 1997 20:23:52 +0000 Subject: Fix up include directories for compiling the resources. --- PC/vc5x/python15.dsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12