dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet ChangeLog,1.2119,1.2120 Makefile.am,1.2


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet ChangeLog,1.2119,1.2120 Makefile.am,1.20,1.21 configure.in,1.110,1.111
Date: Thu, 13 Feb 2003 00:24:47 -0500

Update of /cvsroot/dotgnu-pnet/pnet
In directory subversions:/tmp/cvs-serv13903a

Modified Files:
        ChangeLog Makefile.am configure.in 
Log Message:


Begin implementation of the mscoree.dll emulation routines.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ChangeLog,v
retrieving revision 1.2119
retrieving revision 1.2120
diff -C2 -r1.2119 -r1.2120
*** ChangeLog   9 Feb 2003 01:58:35 -0000       1.2119
--- ChangeLog   13 Feb 2003 05:24:43 -0000      1.2120
***************
*** 1,3 ****
--- 1,11 ----
  
+ 2003-02-13  Rhys Weatherley  <address@hidden>
+ 
+       * Makefile.am, configure.in, coremul/.cvsignore, coremul/Makefile.am,
+       coremul/README, coremul/cocreate.cpp, coremul/cor.h,
+       coremul/corhdr.h, coremul/corole2.h, coremul/corwin32.h,
+       coremul/corwinerror.h, coremul/guid.cpp, coremul/shim.c:
+       begin implementation of the mscoree.dll emulation routines.
+ 
  2003-02-09  Rhys Weatherley  <address@hidden>
  

Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/Makefile.am,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** Makefile.am 29 Dec 2002 21:32:32 -0000      1.20
--- Makefile.am 13 Feb 2003 05:24:44 -0000      1.21
***************
*** 1,5 ****
  SUBDIRS = . include support image dumpasm engine ilasm ildasm \
                  ilalink ilsize ilnative ilheader ilfind ildiff ildd codegen 
cscc \
!                 resgen ildb csdoc csant clrwrap samples doc tests
  
  ## We build libffi and libgc carefully, because we need to be
--- 1,5 ----
  SUBDIRS = . include support image dumpasm engine ilasm ildasm \
                  ilalink ilsize ilnative ilheader ilfind ildiff ildd codegen 
cscc \
!                 resgen ildb csdoc csant clrwrap coremul samples doc tests
  
  ## We build libffi and libgc carefully, because we need to be

Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/configure.in,v
retrieving revision 1.110
retrieving revision 1.111
diff -C2 -r1.110 -r1.111
*** configure.in        8 Feb 2003 02:40:36 -0000       1.110
--- configure.in        13 Feb 2003 05:24:44 -0000      1.111
***************
*** 13,16 ****
--- 13,17 ----
  AC_PROG_AWK
  AC_PROG_CC
+ AC_PROG_CXX
  AC_PROG_INSTALL
  AC_PROG_LN_S
***************
*** 380,383 ****
--- 381,385 ----
  csant/Makefile
  clrwrap/Makefile
+ coremul/Makefile
  samples/Makefile
  doc/Makefile





reply via email to

[Prev in Thread] Current Thread [Next in Thread]