Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: Hans Henrik on December 08, 2008, 11:55:16 am

Title: [feature request] ignore parameters
Post by: Hans Henrik on December 08, 2008, 11:55:16 am
sometimes, i need to remove certain parameters from my project, while still i might need them later..
could it be added something like search dir/linker options/etc:
//C:\dev-cpp\include
C:\minGW\include

lines starting with a prefix like // or !Ignore or something like that, will be ignored?

(or sorry if this already exist tho)
Title: Re: [feature request] ignore parameters
Post by: jfouche on December 08, 2008, 02:13:01 pm
Maybe the good way is to play with env vars ?
--
Jérémie
Title: Re: [feature request] ignore parameters
Post by: MortenMacFly on December 08, 2008, 03:12:28 pm
Maybe the good way is to play with env vars ?
Either this or use a global variable for this. That's a use case they were made for.