Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: kisoft on November 09, 2005, 12:27:18 pm

Title: Activate project bug
Post by: kisoft on November 09, 2005, 12:27:18 pm
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:
Code
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:
Code
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]