2004-06-03 Atsushi Enomoto * Makefile, executable.make, library.make, rules.make : Added new target "run-test-ondotnet" that works what "run-test" used to be on windows (i.e. tests our libs under MS.NET). 2004-06-01 Atsushi Enomoto * platforms/win32.make : TEST_RUNTIME should be always mono we can't test our libs against MS.NET runtime. Think about internal call). 2004-05-30 Jackson Harper * library.make: Install to 2.0 package if building with the net_2_0 profile. 2004-05-26 Gonzalo Paniagua Javier * library.make: reference nunti.core.dll and nunit.util.dll when building tests. 2004-05-26 Raja R Harinath * library.make (clean-local): Add $(CLEAN_FILES) too. 2004-05-25 Sebastien Pouliot * library.make: changed case on nunit.framework.dll (lowercase) 2004-05-24 Raja R Harinath * library.make (LIBRARY_COMPILE): New define. ($(the_lib)): Use $(LIBRARY_COMPILE) to compile $(the_lib). * executable.make (PROGRAM_INSTALL_DIR): Allow makefile to specify a different directory for installation. (install-local, uninstall-local): Use it. 2004-05-20 Raja R Harinath * profiles/default.make (TEST_RUNTIME): Look in class/lib/default for library to be tested. * rules.make (INTERNAL_RESGEN): New Define. * library.make (run-test-local): Move commands to run-test-lib. Preparartion for allowing creation of addition test dll with .vb testcases. * executable.make (PROGRAM_COMPILE): New define. ($(PROGRAM)): Use PROGRAM_COMPILE to compile PROGRAM. 2004-05-14 Jackson Harper * library.make: Install package files. Get params in magical correct order. 2004-05-11 Jackson Harper * platforms/linux.make: * platforms/win32.make: Define a PLATFORM_PATH_SEPARATOR used for separating paths in env vars. (ie MONO_PATH). * profiles/net_2_0.make: Always use gmcs for building the 2.0 libraries. corlib is the first lib built and it will build gmcs. 2004-05-11 Jackson Harper * library.make: Allow assembly names to be different then their .sources file names. 2004-05-08 Gonzalo Paniagua Javier * library.make: build NUnit if we try to run 'make test' and the dll is not found. 2004-04-29 Jackson Harper * library.make: Fix uninstall 2004-04-29 Martin Baulig * rules.make: Added `INTERNAL_ILASM'. 2004-04-29 Jackson Harper * library.make: Use RUNTIME instead of PLATFORM_RUNTIME for the gacutil. gacutil needs to be run on our runtime. Make dependancys more sane. 2004-04-28 Jackson Harper * library.make: Use the proper runtime, make sure gacutil is built. 2004-04-28 Jackson Harper * library.make: Install these bad actors to the GAC. 2004-04-28 Raja R Harinath * library.make (test_flags): NUnit.Framework.dll is now in class/lib/$(PROFILE). 2004-04-26 Jackson Harper * library.make: * profiles/bootstrap.make: * profiles/default.make: profiles are built in their ownb lib directory now. * profiles/net_2_0.make: new .net 2.0 profile. 2004-04-22 Martin Baulig * profiles/net_1_2.make: Removed. * profiles/martin-generics.make: Remove. 2004-04-19 Raja R Harinath * rules.make (%-recursive): Honor 'make -k'. 2004-02-17 Martin Baulig * profiles/generics.make: Renamed to `martin-generics.make' and added a comment to the file. I'll rename this back when it's ready for public use. 2003-12-17 Jackson Harper * profiles/default.make: * profiles/net_1_0.make: Add ONLY_1_0 and ONLY_1_1 defines to fix the build 2003-12-08 Peter Williams * config-default.make: Don't check for / define ECHO_ESCAPE: the check isn't smart enough and apparently OS X's shell somehow doesn't support escape characters. * library.make: Use embedded tab instead of $(ECHO_ESCAPE). Fixes OS X build. * executable.make: Same. 2003-12-05 Martin Baulig * profiles/generics.make: Define `GENERICS'. 2003-12-05 Martin Baulig * profiles/net_1_2.make: New profile; uses the .NET 1.2 API's, but without generics and with mcs instead of gmcs. * profiles/bootstrap.make: New profile; already use the newly compiled mcs to compile corlib. 2003-12-04 Martin Baulig * profiles/generics.make: Use gmcs. 2003-11-12 Jackson Harper * rules.make: * platforms/linux.make: corlib name is now mscorlib. 2003-11-09 Ben Maurer * profiles/generics.make: add the -2 flag. 2003-10-28 Jackson Harper * platforms/linux.make: Tell users to read INSTALL.txt not the non-existant README.building. 2003-10-22 Dick Porter * platforms/win32.make: * platforms/linux.make: * rules.make: Added RESGEN platform-specific tool. 2003-08-03 Gonzalo Paniagua Javier * config-default.make: the /nowarn arguments are now set on a per library basis. 2003-07-29 Gonzalo Paniagua Javier * executable.make: install-local depends on the program too. 2003-07-25 Peter Williams * rules.make (run-test): Make it depend on 'test-local' then 'run-test-local' after 'run-test-recursive'. This way, 'make run-test' from the toplevel doesn't recurse through all the directories doing a make test before we run anything. 2003-07-24 Gonzalo Paniagua Javier * rules.make: run-test depends now on 'test'. 2003-07-24 Gonzalo Paniagua Javier * rules.make: set corlib to PLATFORM_CORLIB if this is defined. 2003-07-22 Peter Williams * rules.make (withmcs): Add this developer utility target. 2003-07-20 Peter Williams * README.platforms: Update docs for changes below. * platforms/win32.make (PLATFORM_CORLIB): Set this variable to 'mscorlib.dll', instead of $(corlib) which everything links against. *Almost* everything should link against our corlib -- with the exception of corlib_cmp and corlib_res. * platforms/linux.make: Same here: corlib.dll * rules.make: Define $(corlib) here. 2003-07-20 Peter Williams * config-default.make (TEST_RUNTIME): Use the platform runtime to run tests, by default. * profiles/default.make (TEST_RUNTIME): If our test runtime is mono, use the --debug flag. * executable.make (sourcefile): Add a basename so that we can find the nunit sources and so we behave a bit more like library.make * config-default.make (TEST_HARNESS): Find nunit-console in its new home. 2003-07-20 Peter Williams * library.make ($(response)): Do a "Creating ..." line here. * executable.make ($(response)): Same. * config-default.make: Make warning more forceful. * rules.make: Define a useful 'PLATFORM_MONO_NATIVE' that is set if the platform does not have a native runtime (ie, linux). Also reorder some definitions. 2003-07-20 Peter Williams * Created. See ../ChangeLog for entries earlier than this.