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.

51 lines
1.1 KiB

  1. TARGETNAME=twlbssys
  2. TARGETTYPE=PROGRAM
  3. TARGETPATH=obj
  4. UMTYPE=console
  5. UMENTRY=wmain
  6. USE_MSVCRT=1
  7. C_DEFINES=$(C_DEFINES) -DTEST_HARNESS -DUNICODE -D_UNICODE
  8. #
  9. # Define this to generate .cod files
  10. #
  11. # USER_C_FLAGS=$(USER_C_FLAGS) /FAcs
  12. #
  13. INCLUDES= .; \
  14. ..; \
  15. ..\..\inc; \
  16. ..\..\..\inc; \
  17. $(SDK_INC_PATH); \
  18. !if $(IA64)
  19. LINKER_STACKSIZE = -stack:0x100000,0x20000
  20. !else
  21. LINKER_STACKSIZE = -stack:0x100000,0x10000
  22. !endif
  23. #
  24. # Don't include iphlpapi.lib -- include icmp.lib instead, or else
  25. # it won't run on W2K.
  26. #
  27. TARGETLIBS= \
  28. $(SDK_LIB_PATH)\USER32.lib \
  29. $(SDK_LIB_PATH)\kernel32.lib
  30. SOURCES= \
  31. tdiplist.c \
  32. twlbssys.c \
  33. ..\diplist.c
  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. # The "-gen..." is so that this will work on BOTH w2k and XP.
  40. #
  41. RUN_WPP= $(SOURCES) -ini:..\tracewpp.ini -gen:{um-w2k.tpl}*.tmh