mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 13:59:25 +00:00
Include netapi32.dll and setupapi.dll in default build/setup
svn path=/trunk/; revision=9010
This commit is contained in:
parent
7a27e9d3bf
commit
7885bdaef7
2 changed files with 6 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $Id: Makefile,v 1.212 2004/03/24 00:05:27 mf Exp $
|
# $Id: Makefile,v 1.213 2004/04/07 17:48:15 gvg Exp $
|
||||||
#
|
#
|
||||||
# Global makefile
|
# Global makefile
|
||||||
#
|
#
|
||||||
|
@ -46,9 +46,9 @@ DLLS_CPL = cpl
|
||||||
# imagehlp imm32
|
# imagehlp imm32
|
||||||
DLLS = advapi32 cabinet cards comctl32 crtdll comdlg32 d3d8thk expat fmifs freetype gdi32 \
|
DLLS = advapi32 cabinet cards comctl32 crtdll comdlg32 d3d8thk expat fmifs freetype gdi32 \
|
||||||
imm32 iphlpapi kernel32 lzexpand mpr msafd msgina msimg32 msvcrt msvcrt20 mswsock \
|
imm32 iphlpapi kernel32 lzexpand mpr msafd msgina msimg32 msvcrt msvcrt20 mswsock \
|
||||||
ntdll ole32 oleaut32 oledlg packet psapi richedit rpcrt4 samlib secur32 shell32 shlwapi \
|
netapi32.dll ntdll ole32 oleaut32 oledlg packet psapi richedit rpcrt4 samlib secur32 \
|
||||||
snmpapi syssetup twain unicode user32 userenv version wininet winmm winspool \
|
setupapi shell32 shlwapi snmpapi syssetup twain unicode user32 userenv version wininet \
|
||||||
ws2help ws2_32 wsock32 wshirda $(DLLS_KBD) $(DLLS_CPL)
|
winmm winspool ws2help ws2_32 wsock32 wshirda $(DLLS_KBD) $(DLLS_CPL)
|
||||||
|
|
||||||
SUBSYS = smss win32k csrss ntvdm
|
SUBSYS = smss win32k csrss ntvdm
|
||||||
|
|
||||||
|
|
|
@ -68,6 +68,7 @@ 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
|
||||||
lib\msvcrt20\msvcrt20.dll 1
|
lib\msvcrt20\msvcrt20.dll 1
|
||||||
|
lib\netapi32\netapi32.dll 1
|
||||||
lib\ntdll\ntdll.dll 1
|
lib\ntdll\ntdll.dll 1
|
||||||
lib\ole32\ole32.dll 1
|
lib\ole32\ole32.dll 1
|
||||||
lib\oleaut32\oleaut32.dll 1
|
lib\oleaut32\oleaut32.dll 1
|
||||||
|
@ -75,6 +76,7 @@ lib\richedit\riched32.dll 1
|
||||||
lib\rpcrt4\rpcrt4.dll 1
|
lib\rpcrt4\rpcrt4.dll 1
|
||||||
lib\samlib\samlib.dll 1
|
lib\samlib\samlib.dll 1
|
||||||
lib\secur32\secur32.dll 1
|
lib\secur32\secur32.dll 1
|
||||||
|
lib\setupapi\setupapi.dll 1
|
||||||
lib\shell32\shell32.dll 1
|
lib\shell32\shell32.dll 1
|
||||||
lib\shlwapi\shlwapi.dll 1
|
lib\shlwapi\shlwapi.dll 1
|
||||||
lib\syssetup\syssetup.dll 1
|
lib\syssetup\syssetup.dll 1
|
||||||
|
|
Loading…
Reference in a new issue