From: Chris Hanson Date: Thu, 26 Jun 1997 06:56:04 +0000 (+0000) Subject: Watcom 11: needs kernel and user librarys named explicitly now. X-Git-Tag: 20090517-FFI~5099 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=253e2bbf3ad3cac449685de2c4d081137e754adf;p=mit-scheme.git Watcom 11: needs kernel and user librarys named explicitly now. --- diff --git a/v7/src/microcode/ntutl/scheme32.lnk b/v7/src/microcode/ntutl/scheme32.lnk index 4a050314b..ee64dfdcb 100644 --- a/v7/src/microcode/ntutl/scheme32.lnk +++ b/v7/src/microcode/ntutl/scheme32.lnk @@ -2,3 +2,5 @@ system nt_dll initinstance terminstance name scheme32 export=scheme32.lbc file scheme32.obj +libfile kernel32.lib, user32.lib +