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
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to