diff options
Diffstat (limited to 'README.txt')
-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 | ||