From 7885bdaef7130c6eb372d1b1bdba2ee9da1814f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Wed, 7 Apr 2004 17:48:15 +0000 Subject: [PATCH] Include netapi32.dll and setupapi.dll in default build/setup svn path=/trunk/; revision=9010 --- reactos/Makefile | 8 ++++---- reactos/bootdata/packages/reactos.dff | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/reactos/Makefile b/reactos/Makefile index a02dd6f19c1..ccdc18774e3 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -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 # @@ -46,9 +46,9 @@ DLLS_CPL = cpl # imagehlp imm32 DLLS = advapi32 cabinet cards comctl32 crtdll comdlg32 d3d8thk expat fmifs freetype gdi32 \ imm32 iphlpapi kernel32 lzexpand mpr msafd msgina msimg32 msvcrt msvcrt20 mswsock \ - ntdll ole32 oleaut32 oledlg packet psapi richedit rpcrt4 samlib secur32 shell32 shlwapi \ - snmpapi syssetup twain unicode user32 userenv version wininet winmm winspool \ - ws2help ws2_32 wsock32 wshirda $(DLLS_KBD) $(DLLS_CPL) + netapi32.dll ntdll ole32 oleaut32 oledlg packet psapi richedit rpcrt4 samlib secur32 \ + setupapi shell32 shlwapi snmpapi syssetup twain unicode user32 userenv version wininet \ + winmm winspool ws2help ws2_32 wsock32 wshirda $(DLLS_KBD) $(DLLS_CPL) SUBSYS = smss win32k csrss ntvdm diff --git a/reactos/bootdata/packages/reactos.dff b/reactos/bootdata/packages/reactos.dff index 4320c969e3e..186884c7079 100755 --- a/reactos/bootdata/packages/reactos.dff +++ b/reactos/bootdata/packages/reactos.dff @@ -68,6 +68,7 @@ lib\msafd\msafd.dll 1 lib\msgina\msgina.dll 1 lib\msvcrt\msvcrt.dll 1 lib\msvcrt20\msvcrt20.dll 1 +lib\netapi32\netapi32.dll 1 lib\ntdll\ntdll.dll 1 lib\ole32\ole32.dll 1 lib\oleaut32\oleaut32.dll 1 @@ -75,6 +76,7 @@ lib\richedit\riched32.dll 1 lib\rpcrt4\rpcrt4.dll 1 lib\samlib\samlib.dll 1 lib\secur32\secur32.dll 1 +lib\setupapi\setupapi.dll 1 lib\shell32\shell32.dll 1 lib\shlwapi\shlwapi.dll 1 lib\syssetup\syssetup.dll 1