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

游戏引擎

开发平台:

Delphi

  1. #DEFINE debug2
  2. #IFDEF debug
  3. # --- Debug
  4.  -Ci
  5.  -Co
  6.  -Cr
  7.  -CR
  8.  -Ct
  9.  -gc
  10.  -gh
  11.  -gl
  12. #ELSE 
  13. # --- Release
  14. #  -CfSSE
  15.   -OG3
  16.   -Our
  17.   -OpPentiumm
  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.3.1/units/$FPCTARGET/
  23. #-FuZ:FPC2.3.1/units/$FPCTARGET/*
  24. #-FuZ:FPC2.3.1/units/$FPCTARGET/rtl
  25. -FuZ:FPC$FPCVERSION/units/$FPCTARGET/
  26. -FuZ:FPC$FPCVERSION/units/$FPCTARGET/*
  27. -FuZ:FPC$FPCVERSION/units/$FPCTARGET/rtl
  28. -Fuz:/source/units
  29. -Fuz:/source/units/cast2
  30. -Fuz:/source/units/dx8
  31. -Fuz:/source/units/opengl
  32. -Fuz:/source/units/fpc
  33. -Fuz:/source/units/acs
  34. -Fuz:/source/units/oberon
  35. #-Fuz:/Delphi7/Source/Rtl/Win
  36. -Fiz:/source/units
  37. -Mobjfpc
  38. -MDelphi
  39. -B
  40. -Sh
  41. -RIntel