I have opened 2 projects. Both use the VAC++ compiler over start makefile.
Active project #1. Click right mouse button on project #2 into projects tree.
Choose "Activate". Project activated. Choose menu Build/Rebuild.
In "Messages" window I looking:
NMAKE : fatal error U1073: don't know how to make 'clean'
Stop.
after it I use menu Build/Build. It's work! Hmm..
After build choose Build/Rebuild again, oops, Rebuild successful started! :?
Project #1 Makefile (with erased extra lines) is:
default:
@make.CMD
all :
@make.CMD
clean:
@removeall.cmd
This problem exist if activate another project, build it, and activate #1 again and try rebuild it.
I mean what if only activate project and return with project #1, Rebuild work properly.
Win version CVS [09.11.2005]