From 7daa3955bc3a1918e40962851f9e8d38597a245e Mon Sep 17 00:00:00 2001 From: gareth Date: Thu, 22 Mar 2007 10:11:15 +0000 Subject: brought zircon branch into trunk --- STATE_OF_PREBUILD.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 STATE_OF_PREBUILD.txt (limited to 'STATE_OF_PREBUILD.txt') diff --git a/STATE_OF_PREBUILD.txt b/STATE_OF_PREBUILD.txt new file mode 100644 index 0000000..5f763ca --- /dev/null +++ b/STATE_OF_PREBUILD.txt @@ -0,0 +1,15 @@ +These are the issues we have with Prebuild: + +* vs2005 target + * does not honour localCopy=False - fairly easy to add node on ref. ** fixed ** + * screws up solution file projects references by miscalculating relative dir (it walks one level too high up then back) **fixed** +* Nant target + * doesn't honour Output redirection at all, which causes everything to land in {project}/bin/Debug **fixed** + +Both targets + * Have problems with refs + * 'System.Xml' will have to csc ref as 'System.Xml.dll' to work on Windows + * but if you add dll, you end up with stuff like 'System.Xml.dll.dll.' + +These things need fixing in the Prebuild source. Now, the good news is that prebuild is very straight forward, so we should be able to fix what we need in the tool and submit the changes to the Prebuild team. + -- cgit v1.1