Informations about the BuildMonkey

If this buildutility is going to be used for a new Project You need the following:
-Buildmonkey.exe (with a new project in the project-selection-drop-down-menu)
-buildmonkey_build.wsf
-the customActions_<ProjectName>.js (The main build script will search for customActions_GAME02.js
 if you give "Game02" as project name to it)
-A underfolder with the projects name and files like e.g. buildnumber.txt and zip-exclude lists in them.
-any additional programms which you need. For example if you want to make "diff-builds" you need
 cygwin1.dll,metadataFunctions.js and check.exe.

First you have to Rewrite the customActions jscript to change it to your needs.
Custom Actions files need to have the same "pre_" and "post_" and "_C" functions
declared in them as in the main script. This functions are "hooks" where it is 
possible to call project specific actions out of the main build script.

