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.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= perfsrv
  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. perfsrv.cxx \
  26. wterm.c
  27. UMTYPE= windows
  28. UMENTRY= winmain
  29. UMLIBS= \
  30. ..\perfuuid\$(O)\perfuuid.lib \
  31. $(SDK_LIB_PATH)\uuid.lib \
  32. $(SDK_LIB_PATH)\ole32.lib \
  33. $(SDK_LIB_PATH)\rpcrt4.lib \
  34. $(SDK_LIB_PATH)\rpcns4.lib \
  35. $(SDK_LIB_PATH)\mpr.lib \
  36. $(SDK_LIB_PATH)\netapi32.lib \
  37. $(SDK_LIB_PATH)\kernel32.lib \
  38. $(SDK_LIB_PATH)\user32.lib \
  39. $(SDK_LIB_PATH)\advapi32.lib