home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / fpkbin99.zip / BIN / PPC386.CFG next >
Text File  |  1998-10-12  |  547b  |  27 lines

  1. ; Default compiler options
  2. ; Written by Daniël Mantione
  3. ; Member of the Free Pascal devlopment team
  4.  
  5. ; Support GOTO statement
  6. -Sg
  7.  
  8. ; Optimize the code for size at level 2 for 386/486 processors
  9. -Og2p1
  10.  
  11. ; Display general information, errors, warnings, hints and notes.
  12. -viewnh
  13.  
  14. ; Define general paths. You must change this into your own directories.
  15. -Fi\pp\rtl\i386
  16. -Fi\pp\rtl\inc
  17. -Up\pp\rtl\i386
  18. -Up\pp\rtl\inc
  19. #section OS2
  20. -Up\pp\rtl\os2
  21. -Up\pp\rtl
  22. -Fi\pp\rtl\os2
  23. #section GO32V2
  24. -Up\pp\rtl\dos
  25. -Up\pp\rtl\dos\go32v2
  26.