From 50f5686d918dbd519f21c0c611bea3f28daf4657 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Sat, 24 Mar 2007 08:06:41 +0000 Subject: * Added separate exe project * Prebuild exe is now built in /bin dir --- README.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.txt') 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 : * cd to /Prebuild/ * type 'nant' -After you've built it, move it from /Prebuild/src/bin to /bin/ directory, +After you've built it, it will land in the root /bin/ directory, -after that you just modify the prebuild.xml and then execute +When adding or changing projects, modify the prebuild.xml and then execute bin/Prebuild.exe /target {target} @@ -52,4 +52,5 @@ where target is either vs2005 - to generate new vs2005 solutions and projects nant - to generate new nant build scripts +Remember to run prebuild whenever you've added or removed files as well. -- cgit v1.1