[Lazarus] Make option for specific package

Graeme Geldenhuys graemeg.lists at gmail.com
Fri Nov 19 07:22:54 CET 2010


Op 2010-11-18 18:50, Mattias Gaertner het geskryf:
>> make clean all
>> make idepkg
> 
> This will not update the packages.
> Try:
> 
> make clean all
> ./lazbuild --build-ide=


Another classic example of why makefiles are such a terrible idea. Why not
simply create a GUI and/or Console app that lists the options (maybe even
copy the "Tools > Build Lazarus" dialog. This tool must a able to compile
with 'fpc buildtool.pas'. The users can then simply run the tool, select
the option they want, and it fires off the correct build command with it's
110 parameter choices. Hide the complexities of Makefile - they are a
terrible idea under all circumstances.


Regards,
  - Graeme -

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





More information about the Lazarus mailing list