2003-03-04 Sebastien Pouliot <spouliot@videotron.ca>
authorSebastien Pouliot <sebastien@ximian.com>
Tue, 4 Mar 2003 23:35:13 +0000 (23:35 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Tue, 4 Mar 2003 23:35:13 +0000 (23:35 -0000)
* System.Security.build: Added a new output System.Security_cmp.dll
which links with mscorlib. This version is to be used to generate
the class status web page (required for CorCompare).

svn path=/trunk/mcs/; revision=12200

mcs/class/System.Security/ChangeLog
mcs/class/System.Security/System.Security.build

index b30289291cdcaf248ffafb35f8133446831a2a00..05c7e8a69986459adb163080d1b45c8d638b30d4 100644 (file)
@@ -1,3 +1,9 @@
+2003-03-04  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * System.Security.build: Added a new output System.Security_cmp.dll
+       which links with mscorlib. This version is to be used to generate
+       the class status web page (required for CorCompare).
+
 2003-03-03  Sebastien Pouliot  <spouliot@videotron.ca>
 
        * System.Security.build: Updated build file to stop linking with
index 9891ede0e235003f32ea1aaeeb3dac3960dfba51..3b1abad39f902a294800a35173a56fb417921d98 100644 (file)
                                <includes name="../lib/System.Xml.dll"/>
                        </references>
                </csc>
+               <csc target="library" output="../lib/System.Security_cmp.dll" debug="${debug}">
+                       <arg value="/nowarn:0169"/>
+                       <arg value="/nowarn:1595"/>
+                       <arg value="/noconfig"/>
+                       <arg value="/r:../lib/System.Xml.dll"/>
+                       <sources basedir=".">
+                               <includes name="System.Security.Cryptography.Xml/*.cs"/>
+                       </sources>
+                       <references>
+                               <includes name="../lib/System.Xml.dll"/>
+                       </references>
+               </csc>
        </target>
 
        <target name="test" depends="build">