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