Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

45 lines
1.0 KiB

!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