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.
52 lines
1.1 KiB
52 lines
1.1 KiB
!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
|