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.