65 lines
1.3 KiB
Plaintext
65 lines
1.3 KiB
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1989 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
sources.
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
This file specifies the target component being built and the list of
|
||
|
sources files needed to build that component. Also specifies optional
|
||
|
compiler switches and libraries that are unique for the component being
|
||
|
built.
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
TARGETNAME=mobutil
|
||
|
TARGETTYPE=LIBRARY
|
||
|
TARGETPATH=obj
|
||
|
|
||
|
#if need to run as single binary uncomment the
|
||
|
# version information.
|
||
|
#SUBSYSTEM_VERSION= 4.00
|
||
|
#WIN32_IE_VERSION=0x0400
|
||
|
#WIN32_WIN95_VERSION=0x0400
|
||
|
|
||
|
INCLUDES=$(INCLUDES);.;..\h;$(O)
|
||
|
|
||
|
PRECOMPILED_INCLUDE=lib.h
|
||
|
PRECOMPILED_CXX=1
|
||
|
|
||
|
USE_MSVCRT=1
|
||
|
|
||
|
IDL_TYPE=RPC
|
||
|
|
||
|
# using the robust flag causes the proxy/stub to only run on NT 5.0 and higher.
|
||
|
# if want single binary to run on all platforms need
|
||
|
# add -DNT35_STRICT. The robust flag is automatically included when
|
||
|
# the system version information is turned off up above.
|
||
|
MIDL_FLAGS=-DMIDL_PASS -DREGISTER_PROXY_DLL
|
||
|
|
||
|
PASS0_CLIENTDIR=$(O)
|
||
|
PASS0_SERVERDIR=$(O)
|
||
|
PASS0_HEADERDIR=$(O)
|
||
|
|
||
|
C_DEFINES= $(C_DEFINES) -DUNICODE -D_UNICODE
|
||
|
|
||
|
MSC_WARNING_LEVEL=/W3 /WX
|
||
|
|
||
|
SOURCES=alloc.cpp \
|
||
|
critsect.cxx \
|
||
|
debug.cpp \
|
||
|
listview.cpp \
|
||
|
netapi.cpp \
|
||
|
stringc.c \
|
||
|
util.cxx \
|
||
|
validate.cpp \
|
||
|
widewrap.cpp \
|
||
|
$(O)\notify_c.c
|
||
|
|
||
|
NTTARGETFILE0= \
|
||
|
$(O)\notify.idl \
|
||
|
$(O)\notify.h \
|