2003-02-05 Sebastien Pouliot <spouliot@videotron.ca>
authorSebastien Pouliot <sebastien@ximian.com>
Thu, 6 Feb 2003 03:46:37 +0000 (03:46 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Thu, 6 Feb 2003 03:46:37 +0000 (03:46 -0000)
* library.build: added Mono.Security.Win32 to build, test and
clean. There's no makefile.gnu for this assembly as it is
specific to Win32.

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

mcs/class/ChangeLog
mcs/class/library.build

index 29db284b70a1f713ff3e3688f32ec904aee1e624..1152c6e5a745bdf7adf36e4bd6c248d3cdb2c757 100644 (file)
@@ -1,3 +1,9 @@
+2003-02-05  Sebastien Pouliot <spouliot@videotron.ca>
+
+       * library.build: added Mono.Security.Win32 to build, test and 
+       clean. There's no makefile.gnu for this assembly as it is 
+       specific to Win32.
+
 2003-01-23  Nick Drochak <ndrochak@gol.com>
 
        * makefile: install the .dbg files too so the debugger can use them.
index 820669fa125030310bad4e6ebc8dc870cc72d68e..cf227c8e57ebb3538bbee0c3a5f7fc8cbfe6515e 100644 (file)
@@ -30,6 +30,7 @@
                <nant basedir="Mono.Directory.LDAP" target="build" buildfile="Mono.Directory.LDAP/Mono.Directory.LDAP.build"/> 
                <nant basedir="Mono.GetOptions" target="build" buildfile="Mono.GetOptions/Mono.GetOptions.build"/>
                <nant basedir="Mono.PEToolkit" target="build" buildfile="Mono.PEToolkit/PEToolkit.build"/>
+               <nant basedir="Mono.Security.Win32" target="build" buildfile="Mono.Security.Win32/Mono.Security.Win32.build"/>
                <nant basedir="System" target="build" buildfile="System/System.build"/>
                <nant basedir="System.Configuration.Install" target="build" buildfile="System.Configuration.Install/System.Configuration.Install.build"/>
                <nant basedir="System.Data.OracleClient" target="build" buildfile="System.Data.OracleClient/System.Data.OracleClient.build"/>
@@ -56,6 +57,7 @@
                <nant basedir="Microsoft.VisualBasic" target="test"/>
                <nant basedir="System.Configuration.Install" target="test"/>
                <nant basedir="System.Security" target="test"/>
+               <nant basedir="Mono.Security.Win32" target="test"/>
        </target>
 
        <target name="clean">
@@ -85,5 +87,6 @@
                <nant basedir="System.Configuration.Install" target="clean"/>
                <nant basedir="Mono.PEToolkit" target="clean"/>
                <nant basedir="System.Security" target="clean"/>
+               <nant basedir="Mono.Security.Win32" target="clean"/>
        </target>
 </project>