Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Adding Symbols Programmatically

Hi everyone,

 

I'm customizing the "New C Project" wizard with an additional page. When the project is created I want to add some preprocessor Symbols to my project.

 

I was able to find some help here

http://markmail.org/message/q4wje3t6vtvrte32#query:eclipse%20cdt%20programmatically%20add%20symbols+page:1+mid:aroowvloe5onl4cu+state:results

 

However, in addition to the symbols that I add, this code adds a lot of undefined symbols, that I didn't intend to add.

 

Does anyone how to remove them, or better, how to not have them added in the first place?

 

Thanks a lot!

Best regards,

 

Tamer


Back to the top