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.
31 lines
595 B
31 lines
595 B
!if 0
|
|
Copyright (c) 1995 - 1999 Microsoft Corporation. All Rights Reserved.
|
|
!endif
|
|
|
|
ROOT=$(MAKEDIR:\tools\measure=)
|
|
DISABLE_PCH=1
|
|
NEVER_UNICODE=1
|
|
!include $(ROOT)\common.inc
|
|
|
|
TARGETNAME=measure
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
DLLDEF=measure.def
|
|
DLLBASE=0x1c880000
|
|
DLLENTRY=DllMain
|
|
|
|
INCLUDES= \
|
|
$(INCLUDES)
|
|
|
|
C_DEFINES=$(C_DEFINES) /DPERF
|
|
|
|
SOURCES= \
|
|
measure.cpp \
|
|
perf.c \
|
|
measure.rc \
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib
|