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

50 lines
1016 B
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
MINORCOMP=prefix
TARGETNAME=dfsumprefix
TARGETPATH=$(_OBJ_DIR)
TARGETTYPE=LIBRARY
UNICODE=1
C_DEFINES=-DUNICODE -DPREFIX_TABLE_HEAP_MEMORY
!include ..\..\..\sources.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 \
..\name_table.c