Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何将命令行参数传递给 build.exe 以指定要包含在安装程序中的源文件夹的位置?
为源路径添加一个环境变量,前面带有 IA_PATH_ 标记。例如,要设置源路径 SOURCE_PATH,请设置环境变量 IA_PATH_SOURCE_PATH。并以 $SOURCE_PATH$ 的身份访问它