TARGETNAME=wanec
TARGETTYPE=DRIVER_LIBRARY
TARGETPATH=obj

TARGETLIBS=$(DDK_LIB_PATH)\ntoskrnl.lib

MSC_WARNING_LEVEL=-W3 -WX

#make sure no optimization done, even in "Free" build:
MSC_OPTIMIZATION=/Odi

C_DEFINES=$(C_DEFINES) -D__WINDOWS__ -D__KERNEL__ -DVIRTUAL_IF_DRV

#current value of OCTASIC_INCLUDE
#D:\development\wanpipe_common\wanec\oct6100_api.PR48\

INCLUDES=$(DDK_INC_PATH);\
d:\development\wanpipe_windows\include;\
d:\development\wanpipe_common\include;\
d:\development\wanpipe_common\wanec;\
$(OCTASIC_INCLUDE)\include;\
$(OCTASIC_INCLUDE)\include\oct6100api;\
$(OCTASIC_INCLUDE)\octdeviceapi\oct6100api;\
$(OCTASIC_INCLUDE)\apilib\llman;\
$(OCTASIC_INCLUDE)\include\apilib;\
$(OCTASIC_INCLUDE)\include\octrpc;\
$(OCTASIC_INCLUDE)\apilib\bt

SOURCES= wanec_iface.c \
wanec_cmd.c	\
wanec_dev.c	\
wanec_utils.c


