-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Labels
Description
This may be in purpose in which case please close.
I note that in makefile.vc6 (and derivatives) the debug objects usually have 'd' appended to their names (nonblockd.obj rawstrd.obj &c), but slist_wc.obj doesn't. The net result is that if you type
nmake .... release
followed by
name .... debug
nmake whines
NMAKE : warning U4004: too many rules for target 'slist_wc.obj'
Reactions are currently unavailable