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.
44 lines
855 B
44 lines
855 B
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1998 - 1999
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=ifilttst
|
|
USE_MSVCRT=1
|
|
TARGETPATH=obj
|
|
UNICODE=1
|
|
USE_UNICODE=1
|
|
|
|
MINORCOMP=ifilttst
|
|
TARGETNAME=ifilttst
|
|
TARGETTYPE=PROGRAM
|
|
UMENTRY=wmain
|
|
|
|
SOURCES=filttest.cxx\
|
|
ifilttst.cxx\
|
|
filtpars.cxx\
|
|
utility.cxx\
|
|
statchnk.cxx\
|
|
clog.cxx \
|
|
memsnap.cxx \
|
|
nlfilter.cxx \
|
|
filttest.rc
|
|
|
|
UMTYPE=console
|
|
|
|
UMLIBS= $(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\query.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(UMLIBS)
|
|
|
|
USER_C_FLAGS=$(USER_C_FLAGS) /EHsc
|
|
|