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: