mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 17:05:45 +00:00
- Include eventlog.c in the build.
svn path=/trunk/; revision=8632
This commit is contained in:
parent
fe0b173e6e
commit
cf41719321
1 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: makefile,v 1.37 2004/03/08 18:09:05 sedwards Exp $
|
||||
# $Id: makefile,v 1.38 2004/03/10 21:56:04 navaraf Exp $
|
||||
|
||||
PATH_TO_TOP = ../..
|
||||
|
||||
|
@ -11,7 +11,7 @@ TARGET_CFLAGS = -Wall -Werror -fno-builtin
|
|||
|
||||
TARGET_LFLAGS = -nostartfiles -nostdlib
|
||||
|
||||
TARGET_SDKLIBS = ntdll.a kernel32.a
|
||||
TARGET_SDKLIBS = ntdll.a kernel32.a libwine.a msvcrt.a
|
||||
|
||||
TARGET_BASE = 0x77DB0000
|
||||
|
||||
|
@ -36,7 +36,8 @@ SECURITY_OBJECTS = \
|
|||
SERVICE_OBJECTS = \
|
||||
service/scm.o \
|
||||
service/sctrl.o \
|
||||
service/undoc.o
|
||||
service/undoc.o \
|
||||
service/eventlog.o
|
||||
|
||||
TOKEN_OBJECTS = \
|
||||
token/privilege.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue