6.11 Project management and compiler options

Project management in Pascal is much easier than with C. The compiler knows from the source which units, sources etc. it needs. So the Free Pascal IDE does not need a full featured project manager like some C development environments offer. Nevertheless there are some settings in the IDE which apply to projects.

  6.11.1 The primary file
  6.11.2 The directory dialog
  6.11.3 The target operating system
  6.11.4 Compiler options
  6.11.5 Linker options
  6.11.6 Memory sizes
  6.11.7 Debug options
  6.11.8 The switches mode