From 9535cafaaf474a8aa5aa2ec8a146b92662e1b0b7 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Mon, 31 Jan 2005 23:33:34 +0000 Subject: [PATCH] Remove building of Advpack for now. svn path=/trunk/; revision=13373 --- reactos/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/Makefile b/reactos/Makefile index 295fd800933..76772bc9c98 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -54,8 +54,8 @@ DLLS_CPL = cpl DLLS_SHELLEXT = shellext # User mode libraries -# libpcap packet epsapi -DLLS = acledit aclui advapi32 advpack cabinet cards comctl32 crtdll comdlg32 d3d8thk dbghelp expat fmifs freetype \ +# advpack libpcap packet epsapi +DLLS = acledit aclui advapi32 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 \ 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 \