Content originally posted in LPCWare by TheFallGuy on Sat Apr 23 02:24:28 MST 2016
All of the LPCXpresso "New Project" wizards are driven from a collection of XML files which fully scripts the Wizard. This include each of the wizard pages, and setting up the projects (compiler settings, include paths etc etc). These are all provided in source form, in the Wizards directory. You can supply your own to perform your own custom project wizards. Probably easiest to start from an existing simple Wizard (perhaps the C Semihosting one) and modify it to suit you needs.