mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
1.5 KiB
69 lines
1.5 KiB
!IF 0
|
|
|
|
Copyright (c) 1989 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
This file specifies the target component being built and the list of
|
|
sources files needed to build that component. Also specifies optional
|
|
compiler switches and libraries that are unique for the component being
|
|
built.
|
|
|
|
|
|
Author:
|
|
|
|
Rajen Shah (rajens) 2-Jul-1991
|
|
|
|
|
|
Revision History:
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP = eventlog
|
|
MINORCOMP = server
|
|
|
|
TARGETPATH=obj
|
|
TARGETNAME= eventlog
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLDEF=..\eventlog.def
|
|
|
|
TARGETLIBS= \
|
|
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\advapi32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\user32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\rpcrt4.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\rpcndr.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\rpcutil.lib
|
|
|
|
INCLUDES=..\;..\..;$(BASEDIR)\public\sdk\inc;$(BASEDIR)\private\inc
|
|
|
|
SOURCES= \
|
|
..\eventlog.rc \
|
|
..\eventlog.c \
|
|
..\alert.c \
|
|
..\config.c \
|
|
..\control.c \
|
|
..\copy.c \
|
|
..\elfapi.c \
|
|
..\elfdata.c \
|
|
..\elflpc.c \
|
|
..\elfrpc.c \
|
|
..\elfsec.c \
|
|
..\elfutil.c \
|
|
..\elf_s.c \
|
|
..\file.c \
|
|
..\memory.c \
|
|
..\operate.c \
|
|
..\logclear.c \
|
|
..\terminat.c
|
|
|
|
C_DEFINES= -DINCL_32= -DNT -DRPC_NO_WINDOWS_H
|
|
|
|
USE_CRTDLL=1
|
|
|
|
UMTYPE=windows
|