BinPlace 读取以下宏和环境变量的值:
BINPLACE_OVERRIDE_FLAGS
指定包含其他命令行参数的文件。 BinPlace 将使用这些开关以及实际命令行上的开关。 此替代文件中的开关将在实际命令行切换之前进行分析。
BINPLACE_LOG
指定日志文件的路径和文件名。 所有 BinPlace作都将记录在此日志文件中。
BINPLACE_MESSAGE_LOG
指定消息日志文件的路径和文件名。 每次执行 BinPlace 时,其命令行都将记录在消息日志文件中。 如果使用带有 at 符号前缀的文件展开命令行( @ ),则扩展的命令行文本将存储在消息日志中。 但是,源自BINPLACE_OVERRIDE_FLAGS文件的参数不会记录在消息日志文件中。
BINPLACE_EXCLUDE_FILE
指定排除文件的路径和文件名。 如果不存在,则默认为 \tools\symbad.txt。 This file will be used by SymChk as if it were the argument of SymChk's /ea switch. (SymChk is part of the Debugging Tools for Windows package. See Windows Debugging for details.)
TRACE_FORMAT_PATH
Specifies the path to be used for trace format files when the -:TMF switch is used.
_NTTREE
Specifies the root destination directory in which all files will be placed if the -r switch is not used. 有关详细信息,请参阅 BinPlace 目标目录。