Leaked source code of windows server 2003
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.
|
|
!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
TARGETPATH=obj TARGETNAME=eventlog TARGETTYPE=DYNLINK
DLLDEF=eventlog.def
TARGETLIBS= \ $(SDK_LIB_PATH)\kernl32p.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\rpcrt4.lib \ $(SDK_LIB_PATH)\rpcutil.lib \ $(SDK_LIB_PATH)\netapi32.lib \ $(SDK_LIB_PATH)\Ws2_32.lib \ $(SDK_LIB_PATH)\psapi.lib
INCLUDES=\ ..\;\ $(O); \ $(COM_INC_PATH)
PASS0_HEADERDIR=$(O) PASS0_SOURCEDIR=$(O) PASS0_PUBLISH={$(O)\elfmsg.h=$(SDK_INC_PATH)\elfmsg.h}
SOURCES= \ elfmsg.mc \ 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_MSVCRT=1
UMTYPE=windows
DELAYLOAD=netapi32.dll DLOAD_ERROR_HANDLER=kernel32 MISCFILES = Event_Log_{B0106027-9388-462F-9E09-5E75215F1730}.sld
|