ChangeLog 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. 2008-06-02 Bill Holmes <[email protected]>
  2. * mono.sln, libtest.vcproj: Adding libtest to the VS solution.
  3. libtest is needed for the marshaling tests.
  4. Contributed under MIT/X11 license.
  5. 2008-06-02 Bill Holmes <[email protected]>
  6. * monodiet.vcproj, libgc.vcproj, test_eglib.vcproj,
  7. eglib.vcproj, teste.vcproj, genmdesc.vcproj, monoburg.vcproj,
  8. monograph.vcproj, pedump.vcproj, test-metadata.vcproj,
  9. libmono.vcproj, mono.sln, mono.vcproj, monodis.vcproj,test-invoke.vcproj
  10. Changes to the Visual Studio projects to unify the output directories
  11. for each project and configuration.
  12. Contributed under MIT/X11 license.
  13. 2008-05-29 Bill Holmes <[email protected]>
  14. * libmono.vcproj: Add missing files mono-property-hash and
  15. mono-value-hash.
  16. Contributed under MIT/X11 license.
  17. 2008-04-28 Kornél Pál <[email protected]>
  18. * create-windef.pl, mono.def: Export MonoFixupCorEE.
  19. * libmono.vcproj: Add coree.c and coree.h.
  20. Contributed under MIT/X11 license.
  21. 2008-04-15 Jonathan Chambers <[email protected]>
  22. * mono.sln, libmono.vcproj, monoburg.vcproj, genmdesc.vcproj: Flush Win64
  23. and eglib changes.
  24. Contributed under MIT/X11 license.
  25. 2008-04-04 Bill Holmes <[email protected]>
  26. * runburg.bat, runmdesc.bat: Reverting back to r97888. The PATH was correct before.
  27. Contributed under MIT/X11 license.
  28. 2008-03-19 Bill Holmes <[email protected]>
  29. * libmono.vcproj: Adding a link to version.lib for the eglib targets.
  30. Contributed under MIT/X11 license.
  31. 2008-03-10 Bill Holmes <[email protected]>
  32. * mono.sln: Fixing configuration list to build the correct targets for the
  33. specified configuration.
  34. * runburg.bat, runmdesc.bat: Changing the PATH environment variable assignment
  35. to the correct location.
  36. * libmono.vcproj: Adding missing files.
  37. Contributed under MIT/X11 license.
  38. 2007-12-31 Jonathan Chambers <[email protected]>
  39. * mono.sln, libmono.vcproj, mono.vcproj, mono.def: Update .def
  40. file and fix some eglib target settings.
  41. Contributed under MIT/X11 license.
  42. 2007-08-29 Jonathan Chambers <[email protected]>
  43. * mono.sln, libmono.vcproj, mono.vcproj, genmdesc.vcproj, monoburg.vcproj:
  44. Setup eglib configurations (Debug_eglib, Release_eglib). They
  45. do not build at this point.
  46. Contributed under MIT/X11 license.
  47. 2007-08-29 Jonathan Chambers <[email protected]>
  48. * monodiet.vcproj, libgc.vcproj, eglib.vcproj, libmono.vcproj, mono.vcproj,
  49. genmdesc.vcproj, monoburg.vcproj, pedump.vcproj:
  50. Make output directories a bit more usable.
  51. Contributed under MIT/X11 license.
  52. 2007-08-14 Jonathan Chambers <[email protected]>
  53. * libmono.vcproj, mono.vcproj, genmdesc.vcproj, monobug.vcproj:
  54. Use MONO_DEPENDENCIES_PREFIX env var to locate dependencies. No longer
  55. need VSDependencies.zip.
  56. * winsetup.bat, runmdesc.bat, runburg.bat: No longer
  57. need VSDependencies.zip. Use MONO_DEPENDENCIES_PREFIX to
  58. setup PATH.
  59. * mono.def: Remove missing functions.
  60. Contributed under MIT/X11 license.
  61. 2007-08-14 Jonathan Chambers <[email protected]>
  62. * libmono.vcproj: Enable intrinsic functions.
  63. 2007-05-13 Raja R Harinath <[email protected]>
  64. * Makefile.am (VCPROJS): New.
  65. (EXTRA_DIST): Don't use glob.
  66. 2007-04-27 Jonathan Chambers <[email protected]>
  67. Combined patch from Michael Jerris <[email protected]> and me.
  68. * getopt.c: Added public domain implementation for Windows.
  69. * getopt.h: Added public domain implementation for Windows.
  70. * getopt_long.c: Added public domain implementation for Windows.
  71. * test_eglib.vcproj: Update project.
  72. * eglib.vcproj: Update project. Add pre-build step to copy
  73. winconfig.h to config.h for msvc build.
  74. 2007-04-25 Jonathan Chambers <[email protected]>
  75. * mono.sln: Added eglib projects.
  76. * test_eglib.vcproj: Added.
  77. * pedump.vcproj: Change output directories for uniformity.
  78. * monodiet.vcproj: Change output directories for uniformity.
  79. 2007-04-24 Jonathan Chambers <[email protected]>
  80. * eglib.vcproj: Added.
  81. 2007-03-30 Jonathan Chambers <[email protected]>
  82. * libmono.vcproj, mono.vcproj: Reset browse information
  83. settings to default.
  84. Contributed under MIT/X11 license.
  85. 2007-03-25 Marek Safar <[email protected]>
  86. * monodiet.vcproj, monodis.vcproj, monograph.vcproj, pedump.vsproj:
  87. Fixed build.
  88. 2007-03-19 Jonathan Chambers <[email protected]>
  89. * libmono.vcproj, genmdesc.vcproj: Reset browse information
  90. settings to default.
  91. Contributed under MIT/X11 license.
  92. 2007-03-15 Jonathan Chambers <[email protected]>
  93. * *.vcproj: Begin Win64 port. Run bat files with $(Platform) argument.
  94. * *.bat: Begin Win64 port. Run bat files with $(Platform) argument.
  95. Contributed under MIT/X11 license.