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.

50 lines
1.1 KiB

  1. TARGETNAME=wlbs
  2. TARGETPATH=obj
  3. TARGETTYPE=DRIVER
  4. C_DEFINES=$(C_DEFINES) -DKERNEL_MODE -DUNICODE -DNDIS_WDM -DNLB_TCP_NOTIFICATION -DNLB_HOOK_ENABLE
  5. !IF "$(INTERNAL)"=="1"
  6. !MESSAGE *** WARNING - BUILDING INTERNAL VERSION ***
  7. C_DEFINES=$(C_DEFINES) -DINTERNAL
  8. !ENDIF
  9. TARGETLIBS=\
  10. $(DDK_LIB_PATH)\ndis.lib \
  11. $(DDK_LIB_PATH)\wmilib.lib
  12. #
  13. # Define this to get preprocessor output (creates files with ".i" extension)
  14. # USER_C_FLAGS=$(USER_C_FLAGS) -P
  15. INCLUDES=..\inc
  16. SOURCES=\
  17. trace.c \
  18. init.c \
  19. load.c \
  20. log.c \
  21. log_msgs.mc \
  22. diplist.c \
  23. main.c \
  24. nic.c \
  25. params.c \
  26. prot.c \
  27. tcpip.c \
  28. univ.c \
  29. nlbwmi.c \
  30. nlbwmi.mof \
  31. version.rc
  32. NTTARGETFILE0=\
  33. nlbwmimof.h
  34. #
  35. # The following statement specifies the list of files to be preprocessed
  36. # for tracing macros. See http://coreos/tech/tracing/ for details.
  37. # The ini file tracewpp.ini explains to the preprocessor how to interpret
  38. # various trace macros, like LOG_CRIT.
  39. #
  40. RUN_WPP= $(SOURCES) -km -ini:tracewpp.ini