diff options
author | lbsa71 | 2007-03-24 08:06:41 +0000 |
---|---|---|
committer | lbsa71 | 2007-03-24 08:06:41 +0000 |
commit | 50f5686d918dbd519f21c0c611bea3f28daf4657 (patch) | |
tree | 769f71b6f5854b524fd5895fc05718da6a1991da /README.txt | |
parent | Added Fly animation (diff) | |
download | opensim-SC_OLD-50f5686d918dbd519f21c0c611bea3f28daf4657.zip opensim-SC_OLD-50f5686d918dbd519f21c0c611bea3f28daf4657.tar.gz opensim-SC_OLD-50f5686d918dbd519f21c0c611bea3f28daf4657.tar.bz2 opensim-SC_OLD-50f5686d918dbd519f21c0c611bea3f28daf4657.tar.xz |
* Added separate exe project
* Prebuild exe is now built in /bin dir
Diffstat (limited to '')
-rw-r--r-- | README.txt | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -42,9 +42,9 @@ To build it with nant : | |||
42 | * cd to /Prebuild/ | 42 | * cd to /Prebuild/ |
43 | * type 'nant' | 43 | * type 'nant' |
44 | 44 | ||
45 | After you've built it, move it from /Prebuild/src/bin to /bin/ directory, | 45 | After you've built it, it will land in the root /bin/ directory, |
46 | 46 | ||
47 | after that you just modify the prebuild.xml and then execute | 47 | When adding or changing projects, modify the prebuild.xml and then execute |
48 | 48 | ||
49 | bin/Prebuild.exe /target {target} | 49 | bin/Prebuild.exe /target {target} |
50 | 50 | ||
@@ -52,4 +52,5 @@ where target is either | |||
52 | vs2005 - to generate new vs2005 solutions and projects | 52 | vs2005 - to generate new vs2005 solutions and projects |
53 | nant - to generate new nant build scripts | 53 | nant - to generate new nant build scripts |
54 | 54 | ||
55 | Remember to run prebuild whenever you've added or removed files as well. | ||
55 | 56 | ||