aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.txt
diff options
context:
space:
mode:
authorlbsa712007-03-24 08:06:41 +0000
committerlbsa712007-03-24 08:06:41 +0000
commit50f5686d918dbd519f21c0c611bea3f28daf4657 (patch)
tree769f71b6f5854b524fd5895fc05718da6a1991da /README.txt
parentAdded Fly animation (diff)
downloadopensim-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 'README.txt')
-rw-r--r--README.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index c7c5a93..da62bc7 100644
--- a/README.txt
+++ b/README.txt
@@ -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
45After you've built it, move it from /Prebuild/src/bin to /bin/ directory, 45After you've built it, it will land in the root /bin/ directory,
46 46
47after that you just modify the prebuild.xml and then execute 47When adding or changing projects, modify the prebuild.xml and then execute
48 48
49bin/Prebuild.exe /target {target} 49bin/Prebuild.exe /target {target}
50 50
@@ -52,4 +52,5 @@ where target is either
52vs2005 - to generate new vs2005 solutions and projects 52vs2005 - to generate new vs2005 solutions and projects
53nant - to generate new nant build scripts 53nant - to generate new nant build scripts
54 54
55Remember to run prebuild whenever you've added or removed files as well.
55 56