[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.cdt] Re: Managed Build System Extensibility use instruction

Thank you.
Would it be possible to take off gcc from build operation? I need to write a plugin.xml which makes build behaves as follows:
all: test
clean: -rm main.o test
test: test.esp
./precomp test


I have written what I thought was doing the above.But trying to test it I see
cdtbuild has GNU c/c++ compiler /assembler at work.



(my operating system is linux)