Yury Sidorov wrote:

From: "Florian Klaempfl" <[EMAIL PROTECTED]>

1. What is simplest way to add wince target to makefiles? The only way I see
is to edit all makefile.fpc files and add wince to them.


What do you mean with all? Only the top level make files should really need extra effort. For the other Makefiles it's enough with a fpcmake of 2.1.1 svn
branch to regenerate them.


I do not know much about fpcmake, but as I see there is makefile.fpc file in each directory. fpcmake creates makefile files based on makefile.fpc files.
Which makefile.fpc files should be changed to add new target os?

I think do get basic things rolling you don't need to change one but create a new one in rtl/wince



2. I need fakertl stuff to start.


Well, I'am not sure how close wince to win32 is. Maybe you can start with the
win32 system unit?


Yes, I hope actual system unit for WinCE will be based in win32 system unit. But first of all I need fpc to create working WinCE executables, so I need fake (empty) rtl to test it.

Which tool chain do you plan to use? Using the fakertl is more hazzle than starting with a real system unit :)


_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to