home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.ms-windows.programmer.tools,comp.os.msods.programmer
- Path: sparky!uunet!magna!doc
- From: doc@magna.com (Matthew J. D'Errico)
- Subject: Finding LIB's in MSC 7 ?
- Message-ID: <Bz7G4D.B7D@magna.com>
- Organization: Magna Software Corporation
- Date: Sun, 13 Dec 1992 15:53:00 GMT
- Lines: 20
-
- One of these daze, I'm going to ask a question that someone actually
- has an answer to, but until then, here's another wierd one for ya'all...
-
- I have a reasonably standard LIB environmental variable, etc., in MSC 7.0
- (with the patch installed, but this predates the patch)...
-
- Two link files, one for an .exe and one for a .DLL (although I don't
- think that the target really matters)... They're almost identical,
- excepting a couple of link options, (like /F on the .EXE)...
-
- When I run nmake to build the .exe, everything's fine... When I run
- nmake to build the .DLL, it can't find the Windows standard libraires,
- like libw.lib and mcewdll.lib !! If I simply type, "\windev\lib\"
- it find it !! Yes this is indeed in my LIB env !!
-
- Anyone seen this ? Any ideas ?
-
- Suggestions welcome...
-
- -- Doc
-