mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:15:41 +00:00
install expat library
svn path=/trunk/; revision=8832
This commit is contained in:
parent
3b9f0dd221
commit
10328e2c9e
3 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -22,3 +22,4 @@ WineRelease
|
|||
*.plg
|
||||
*.suo
|
||||
buildno.h
|
||||
notifyhook.dll
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue