!IF 0

Copyright (c) 1989-92  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 \nt\public\oak\bin\sources.tpl

!ENDIF

MAJORCOMP=JET
MINORCOMP=DAE

TARGETNAME=DAE
TARGETPATH=$(BASEDIR)\public\sdk\lib
TARGETTYPE=LIBRARY
LINKLIBS =

TARGETLIBS=

MSC_WARNING_LEVEL=/W3 /WX
INCLUDES= $(BASEDIR)\private\inc; ..\inc; ..\..\jet\inc

C_DEFINES=$(C_DEFINES) -D_DLL

!IF "$(NTDEBUG)" != ""
NTDEBUG=ntsd
NTDEBUGTYPE=both
!ENDIF

SOURCES= \
    bm.c         \
    bt.c         \
    btsplit.c    \
    buf.c        \
    daeutil.c    \
    dbapi.c      \
    dir.c        \
    fcb.c        \
    fcreate.c    \
    fdelete.c    \
    fileopen.c   \
    flddef.c     \
    flddnorm.c   \
    fldext.c     \
    fldmod.c     \
    fldnorm.c    \
    frename.c    \
    fucb.c       \
    gmem.c       \
    info.c       \
    io.c         \
    log.c        \
    logapi.c     \
    logutil.c    \
    lv.c         \
    mcm.c        \
    node.c       \
    page.c       \
    pib.c        \
    recdel.c     \
    recget.c     \
    recmisc.c    \
    recupd.c     \
    redo.c       \
    redut.c      \
    sort.c       \
    sortapi.c    \
    space.c      \
    stats.c      \
    sysinit.c    \
    systab.c     \
    sysw32.c     \
    tm.c         \
    ttapi.c      \
    ver.c

UMTYPE=console


