On 7/3/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote:
I thought it was only needed to build FPC ?
No, it's necessary to build software for symbian os. The way I designed it you can't simply type: fpc -Tsymbian mysoftware.pas And expect to have a symbian executable. This command fails to give enougth information for a real build, which includes the UIDs, if you want to build for the emulator or the real devide, which sdk you are using, where the sdk is located, etc, etc. Because symbian has many unique things I decided to create a external build tool, which just uses fpc to generate assembler. The other option would be adding lot's of symbian specific options on fpc, but I didn't like this idea. -- Felipe Monteiro de Carvalho _______________________________________________ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel