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
533 B

  1. !if 0
  2. Copyright (c) 1995 - 1997 Microsoft Corporation. All Rights Reserved.
  3. !endif
  4. !ifdef NTMAKEENV
  5. !include $(NTMAKEENV)\makefile.def
  6. !else
  7. !ifndef QUARTZ
  8. QUARTZ = ..\..
  9. !endif
  10. NO_QUARTZ_LIBS = 1
  11. DISABLE_PCH = 1
  12. PERF = 1
  13. TARGET_NAME = Measure
  14. TARGET_TYPE = DYNLINK
  15. TARGET_GOAL = SDK
  16. SRC_FILES = measure.cpp perf.c
  17. RC_FILE = measure.rc
  18. DEF_FILE = measure.def
  19. C_OPTIMIZATION = -Oxi
  20. DLL_ENTRY = DllMain
  21. DLL_BASE = 0x1c880000
  22. !include "$(QUARTZ)\quartz.mak"
  23. !endif # NTMAKEENV