40 lines
732 B
Plaintext
40 lines
732 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:
|
||
|
|
||
|
Mike Seaman (mikese) 13-Jan-94
|
||
|
|
||
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
TARGETNAME=dfs
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=LIBRARY
|
||
|
|
||
|
INCLUDES=.;..\driver;..\h;..\dfsm\h;$(IFSKIT_INC_PATH)
|
||
|
|
||
|
SOURCES= libsup.c \
|
||
|
udfsmrsh.c \
|
||
|
udfsrtl.c \
|
||
|
uminfo.c \
|
||
|
upkt.c
|
||
|
|
||
|
USE_MSVCRT=1
|
||
|
|
||
|
!include ..\sources.inc
|