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.
 
 
 
 
 
 

46 lines
892 B

!IF 0
Copyright (c) 1997-2000 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:
Melur Raghuraman (mraghu) 05-Mar-2000
!ENDIF
TARGETNAME=tracectr
TARGETPATH=obj
TARGETTYPE=LIBRARY
ATL_VER=30
USE_ATL=1
PASS0_PUBLISH={tracectr.h=$(PROJECT_INC_PATH)\tracectr.h}
PASS1_PUBLISH={$(O)\tracectr.lib=$(PROJECT_LIB_PATH)\tracectr.lib}
INCLUDES=$(INCLUDES); \
$(BASE_INC_PATH);
#MSC_WARNING_LEVEL=/W4
SOURCES= main.c \
process.c \
callbacks.cpp \
report.c \
mergetl.c \
transform.cpp \
C_DEFINES=-DWIN32 -DUNICODE -D_UNICODE