Hello, > you may have noticed, however, that the makefiles for the class libs no > longer depend on static lists of source files. the list of files to > compile is generated with 'nant-like' include/exclude rules.
The Nant-like lists is one of the reasons we wanted to drop nant altogether ;-) This is cumbersome, because sometimes we would create a temporary file, in that directory and the classes in that directory would get pulled into the library, or would subtly break the build when removed. I liked the old setup a lot more. Miguel. _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
