News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Activate project bug

Started by kisoft, November 09, 2005, 12:27:18 PM

Previous topic - Next topic

kisoft

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]
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
[url="https://github.com/kisoft/cbmakefilegen"]https://github.com/kisoft/cbmakefilegen[/url]