Author Topic: Ini File for supported compilers  (Read 2662 times)

mariocup

  • Guest
Ini File for supported compilers
« on: May 14, 2007, 08:38:51 am »
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