Game Development Reference
In-Depth Information
Figure 4.5
Visual Build from Kinook software.
data, or runs a proprietary compression technology, it must be able to take input
from the command line, or you won
'
t be able to automate your build process.
Another clever piece of software I ' ve used at multiple companies is called Incredi-
build by Xoreax Software. It takes the long process of a build and distributes it to
idle machines across your network. It can take some time to set up, but you can
often get up to a 20-fold decrease in your build times!
Creating Build Scripts
You
ll want to create a few build scripts for your project. Most builds will simply grab
the latest code, build it, and copy the results somewhere on the network. The mile-
stone build is a little more complicated and involves branching and merging the
source code repository.
'
 
 
Search WWH ::




Custom Search