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.9,1.10 compact-fp


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/profiles compact,1.9,1.10 compact-fp,1.7,1.8 ecma,1.9,1.10 full,1.10,1.11 kernel,1.9,1.10 kernel-fp,1.7,1.8 mscompact,1.2,1.3 tiny,1.8,1.9 tiny-fp,1.7,1.8
Date: Fri, 30 May 2003 23:32:04 -0400

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

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


Add the CONFIG_SMALL_CONSOLE profile option, which strips
System.Console down to a smaller size.


Index: compact
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/compact,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** compact     29 May 2003 05:38:18 -0000      1.9
--- compact     31 May 2003 03:32:02 -0000      1.10
***************
*** 60,62 ****
--- 60,65 ----
  <define name="CONFIG_COMPONENT_MODEL_DESIGN" value="false"/>
  
+ <!-- Use the small version of System.Console -->
+ <define name="CONFIG_SMALL_CONSOLE" value="false"/>
+ 
  </profile>

Index: compact-fp
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/compact-fp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** compact-fp  29 May 2003 05:38:18 -0000      1.7
--- compact-fp  31 May 2003 03:32:02 -0000      1.8
***************
*** 60,62 ****
--- 60,65 ----
  <define name="CONFIG_COMPONENT_MODEL_DESIGN" value="false"/>
  
+ <!-- Use the small version of System.Console -->
+ <define name="CONFIG_SMALL_CONSOLE" value="false"/>
+ 
  </profile>

Index: ecma
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/ecma,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** ecma        29 May 2003 05:38:18 -0000      1.9
--- ecma        31 May 2003 03:32:02 -0000      1.10
***************
*** 60,62 ****
--- 60,65 ----
  <define name="CONFIG_COMPONENT_MODEL_DESIGN" value="false"/>
  
+ <!-- Use the small version of System.Console -->
+ <define name="CONFIG_SMALL_CONSOLE" value="false"/>
+ 
  </profile>

Index: full
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/full,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** full        29 May 2003 05:38:18 -0000      1.10
--- full        31 May 2003 03:32:02 -0000      1.11
***************
*** 63,65 ****
--- 63,68 ----
  <define name="CONFIG_COMPONENT_MODEL_DESIGN" value="true"/>
  
+ <!-- Use the small version of System.Console -->
+ <define name="CONFIG_SMALL_CONSOLE" value="false"/>
+ 
  </profile>

Index: kernel
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/kernel,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** kernel      29 May 2003 05:38:18 -0000      1.9
--- kernel      31 May 2003 03:32:02 -0000      1.10
***************
*** 60,62 ****
--- 60,65 ----
  <define name="CONFIG_COMPONENT_MODEL_DESIGN" value="false"/>
  
+ <!-- Use the small version of System.Console -->
+ <define name="CONFIG_SMALL_CONSOLE" value="false"/>
+ 
  </profile>

Index: kernel-fp
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/kernel-fp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** kernel-fp   29 May 2003 05:38:18 -0000      1.7
--- kernel-fp   31 May 2003 03:32:02 -0000      1.8
***************
*** 60,62 ****
--- 60,65 ----
  <define name="CONFIG_COMPONENT_MODEL_DESIGN" value="false"/>
  
+ <!-- Use the small version of System.Console -->
+ <define name="CONFIG_SMALL_CONSOLE" value="false"/>
+ 
  </profile>

Index: mscompact
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/mscompact,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** mscompact   29 May 2003 12:35:17 -0000      1.2
--- mscompact   31 May 2003 03:32:02 -0000      1.3
***************
*** 63,65 ****
--- 63,68 ----
  <define name="CONFIG_COMPONENT_MODEL_DESIGN" value="false"/>
  
+ <!-- Use the small version of System.Console -->
+ <define name="CONFIG_SMALL_CONSOLE" value="true"/>
+ 
  </profile>

Index: tiny
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/tiny,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** tiny        29 May 2003 05:38:18 -0000      1.8
--- tiny        31 May 2003 03:32:02 -0000      1.9
***************
*** 60,62 ****
--- 60,65 ----
  <define name="CONFIG_COMPONENT_MODEL_DESIGN" value="false"/>
  
+ <!-- Use the small version of System.Console -->
+ <define name="CONFIG_SMALL_CONSOLE" value="true"/>
+ 
  </profile>

Index: tiny-fp
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/tiny-fp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** tiny-fp     29 May 2003 05:38:18 -0000      1.7
--- tiny-fp     31 May 2003 03:32:02 -0000      1.8
***************
*** 60,62 ****
--- 60,65 ----
  <define name="CONFIG_COMPONENT_MODEL_DESIGN" value="false"/>
  
+ <!-- Use the small version of System.Console -->
+ <define name="CONFIG_SMALL_CONSOLE" value="true"/>
+ 
  </profile>





reply via email to

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