Skip to content

Commit

Permalink
2007-03-13 Jonathan Chambers <joncham@gmail.com>
Browse files Browse the repository at this point in the history
	*.vcproj: Fix Release build target, add define to remove CRT warnings, 
	structure output folders a bit better, begin WIN64 port.
	*.bat: Use output from current VS target for executable.
	* icall.c: Fix environ access on windows.
	* gc.h: Fix Win64 typedef.


svn path=/trunk/mono/; revision=74191
  • Loading branch information
joncham committed Mar 13, 2007
1 parent 7898b37 commit 337b6ae
Show file tree
Hide file tree
Showing 24 changed files with 4,256 additions and 579 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
2007-03-13 Jonathan Chambers <joncham@gmail.com>

* libmono.vcproj, mono.vcproj, genmdesc.vcproj, mono/monodiet.vcproj,
mono/pedump.vcproj: Fix Release build target, add define to remove CRT warnings,
structure output folders a bit better, begin WIN64 port, and change
libmono to build a DLL instead of a static library.
* mono.sln: Begin x64 target support.

Fri Mar 9 18:57:47 CET 2007 Paolo Molaro <lupus@ximian.com>

* Makefile.am, configure.in, msvc: add msvc directory to the
Expand Down
Loading

0 comments on commit 337b6ae

Please sign in to comment.