53 lines
1 KiB
Plaintext
53 lines
1 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1990 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.
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=bshell
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
SOURCES=prmptsup.c \
|
|
bshell.c \
|
|
tbreak.c \
|
|
tbuffer.c \
|
|
tcancel.c \
|
|
tclose.c \
|
|
tdevctrl.c \
|
|
tea.c \
|
|
tevent.c \
|
|
tfsctrl.c \
|
|
thandle.c \
|
|
tmisc.c \
|
|
tnotify.c \
|
|
topen.c \
|
|
toplock.c \
|
|
tpause.c \
|
|
tqdir.c \
|
|
tqfile.c \
|
|
tqvolume.c \
|
|
treparse.c \
|
|
tsetfile.c \
|
|
tsetvol.c \
|
|
tsparse.c \
|
|
tread.c \
|
|
ttime.c \
|
|
tusn.c \
|
|
twrite.c
|
|
|
|
UMENTRY=main
|
|
UMTYPE=console
|
|
TARGETLIBS=$(SDK_LIB_PATH)\ntdll.lib
|