windows-nt/Source/XPSP1/NT/admin/hmonitor/hmsnapinres/makefile.sms

30 lines
440 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
#---------------------------------------------------------------------
#
# 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)