[fpc-devel] Where to add mksymbian
Felipe Monteiro de Carvalho
felipemonteiro.carvalho at gmail.com
Tue Jul 3 21:36:52 CEST 2007
Are the projects on fpc/utils automatically built at some point? (like
make cycle or make install) I am wondering that adding mksymbian there
with a makefile could cause it to start being compiled on other
platforms, where it is useless.
Here is what my makefiles currently looks like:
#
# Makefile.fpc for Free Pascal Symbian Build Tool
#
[target]
programs=mksymbian
[clean]
units=cfgfile cmdline compiler constants projectparser sdkutil
[require]
packages=
[compiler]
[install]
fpcpackage=y
[default]
fpcdir=../..
[rules]
.NOTPARALLEL:
mksymbian$(EXEEXT): mksymbian.pas
More information about the fpc-devel
mailing list