Author Topic: Compiler Settings NOT RETAINED under Build Properties/options  (Read 3130 times)

Offline foldingBLACKlinesSUCK

  • Multiple posting newcomer
  • *
  • Posts: 29
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:

 
« Last Edit: March 21, 2008, 11:01:52 pm by foldingBLACKlinesSUCK »

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Compiler Settings NOT RETAINED under Build Properties/options
« Reply #1 on: March 21, 2008, 11:17:03 pm »
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.