加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mpc.bat 621 Bytes
一键复制 编辑 原始数据 按行查看 历史
@REM Copyright (c) 2009, 2010 Object Computing, Inc.
@REM All rights reserved.
@REM See the file license.txt for licensing information.
@REM
@REM This batch file runs MWC which is part of the MPC package to create
@REM Visual Studio solution and project files.
@REM
@REM Note: -expand_vars -use_env options force MPC to expand $(BOOST_ROOT) into the absolute path. This avoids
@REM a problem that happened when people were starting Visual Studio from the Start menu rather than
@REM from the command line where the BOOST_ROOT environment had been defined.
"%MPC_ROOT%\mwc.pl" -type vc%VCVER% liquibook.mwc
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化