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