32 lines
564 B
Plaintext
32 lines
564 B
Plaintext
|
!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
|