!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 $(BASEDIR)\bak\bin\sources.tpl

!ENDIF

!include ..\ofs.mk

OFS_USER_SPACE=1
!include $(BASEDIR)\private\ofs$(OFSPRI)\ofs.mk

TARGET_DESCRIPTION="$(OFS_DESCRIPTION)Object File System Utility Dll"

MAJORCOMP=uofs
MINORCOMP=dll

TARGETNAME=uofs
TARGETPATH=obj
TARGETTYPE=DYNLINK

TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\kernel32.lib     \
           ..\..\..\ulib\src\obj\*\ulib.lib

LINKLIBS=..\ulibif\dll\obj\*\ulibif.lib

NO_CAIRO_LIBS=TRUE
DLLENTRY=InitializeUofs

C_DEFINES=$(C_DEFINES) $(OCFLAGS) -DOFSDMP=1

SOURCES=..\alloc.cxx            \
        ..\bitmap.cxx           \
        ..\bootblk.cxx          \
        ..\cat.cxx              \
        ..\catchk.cxx           \
        ..\cdatachk.cxx         \
        ..\chk.cxx              \
        ..\chkalloc.cxx         \
        ..\chkvol.cxx           \
        ..\cnvfatvo.cxx         \
        ..\cnvindx.cxx          \
        ..\cnvixstr.cxx         \
        ..\cnvolcat.cxx         \
        ..\cowstbl.cxx          \
        ..\critnbkt.cxx         \
        ..\dbllong.cxx          \
        ..\descstrm.cxx         \
        ..\dielst.cxx           \
        ..\dnbkt.cxx            \
        ..\donode.cxx           \
        ..\drv.cxx              \
        ..\drvbuf.cxx           \
        ..\extent.cxx           \
        ..\extstrm.cxx          \
        ..\fatdstrm.cxx         \
        ..\fatvfile.cxx         \
        ..\fmtalloc.cxx         \
        ..\fmtvol.cxx           \
        ..\hierchk.cxx          \
        ..\indx.cxx             \
        ..\ioobj.cxx            \
        ..\mainchk.cxx          \
        ..\mainfix.cxx          \
        ..\mextchk.cxx          \
        ..\mindxchk.cxx         \
        ..\miscstrm.cxx         \
        ..\msschk.cxx           \
        ..\mstrmchk.cxx         \
        ..\nbktstrm.cxx         \
        ..\newentry.cxx         \
        ..\numlst.cxx           \
        ..\omichk.cxx           \
        ..\rbldindx.cxx         \
        ..\simichk.cxx          \
        ..\strm.cxx             \
        ..\strmdesc.cxx         \
        ..\sys.cxx              \
        ..\uofs.cxx             \
        ..\uofslib.cxx          \
        ..\usidlst.cxx          \
        ..\vol.cxx              \
        ..\volchk.cxx           \
        ..\voldmp.cxx           \
        ..\volfmt.cxx           \
        ..\widlst.cxx           \
        ..\widstrm.cxx


INCLUDES=$(INCLUDES);..\;..\inc;$(BASEDIR)\private\ofs$(OFSPRI)\h;..\..\..\ulib\inc;$(BASEDIR)\private\ntos\inc

UMLIBS=obj\*\uofs.lib

UMTYPE=console

DLLDEF=obj\*\uofs.def

PRECOMPILED_INCLUDE=..\pch.cxx
