ok cheers guys ,

i have spi port on the flash chip for programming , so dont have to load multi hex files to pic after the end hex file is made for the flash, just copy it to the other flash chips as needed

i have seperate compiles for the code as it was best to manage them that way from the start
but now the includes on the 1 of them is grown and i rather not separate that to another install

a structured #if would be good for those sections that could be loaded first , with a separation of the flash blocks done

the pic install also install some information that is generated from flash info into the external EE chip sets after the external flash has loaded , so some consideration is required if the separating the install of the flash data

fun stuff