From 859479e2958e1ed50bc340e809f5e2c6a63aadcb Mon Sep 17 00:00:00 2001 From: Robert Dickenson Date: Mon, 28 Oct 2002 15:19:09 +0000 Subject: [PATCH] Revert one of the makefile changes. Linking with TARGET_SDKLIBS = win32k.a proved to be a very bad idea! Something is wrong with building csrss, what happened to subsys/csrss/win32k.c ??? svn path=/trunk/; revision=3667 --- reactos/subsys/csrss/makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/reactos/subsys/csrss/makefile b/reactos/subsys/csrss/makefile index beb8687f7c1..db9b3d3ebeb 100644 --- a/reactos/subsys/csrss/makefile +++ b/reactos/subsys/csrss/makefile @@ -1,4 +1,4 @@ -# $Id: makefile,v 1.18 2002/10/28 15:02:18 robd Exp $ +# $Id: makefile,v 1.19 2002/10/28 15:19:09 robd Exp $ PATH_TO_TOP = ../.. @@ -10,8 +10,6 @@ TARGET_NAME = csrss TARGET_INSTALLDIR = system32 -TARGET_SDKLIBS = win32k.a - TARGET_CFLAGS = -D__NTAPP__ OBJECTS_API = \