_COMMONPUBROOT=$(_PROJECTROOT)\cesysgen
__PROJROOT=$(_PROJECTROOT)
RELEASETYPE=LOCAL
_ISVINCPATH=$(_WINCEROOT)\public\common\sdk\inc;
_OEMINCPATH=$(_WINCEROOT)\public\common\oak\inc;$(_WINCEROOT)\public\common\sdk\inc;
TARGETNAME=int15dl

FILE_VIEW_RESOURCE_FOLDER= \

FILE_VIEW_INCLUDES_FOLDER= \
    int15dl.h \
    register.h \
    int15_800.h \
    int15_801.h \

SOURCES= \
    int15dl.cpp \
    i15comon.cpp \
    int15_800.cpp \
    int15_801.cpp \

CDEFINES=$(CDEFINES) -Dint15dl_EXPORTS
TARGETLIBS= \
    $(_PROJECTROOT)\cesysgen\sdk\lib\$(_CPUINDPATH)\coredll.lib \
    $(_SYSGENOAKROOT)\lib\$(_CPUINDPATH)\ceddk.lib \

INCLUDES= \
    $(_SYSGENDDKROOT)\inc; \
    $(_SYSGENOAKROOT)\inc; \

TARGETTYPE=DYNLINK

FILE_VIEW_PARAMETER_FOLDER= \
    int15dl.bib \
    int15dl.reg \
    int15dl.def \
    ProjSysgen.bat \

