From 4ed76724282daf2de4187527b9e688c481052681 Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Thu, 21 Oct 2004 05:08:32 +0000 Subject: [PATCH] Remove tests from the Main Makefile. svn path=/trunk/; revision=11363 --- reactos/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/Makefile b/reactos/Makefile index e2b5afd0254..2c6279f871c 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.252 2004/10/09 17:14:11 navaraf Exp $ +# $Id: Makefile,v 1.253 2004/10/21 05:08:32 sedwards Exp $ # # Global makefile # @@ -51,7 +51,7 @@ DLLS_SHELLEXT = shellext # User mode libraries # libpcap packet epsapi -DLLS = acledit aclui advapi32 advpack cabinet cards comctl32 crtdll comdlg32 d3d8thk expat fmifs freetype \ +DLLS = acledit aclui advapi32 advpack cabinet comctl32 crtdll comdlg32 d3d8thk expat fmifs freetype \ gdi32 gdiplus glu32 hid imagehlp imm32 iphlpapi kernel32 lzexpand mesa32 mpr msacm msafd msgina \ msimg32 msvcrt20 msvideo mswsock netapi32 ntdll ole32 oleaut32 oledlg opengl32 packet psapi \ richedit rpcrt4 samlib secur32 setupapi shell32 shlwapi snmpapi syssetup twain unicode user32 \ @@ -107,7 +107,7 @@ SYS_APPS = autochk cmd explorer expand format services setup taskmgr userinit us # rpcss eventlog SYS_SVC = rpcss eventlog -APPS = tests testsets utils +APPS = testsets utils # External modules and (sub)systems for ReactOS