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.