cmd-help.txt.svn-base

来自「这是一段游戏修改工具的源代码.ring3功能由dephi开发,驱动是C开发.希望」· SVN-BASE 代码 · 共 32 行

SVN-BASE
32
字号
UnderC Command-line Options (available with --help)

ucc <options> { <source file> }

Defaults to interactive mode if there's no source file specified; 
reads C++ definitions from defs.h, looking first in current directory
and then in the UnderC home directory.

-H <path>  Override UC_HOME

-I <path>  Add an include path

-D <M>=<V>  Add a preprocessor macro

-r <path>  Run in specified directory

-T         If a typedef is available for a complex type, use it in any error

-i         Force interactive mode, even if there is a source file specified

-W         Suppress linker warnings

-R         Switch on array checking on builtin arrays and vector<>

-P         Switch on pointer checking

-F         Attempt to optimize by inlining one-instruction functions

-v         Version

--help     This text

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?