Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Sánchez Acosta <asanchez@mono-cvs.ximian.com>2002-12-01 18:46:43 +0300
committerAlejandro Sánchez Acosta <asanchez@mono-cvs.ximian.com>2002-12-01 18:46:43 +0300
commit4cfe5cd112efc08a83336c95ed49e9a926a011d9 (patch)
treef0ec465e4deeb46543c12ccfab8fb417cd69c4c1 /mcs/class/System.Configuration.Install
parentda45d14127ce17533a37140438e8cdc61b470515 (diff)
System.Configuration.Install changed.
svn path=/trunk/mcs/; revision=9315
Diffstat (limited to 'mcs/class/System.Configuration.Install')
-rw-r--r--mcs/class/System.Configuration.Install/ChangeLog5
-rw-r--r--mcs/class/System.Configuration.Install/list.unix8
-rw-r--r--mcs/class/System.Configuration.Install/makefile.gnu2
3 files changed, 14 insertions, 1 deletions
diff --git a/mcs/class/System.Configuration.Install/ChangeLog b/mcs/class/System.Configuration.Install/ChangeLog
index f43b628da80..0076c76aab6 100644
--- a/mcs/class/System.Configuration.Install/ChangeLog
+++ b/mcs/class/System.Configuration.Install/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-01 Alejandro Sánchez Acosta <raciel@es.gnu.org>
+
+ * list.unix: Changed
+ * makefile.gnu: Add assembly to compile.
+
2002-07-22 Tim Coleman <tim@timcoleman.com>
* list.unix:
* makefile.gnu:
diff --git a/mcs/class/System.Configuration.Install/list.unix b/mcs/class/System.Configuration.Install/list.unix
index e162d82c0fd..3eafa8c51bd 100644
--- a/mcs/class/System.Configuration.Install/list.unix
+++ b/mcs/class/System.Configuration.Install/list.unix
@@ -1 +1,9 @@
+System.Configuration.Install/IManagedInstaller.cs
+System.Configuration.Install/Installer.cs
+System.Configuration.Install/InstallException.cs
+System.Configuration.Install/ComponentInstaller.cs
+System.Configuration.Install/InstallContext.cs
+System.Configuration.Install/InstallEventArgs.cs
+System.Configuration.Install/InstallerCollection.cs
+System.Configuration.Install/InstallEventHandler.cs
System.Configuration.Install/UninstallAction.cs
diff --git a/mcs/class/System.Configuration.Install/makefile.gnu b/mcs/class/System.Configuration.Install/makefile.gnu
index 4989e0ef483..b5b21016add 100644
--- a/mcs/class/System.Configuration.Install/makefile.gnu
+++ b/mcs/class/System.Configuration.Install/makefile.gnu
@@ -3,7 +3,7 @@ topdir = ../..
LIBRARY = $(topdir)/class/lib/System.Configuration.Install.dll
LIB_LIST = list.unix
-LIB_FLAGS = -r corlib
+LIB_FLAGS = -r corlib -r System.dll
SOURCES_INCLUDE=*.cs
SOURCES_EXCLUDE=./Test*