Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
# Copyright (c) 2000-2001, Microsoft Corporation, all rights reserved # # sources file # ATM - Ethernet Encaspulation Intermediate Driver # BUILD command sources file # # 03/23/00 ADube
TARGETNAME=atmepvc TARGETPATH=obj TARGETTYPE=DRIVER
TARGETLIBS=$(DDK_LIB_PATH)\ndis.lib C_DEFINES=$(C_DEFINES) -DNDIS50 -DNDIS_MINIPORT_DRIVER -DNDIS50_MINIPORT C_DEFINES=$(C_DEFINES) -DBINARY_COMPATIBLE=1
INCLUDES=..\..\inc;..\..\..\inc
SOURCES=driver.c \ protocol.c \ miniport.c \ rm.c \ util.c \ wrapper.c \ client.c \ atmepvc.rc
MSC_WARNING_LEVEL=/W3 /WX
PRECOMPILED_INCLUDE=precomp.h PRECOMPILED_PCH=precomp.pch PRECOMPILED_OBJ=precomp.obj
|