ChangeLog 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. 2002-12-15 Alp Toker <[email protected]>
  2. * makefile.gnu: make sure mcs is in PATH, otherwise tell user to read
  3. INSTALL.txt
  4. 2002-12-10 Daniel Morgan <[email protected]>
  5. * makefile
  6. * tools/makefile
  7. * tools/makefile.gnu: change target
  8. from SqlSharpCli.exe
  9. to sqlsharp.exe
  10. 2002-12-10 Alp Toker <[email protected]>
  11. * ilasm/makefile.gnu: Install ilasm executable with -m 755, not 644
  12. * ilasm/makefile: ditto
  13. 2002-12-10 Gaurav Vaish <[email protected]>
  14. * AUTHORS: Corrected my email-ID.
  15. 2002-11-29 Daniel Morgan <[email protected]>
  16. * INSTALL: renamed to INSTALL.txt because INSTALL
  17. interferred with "make install" on windows
  18. * makefile: changes to get "make install" work
  19. on windows
  20. * class/makefile.gnu: flush
  21. * ilasm/makefile: updated for windows build
  22. * monoresgen/makefile: updated for windows build
  23. * tools/SqlSharp/SqlSharpCli.build: flush
  24. * winexe.in: add file to be template for executable assemblies
  25. to be installed on windows via "make install" by providing
  26. a script that runs mono and the assembly
  27. like mcs runs mono mcs.exe
  28. 2002-11-28 Daniel Morgan <[email protected]>
  29. * makefile.gnu: added tools directory to linux build
  30. * tools/makefile.gnu: added new file to built tools and install.
  31. dist works too. test is just blank.
  32. 2002-11-16 Martin Baulig <[email protected]>
  33. * makefile.gnu: `binary-snapshot' is now an alias for `dist'.
  34. Please update your scripts, the `dist' target will disappear soon.
  35. 2002-11-09 Nick Drochak <[email protected]>
  36. * makefile: have test target be smart about windows/linux
  37. 2002-11-07 Nick Drochak <[email protected]>
  38. * makefile: for the clean target, handle linux and windows differently.
  39. 2002-10-13 Daniel Morgan <[email protected]>
  40. * class/library.build: added Mono.Data.SqliteClient
  41. directory to windows build
  42. 2002-10-10 Daniel Morgan <[email protected]>
  43. * class/library.build: added Mono.Data.MySql directory to windows build.
  44. 2002-10-10 Rodrigo Moya <[email protected]>
  45. * class/makefile.gnu: added Mono.Data.MySql directory to linux build.
  46. 2002-10-09 Rodrigo Moya <[email protected]>
  47. * class/makefile.gnu: added System.Data.Odbc directory.
  48. 2002-09-14 Piers Haken <[email protected]>
  49. * */makefile.gnu:
  50. use $(topdir)
  51. build nunit into $(topdir)/class/lib
  52. 2002-08-27 Gonzalo Paniagua Javier <[email protected]>
  53. * makefile.gnu:
  54. * class/library.make:
  55. * class/makefile.gnu:
  56. * class/I18N/makefile.gnu
  57. * class/corlib/makefile.gnu:
  58. * class/corlib/Test/ChangeLog:
  59. * class/corlib/Test/corlib_linux_test.args:
  60. * class/corlib/Test/makefile.gnu:
  61. * class/corlib/Test/run_test.sh:
  62. * jay/makefile.gnu:
  63. * mcs/makefile.gnu:
  64. * monoresgen/makefile.gnu:
  65. * nunit/makefile.gnu:
  66. Allow running 'make -f makefile.gnu test' from top directory.
  67. In the libraries makefile.gnu you just have to add TEST_DIR=dirname
  68. with the name where tests reside.
  69. 2002-08-23 Martin Baulig <[email protected]>
  70. * class/makefile.gnu: Add class/Mono.CSharp.Debugger to the build.
  71. 2002-08-13 Piers Haken <[email protected]>
  72. * class/library.make: merge back original makefile.gnu behavior
  73. * */makefile.gnu: merge back original makefile.gnu behavior
  74. 2002-08-12 Piers Haken <[email protected]>
  75. * class/library.make: use 'find' to specify source files, instead of static files
  76. * */makefile.gnu: specify include/exclude patterns for source files
  77. 2002-08-07 Peter Williams <[email protected]>
  78. * class/library.make (.makefrag): Fix this rule a bit; was using
  79. $^ instead of $<
  80. 2002-07-29 Peter Williams <[email protected]>
  81. * makefile.gnu: 'make install' wasn't actually working due to $@,
  82. fix it.
  83. 2002-07-29 Martin Baulig <[email protected]>
  84. * makefile.gnu: Don't force people to install. The default must also
  85. be `all' and not `install'.
  86. 2002-07-26 Alp Toker <[email protected]>
  87. * INSTALL: Wrote a guide to mcs installation.
  88. * README: Updated to reflect the new INSTALL guide.
  89. 2002-07-23 Alp Toker <[email protected]>
  90. * makefile.gnu: Added an install target (which sets permissions and
  91. respects prefix) and a dist target which produces a tarball. Also
  92. fixed a few other makefile issues.
  93. 2002-07-22 Peter Williams <[email protected]>
  94. * class/library.make: Oops, the deps weren't right -- touching a .cs
  95. file didn't cause the libraries to be rebuilt.
  96. (clean): Robustify this rule a bit.
  97. 2002-07-20 Martin Baulig <[email protected]>
  98. * class/makefile.gnu: Added System.Data.
  99. 2002-07-20 Martin Baulig <[email protected]>
  100. * class/library.make: Put $(MONO_PATH_PREFIX) in front of the MONO_PATH.
  101. * class/*/makefile.gnu: Set MONO_PATH_PREFIX=../lib:
  102. 2002-07-19 Martin Baulig <[email protected]>
  103. * makefile.gnu (DIRS): Added nunit.
  104. 2002-07-19 Martin Baulig <[email protected]>
  105. Added the super-cool set of makefiles from Peter Williams which run on
  106. GNU/Linux without NAnt. I named them `makefile.gnu' and not `GNUmakefile'
  107. since this won't break the windows build.
  108. To compile stuff on GNU/Linux, just do a `make -f makefile.gnu'.
  109. * mcs-tool, */makefile.gnu, class/library.make: New files.
  110. 2002-07-19 Martin Baulig <[email protected]>
  111. * */makefile (NANT): Use a variable `NANT' so the user can override it with
  112. `make NANT=/usr/local/bin/NAnt.exe'.
  113. 2002-05-09 Daniel Morgan <[email protected]>
  114. * AUTHORS: add me to class libraries list
  115. 2002-03-26 Dick Porter <[email protected]>
  116. * makefile (linux): Abandon the build if any of the subdir makes fail
  117. 2002-03-07 Nick Drochak <[email protected]>
  118. * makefile: Change order of build so corlib is built before nunit since
  119. Nunit needs corlib now.
  120. 2002-02-14 Nick Drochak <[email protected]>
  121. * makefile: Build mcs/doctools too when one does 'make'
  122. 2002-01-20 Nick Drochak <[email protected]>
  123. * on the 'test' target, make sure NUnit is built first before building
  124. and running tests
  125. 2002-01-20 Nick Drochak <[email protected]>
  126. * add nunit directory to the list of dirs to build in