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.
39 lines
599 B
39 lines
599 B
#---------------------------------------------------------------------
|
|
#
|
|
# This makefile is for use with the SMSBUILD utility.
|
|
#
|
|
#---------------------------------------------------------------------
|
|
|
|
TARGET=Splitter.ocx
|
|
|
|
RELEASE=HEALTHMON\$(PLATFORM)
|
|
|
|
NO_OPTIM=1
|
|
|
|
UNICODE=1
|
|
|
|
USEMFC=1
|
|
|
|
DEFFILE=.\Splitter.def \
|
|
|
|
RCFILES=\
|
|
.\Splitter.rc \
|
|
|
|
RCFLAGS= /D _MAC
|
|
|
|
ODLFILES=.\splitter.odl
|
|
|
|
CPPFILES=\
|
|
.\CtrlWnd.cpp \
|
|
.\Splitter.cpp \
|
|
.\SplitterCtl.cpp \
|
|
.\SplitterPpg.cpp \
|
|
.\SplitterWndEx.cpp \
|
|
.\StdAfx.cpp \
|
|
|
|
LIBS= \
|
|
$(MFCDLL) \
|
|
$(CONLIBS) \
|
|
|
|
tree:
|
|
release splitter.lic HealthMon\Common
|