Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: foldingBLACKlinesSUCK on March 21, 2008, 10:58:08 pm
-
Ok. Under Settings Compiler and Debugger... I have set up all options and search directories.
All is fine
HOWEVER
After creating a new project that uses "PSP COMPILER" it doesn't "GRAB" the settings from PSP Compiler Set inside Setting -> Compiler and Debugger, when I choose Build Properties All the settings are search directories are shown as Blank
Is this a known issue? :shock:
-
After creating a new project that uses "PSP COMPILER" it doesn't "GRAB" the settings from PSP Compiler Set inside Setting -> Compiler and Debugger, when I choose Build Properties All the settings are search directories are shown as Blank
The settings in "Settings -> Compiler and Debugger" are common to all projects build with the chosen compiler. They are not automatically transfered to "Build options", but used when the compiler. linker, etc is started.
The settings in "Build Options" are project specific options.
That means only project specific "Search dirs" (libs that are not always used) should be placed here.