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.

52 lines
1.3 KiB

  1. MAJORCOMP = cairole
  2. MINORCOMP = com
  3. #
  4. # This is the name of the target built from the source files specified
  5. # below. The name should include neither the path nor the file extension.
  6. #
  7. TARGETNAME= perfcli
  8. TARGETPATH= obj
  9. #
  10. # This specifies the type of the target, such as PROGRAM, DYNLINK, LIBRARY,
  11. # etc.
  12. #
  13. TARGETTYPE= PROGRAM
  14. INCLUDES= ..\idl;$(BASEDIR)\private\cinc
  15. C_DEFINES= \
  16. $(C_DEFINES) \
  17. -DFLAT \
  18. -DWIN32=100 \
  19. -D_NT1X_=100 \
  20. -DUNICODE \
  21. -D_UNICODE \
  22. -DNOEXCEPTIONS \
  23. -DCAIROLE_DOWNLEVEL
  24. SOURCES= \
  25. perfcli.cxx
  26. UMTYPE= console
  27. UMLIBS= \
  28. ..\perfuuid\$(O)\perfuuid.lib \
  29. $(SDK_LIB_PATH)\uuid.lib \
  30. $(SDK_LIB_PATH)\ole32.lib \
  31. $(SDK_LIB_PATH)\rpcndr.lib \
  32. $(SDK_LIB_PATH)\rpcrt4.lib \
  33. $(SDK_LIB_PATH)\rpcns4.lib \
  34. $(SDK_LIB_PATH)\mpr.lib \
  35. $(SDK_LIB_PATH)\netapi32.lib \
  36. $(SDK_LIB_PATH)\kernel32.lib \
  37. $(SDK_LIB_PATH)\user32.lib \
  38. $(SDK_LIB_PATH)\advapi32.lib \
  39. $(SDK_LIB_PATH)\libc.lib