[lazarus] Sample dpr
Peter Vreman
pfvreman at wins.uva.nl
Fri Aug 13 14:53:37 EDT 1999
At 18:30 13-8-99 , you wrote:
>Does anyone have a sample dpr which DOESN'T need a makefile?
>(i.e. not lazarus)
>
>(Hey - does that mean I will need an /etc/ppc386.cfg ? Does anyone have one
>of those too?)
Having these lines in /etc/ppc386.cfg should normally be enough:
-Xs
-Sgci
-vwni
-Fu/opt/fpc/rtl/linux
-Fu/opt/fpc/fcl/linux
-Fu/opt/fpc/gtk
-Fu/opt/fpc/lazarus/lcl
Maybe you can add -Sd or -S2 if you want delphi compatiblility on by
default. But adding {$mode delphi} to the file is nicer because everybody
can then compile it even without using commandline switches
More information about the Lazarus
mailing list