2025-04-27 07:49:33 -04:00

50 lines
1.0 KiB
Plaintext

!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 -D_NTDRIVER_
MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /W3 /WX
INCLUDES=..;..\..\..\inc;$(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