mirror of https://github.com/tongzx/nt5src
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.
22 lines
364 B
22 lines
364 B
TARGETNAME=sfmctrs
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
C_DEFINES= -DWIN32 -DSTRICT
|
|
USE_MSVCRT=1
|
|
|
|
MC_OPTIONS= $(MC_OPTIONS) -s
|
|
|
|
TARGETLIBS=\
|
|
$(PROJECT_LIB_PATH)\sfmapi.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib
|
|
|
|
INCLUDES=..\inc;$(DS_INC_PATH)
|
|
|
|
SOURCES=\
|
|
sfmctrs.mc \
|
|
datasfm.c \
|
|
perfsfm.c \
|
|
perfutil.c \
|
|
ver.rc
|