46 lines
1 KiB
Plaintext
46 lines
1 KiB
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
|
|
|
|
SYNCHRONIZE_DRAIN=1
|
|
|
|
MINORCOMP=ntquery
|
|
TARGETNAME=ntquery
|
|
TARGETLIB=$(SDK_LIB_PATH)\ntquery.lib
|
|
TARGETTYPE=LIBRARY
|
|
TARGETPATHLIB=$(_OBJ_DIR)
|
|
DLLDEF=$(_OBJ_DIR)\*\ntquery.def
|
|
NTTARGETFILE1 = $(_OBJ_DIR)\*\ntquery.def\
|
|
$(TARGETPATHLIB)\$(TARGET_DIRECTORY)\ntquery.lib
|
|
C_DEFINES=$(C_DEFINES) -DCI_EXPORT_ONLY
|
|
|
|
PASS1_PUBLISH=\
|
|
{$(O)\$(TARGETNAME).lib=$(SDK_LIB_DEST)\$(ALT_PROJECT_TARGET)\$(TARGET_DIRECTORY)\$(TARGETNAME).lib}
|
|
|
|
|
|
|
|
SOURCES=
|
|
|
|
UMLIBS=..\..\icommand\$(_OBJ_DIR)\*\icommand.lib\
|
|
..\..\query\lib\$(_OBJ_DIR)\*\qlib2.lib\
|
|
..\..\query\ci\$(_OBJ_DIR)\*\catadmin.obj\
|
|
..\..\qutil\querylib\$(_OBJ_DIR)\*\querylib.lib
|
|
|
|
# Ships in the SDK
|
|
BUFFER_OVERFLOW_CHECKS=0
|