From 4cfe5cd112efc08a83336c95ed49e9a926a011d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20S=C3=A1nchez=20Acosta?= Date: Sun, 1 Dec 2002 15:46:43 +0000 Subject: System.Configuration.Install changed. svn path=/trunk/mcs/; revision=9315 --- mcs/class/System.Configuration.Install/ChangeLog | 5 +++++ mcs/class/System.Configuration.Install/list.unix | 8 ++++++++ mcs/class/System.Configuration.Install/makefile.gnu | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) (limited to 'mcs/class/System.Configuration.Install') 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 + + * list.unix: Changed + * makefile.gnu: Add assembly to compile. + 2002-07-22 Tim Coleman * 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* -- cgit v1.2.3