!if 0
Copyright (c) Microsoft Corporation.  All rights reserved.
!endif
!if 0
This source code is licensed under Microsoft Shared Source License
Version 1.0 for Windows CE.
For a copy of the license visit http://go.microsoft.com/fwlink/?LinkId=3223.
!endif
!IF 0
--------------------------------------------------------------------
                                                                    
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF 
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO 
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A      
PARTICULAR PURPOSE.                                                 
                                                                    
--------------------------------------------------------------------

TBD replace tuxdllname by actual test name
TBD add to SOURCES, INCLUDES and TARGETLIBS as required

!ENDIF

WINCEOEM=1
TARGETTYPE=LIBRARY
TARGETNAME=ndp_lib

C_DEFINES= \
    -DUNICODE \
    -D_UNICODE

SOURCES= \
   ndp_lib.cxx \
   log.cxx \
   utils.cxx \
   Ntnetcfgapi.cpp

INCLUDES= \
   ..\inc;

!IF "$(_TGTOS)" == "NT" || "$(_TGTOS)" == "NTANSI"

TARGETTHREADMODEL=MT
WINCETARGETFILE0= \
            copysys
       
!ELSE


!ENDIF

RELEASETYPE=CETK