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

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

[Dotgnu-pnet-commits] CVS: pnetlib/profiles compact,1.6,1.7 compact-fp,


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/profiles compact,1.6,1.7 compact-fp,1.4,1.5 ecma,1.6,1.7 full,1.7,1.8 kernel,1.6,1.7 kernel-fp,1.4,1.5 tiny,1.5,1.6 tiny-fp,1.4,1.5
Date: Wed, 28 May 2003 21:23:12 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/profiles
In directory subversions:/tmp/cvs-serv18917/profiles

Modified Files:
        compact compact-fp ecma full kernel kernel-fp tiny tiny-fp 
Log Message:


Add new profile options - CONFIG_COM_INTEROP, CONFIG_CODEDOM,
CONFIG_CRYPTO, CONFIG_X509_CERTIFICATES.


Index: compact
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/compact,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** compact     26 May 2003 05:03:41 -0000      1.6
--- compact     29 May 2003 01:22:40 -0000      1.7
***************
*** 27,29 ****
--- 27,41 ----
  <define name="CONFIG_REFLECTION_EMIT" value="false"/>
  
+ <!-- Use COM interoperability marker classes -->
+ <define name="CONFIG_COM_INTEROP" value="false"/>
+ 
+ <!-- Use CodeDom facilities -->
+ <define name="CONFIG_CODEDOM" value="false"/>
+ 
+ <!-- Use cryptography facilities -->
+ <define name="CONFIG_CRYPTO" value="false"/>
+ 
+ <!-- Use X.509 certificate facilities -->
+ <define name="CONFIG_X509_CERTIFICATES" value="false"/>
+ 
  </profile>

Index: compact-fp
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/compact-fp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** compact-fp  26 May 2003 05:03:41 -0000      1.4
--- compact-fp  29 May 2003 01:22:40 -0000      1.5
***************
*** 27,29 ****
--- 27,41 ----
  <define name="CONFIG_REFLECTION_EMIT" value="false"/>
  
+ <!-- Use COM interoperability marker classes -->
+ <define name="CONFIG_COM_INTEROP" value="false"/>
+ 
+ <!-- Use CodeDom facilities -->
+ <define name="CONFIG_CODEDOM" value="false"/>
+ 
+ <!-- Use cryptography facilities -->
+ <define name="CONFIG_CRYPTO" value="false"/>
+ 
+ <!-- Use X.509 certificate facilities -->
+ <define name="CONFIG_X509_CERTIFICATES" value="false"/>
+ 
  </profile>

Index: ecma
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/ecma,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** ecma        26 May 2003 05:03:41 -0000      1.6
--- ecma        29 May 2003 01:22:40 -0000      1.7
***************
*** 27,29 ****
--- 27,41 ----
  <define name="CONFIG_REFLECTION_EMIT" value="false"/>
  
+ <!-- Use COM interoperability marker classes -->
+ <define name="CONFIG_COM_INTEROP" value="false"/>
+ 
+ <!-- Use CodeDom facilities -->
+ <define name="CONFIG_CODEDOM" value="false"/>
+ 
+ <!-- Use cryptography facilities -->
+ <define name="CONFIG_CRYPTO" value="false"/>
+ 
+ <!-- Use X.509 certificate facilities -->
+ <define name="CONFIG_X509_CERTIFICATES" value="false"/>
+ 
  </profile>

Index: full
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/full,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** full        26 May 2003 05:03:41 -0000      1.7
--- full        29 May 2003 01:22:40 -0000      1.8
***************
*** 30,32 ****
--- 30,44 ----
  <define name="CONFIG_REFLECTION_EMIT" value="true"/>
  
+ <!-- Use COM interoperability marker classes -->
+ <define name="CONFIG_COM_INTEROP" value="true"/>
+ 
+ <!-- Use CodeDom facilities -->
+ <define name="CONFIG_CODEDOM" value="true"/>
+ 
+ <!-- Use cryptography facilities -->
+ <define name="CONFIG_CRYPTO" value="true"/>
+ 
+ <!-- Use X.509 certificate facilities -->
+ <define name="CONFIG_X509_CERTIFICATES" value="true"/>
+ 
  </profile>

Index: kernel
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/kernel,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** kernel      26 May 2003 05:03:41 -0000      1.6
--- kernel      29 May 2003 01:22:40 -0000      1.7
***************
*** 27,29 ****
--- 27,41 ----
  <define name="CONFIG_REFLECTION_EMIT" value="false"/>
  
+ <!-- Use COM interoperability marker classes -->
+ <define name="CONFIG_COM_INTEROP" value="false"/>
+ 
+ <!-- Use CodeDom facilities -->
+ <define name="CONFIG_CODEDOM" value="false"/>
+ 
+ <!-- Use cryptography facilities -->
+ <define name="CONFIG_CRYPTO" value="false"/>
+ 
+ <!-- Use X.509 certificate facilities -->
+ <define name="CONFIG_X509_CERTIFICATES" value="false"/>
+ 
  </profile>

Index: kernel-fp
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/kernel-fp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** kernel-fp   26 May 2003 05:03:41 -0000      1.4
--- kernel-fp   29 May 2003 01:22:40 -0000      1.5
***************
*** 27,29 ****
--- 27,41 ----
  <define name="CONFIG_REFLECTION_EMIT" value="false"/>
  
+ <!-- Use COM interoperability marker classes -->
+ <define name="CONFIG_COM_INTEROP" value="false"/>
+ 
+ <!-- Use CodeDom facilities -->
+ <define name="CONFIG_CODEDOM" value="false"/>
+ 
+ <!-- Use cryptography facilities -->
+ <define name="CONFIG_CRYPTO" value="false"/>
+ 
+ <!-- Use X.509 certificate facilities -->
+ <define name="CONFIG_X509_CERTIFICATES" value="false"/>
+ 
  </profile>

Index: tiny
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/tiny,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** tiny        26 May 2003 05:03:41 -0000      1.5
--- tiny        29 May 2003 01:22:40 -0000      1.6
***************
*** 27,29 ****
--- 27,41 ----
  <define name="CONFIG_REFLECTION_EMIT" value="false"/>
  
+ <!-- Use COM interoperability marker classes -->
+ <define name="CONFIG_COM_INTEROP" value="false"/>
+ 
+ <!-- Use CodeDom facilities -->
+ <define name="CONFIG_CODEDOM" value="false"/>
+ 
+ <!-- Use cryptography facilities -->
+ <define name="CONFIG_CRYPTO" value="false"/>
+ 
+ <!-- Use X.509 certificate facilities -->
+ <define name="CONFIG_X509_CERTIFICATES" value="false"/>
+ 
  </profile>

Index: tiny-fp
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/tiny-fp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** tiny-fp     26 May 2003 05:03:41 -0000      1.4
--- tiny-fp     29 May 2003 01:22:40 -0000      1.5
***************
*** 27,29 ****
--- 27,41 ----
  <define name="CONFIG_REFLECTION_EMIT" value="false"/>
  
+ <!-- Use COM interoperability marker classes -->
+ <define name="CONFIG_COM_INTEROP" value="false"/>
+ 
+ <!-- Use CodeDom facilities -->
+ <define name="CONFIG_CODEDOM" value="false"/>
+ 
+ <!-- Use cryptography facilities -->
+ <define name="CONFIG_CRYPTO" value="false"/>
+ 
+ <!-- Use X.509 certificate facilities -->
+ <define name="CONFIG_X509_CERTIFICATES" value="false"/>
+ 
  </profile>





reply via email to

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