:) great, then lazarus only needs the debugger options in context to the cpu and target type and the compiler target on build lazarus dialog to make it easyer to build the lcl

e.g. would be nice if the lcl could be rebuillded when needed
example: i set gtk2 interface in compiler options and lazarus build the lcl for gtk2 if not compiled or not actual ;)


nice, that means i can use the wince interfaace now without crapping my options ?
what fpc version is needed to use fpc instead ppc386 ??


Yes. Compile fpc from latest svn branch.
Also add the following lines to fpc.cfg

#IFDEF FPC_CROSSCOMPILING
-XP$FPCTARGET-
#ENDIF


and if you put the cross binutils in a different directory, add this:

-FDc:\fpc\crossbin

Vincent.

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives




_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to