Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!ucsd!pacbell.com!tandem!netcom!wolf From: wolf@netcom.COM (Phil Escobar) Newsgroups: comp.windows.ms.programmer Subject: Re: SDK & C6.00A stupid question Message-ID: <26023@netcom.COM> Date: 27 Feb 91 07:19:09 GMT References: <1453@west.West.Sun.COM> <1032@tuura.UUCP> Organization: Netcom - Online Communication Services UNIX System {408 241-9760 guest} Lines: 12 Angus.Fox@uk.sun.com (Angus Fox - Sun EHQ - Sitka) writes: >Now when I run NMAKE generic in the samples directory it says >NMAKE : warning U4004: too many rules for target 'generic.exe' I don't know if this has been touched before, but most Windows makefiles have two rules for the target .exe. One is dependant on the objects to be linked, and the other is dependant on the resources to be added. This is so that if you alter the .rc file, you won't need to relink. NMAKE just gives a little hiccup when it sees two rules for one .exe file. - Phil @ Buckskin Technologies