44 lines
797 B
Plaintext
44 lines
797 B
Plaintext
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1989 - 1999
|
|
|
|
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
|
|
|
|
!INCLUDE ..\..\..\user.mk
|
|
|
|
BINPLACE_PLACEFILE = ..\isplfl.txt
|
|
ALT_PROJECT_TARGET=query
|
|
|
|
SOURCES=
|
|
TARGETTYPE=NOTARGET
|
|
|
|
#
|
|
# WHEN THIS IS MODIFIED, ALSO MODIFY ..\Setup\Makefile.inc
|
|
#
|
|
|
|
MISCFILES= \
|
|
admin.htm \
|
|
is2admin.css \
|
|
is2logo.gif \
|
|
is2side.gif \
|
|
merge.ida \
|
|
navbara.htm \
|
|
scan.htx \
|
|
scan.ida \
|
|
scan.idq \
|
|
state.htx \
|
|
state.ida \
|
|
unfilt.htx \
|
|
unfilt.idq
|