From 10328e2c9edc20cc4f45d37a6643fe643e03489d Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Sun, 21 Mar 2004 23:44:28 +0000 Subject: [PATCH] install expat library svn path=/trunk/; revision=8832 --- reactos/bootdata/packages/reactos.dff | 1 + reactos/subsys/system/explorer/.cvsignore | 1 + reactos/subsys/system/explorer/Makefile | 1 + 3 files changed, 3 insertions(+) diff --git a/reactos/bootdata/packages/reactos.dff b/reactos/bootdata/packages/reactos.dff index 59a81348dea..434e7c7d32d 100755 --- a/reactos/bootdata/packages/reactos.dff +++ b/reactos/bootdata/packages/reactos.dff @@ -97,6 +97,7 @@ subsys\system\autochk\autochk.exe 1 subsys\system\cmd\cmd.exe 1 subsys\system\explorer\explorer.exe 4 subsys\system\explorer\notifyhook.dll 1 +subsys\system\explorer\libexpat.dll 1 subsys\system\format\format.exe 1 subsys\system\regedit\regedit.exe 4 subsys\system\services\services.exe 1 diff --git a/reactos/subsys/system/explorer/.cvsignore b/reactos/subsys/system/explorer/.cvsignore index a333904e49b..ac5b1cd318b 100644 --- a/reactos/subsys/system/explorer/.cvsignore +++ b/reactos/subsys/system/explorer/.cvsignore @@ -22,3 +22,4 @@ WineRelease *.plg *.suo buildno.h +notifyhook.dll diff --git a/reactos/subsys/system/explorer/Makefile b/reactos/subsys/system/explorer/Makefile index c90c82f05e3..910b51de54f 100644 --- a/reactos/subsys/system/explorer/Makefile +++ b/reactos/subsys/system/explorer/Makefile @@ -157,6 +157,7 @@ implib: install: -$(TOOLS_PATH)/rcopy $(TARGET) $(INSTALL_DIR)/$(TARGET) -$(TOOLS_PATH)/rcopy notifyhook.dll $(INSTALL_DIR)/system32/notifyhook.dll + -$(TOOLS_PATH)/rcopy libexpat.dll $(INSTALL_DIR)/system32/libexpat.dll bootcd: