2
0

README 357 B

1234567891011121314
  1. You can have a fp.cfg file in the same directory as fp.exe. It works the
  2. same as ppc386.cfg
  3. If you want to create a fully working IDE you need to compile with a
  4. unit path to ../.. and for an IDE without compiler compile with ../fake
  5. # IDE with full compiler compile with:
  6. ppc386 fp -Fu../..
  7. # IDE with fake compiler compile with:
  8. ppc386 fp -Fu../fake