another build system unless they're a complete boob.) It's desig... - VerySource" />

boob
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Boo-based Build system; works well with Git
Boob is a Boo-based build system.

> It's named in the tradition of "Git". (I mean, seriously, who writes yet
> another build system unless they're a complete boob.)

It's designed for complex builds of C, C++, C#, and assembler targeting game
development. This means no-overhead incremental builds, knowledge of how to
run tests on consoles, and distributed, cached builds.

Boob encourages simple build files. No more insane build scripts that build
many different ways. Users are encouraged to follow the standard conventions
for say, putting files in sensible places, rather than overriding the defaults
(of course, that's possible when it's really necessary.)

It's well-integrated with:
- [Git](http://git.or.cz/)
- [XGE](http://www.xoreax.com/)
- [GTest](http://code.google.com/p/googletest/)
- SN/Visual Studio
- and of course, [Boo](http://boo.codehaus.org/) which is used to create the
  DSL that the build files are written in.

The minimal build file "HelloWorld.module" looks like:

    Program

Yup, that's it. This builds a static executable program, pulling source files
from src/\*.cpp in the manner than makes sense for the platform. There's
support for the official tools for Win32, Win64, Xbox 360, PS3, and Wii out of
the box.

See [GettingStarted](doc/GettingStarted.markdown) for more info.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。