2020-09-30 17:12:29 +02:00

106 lines
2.2 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

!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
//INCLUDES=$(BASEDIR)\public\sdk\inc;$(BASEDIR)\private\ntos\inc
!ENDIF
MAJORCOMP=utils
MINORCOMP=perfmon
TARGETNAME=perfmon
TARGETPATH=obj
TARGETTYPE=LIBRARY
TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\comdlg32.lib \
$(BASEDIR)\public\sdk\lib\*\comctl32.lib \
$(BASEDIR)\public\sdk\lib\*\shell32.lib
!IF 0
TARGETLIBS=
!ENDIF
INCLUDES=$(BASEDIR)\private\inc
!IF 0
C_DEFINES=-DUNICODE=1 -D_UNICODE=1 -DSECURITY
!ELSE
C_DEFINES= -DSECURITY -DWIN32 -DSTRICT -DUNICODE=1 -D_UNICODE=1 -DADVANCED_PERFMON -DWINVER=0x0400
!ENDIF
NTTARGETFILE0=perfc009.dat perfh009.dat perfmsg.h perfmsg.rc msg00001.bin
SOURCES=addline.c \
addlog.c \
alert.c \
bookmark.c \
command.c \
counters.c \
datasrc.c \
dialogs.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 \
export.c \
chosecom.c \
perfmon.rc
UMTYPE=windows
UMENTRY=winmain
UMAPPL=perfmon
USE_CRTDLL=yes
EXEPROFILEINPUT=yes
UMLIBS=$(BASEDIR)\public\sdk\lib\*\comdlg32.lib \
$(BASEDIR)\public\sdk\lib\*\shell32.lib \
$(BASEDIR)\public\sdk\lib\*\comctl32.lib \
$(BASEDIR)\public\sdk\lib\*\ntdll.lib \
obj\*\perfmon.lib \
obj\*\perfmon.res