!if 0
Copyright (c) Microsoft Corporation.  All rights reserved.
!endif
!if 0
Use of this source code is subject to the terms of your Microsoft Windows CE
Source Alliance Program license form.  If you did not accept the terms of
such a license, you are not authorized to use this source code.
!endif
TARGETNAME=ndtserver
TARGETTYPE=PROGRAM

CDEFINES= \
    -DUNICODE \
    -D_UNICODE \
    -DMINITUX

INCLUDES= \
    ..\inc; \
    ..\common; \
    $(_PUBLICROOT)\common\sdk\inc; \
    $(_PUBLICROOT)\common\oak\inc; 

SOURCES= \
    Server.cpp \
    Deamon.cpp \
    Utils.cpp \
    Log.cpp

TARGETLIBS= \
    $(_PROJECTOAKROOT)\lib\$(_CPUINDPATH)\NDTLib.lib \
    $(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\winsock.lib \
    $(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib
