News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Ini File for supported compilers

Started by mariocup, May 14, 2007, 08:38:51 AM

Previous topic - Next topic

mariocup

Hi,

I added several new compilers for embedded in Codeblocks. I would like to add a configuration file for each compiler and found at the wiki page the following snippet.

[Environment]
INCLUDE=%@P%..\BIN
LIB=%@P%..\LIB
CFLAGS=-v -w
PATH=%@P%..\BIN;%PATH%

Is there a docu of the format?
It would be nice if this configuration file is able to save also information about the corresponding help files per compiler and codesnippets folder path.

Thanks,

Mario