GDefines.inc
资源名称:CAST2SDK.rar [点击查看]
上传用户:yj_qiu
上传日期:2022-08-08
资源大小:23636k
文件大小:1k
源码类别:
游戏引擎
开发平台:
Delphi
- {.$DEFINE USEFASTMM} // Use FastMM memory manager
- {.$DEFINE PUREPASCAL} // Turns off any assembler optimizations
- {$DEFINE PROFILE} // Turns on profiling
- {.$DEFINE CODEGENERATOR} // Include license code generation routines
- {.$DEFINE MULTITHREADLOG} // Turns on multithreading-ready logging
- {$IFNDEF PUREPASCAL}
- {$DEFINE USEP6ASM} // Turns on optimizations that requires P6 (or newer) architecture (doesn't work under FPC yet)
- {$DEFINE USESSE} // Turns on optimizations that requires SSE (or newer) architecture
- {$ENDIF}
- {.$DEFINE DEBUGMODE}
- {$DEFINE LOGGING} // Turns on logging
- {.$DEFINE DEBUGLOG} // Turns on detail debug logging
- {.$DEFINE SHAREWARE} // Turns on nags, registration
- {.$DEFINE RUSSIAN} // Turns on some russian language specific features
- {.$DEFINE COMPATMODE} // Compatibility with changing file formats mode
- {.$DEFINE GENERATE_CLEAN_INI} // Generate a clean .ini file
- {$DEFINE USED_VIRTUAL_TREEVIEW} // VCL helper takes in account that TVirtualTreeview component is being used
- {.$INLINE AUTO}
- {$IFDEF FPC}
- {.$DEFINE OBJFPCEnable} // Should be turned on for compilation by FPC in -MOBJFPC mode
- {$ENDIF}