fpc.cfg
上传用户:yj_qiu
上传日期:2022-08-08
资源大小:23636k
文件大小:1k
源码类别:

游戏引擎

开发平台:

Delphi

  1. #DEFINE debug1
  2. #IFDEF debug
  3. # --- Debug
  4.  -Ci
  5.  -Co
  6. # -Cr
  7. # -CR
  8.  -Ct
  9.  -gc
  10.  -gh
  11.  -gl
  12. # -O2
  13. #ELSE 
  14. # --- Release
  15.   -O3
  16.   -OG
  17.   -Op3
  18.   -Xs
  19. #ENDIF
  20. # to make procedural types assigment compatible with Delphi
  21. # searchpath for units and other system dependent things
  22. -FuZ:FPC2.2.0/units/$FPCTARGET/
  23. -FuZ:FPC2.2.0/units/$FPCTARGET/*
  24. -FuZ:FPC2.2.0/units/$FPCTARGET/rtl
  25. -FuZ:source/units
  26. -FuZ:source/units/cast2
  27. -FuZ:source/units/dx8
  28. -FuZ:source/units/opengl
  29. -FuZ:source/units/fpc
  30. -FuZ:source/units/oberon
  31. -FiZ:source/units
  32. -Mobjfpc
  33. -MDelphi
  34. -B
  35. -Sh
  36. -RIntel