mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 18:02:05 +00:00
Added msi.dll and msiexec to the build system.
svn path=/trunk/; revision=11879
This commit is contained in:
parent
a9a6f59924
commit
5679e292f7
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.262 2004/11/21 21:02:03 chorns Exp $
|
||||
# $Id: Makefile,v 1.263 2004/11/30 19:19:48 jimtabor Exp $
|
||||
#
|
||||
# Global makefile
|
||||
#
|
||||
|
@ -53,7 +53,7 @@ DLLS_SHELLEXT = shellext
|
|||
# libpcap packet epsapi
|
||||
DLLS = acledit aclui advapi32 advpack cabinet cards comctl32 crtdll comdlg32 d3d8thk expat fmifs freetype \
|
||||
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 opengl32 packet psapi \
|
||||
msgina msi msimg32 msvcrt20 msvideo mswsock netapi32 ntdll ole32 oleaut32 oledlg opengl32 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 \
|
||||
|
@ -97,7 +97,7 @@ STORAGE_DRIVERS = atapi cdrom class2 disk floppy scsiport diskdump
|
|||
|
||||
# System applications
|
||||
# autochk cmd format services setup usetup welcome winlogon
|
||||
SYS_APPS = autochk calc cmd explorer expand format regedt32 regsvr32 \
|
||||
SYS_APPS = autochk calc cmd explorer expand format msiexec regedt32 regsvr32 \
|
||||
services setup taskmgr userinit usetup welcome vmwinst winlogon \
|
||||
regedit winefile
|
||||
|
||||
|
|
Loading…
Reference in a new issue