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.

31 lines
595 B

  1. !if 0
  2. Copyright (c) 1995 - 1999 Microsoft Corporation. All Rights Reserved.
  3. !endif
  4. ROOT=$(MAKEDIR:\tools\measure=)
  5. DISABLE_PCH=1
  6. NEVER_UNICODE=1
  7. !include $(ROOT)\common.inc
  8. TARGETNAME=measure
  9. TARGETPATH=obj
  10. TARGETTYPE=DYNLINK
  11. DLLDEF=measure.def
  12. DLLBASE=0x1c880000
  13. DLLENTRY=DllMain
  14. INCLUDES= \
  15. $(INCLUDES)
  16. C_DEFINES=$(C_DEFINES) /DPERF
  17. SOURCES= \
  18. measure.cpp \
  19. perf.c \
  20. measure.rc \
  21. TARGETLIBS= \
  22. $(SDK_LIB_PATH)\user32.lib \
  23. $(SDK_LIB_PATH)\gdi32.lib \
  24. $(SDK_LIB_PATH)\advapi32.lib \
  25. $(SDK_LIB_PATH)\kernel32.lib