2007-03-10 Bill Holmes <billholmes54@gmail.com>
authorBill Holmes <holmes@mono-cvs.ximian.com>
Mon, 10 Mar 2008 17:38:01 +0000 (17:38 -0000)
committerBill Holmes <holmes@mono-cvs.ximian.com>
Mon, 10 Mar 2008 17:38:01 +0000 (17:38 -0000)
commit0b1817b6f7543684aac0cd13a40e8ec6cbb18003
tree611764d881459b9ab1601d3451c1432c963519e3
parent8888b092032bf2a46a74e9858ed68039dc823bdd
2007-03-10  Bill Holmes  <billholmes54@gmail.com>

* generic-sharing.c:  Including glib.h for the MSVC builds to define
  "inline" to "__inline" before including mono-membar.h.

* mono-perfcounters.c:  Adding HAVE_SYS_TIME_H check for MSVC builds.
  Rename "Unknown" to "CatTypeUnknown" to avoid name collisions for
  MSVC builds.

* mono.sln: Fixing configuration list to build the correct targets for the
  specified configuration.

* runburg.bat, runmdesc.bat:  Changing the PATH environment variable assignment
  to the correct location.

* libmono.vcproj:  Adding missing files.

Contributed under MIT/X11 license.

svn path=/trunk/mono/; revision=97888
mono/metadata/ChangeLog
mono/metadata/generic-sharing.c
mono/metadata/mono-perfcounters.c
msvc/ChangeLog
msvc/libmono.vcproj
msvc/mono.sln
msvc/runburg.bat
msvc/runmdesc.bat