[fpc-pascal] (no subject)

Graeme Geldenhuys graemeg.lists at gmail.com
Mon Apr 12 14:03:00 CEST 2010


On 12 April 2010 13:25, Bart <bartjunk64 at gmail.com> wrote:
>
> Commandline:
> fpc -dNOFORMSPLEASE myprogram.pp
>
> Not sure if this can be done from within FP IDE or Lazarus though.

Yes they do...

FP IDE:
    Option > Compiler > Conditional Defines

Lazarus IDE:
    Project > Project Options > Compiler Options > Other > Custom options
      - add a new line:  -d<your_define_here>

MSEide:
    Project > Options > Make > Make Options
      - add a new line:  -d<your_define_here>



-- 
Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/



More information about the fpc-pascal mailing list