1 2008-10-07 Bill Holmes <billholmes54@gmail.com>
3 * libmono.vcproj : Adding simd-intrinsics.c to the VC project.
5 Code is contributed under MIT/X11 license.
7 2008-09-26 Bill Holmes <billholmes54@gmail.com>
9 * libmono.vcproj : Adding attach.c to the VC project.
11 Code is contributed under MIT/X11 license.
13 2008-09-16 Bill Holmes <billholmes54@gmail.com>
15 * eglib.vcproj, genmdesc.vcproj, libgc.vcproj, libmono.vcproj,
16 mono.vcproj, monoburg.vcproj: Adding i386 preprocessor definition
17 to the Win32 build targets.
19 Contributed under MIT/X11 license.
21 2008-08-12 Bill Holmes <billholmes54@gmail.com>
23 * eglib.vcproj, genmdesc.vcproj, libgc.vcproj, libmono.vcproj, libtest.vcproj,
24 mono.vcproj, monoburg.vcproj, monodiet.vcproj, monodis.vcproj, monograph.vcproj,
25 pedump.vcproj, test_eglib.vcproj, teste.vcproj, test-invoke.vcproj,
26 test-metadata.vcproj: Updating the preprocessor definitions for MSVC builds to
27 match the gcc build in Cygwin.
29 Contributed under MIT/X11 license.
31 2008-07-23 Robert Jordan <robertj@gmx.net>
33 * libmono.vcproj: Reflect Linear IL changes.
34 * ../winconfig.h: Bump Mono version.
36 2008-06-02 Bill Holmes <billholmes54@gmail.com>
37 * mono.sln, libtest.vcproj: Adding libtest to the VS solution.
38 libtest is needed for the marshaling tests.
40 Contributed under MIT/X11 license.
42 2008-06-02 Bill Holmes <billholmes54@gmail.com>
43 * monodiet.vcproj, libgc.vcproj, test_eglib.vcproj,
44 eglib.vcproj, teste.vcproj, genmdesc.vcproj, monoburg.vcproj,
45 monograph.vcproj, pedump.vcproj, test-metadata.vcproj,
46 libmono.vcproj, mono.sln, mono.vcproj, monodis.vcproj,test-invoke.vcproj
47 Changes to the Visual Studio projects to unify the output directories
48 for each project and configuration.
50 Contributed under MIT/X11 license.
52 2008-05-29 Bill Holmes <billholmes54@gmail.com>
53 * libmono.vcproj: Add missing files mono-property-hash and
56 Contributed under MIT/X11 license.
58 2008-04-28 Kornél Pál <kornelpal@gmail.com>
60 * create-windef.pl, mono.def: Export MonoFixupCorEE.
61 * libmono.vcproj: Add coree.c and coree.h.
63 Contributed under MIT/X11 license.
65 2008-04-15 Jonathan Chambers <joncham@gmail.com>
66 * mono.sln, libmono.vcproj, monoburg.vcproj, genmdesc.vcproj: Flush Win64
69 Contributed under MIT/X11 license.
71 2008-04-04 Bill Holmes <billholmes54@gmail.com>
73 * runburg.bat, runmdesc.bat: Reverting back to r97888. The PATH was correct before.
75 Contributed under MIT/X11 license.
77 2008-03-19 Bill Holmes <billholmes54@gmail.com>
79 * libmono.vcproj: Adding a link to version.lib for the eglib targets.
81 Contributed under MIT/X11 license.
83 2008-03-10 Bill Holmes <billholmes54@gmail.com>
85 * mono.sln: Fixing configuration list to build the correct targets for the
86 specified configuration.
88 * runburg.bat, runmdesc.bat: Changing the PATH environment variable assignment
89 to the correct location.
91 * libmono.vcproj: Adding missing files.
93 Contributed under MIT/X11 license.
95 2007-12-31 Jonathan Chambers <joncham@gmail.com>
97 * mono.sln, libmono.vcproj, mono.vcproj, mono.def: Update .def
98 file and fix some eglib target settings.
100 Contributed under MIT/X11 license.
102 2007-08-29 Jonathan Chambers <joncham@gmail.com>
104 * mono.sln, libmono.vcproj, mono.vcproj, genmdesc.vcproj, monoburg.vcproj:
105 Setup eglib configurations (Debug_eglib, Release_eglib). They
106 do not build at this point.
108 Contributed under MIT/X11 license.
110 2007-08-29 Jonathan Chambers <joncham@gmail.com>
112 * monodiet.vcproj, libgc.vcproj, eglib.vcproj, libmono.vcproj, mono.vcproj,
113 genmdesc.vcproj, monoburg.vcproj, pedump.vcproj:
114 Make output directories a bit more usable.
116 Contributed under MIT/X11 license.
118 2007-08-14 Jonathan Chambers <joncham@gmail.com>
120 * libmono.vcproj, mono.vcproj, genmdesc.vcproj, monobug.vcproj:
121 Use MONO_DEPENDENCIES_PREFIX env var to locate dependencies. No longer
122 need VSDependencies.zip.
124 * winsetup.bat, runmdesc.bat, runburg.bat: No longer
125 need VSDependencies.zip. Use MONO_DEPENDENCIES_PREFIX to
128 * mono.def: Remove missing functions.
130 Contributed under MIT/X11 license.
132 2007-08-14 Jonathan Chambers <joncham@gmail.com>
134 * libmono.vcproj: Enable intrinsic functions.
136 2007-05-13 Raja R Harinath <harinath@gmail.com>
138 * Makefile.am (VCPROJS): New.
139 (EXTRA_DIST): Don't use glob.
141 2007-04-27 Jonathan Chambers <joncham@gmail.com>
143 Combined patch from Michael Jerris <mike@jerris.com> and me.
144 * getopt.c: Added public domain implementation for Windows.
145 * getopt.h: Added public domain implementation for Windows.
146 * getopt_long.c: Added public domain implementation for Windows.
147 * test_eglib.vcproj: Update project.
148 * eglib.vcproj: Update project. Add pre-build step to copy
149 winconfig.h to config.h for msvc build.
151 2007-04-25 Jonathan Chambers <joncham@gmail.com>
153 * mono.sln: Added eglib projects.
154 * test_eglib.vcproj: Added.
155 * pedump.vcproj: Change output directories for uniformity.
156 * monodiet.vcproj: Change output directories for uniformity.
158 2007-04-24 Jonathan Chambers <joncham@gmail.com>
160 * eglib.vcproj: Added.
162 2007-03-30 Jonathan Chambers <joncham@gmail.com>
164 * libmono.vcproj, mono.vcproj: Reset browse information
167 Contributed under MIT/X11 license.
169 2007-03-25 Marek Safar <marek.safar@gmail.com>
171 * monodiet.vcproj, monodis.vcproj, monograph.vcproj, pedump.vsproj:
174 2007-03-19 Jonathan Chambers <joncham@gmail.com>
176 * libmono.vcproj, genmdesc.vcproj: Reset browse information
179 Contributed under MIT/X11 license.
181 2007-03-15 Jonathan Chambers <joncham@gmail.com>
183 * *.vcproj: Begin Win64 port. Run bat files with $(Platform) argument.
184 * *.bat: Begin Win64 port. Run bat files with $(Platform) argument.
185 Contributed under MIT/X11 license.