Revert one of the makefile changes.
authorRobert Dickenson <robd@reactos.org>
Mon, 28 Oct 2002 15:19:09 +0000 (15:19 +0000)
committerRobert Dickenson <robd@reactos.org>
Mon, 28 Oct 2002 15:19:09 +0000 (15:19 +0000)
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

index beb8687..db9b3d3 100644 (file)
@@ -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 = \