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