(not all rules have been created -- I didn't do all of the applications -- and the ones I did do could probably be cleaned up. Still, you can run "nant package" from the top-of-tree and end up with a binary .zip archive about a minute later.) git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@196 52acb1d6-8a22-11de-b505-999d5b087335
13 lines
292 B
Plaintext
13 lines
292 B
Plaintext
<insert real documentation here>
|
|
|
|
The */*.build files in this tree are nAnt build files; to use them,
|
|
download nAnt from nant.sourceforge.net and then run
|
|
|
|
nant -projecthelp
|
|
|
|
in any directory with a .build file to see available targets.
|
|
|
|
For example, to build a nightly build:
|
|
|
|
nant package
|