#NMAKE problem
04-Aug-93 13:59:33
Sb: #50613-#NMAKE problem
Fm: Julie Solon [Microsoft] 71075,107
To: Jim Hartsing 76300,2150
Jim,
> I'm having a problem getting object to build in my makefile. The first one
in the list builds, but all other are not.
This is the way NMAKE works, it only builds the first target. This is why we
use pseudotargets in makefiles, to ensure that everything is built properly.
Check out the topic "pseudotarget" in the NMAKE documentation for more
details. Also, our sample makefiles use this technique, so they are a good
reference as well.
Sincerely,
Julie Solon
Microsoft Developer Support
There is 1 Reply.