From 7ae4dcc791d08e671ea5261ba92aa2d707eba1f2 Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Thu, 4 Nov 2004 22:14:41 +0000 Subject: [PATCH] epsapi.a doesn't exist anymore... svn path=/trunk/; revision=11537 --- reactos/lib/psapi/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/lib/psapi/makefile b/reactos/lib/psapi/makefile index 519a2a774d4..3e458932871 100644 --- a/reactos/lib/psapi/makefile +++ b/reactos/lib/psapi/makefile @@ -1,4 +1,4 @@ -# $Id: makefile,v 1.12 2004/11/03 22:42:59 weiden Exp $ +# $Id: makefile,v 1.13 2004/11/04 22:14:41 weiden Exp $ PATH_TO_TOP = ../.. @@ -6,7 +6,7 @@ TARGET_TYPE = dynlink TARGET_NAME = psapi -TARGET_SDKLIBS = epsapi.a ntdll.a kernel32.a +TARGET_SDKLIBS = ntdll.a kernel32.a TARGET_CFLAGS = -I./include -Wall -Werror