!IF 0

Copyright (c) 1996  Microsoft Corporation

!ENDIF

ROOT=$(MAKEDIR:\src\dlay\nile2std=)
!include $(ROOT)\common.inc

TARGETNAME=nile2std
TARGETPATH=obj
TARGETTYPE=LIBRARY

INCLUDES= \
    $(ROOT)\src\dlay\include; \
    $(ROOT)\src\core\include; \
    $(ROOT)\external\inc; \
    $(ROOT)\types\$(O); \
    $(ROOT)\src\dlay\nile2std; \
    $(ROOT)\src\dlay\dl; \
    $(ROOT)\src\dlay\std; \
    $(BASEDIR)\private\windows\inc; \

SOURCES= \
    change.cxx \
    coerce.cxx \
    colinfo.cxx \
    locate.cxx \
    newrow.cxx \
    property.cxx \
    rowhndl.cxx \
    rowset.cxx \
    scroll.cxx \
    seek.cxx \
    stdevent.cxx \
    async.cxx \
    testnile.cxx

PRECOMPILED_OPTION=/Yudlaypch.hxx /Fp..\include\$(O)\headers.pch
PRECOMPILED_CXX=1
