Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] PlugIn PreBuild Hook

Dear MailList,
 
I have Cmake generated CDT4.0 Project. This has several MakeTargets, which makefiles get generated externally. Now I'd like to hook up my Eclipse PlugIn. It should get called right before make is started, e.g. by double click on a Make Target. I do not want to start external Program, I want to take some action within the Eclipse PlugIn.
 
Is this possible, where can I add such a PreBuild Hook!?
I could not find any apropiate doc even that google is my friend.
 
Thanks in advance,
Ruben
 
 
 

Back to the top