mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:25:41 +00:00
Add mpr and wininet to default build/install
svn path=/trunk/; revision=7982
This commit is contained in:
parent
de26fb22b7
commit
d196e4b798
2 changed files with 7 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $Id: Makefile,v 1.207 2004/01/23 10:47:22 ekohl Exp $
|
# $Id: Makefile,v 1.208 2004/02/01 21:40:59 gvg Exp $
|
||||||
#
|
#
|
||||||
# Global makefile
|
# Global makefile
|
||||||
#
|
#
|
||||||
|
@ -42,11 +42,10 @@ DLLS_KBD = kbdus kbdgr kbdfr kbduk
|
||||||
# epsapi psapi richedit rpcrt4 secur32 user32 version ws2help ws2_32 wsock32 wshirda mswsock
|
# epsapi psapi richedit rpcrt4 secur32 user32 version ws2help ws2_32 wsock32 wshirda mswsock
|
||||||
# imagehlp imm32
|
# imagehlp imm32
|
||||||
DLLS = advapi32 cabinet cards comctl32 crtdll comdlg32 d3d8thk fmifs freetype gdi32 \
|
DLLS = advapi32 cabinet cards comctl32 crtdll comdlg32 d3d8thk fmifs freetype gdi32 \
|
||||||
imm32 iphlpapi kernel32 lzexpand msafd msgina msimg32 msvcrt msvcrt20 mswsock ntdll \
|
imm32 iphlpapi kernel32 lzexpand mpr msafd msgina msimg32 msvcrt msvcrt20 mswsock \
|
||||||
ole32 oledlg packet psapi richedit rpcrt4 samlib secur32 shell32 shlwapi snmpapi \
|
ntdll ole32 oledlg packet psapi richedit rpcrt4 samlib secur32 shell32 shlwapi \
|
||||||
syssetup twain unicode user32 userenv version winmm winspool ws2help ws2_32 wsock32 \
|
snmpapi syssetup twain unicode user32 userenv version wininet winmm winspool \
|
||||||
wshirda \
|
ws2help ws2_32 wsock32 wshirda $(DLLS_KBD)
|
||||||
$(DLLS_KBD)
|
|
||||||
|
|
||||||
SUBSYS = smss win32k csrss ntvdm
|
SUBSYS = smss win32k csrss ntvdm
|
||||||
|
|
||||||
|
|
|
@ -62,6 +62,7 @@ lib\kbduk\kbduk.dll 1
|
||||||
lib\kbdus\kbdus.dll 1
|
lib\kbdus\kbdus.dll 1
|
||||||
lib\kernel32\kernel32.dll 1
|
lib\kernel32\kernel32.dll 1
|
||||||
lib\lzexpand\lz32.dll 1
|
lib\lzexpand\lz32.dll 1
|
||||||
|
lib\mpr\mpr.dll 1
|
||||||
lib\msafd\msafd.dll 1
|
lib\msafd\msafd.dll 1
|
||||||
lib\msgina\msgina.dll 1
|
lib\msgina\msgina.dll 1
|
||||||
lib\msvcrt\msvcrt.dll 1
|
lib\msvcrt\msvcrt.dll 1
|
||||||
|
@ -79,6 +80,7 @@ lib\user32\user32.dll 1
|
||||||
lib\userenv\userenv.dll 1
|
lib\userenv\userenv.dll 1
|
||||||
lib\version\version.dll 1
|
lib\version\version.dll 1
|
||||||
lib\winspool\winspool.drv 1
|
lib\winspool\winspool.drv 1
|
||||||
|
lib\wininet\wininet.dll 1
|
||||||
lib\winmm\winmm.dll 1
|
lib\winmm\winmm.dll 1
|
||||||
lib\ws2_32\ws2_32.dll 1
|
lib\ws2_32\ws2_32.dll 1
|
||||||
lib\ws2help\ws2help.dll 1
|
lib\ws2help\ws2help.dll 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue