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

54 lines
1.1 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=net
MINORCOMP=umt_stff
TARGETNAME=umt_stff
TARGETPATH=obj
TARGETTYPE=LIBRARY
!IFNDEF DISABLE_NET_UNICODE
UNICODE=1
NET_C_DEFINES=-DUNICODE
!ENDIF
INCLUDES=$(INCLUDES);$(BASEDIR)\private\ntos\inc
INCLUDES=$(INCLUDES);.\nulldir;.;..;..\..\..\inc;..\..\inc;..\..;
SOURCES= \
..\stuffer.c \
..\stfftest.c \
umt_stff.rc
UMTYPE=console
UMRES=$(O)\umt_stff.res
UMAPPL=umt_stff
UMLIBS=$(O)\umt_stff.lib $(SDK_LIB_PATH)\setargv.obj \
$(SDK_LIB_PATH)\ntdll.lib
PRECOMPILED_INCLUDE=..\precomp.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj