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

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

[Dotgnu-pnet-commits] CVS: pnet/engine mkint.sh,1.1,1.2


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/engine mkint.sh,1.1,1.2
Date: Sat, 07 Dec 2002 21:36:18 -0500

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

Modified Files:
        mkint.sh 
Log Message:


Look in the pnetlib sources for the assemblies to convert, instead of in
pnet/samples, since the pre-compiled assemblies in pnet/samples will be
going away soon.


Index: mkint.sh
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/mkint.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** mkint.sh    9 May 2002 07:12:46 -0000       1.1
--- mkint.sh    8 Dec 2002 02:36:16 -0000       1.2
***************
*** 5,9 ****
  #
  
! DLLS="../samples/mscorlib.dll ../samples/System.dll ../samples/I18N.CJK.dll"
  ../ilnative/ilinternal -p $DLLS >int_proto.h
  ../ilnative/ilinternal -t $DLLS >int_table.c
--- 5,27 ----
  #
  
! # Try to locate the pnetlib sources.
! if test -n "$1" ; then
!       if test ! -f "$1/runtime/mscorlib.dll" ; then
!               echo "$0: could not find mscorlib.dll in $1/runtime" 1>&2
!               exit 1
!       fi
!       PNETLIB="$1"
! else
!       if test -f "../../pnetlib/runtime/mscorlib.dll" ; then
!               PNETLIB="../../pnetlib"
!       else
!               echo "Usage: $0 DIR" 1>&2
!               echo "where DIR is the pnetlib source directory" 1>&2
!               exit 1
!       fi
! fi
! 
! # Convert the assemblies into the necessary internalcall tables.
! DLLS="$PNETLIB/runtime/mscorlib.dll $PNETLIB/System/System.dll 
$PNETLIB/I18N/I18N.CJK.dll"
  ../ilnative/ilinternal -p $DLLS >int_proto.h
  ../ilnative/ilinternal -t $DLLS >int_table.c




reply via email to

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