31 lines
428 B
Plaintext
31 lines
428 B
Plaintext
#---------------------------------------------------------------------
|
|
#
|
|
# This makefile is for use with the SMSBUILD utility.
|
|
#
|
|
#---------------------------------------------------------------------
|
|
|
|
OPSYS=NT
|
|
|
|
TARGET=HttpPRes.dll
|
|
|
|
RELEASE=HealthMon\$(PLATFORM)\$(LANGDIR)
|
|
|
|
NO_OPTIM=1
|
|
|
|
UNICODE=1
|
|
|
|
CONSOLE=1
|
|
|
|
|
|
NOEXPORTS=1
|
|
|
|
CPPFILES=\
|
|
|
|
RCFILES=\
|
|
.\httppres.rc \
|
|
|
|
LIBS=\
|
|
|
|
|
|
LFLAGS=$(LFLAGS) /NOENTRY
|