00001 !
IF 0
00002 
00003 
Copyright (c) 1989  Microsoft Corporation
00004 
00005 Module 
Name:
00006 
00007     sources.
00008 
00009 Abstract:
00010 
00011     This 
file specifies 
the target component being built and 
the list of
00012     sources files needed to build that component.  Also specifies optional
00013     compiler switches and libraries that are unique 
for the component being
00014     built.
00015 
00016 
00017 Author:
00018 
00019     Steve Wood (stevewo) 12-Apr-1990
00020 
00021 NOTE:   Commented description of 
this file is in \nt\bak\bin\sources.tpl
00022 
00023 !ENDIF
00024 
00025 MAJORCOMP=ntos
00026 MINORCOMP=ob
00027 
00028 TARGETNAME=ob
00029 TARGETTYPE=LIBRARY
00030 
00031 INCLUDES=..;$(BASEDIR)\
private\ntos\inc;$(BASEDIR)\
private\inc
00032 GPSIZE=32
00033 
00034 MSC_WARNING_LEVEL=/W3 /WX
00035 
00036 C_DEFINES=$(C_DEFINES) -D_NTSYSTEM_
00037 
00038 SOURCES=..\obinit.c   \
00039         ..\obcreate.c \
00040         ..\obhandle.c \
00041         ..\obinsert.c \
00042         ..\obref.c    \
00043         ..\obse.c     \
00044         ..\obtype.c   \
00045         ..\obdir.c    \
00046         ..\obdevmap.c \
00047         ..\oblink.c   \
00048         ..\obclose.c  \
00049         ..\obquery.c  \
00050         ..\obsdata.c  \
00051         ..\obwait.c
00052 
00053 PRECOMPILED_INCLUDE=..\obp.h
00054 PRECOMPILED_PCH=obp.pch
00055 PRECOMPILED_OBJ=obp.obj
00056 
00057 OPTIONAL_NTTEST=tob
00058 UMTEST=uob
00059 
00060 SOURCES_USED=..\sources.inc