User forums > General (but related to Code::Blocks)
Possibility to support another compiler (Pelles C)
skirby:
Hello,
I would like to try to add Pelles C compiler by myself into C::B
So I begun by duplicate a compiler in menu "Settings" and "Compiler and Debugger"
I have modified "Search directories" and "Toolchain executables" but now, what is the way to modify compiler settings ?
If I have a parameter like this:
/V<n> : Set verbosity level 0, 1 or 2 (default: n = 0)
Do I have to create three entries like that:
/V0 : Set verbosity level 0
/V1 : Set verbosity level 1
/V1 : Set verbosity level 2
or is it possible to create an entry where I could enter my value ?
Also, what is the way to manage an option like this:
/I<path> : Add a search path for #include files
Thanks in advance and have a nice day.
Navigation
[0] Message Index
[*] Previous page
Go to full version