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.
我在 Windows XP 中有一个 C++ 项目。我正在使用 minGW/msys 编译这个项目。我想使用一些像 ANT 这样的脚本语言来自动化这个任务。但我无法谷歌它。请帮助我在 Windows 上自动进行 minGW/msys 编译。
make是执行此操作的既定工具,实际上是 ant 的蓝图(它开始是一个语法简化的 make,现在变成了一个可怕的混乱,就像所有 Java 一样,但这不是重点)。要简化程序站点配置和 Makefile 生成,请参阅autoconf和automake。
make
autoconf
automake