91 lines
1.6 KiB
Plaintext
91 lines
1.6 KiB
Plaintext
!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:
|
|
|
|
Steve Wood (stevewo) 12-Apr-1990
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=perfmon4
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
C_DEFINES= -DSECURITY -DSTRICT -DUNICODE=1 -D_UNICODE=1 -DADVANCED_PERFMON
|
|
|
|
WINVER_VERSION=0x0400
|
|
|
|
# uiexport.h is in netinc.
|
|
INCLUDES=$(NET_INC_PATH)
|
|
|
|
SOURCES=\
|
|
addline.c \
|
|
addlog.c \
|
|
alert.c \
|
|
bookmark.c \
|
|
chosecom.c \
|
|
command.c \
|
|
counters.c \
|
|
datasrc.c \
|
|
dialogs.c \
|
|
export.c \
|
|
fileopen.c \
|
|
fileutil.c \
|
|
grafdata.c \
|
|
grafdisp.c \
|
|
graph.c \
|
|
init.c \
|
|
intrline.c \
|
|
legend.c \
|
|
line.c \
|
|
log.c \
|
|
logoptns.c \
|
|
perfdata.c \
|
|
perfmon.c \
|
|
perfmops.c \
|
|
playback.c \
|
|
registry.c \
|
|
report.c \
|
|
rptfct.c \
|
|
rptoptns.c \
|
|
status.c \
|
|
system.c \
|
|
timefrm.c \
|
|
timeline.c \
|
|
toolbar.c \
|
|
utils.c \
|
|
valuebar.c \
|
|
perfmsg.mc \
|
|
perfmon.rc
|
|
|
|
UMTYPE=windows
|
|
UMENTRY=winmain
|
|
USE_MSVCRT=1
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\comdlg32.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SDK_LIB_PATH)\comctl32.lib \
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
MISCFILES=.\perfmon4.hlp
|
|
|
|
PASS0_HEADERDIR=$(O)
|
|
PASS0_SOURCEDIR=$(O)
|