Source code of Windows XP (NT5)
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.

42 lines
936 B

  1. TARGETNAME=wlbs
  2. TARGETPATH=obj
  3. TARGETTYPE=DRIVER
  4. #C_DEFINES=$(C_DEFINES) -DKERNEL_MODE -DUNICODE -DNLB_SESSION_SUPPORT
  5. C_DEFINES=$(C_DEFINES) -DKERNEL_MODE -DUNICODE
  6. !IF "$(INTERNAL)"=="1"
  7. !MESSAGE *** WARNING - BUILDING INTERNAL VERSION ***
  8. C_DEFINES=$(C_DEFINES) -DINTERNAL
  9. !ENDIF
  10. TARGETLIBS=\
  11. $(DDK_LIB_PATH)\ndis.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. main.c \
  23. nic.c \
  24. params.c \
  25. prot.c \
  26. tcpip.c \
  27. univ.c \
  28. version.rc
  29. #
  30. # The following statement specifies the list of files to be preprocessed
  31. # for tracing macros. See http://coreos/tech/tracing/ for details.
  32. # The ini file tracewpp.ini explains to the preprocessor how to interpret
  33. # various trace macros, like LOG_CRIT.
  34. #
  35. RUN_WPP= $(SOURCES) -km -ini:tracewpp.ini