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