merge r98600
[mono.git] / msvc / ChangeLog
1 2007-03-10  Bill Holmes  <billholmes54@gmail.com>
2
3         * mono.sln: Fixing configuration list to build the correct targets for the 
4           specified configuration.
5
6         * runburg.bat, runmdesc.bat:  Changing the PATH environment variable assignment 
7           to the correct location.
8
9         * libmono.vcproj:  Adding missing files.
10
11         Contributed under MIT/X11 license.
12
13 2007-12-31  Jonathan Chambers  <joncham@gmail.com>
14
15         * mono.sln, libmono.vcproj, mono.vcproj, mono.def: Update .def
16         file and fix some eglib target settings.
17         
18         Contributed under MIT/X11 license.
19
20 2007-08-29  Jonathan Chambers <joncham@gmail.com>
21
22         * mono.sln, libmono.vcproj, mono.vcproj, genmdesc.vcproj, monoburg.vcproj: 
23         Setup eglib configurations (Debug_eglib, Release_eglib). They
24         do not build at this point.
25         
26         Contributed under MIT/X11 license.
27
28 2007-08-29  Jonathan Chambers <joncham@gmail.com>
29
30         * monodiet.vcproj, libgc.vcproj, eglib.vcproj, libmono.vcproj, mono.vcproj, 
31         genmdesc.vcproj, monoburg.vcproj, pedump.vcproj: 
32         Make output directories a bit more usable.
33         
34         Contributed under MIT/X11 license.
35
36 2007-08-14  Jonathan Chambers <joncham@gmail.com>
37
38         * libmono.vcproj, mono.vcproj, genmdesc.vcproj, monobug.vcproj: 
39         Use MONO_DEPENDENCIES_PREFIX env var to locate dependencies. No longer
40         need VSDependencies.zip.
41         
42         * winsetup.bat, runmdesc.bat, runburg.bat: No longer
43         need VSDependencies.zip. Use MONO_DEPENDENCIES_PREFIX to
44         setup PATH.
45         
46         * mono.def: Remove missing functions.
47         
48         Contributed under MIT/X11 license.
49
50 2007-08-14  Jonathan Chambers <joncham@gmail.com>
51
52         * libmono.vcproj: Enable intrinsic functions.
53
54 2007-05-13  Raja R Harinath  <harinath@gmail.com>
55
56         * Makefile.am (VCPROJS): New.
57         (EXTRA_DIST): Don't use glob.
58
59 2007-04-27  Jonathan Chambers <joncham@gmail.com>
60         
61         Combined patch from Michael Jerris <mike@jerris.com> and me.
62         * getopt.c: Added public domain implementation for Windows.
63         * getopt.h: Added public domain implementation for Windows.
64         * getopt_long.c: Added public domain implementation for Windows.
65         * test_eglib.vcproj: Update project.
66         * eglib.vcproj: Update project. Add pre-build step to copy
67         winconfig.h to config.h for msvc build.
68         
69 2007-04-25  Jonathan Chambers  <joncham@gmail.com>
70
71         * mono.sln: Added eglib projects.
72         * test_eglib.vcproj: Added.
73         * pedump.vcproj: Change output directories for uniformity.
74         * monodiet.vcproj: Change output directories for uniformity.
75
76 2007-04-24  Jonathan Chambers  <joncham@gmail.com>
77
78         * eglib.vcproj: Added.
79
80 2007-03-30  Jonathan Chambers  <joncham@gmail.com>
81
82         * libmono.vcproj, mono.vcproj: Reset browse information
83         settings to default.
84         
85         Contributed under MIT/X11 license.
86         
87 2007-03-25  Marek Safar  <marek.safar@gmail.com>
88
89         * monodiet.vcproj, monodis.vcproj, monograph.vcproj, pedump.vsproj:
90         Fixed build.
91
92 2007-03-19  Jonathan Chambers  <joncham@gmail.com>
93
94         * libmono.vcproj, genmdesc.vcproj: Reset browse information
95         settings to default.
96         
97         Contributed under MIT/X11 license.
98         
99 2007-03-15  Jonathan Chambers  <joncham@gmail.com>
100
101         * *.vcproj: Begin Win64 port. Run bat files with $(Platform) argument.
102         * *.bat: Begin Win64 port. Run bat files with $(Platform) argument.
103         Contributed under MIT/X11 license.
104
105