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

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

[Dotgnu-pnet-commits] CVS: pnet/include il_linker.h,1.15,1.16


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_linker.h,1.15,1.16
Date: Mon, 16 Jun 2003 01:15:42 -0400

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

Modified Files:
        il_linker.h 
Log Message:


Add public key and public key token support to the linker.


Index: il_linker.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_linker.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** il_linker.h 13 Feb 2003 23:19:12 -0000      1.15
--- il_linker.h 16 Jun 2003 05:15:40 -0000      1.16
***************
*** 60,63 ****
--- 60,64 ----
                                                                        const 
char *assemblyName,
                                                                        
ILUInt16 *assemblyVersion,
+                                                                       const 
char *assemblyKey,
                                                                        int 
hashAlgorithm);
  
***************
*** 156,159 ****
--- 157,172 ----
   */
  int ILLinkerMain(int argc, char *argv[]);
+ 
+ /*
+  * The neutral ECMA public key and its token value.
+  */
+ extern char const ILLinkerNeutralKey[];
+ extern char const ILLinkerNeutralKeyToken[];
+ 
+ /*
+  * The Microsoft public key and its token value.
+  */
+ extern char const ILLinkerMicrosoftKey[];
+ extern char const ILLinkerMicrosoftKeyToken[];
  
  #ifdef        __cplusplus





reply via email to

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