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.

36 lines
803 B

  1. # Copyright (c) 2000-2001, Microsoft Corporation, all rights reserved
  2. #
  3. # sources file
  4. # ATM - Ethernet Encaspulation Intermediate Driver
  5. # BUILD command sources file
  6. #
  7. # 03/23/00 ADube
  8. TARGETNAME=atmepvc
  9. TARGETPATH=obj
  10. TARGETTYPE=DRIVER
  11. TARGETLIBS=$(DDK_LIB_PATH)\ndis.lib
  12. C_DEFINES=$(C_DEFINES) -DNDIS50 -DNDIS_MINIPORT_DRIVER -DNDIS50_MINIPORT
  13. C_DEFINES=$(C_DEFINES) -DBINARY_COMPATIBLE=1
  14. INCLUDES=..\..\inc;..\..\..\inc
  15. SOURCES=driver.c \
  16. protocol.c \
  17. miniport.c \
  18. rm.c \
  19. util.c \
  20. wrapper.c \
  21. client.c \
  22. atmepvc.rc
  23. MSC_WARNING_LEVEL=/W3 /WX
  24. PRECOMPILED_INCLUDE=precomp.h
  25. PRECOMPILED_PCH=precomp.pch
  26. PRECOMPILED_OBJ=precomp.obj