[fpc-pascal] Easy way to build all packages
Felipe Monteiro de Carvalho
felipemonteiro.carvalho at gmail.com
Fri Apr 11 03:19:03 CEST 2008
Hello,
Is there an easy way to build all packages which are adequate for my
architecture?
I am using this batch file:
PATH=C:\Programas\lazarus22\fpc\2.2.0\bin\i386-win32
cd compiler
make
cp *.exe C:\Programas\lazarus22\fpc\2.2.1\bin\i386-win32
cd ..
PATH=C:\Programas\lazarus22\fpc\2.2.1\bin\i386-win32
cd rtl
make OPT="-FUC:\Programas\lazarus22\fpc\2.2.1\units\i386-win32"
cd packages
make OPT="-FUC:\Programas\lazarus22\fpc\2.2.1\units\i386-win32"
pause
But it doesn't build everything from the packages/fcl that Lazarus
needs. It doesn't build contnrs.pas for example. I tryed to read the
Makefile.fpc and the Makefile but I got lost...
Of course I could go to each subdir, but I think there must be an easier way.
thanks,
--
Felipe Monteiro de Carvalho
More information about the fpc-pascal
mailing list