Browse Source

2003-03-04 Sebastien Pouliot <[email protected]>

	* 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
Sebastien Pouliot 23 years ago
parent
commit
cf3674f046

+ 6 - 0
mcs/class/System.Security/ChangeLog

@@ -1,3 +1,9 @@
+2003-03-04  Sebastien Pouliot  <[email protected]>
+
+	* 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  <[email protected]>
 
 	* System.Security.build: Updated build file to stop linking with

+ 12 - 0
mcs/class/System.Security/System.Security.build

@@ -21,6 +21,18 @@
 				<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">