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