fpc.cfg
资源名称:CAST2SDK.rar [点击查看]
上传用户:yj_qiu
上传日期:2022-08-08
资源大小:23636k
文件大小:1k
源码类别:
游戏引擎
开发平台:
Delphi
- #DEFINE debug1
- #IFDEF debug
- # --- Debug
- -Ci
- -Co
- # -Cr
- # -CR
- -Ct
- -gc
- -gh
- -gl
- # -O2
- #ELSE
- # --- Release
- -O3
- -OG
- -Op3
- -Xs
- #ENDIF
- # to make procedural types assigment compatible with Delphi
- # searchpath for units and other system dependent things
- -FuZ:FPC2.2.0/units/$FPCTARGET/
- -FuZ:FPC2.2.0/units/$FPCTARGET/*
- -FuZ:FPC2.2.0/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/oberon
- -FiZ:source/units
- -Mobjfpc
- -MDelphi
- -B
- -Sh
- -RIntel