aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.txt
diff options
context:
space:
mode:
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