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.
29 lines
440 B
29 lines
440 B
#---------------------------------------------------------------------
|
|
#
|
|
# This makefile is for use with the SMSBUILD utility.
|
|
#
|
|
#---------------------------------------------------------------------
|
|
|
|
TARGET=HMSnapInRes.dll
|
|
|
|
RELEASE=HealthMon\$(PLATFORM)\$(LANGDIR)
|
|
|
|
NO_OPTIM=1
|
|
|
|
UNICODE=1
|
|
|
|
USEMFC=1
|
|
|
|
RCFILES=\
|
|
.\HMSnapInRes.rc \
|
|
|
|
RCFLAGS= /D _MAC
|
|
|
|
CPPFILES=\
|
|
.\stdafx.cpp \
|
|
.\HMSnapInRes.cpp \
|
|
|
|
LIBS= \
|
|
$(MFCDLL) \
|
|
$(CONLIBS)
|
|
|