mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 04:07:16 +00:00
Updated with fix for missing win32k.lib imports
svn path=/trunk/; revision=3663
This commit is contained in:
parent
572227dc48
commit
4c028e84ab
1 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $Id: makefile,v 1.17 2002/10/20 14:53:59 ekohl Exp $
|
# $Id: makefile,v 1.18 2002/10/28 15:02:18 robd Exp $
|
||||||
|
|
||||||
PATH_TO_TOP = ../..
|
PATH_TO_TOP = ../..
|
||||||
|
|
||||||
|
@ -10,6 +10,8 @@ TARGET_NAME = csrss
|
||||||
|
|
||||||
TARGET_INSTALLDIR = system32
|
TARGET_INSTALLDIR = system32
|
||||||
|
|
||||||
|
TARGET_SDKLIBS = win32k.a
|
||||||
|
|
||||||
TARGET_CFLAGS = -D__NTAPP__
|
TARGET_CFLAGS = -D__NTAPP__
|
||||||
|
|
||||||
OBJECTS_API = \
|
OBJECTS_API = \
|
||||||
|
@ -23,8 +25,7 @@ OBJECTS_MISC = \
|
||||||
$(TARGET_NAME).o \
|
$(TARGET_NAME).o \
|
||||||
init.o \
|
init.o \
|
||||||
print.o \
|
print.o \
|
||||||
video.o \
|
video.o
|
||||||
win32k.o
|
|
||||||
|
|
||||||
TARGET_OBJECTS = \
|
TARGET_OBJECTS = \
|
||||||
$(OBJECTS_API) \
|
$(OBJECTS_API) \
|
||||||
|
|
Loading…
Reference in a new issue