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.
49 lines
1.1 KiB
49 lines
1.1 KiB
!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.
|
|
|
|
|
|
Author:
|
|
|
|
Steve Wood (stevewo) 12-Apr-1990
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=ntos
|
|
MINORCOMP=prefix
|
|
|
|
TARGETNAME=dfskmprefix
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=LIBRARY
|
|
UNICODE=1
|
|
C_DEFINES=-DUNICODE -DKERNEL_MODE
|
|
MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /W3 /WX
|
|
|
|
INCLUDES=..;..\..\..\inc;$(IFSKIT_INC_PATH);$(PROJECT_ROOT)\ntos\inc
|
|
|
|
RUN_WPP=$(SOURCES) -odir:$(O) \
|
|
-func:DFS_TRACE_HIGH{LEVEL=1}(FLAGS,MSG,...) \
|
|
-func:DFS_TRACE_NORM{LEVEL=2}(FLAGS,MSG,...) \
|
|
-func:DFS_TRACE_LOW{LEVEL=4}(FLAGS,MSG,...) \
|
|
-func:DFS_TRACE_ERROR_HIGH{LEVEL=1}(ERROR,FLAGS,MSG,...) \
|
|
-ctl:aa9d74ad-a817-4c1d-b95c-79f98c4665fa
|
|
|
|
|
|
SOURCES= \
|
|
..\prefix.c
|
|
|
|
|
|
|