2005-10-24 Chris Toshok <toshok@ximian.com>
[mono.git] / mcs / ChangeLog
1 2005-09-22  Raja R Harinath  <rharinath@novell.com>
2
3         * Makefile (basic_SUBDIRS, net_1_1_bootstrap_SUBDIRS)
4         (net_2_0_bootstrap_SUBDIRS, net_2_0_SUBDIRS):
5         Build the 'build' directory too.
6
7 2005-09-21  Raja R Harinath  <rharinath@novell.com>
8
9         * Makefile (centum_tests): Remove System.Web.
10
11 2005-09-06  Raja R Harinath  <rharinath@novell.com>
12
13         * Makefile (bootstrap): Remove special handling on Win32.
14
15 2005-07-11  Raja R Harinath  <rharinath@novell.com>
16
17         * Makefile (centum_tests): Add System.Messaging and
18         System.ServiceProcess.  Remove System.Configuration.Install.
19         Move Mono.C5 ...
20         (net_2_0_centum_tests): ... here, and disable it for now.
21
22 2005-06-20  Raja R Harinath  <rharinath@novell.com>
23
24         * Makefile (centum_tests): Move System.XML ...
25         (default_centum_tests): ... here.
26
27 2005-06-17  Raja R Harinath  <rharinath@novell.com>
28
29         * Makefile (centum_tests): Add System.XML.
30
31 2005-06-10  Sebastien Pouliot  <sebastien@ximian.com>
32
33         * Makefile (centum_tests): Added System.Security.
34
35 2005-05-20  Raja R Harinath  <rharinath@novell.com>
36
37         * Makefile (centum_tests): Add System.Web and move corlib from ...
38         (default_centum_tests): ... here.
39
40 2005-04-25  Raja R Harinath  <rharinath@novell.com>
41
42         * Makefile (centum_tests): Add Mono.Security and
43         System.Runtime.Remoting.
44         * */Makefile: Replace $(RUNTIME) with $(RUNTIME) $(RUNTIME_FLAGS).
45
46 2005-04-21  Raja R Harinath  <rharinath@novell.com>
47
48         * Makefile (net_1_1_bootstrap_SUBDIRS): Add ilasm.
49
50 2005-03-14  Raja R Harinath  <rharinath@novell.com>
51
52         * Makefile (_boot_): New.  Used to generalize the bootstrap to
53         clean and install too.
54
55 2005-02-25  Raja R Harinath  <rharinath@novell.com>
56
57         * Makefile (centum_tests): New list of test subdirs that should
58         pass 100%.
59         (default_centum_tests, net_2_0_centum_tests): New.
60         (ONLY_CENTUM_TESTS): New check.  If defined during 'make
61         run-test', only the tests in centum_tests are run.
62
63 2004-12-20  Jambunathan K  <kjambunathan@novell.com>
64
65         * btests: Removed. This directory is now superseded by
66         mbas/Test.
67         
68 2004-12-13  Raja R Harinath  <rharinath@novell.com>
69
70         * INSTALL.txt: Minor updates to reflect build changes.
71
72 2004-11-25  Raja R Harinath  <rharinath@novell.com>
73
74         * Makefile (DISTFILES): Add nunit.key.
75
76 2004-11-24  Raja R Harinath  <rharinath@novell.com>
77
78         * Makefile (profiles-do--run-test): Allow list of profiles to be
79         overriden.
80         (profiles-do--all): Remove.  The default pattern build suffices.
81
82 2004-11-22  Raja R Harinath  <rharinath@novell.com>
83
84         * Makefile (OVERRIDE_TARGET_ALL): Remove.
85         (all.override): Remove 2-pass build.
86         (net_1_1_bootstrap_SUBDIRS): Add 'tools'.
87
88 2004-11-22  Raja R Harinath  <rharinath@novell.com>
89
90         * Makefile (profiles-do--all): Don't fallback to default pattern build.
91
92 2004-11-19  Raja R Harinath  <rharinath@novell.com>
93
94         * Makefile (net_2_0_SUBDIRS): Add nunit20.
95
96 2004-11-19  Raja R Harinath  <rharinath@novell.com>
97
98         * Makefile (%-profiles): Go through an intermediate set of rules.
99         Move body to ...
100         (profiles-do--%): ... this.
101         (profiles-do--run-test): Customized rule that usefully runs with
102         'make -j' and 'make -k'.
103         (profiles-do--all, profile-do--%--all): Orchestrate the bootstrap
104         process.
105
106 2004-11-09  Raja R Harinath  <rharinath@novell.com>
107
108         * Makefile (basic_SUBDIRS): New.
109
110 2004-11-04  Raja R Harinath  <rharinath@novell.com>
111
112         * Makefile (net_1_1_bootstrap_SUBDIRS): New.
113         (all.override): Fix to actually perform optimization to avoid
114         the two-pass build if we are not signing assemblies.
115
116 2004-10-29  Raja R Harinath  <rharinath@novell.com>
117
118         * Makefile (net_2_0_bootstrap_SUBDIRS,net_2_0_SUBDIRS): New.
119         (profile-do--net_2_0_bootstrap--all): New target.
120         (profile-do--net_2_0--all): Depend on it.
121         (distdir,top_distdir): Remove.
122         (dist-tarball): Define distdir here for dist-recursive.
123
124 2004-10-21  Raja R Harinath  <rharinath@novell.com>
125
126         * Makefile (all-profiles $(STD_TARGETS:=-profiles)): Make
127         parallelizable. 
128
129 2004-09-27  Raja R Harinath  <rharinath@novell.com>
130
131         * nunit20/nunit-console/Makefile (PROGRAM): Put in
132         profile-specific directory.
133
134 2004-09-21  Raja R Harinath  <rharinath@novell.com>
135
136         * Makefile (DIST_ONLY_SUBDIRS): Add 'gmcs' since it is specially
137         handled by 'class/corlib/Makefile'.
138         (test-installed-compiler): Run compiler tests using the installed
139         compiler.
140
141 2004-09-14  Raja R Harinath  <rharinath@novell.com>
142
143         * Makefile (SUBDIRS): Allow to be overriden by $(TEST_SUBDIRS).
144         (test-profiles, run-test-profiles): New targets.
145         (test-compiler): Rename to ...
146         (compiler-tests): ... this.  Run tests on all profiles.
147
148 2004-09-03  Martin Baulig  <martin@ximian.com>
149
150         * Makefile (test-compiler): New target to run the compiler test.
151
152 2004-07-02  Raja R Harinath  <rharinath@novell.com>
153
154         * Makefile (OVERRIDE_BARE_TARGETS): Remove.
155         (OVERRIDE_TARGET_ALL): Define.
156         (all-recursive,$(STD_TARGETS:=-recursive)): Depend on
157         'platform-check' and 'profile-check'.
158         (all.override): New.  Run two passes: once to build, and once to
159         sign libraries.
160
161 2004-06-22  Todd Berman  <tberman@off.net>
162
163         * configure: Patch from Mariano Suárez-Alvarez 
164         <msuarezalvarez@arnet.com.ar> to make configure accept jhbuild style
165         /prefix /usr options, and to continue past unknown options. Currently
166         this patch is a bit spammy with multiple unknown options, anyone
167         who is interested is welcome to fix this.
168
169 2004-06-14  Raja R Harinath  <rharinath@novell.com>
170
171         * Makefile (all-profiles, clean-profiles): Simplify slightly.
172
173 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
174
175         * Makefile: added target run-test-ondotnet.
176
177 2004-05-26  Raja R Harinath  <rharinath@novell.com>
178
179         * nunit20/util/Makefile (EXTRA_DISTFILES): Remove
180         Transform.resources.
181         ($(the_lib)): Make Transform.resources using internal resgen.
182         * nunit20/util/Transform.resources: Rebuild.
183
184 2004-05-25  Sebastien Pouliot  <sebastien@ximian.com>
185
186         * nunit.key: New. NUnit private key. Due to build issues the key
187         must be present in this directory.
188
189 2004-05-20  Raja R Harinath  <rharinath@novell.com>
190
191         * Makefile (SUBDIRS): Move 'monoresgen' ahead of 'class'.
192
193 2004-05-17  Raja R Harinath  <rharinath@novell.com>
194
195         * Makefile (all, clean): Remove indirection.
196         (clean-profiles): New.
197
198 2004-05-13  Jackson Harper  <jackson@ximian.com>
199
200         * Makefile: default build is no longer the multi profile build. Do
201         build both 1.1 and 2.0 profiles use the all-profiles target.
202         
203 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
204
205         * Makefile: disable net_2_0 on windows. It doesn't build. Don't
206         try to build net_1_0 and net_2_0 if we provide a PROFILE=xxx in the
207         command line.
208
209 2004-05-10  Raja R Harinath  <rharinath@novell.com>
210
211         * INSTALL.txt: Don't mention 'fullbuild'.  Mention 'bootstrap'
212         instead.  Update instructions for 'monocharge'.
213
214 2004-04-30  Raja R Harinath  <rharinath@novell.com>
215
216         * Makefile (SUBDIRS): Remove 'gmcs' for now.
217         (all): Simplify.
218         (clean): Quick hack to get 'make clean' to work better.
219
220 2004-04-29  Jackson Harper  <jackson@ximian.com>
221
222         * Makefile: Put the PROFILE= stuff before the target, this is more
223         pleasurable to cygwin users.
224         
225 2004-04-28  Jackson Harper  <jackson@ximian.com>
226
227         * Makefile: build the net_1_1 and net_2_0 profiles by default.
228         
229 2004-01-14  Martin Willemoes Hansen  <mwh@sysrq.dk>
230
231         * INSTALL.txt: Fixed, autogen should be autogen.sh
232
233 2003-12-01  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>
234
235         * Added dirs mcs/jtest and mcs/jerrors.
236
237 2003-10-28 Jackson Harper <jackson@ximian.com>
238
239         * INSTALL.txt: Tell users where to find monocharges, do not
240         reference README.building.
241         
242 2003-07-22  Peter Williams  <peter@newton.cx>
243
244         * README: INSTALL.txt, not INSTALL.
245
246 2003-07-20  Peter Williams  <peter@newton.cx>
247
248         * nunit20/nunit-console/Makefile (PROGRAM): Put nunit-console.exe
249         in $(topdir)/class/lib so we can find our DLL's.
250
251 2003-07-18  Peter Williams  <peter@newton.cx>
252
253         * build/library.make (dist-local): Fancy make dist magic gives
254         way to boring old 'for'.
255
256         * build/executable.make (dist-local): Ditto.
257
258 2003-07-17  Peter Williams  <peter@newton.cx>
259
260         * build/profiles/default.make: Actually fix this. Use the platform
261         compiler all the way.
262
263 2003-07-17  Peter Williams  <peter@newton.cx>
264
265         * build/profiles/default.make: Try to make this smarter so
266         that we can build on Windows. Specifically, don't require
267         the mono runtime. Combined with the corlib $(BOOT_COMPILE) change,
268         this should make corlib build out of the box, I think.
269
270 2003-07-16  Peter Williams  <peter@newton.cx>
271
272         A whole passel of build system changes. Doc updates:
273         
274         * build/README.makefiles: Doc updates.
275
276         * build/profiles/net_1_0.make: Doc changes.
277
278         * INSTALL.txt: A few more touchups.
279
280         Better defaults:
281         
282         * build/config-default.make (prefix): Default install prefix
283         should be /usr/local.
284
285         * build/profiles/bootstrap.make: This profile ...
286
287         * build/profiles/default.make: ... is now the default.
288
289         * build/profiles/atomic.make: And the default is now this.
290
291         Fixes for pre-build checks:
292         
293         * Makefile: Do the platform and (new) profile checks
294         before the build, which took some infrastructure changes.
295
296         * build/rules.make: Allow a Makefile to specify its own all/install/etc
297         targets.
298
299         * build/profiles/default.make (profile-check): Add a blank
300         target here.
301
302         * build/profiles/atomic.make: Check for a full MCS install to 
303         build against.
304
305         HP/UX fixes with help from Bernie Solomon:
306         
307         * build/config-default.make (ECHO_ESCAPE): HP/UX 'echo'
308         doesn't need a -e parameter to interpret escape codes. Test for
309         that and define a configuration parameter.
310
311         * build/library.make ($(makefrag)): Use $(ECHO_ESCAPE)
312         instead of assuming that 'echo -e' will interpret escape
313         codes.
314
315         * build/executable.make ($(makefrag)): Here too.
316
317         A make distcheck fix:
318
319         * Makefile: Inherit the current prefix so that the build can
320         find the right System.Xml.dll.
321         
322         And Windows build fixes with the invaluable help of Sebastian
323         Pouliot (in various subdirectories).
324         
325 2003-07-14  Peter Williams  <peter@newton.cx>
326
327         * build/rules.make (dist-recursive): Fix recursive rules
328         to work on HP/UX /bin/sh. Patch from Bernie Solomon
329         <bernard@ugsolutions.com>.
330
331 2003-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
332
333         * makefile:
334         * makefile.gnu: don't use -C when running make.
335
336 2003-05-05 Ben Maurer <bmaurer@users.sourceforge.net>
337         * AUTHORS: Added self.
338
339 2003-04-15 Nick Drochak <ndrochak@gol.com>
340
341         * makefile: Remove nunit version 1 from build
342
343 2002-03-14  Daniel Morgan <danmorg@sc.rr.com>
344
345         * class/makefile.gnu
346         * class/ByteFX.Data/makefile.gnu: add ByteFX.Data.dll 
347         to the Linux build
348
349 2002-03-14  Daniel Morgan <danmorg@sc.rr.com>
350
351         * makefile: added ByteFX.Data.dll to windows install
352         
353         * class/library.build: added ByteFX.Data.dll 
354         to windows build.  added additional clean targets
355         
356         * class/Microsoft.VisualC/Microsoft.VisualC.build: fix 
357         windows clean
358         
359         * class/ByteFX.Data: added directory for ByteFX.Data.dll
360         which includes a MySQL ADO.NET Provider.  
361         Contributed by Reggie Burnett <rykr@bellsouth.net>
362         from ByteFX, Inc.
363         ByteFX.Data 0.6.5 is Copyright 2002-2003, ByteFX, Inc.
364         
365         Added the following files and directories:
366                 
367         class/ByteFX.Data/AssemblyInfo.cs    
368         class/ByteFX.Data/list
369         class/ByteFX.Data/ByteFX.Data.build  
370         class/ByteFX.Data/makefile.gnu
371         class/ByteFX.Data/ChangeLog.txt      
372         class/ByteFX.Data/readme.txt
373         class/ByteFX.Data/lgpl.txt: new files
374                 
375         BitStream.cs  
376         Connection.cs        
377         Field.cs        
378         Inflater.cs
379     ConnectionString.cs  
380     HuffmanTree.cs  
381     NamedPipeStream.cs
382     class/ByteFX.Data/Common: added files to new directory
383
384         Driver.cs     
385         command.resx            
386         todo.txt
387         CommandBuilder.cs  
388         Exception.cs  
389         dataadapter.cs           
390         transcaction.cs
391         Connection.cs      
392         Field.cs      
393         datareader.cs
394         Connection.resx    
395         MysqlDefs.cs  
396         parameter.cs
397         class/ByteFX.Data/mysqlclient: added files to new directory
398
399         command.cs    
400         parameter_collection.cs
401         class/ByteFX.Data/mysqlclient/Designers: added files to new directory
402         
403 2003-03-14  Daniel Morgan <danmorg@sc.rr.com>
404
405         * makefile: add ilasm.exe to windows build and add missing assemblies
406         to windows install
407         
408         * class/library.build: include PEAPI.dll, Npgsql.dll, and
409         ICSharpCode.SharpZipLib part of the windows build
410
411 2003-03-10  Martin Willemoes Hansen <mwh@sysrq.dk>
412         * Fixed some spelling errors in class/doc/TemplateTest.cs
413
414 2003-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
415
416         * makefile: added Mono.Posix and System.Management.
417
418 2003-02-16  Martin Baulig  <martin@ximian.com>
419
420         * docs/compiler: Added a few works about the new `Location' code.
421
422 2003-02-15  Nick Drochak  <ndrochak@gol.com>
423
424     * makefile.gnu: Add testcorlib target to run just the corlib unit tests.
425
426 2003-02-10  Nick Drochak  <ndrochak@gol.com>
427
428         * makefile: Add testcorlib target to run just the corlib unit tests.
429
430 2003-01-16  Nick Drochak <ndrochak@gol.com>
431
432         * makefile.gnu: Add corlib target to just build that.
433
434 2003-01-14  Duncan Mak  <duncan@ximian.com>
435
436        * ilasm/parser/ScannerAdapter.cs: Remove the cleanup method now that
437        it's no longer in the interface.
438
439 2003-01-13  Duncan Mak  <duncan@ximian.com>
440
441         * ilasm/parser/ScannerAdapter.cs: Implement the new cleanup method
442         in the tokenizer. This fixes the build.
443
444 2003-01-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
445
446         * README.building: New file.
447         * makefile.gnu: install README.building file.
448
449 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
450
451         * AUTHORS: add myself to class library list
452
453 2002-12-15  Alp Toker  <alp@atoker.com>
454
455         * makefile.gnu: make sure mcs is in PATH, otherwise tell user to read
456         INSTALL.txt
457
458 2002-12-10  Daniel Morgan <danmorg@sc.rr.com>
459
460         * makefile
461         * tools/makefile
462         * tools/makefile.gnu: change target
463         from SqlSharpCli.exe
464         to sqlsharp.exe
465
466 2002-12-10  Alp Toker  <alp@atoker.com>
467
468         * ilasm/makefile.gnu: Install ilasm executable with -m 755, not 644
469         * ilasm/makefile: ditto
470
471 2002-12-10  Gaurav Vaish  <gvaish_mono@lycos.com>
472
473         * AUTHORS: Corrected my email-ID.
474
475 2002-11-29  Daniel Morgan  <danmorg@sc.rr.com>
476
477         * INSTALL: renamed to INSTALL.txt because INSTALL 
478         interferred with "make install" on windows
479         
480         * makefile: changes to get "make install" work 
481         on windows
482         
483         * class/makefile.gnu: flush
484         
485         * ilasm/makefile: updated for windows build
486         
487         * monoresgen/makefile: updated for windows build
488         
489         * tools/SqlSharp/SqlSharpCli.build: flush
490         
491         * winexe.in: add file to be template for executable assemblies
492         to be installed on windows via "make install" by providing
493         a script that runs mono and the assembly 
494         like mcs runs mono mcs.exe 
495         
496 2002-11-28  Daniel Morgan  <danmorg@sc.rr.com>
497
498         * makefile.gnu: added tools directory to linux build
499
500         * tools/makefile.gnu: added new file to built tools and install.
501         dist works too.  test is just blank.
502
503 2002-11-16  Martin Baulig  <martin@ximian.com>
504
505         * makefile.gnu: `binary-snapshot' is now an alias for `dist'.
506         Please update your scripts, the `dist' target will disappear soon.
507
508 2002-11-09  Nick Drochak  <ndrochak@gol.com>
509
510         * makefile: have test target be smart about windows/linux
511
512 2002-11-07  Nick Drochak  <ndrochak@gol.com>
513
514         * makefile: for the clean target, handle linux and windows differently.
515
516 2002-10-13  Daniel Morgan <danmorg@sc.rr.com>
517
518         * class/library.build: added Mono.Data.SqliteClient
519         directory to windows build
520
521 2002-10-10  Daniel Morgan <danmorg@sc.rr.com>
522
523         * class/library.build: added Mono.Data.MySql directory to windows build.
524
525 2002-10-10  Rodrigo Moya <rodrigo@ximian.com>
526
527         * class/makefile.gnu: added Mono.Data.MySql directory to linux build.
528
529 2002-10-09  Rodrigo Moya <rodrigo@ximian.com>
530
531         * class/makefile.gnu: added System.Data.Odbc directory.
532
533 2002-09-14  Piers Haken <piersh@friskit.com>
534
535         * */makefile.gnu:
536                 use $(topdir)
537                 build nunit into $(topdir)/class/lib
538
539 2002-08-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
540
541         * makefile.gnu:
542         * class/library.make:
543         * class/makefile.gnu:
544         * class/I18N/makefile.gnu
545         * class/corlib/makefile.gnu:
546         * class/corlib/Test/ChangeLog:
547         * class/corlib/Test/corlib_linux_test.args:
548         * class/corlib/Test/makefile.gnu:
549         * class/corlib/Test/run_test.sh:
550         * jay/makefile.gnu:
551         * mcs/makefile.gnu:
552         * monoresgen/makefile.gnu:
553         * nunit/makefile.gnu:
554
555         Allow running 'make -f makefile.gnu test' from top directory.
556         In the libraries makefile.gnu you just have to add TEST_DIR=dirname
557         with the name where tests reside.
558
559 2002-08-23  Martin Baulig  <martin@gnome.org>
560
561         * class/makefile.gnu: Add class/Mono.CSharp.Debugger to the build.
562
563 2002-08-13  Piers Haken <piersh@friskit.com>
564
565         * class/library.make: merge back original makefile.gnu behavior
566         * */makefile.gnu: merge back original makefile.gnu behavior
567
568 2002-08-12  Piers Haken <piersh@friskit.com>
569
570         * class/library.make: use 'find' to specify source files, instead of static files
571         * */makefile.gnu: specify include/exclude patterns for source files
572
573 2002-08-07  Peter Williams  <peterw@ximian.com>
574
575         * class/library.make (.makefrag): Fix this rule a bit; was using
576         $^ instead of $<
577
578 2002-07-29  Peter Williams  <peterw@ximian.com>
579
580         * makefile.gnu: 'make install' wasn't actually working due to $@,
581         fix it.
582
583 2002-07-29  Martin Baulig  <martin@gnome.org>
584
585         * makefile.gnu: Don't force people to install.  The default must also
586         be `all' and not `install'.
587
588 2002-07-26  Alp Toker  <alp@atoker.com>
589
590         * INSTALL: Wrote a guide to mcs installation.
591         * README: Updated to reflect the new INSTALL guide.
592
593 2002-07-23  Alp Toker  <alp@atoker.com>
594
595         * makefile.gnu: Added an install target (which sets permissions and
596         respects prefix) and a dist target which produces a tarball. Also
597         fixed a few other makefile issues.
598
599 2002-07-22  Peter Williams  <peterw@ximian.com>
600
601         * class/library.make: Oops, the deps weren't right -- touching a .cs
602         file didn't cause the libraries to be rebuilt.
603         (clean): Robustify this rule a bit.
604
605 2002-07-20  Martin Baulig  <martin@gnome.org>
606
607         * class/makefile.gnu: Added System.Data.
608
609 2002-07-20  Martin Baulig  <martin@gnome.org>
610
611         * class/library.make: Put $(MONO_PATH_PREFIX) in front of the MONO_PATH.
612
613         * class/*/makefile.gnu: Set MONO_PATH_PREFIX=../lib:
614
615 2002-07-19  Martin Baulig  <martin@gnome.org>
616
617         * makefile.gnu (DIRS): Added nunit.
618
619 2002-07-19  Martin Baulig  <martin@gnome.org>
620
621         Added the super-cool set of makefiles from Peter Williams which run on
622         GNU/Linux without NAnt.  I named them `makefile.gnu' and not `GNUmakefile'
623         since this won't break the windows build.
624
625         To compile stuff on GNU/Linux, just do a `make -f makefile.gnu'.
626
627         * mcs-tool, */makefile.gnu, class/library.make: New files.
628
629 2002-07-19  Martin Baulig  <martin@gnome.org>
630
631         * */makefile (NANT): Use a variable `NANT' so the user can override it with
632         `make NANT=/usr/local/bin/NAnt.exe'.
633
634 2002-05-09  Daniel Morgan <danmorg@sc.rr.com>
635
636         * AUTHORS: add me to class libraries list
637
638 2002-03-26  Dick Porter  <dick@ximian.com>
639
640         * makefile (linux): Abandon the build if any of the subdir makes fail
641
642 2002-03-07  Nick Drochak  <ndrochak@gol.com>
643
644         * makefile: Change order of build so corlib is built before nunit since
645         Nunit needs corlib now.
646
647 2002-02-14  Nick Drochak  <ndrochak@gol.com>
648
649         * makefile: Build mcs/doctools too when one does 'make'
650
651 2002-01-20 Nick Drochak  <ndrochak@gol.com>
652
653         * on the 'test' target, make sure NUnit is built first before building
654         and running tests
655
656 2002-01-20 Nick Drochak  <ndrochak@gol.com>
657
658         * add nunit directory to the list of dirs to build in