mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Added cc/copy.c, cc/pin.c and cc/misc.c to OBJECTS_CC.
svn path=/trunk/; revision=2282
This commit is contained in:
parent
5004973b9a
commit
1e43cf0d82
1 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $Id: Makefile,v 1.55 2001/09/24 00:51:16 chorns Exp $
|
# $Id: Makefile,v 1.56 2001/10/10 22:08:27 hbirr Exp $
|
||||||
#
|
#
|
||||||
# ReactOS Operating System
|
# ReactOS Operating System
|
||||||
#
|
#
|
||||||
|
@ -306,7 +306,10 @@ OBJECTS_PO = po/power.o
|
||||||
# Cache Manager (Cc)
|
# Cache Manager (Cc)
|
||||||
OBJECTS_CC = \
|
OBJECTS_CC = \
|
||||||
cc/cacheman.o \
|
cc/cacheman.o \
|
||||||
cc/view.o
|
cc/view.o \
|
||||||
|
cc/copy.o \
|
||||||
|
cc/pin.o \
|
||||||
|
cc/misc.o
|
||||||
|
|
||||||
# Kernel Debugger Support (Kd)
|
# Kernel Debugger Support (Kd)
|
||||||
OBJECTS_KD = \
|
OBJECTS_KD = \
|
||||||
|
|
Loading…
Reference in a new issue