fpc.cfg
资源名称:CAST2SDK.rar [点击查看]
上传用户:yj_qiu
上传日期:2022-08-08
资源大小:23636k
文件大小:1k
源码类别:
游戏引擎
开发平台:
Delphi
- #DEFINE debug2
- #IFDEF debug
- # --- Debug
- -Ci
- -Co
- -Cr
- -CR
- -Ct
- -gc
- -gh
- -gl
- #ELSE
- # --- Release
- # -CfSSE
- -OG3
- -Our
- -OpPentiumm
- -Xs
- #ENDIF
- # to make procedural types assigment compatible with Delphi
- # searchpath for units and other system dependent things
- #-FuZ:FPC2.3.1/units/$FPCTARGET/
- #-FuZ:FPC2.3.1/units/$FPCTARGET/*
- #-FuZ:FPC2.3.1/units/$FPCTARGET/rtl
- -FuZ:FPC$FPCVERSION/units/$FPCTARGET/
- -FuZ:FPC$FPCVERSION/units/$FPCTARGET/*
- -FuZ:FPC$FPCVERSION/units/$FPCTARGET/rtl
- -Fuz:/source/units
- -Fuz:/source/units/cast2
- -Fuz:/source/units/dx8
- -Fuz:/source/units/opengl
- -Fuz:/source/units/fpc
- -Fuz:/source/units/acs
- -Fuz:/source/units/oberon
- #-Fuz:/Delphi7/Source/Rtl/Win
- -Fiz:/source/units
- -Mobjfpc
- -MDelphi
- -B
- -Sh
- -RIntel