mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Found the problem, local copy of win32k.c required here but not in repository?
svn path=/trunk/; revision=3669
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $Id: makefile,v 1.19 2002/10/28 15:19:09 robd Exp $
|
||||
# $Id: makefile,v 1.20 2002/10/28 15:27:01 robd Exp $
|
||||
|
||||
PATH_TO_TOP = ../..
|
||||
|
||||
@@ -23,7 +23,8 @@ OBJECTS_MISC = \
|
||||
$(TARGET_NAME).o \
|
||||
init.o \
|
||||
print.o \
|
||||
video.o
|
||||
video.o \
|
||||
win32k.o
|
||||
|
||||
TARGET_OBJECTS = \
|
||||
$(OBJECTS_API) \
|
||||
|
||||
Reference in New Issue
Block a user