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.

55 lines
1.1 KiB

  1. #----------------------------------------------------------------------------
  2. #
  3. # Description:
  4. #
  5. #
  6. #
  7. # History:
  8. #
  9. # 4/23/00 dangriff created
  10. #
  11. #----------------------------------------------------------------------------
  12. MAJORCOMP=csptestsuite
  13. MINORCOMP=EXE
  14. #------------------------------------
  15. # Specifying the exe name
  16. #------------------------------------
  17. TARGETNAME=csptestsuite
  18. TARGETPATH=..\bin
  19. TARGETTYPE=PROGRAM
  20. #------------------------------------
  21. # Specifying the helper and other libraries to use
  22. #------------------------------------
  23. LINKLIBS=\
  24. $(CLIBS)
  25. #------------------------------------
  26. # All the #defines
  27. #------------------------------------
  28. C_DEFINES= $(C_DEFINES) -DUNICODE -D_UNICODE
  29. #------------------------------------
  30. # Path to additional headers
  31. #------------------------------------
  32. INCLUDES=$(NTINCLUDES);ezlog
  33. TARGETLIBS=\
  34. $(SDK_LIB_PATH)\user32.lib \
  35. $(SDK_LIB_PATH)\advapi32.lib \
  36. ezlog\*\ntlog.lib
  37. SOURCES=\
  38. $(TARGETNAME).c \
  39. logging.c \
  40. interop.c \
  41. utils.c
  42. UMTYPE=console
  43. UMENTRY=wmain
  44. NOT_LEAN_AND_MEAN=1
  45. UMTEST=
  46. UMAPPL=
  47. UMLIBS=
  48. USE_MSVCRT=1