WindowsXP-SP1/admin/hmonitor/hmsnapinres/makefile.sms
2020-09-30 16:53:49 +02:00

30 lines
469 B
Plaintext

#---------------------------------------------------------------------
#
# 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)