mirror of
https://github.com/reactos/reactos.git
synced 2025-06-06 01:40:36 +00:00
added cabinet,msi and msiexec to the Makefile. This gets IE, Office and friends a little further along
svn path=/trunk/; revision=13116
This commit is contained in:
parent
c43897388e
commit
e67bd739cb
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ DLLS_SHELLEXT = shellext
|
||||||
# libpcap packet epsapi
|
# libpcap packet epsapi
|
||||||
DLLS = acledit aclui advapi32 advpack cabinet cards comctl32 crtdll comdlg32 d3d8thk dbghelp expat fmifs freetype \
|
DLLS = acledit aclui advapi32 advpack cabinet cards comctl32 crtdll comdlg32 d3d8thk dbghelp expat fmifs freetype \
|
||||||
gdi32 gdiplus glu32 hid imagehlp imm32 iphlpapi kernel32 lzexpand mesa32 midimap mmdrv mpr msacm msafd \
|
gdi32 gdiplus glu32 hid imagehlp imm32 iphlpapi kernel32 lzexpand mesa32 midimap mmdrv mpr msacm msafd \
|
||||||
msgina msimg32 msvcrt20 msvideo mswsock netapi32 ntdll ole32 oleaut32 oledlg olepro32 opengl32 \
|
msgina msi msimg32 msvcrt20 msvideo mswsock netapi32 ntdll ole32 oleaut32 oledlg olepro32 opengl32 \
|
||||||
packet psapi riched20 richedit rpcrt4 samlib secur32 setupapi shell32 shlwapi snmpapi syssetup twain \
|
packet psapi riched20 richedit rpcrt4 samlib secur32 setupapi shell32 shlwapi snmpapi syssetup twain \
|
||||||
unicode user32 userenv version wininet winmm winspool ws2help ws2_32 wsock32 wshirda dnsapi \
|
unicode user32 userenv version wininet winmm winspool ws2help ws2_32 wsock32 wshirda dnsapi \
|
||||||
urlmon shdocvw dinput dinput8 dxdiagn devenum dsound $(DLLS_KBD) $(DLLS_CPL) $(DLLS_SHELLEXT)
|
urlmon shdocvw dinput dinput8 dxdiagn devenum dsound $(DLLS_KBD) $(DLLS_CPL) $(DLLS_SHELLEXT)
|
||||||
|
@ -100,7 +100,7 @@ STORAGE_DRIVERS = atapi cdrom class2 disk floppy scsiport diskdump
|
||||||
|
|
||||||
# System applications
|
# System applications
|
||||||
# autochk cmd format services setup usetup welcome winlogon msiexec
|
# autochk cmd format services setup usetup welcome winlogon msiexec
|
||||||
SYS_APPS = autochk calc cmd explorer expand format regedt32 regsvr32 \
|
SYS_APPS = autochk calc cmd explorer expand format msiexec regedt32 regsvr32 \
|
||||||
reporterror services setup taskmgr userinit usetup welcome vmwinst \
|
reporterror services setup taskmgr userinit usetup welcome vmwinst \
|
||||||
winlogon regedit winefile notepad reactos
|
winlogon regedit winefile notepad reactos
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue