mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 23:42:56 +00:00
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
This commit is contained in:
parent
01637f8e7f
commit
859479e295
1 changed files with 1 additions and 3 deletions
|
@ -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 = \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue