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.

33 lines
681 B

  1. ############################################################################
  2. #
  3. # Copyright (C) 1992, Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. NO_WINMAIN = TRUE
  9. #
  10. # Name of target. Include an extension (.dll, .lib, .exe)
  11. # If the target is part of the release, set RELEASE to 1.
  12. #
  13. TARGET = ctmem.lib
  14. TARGET_DESCRIPTION = "CT Memory Allocation Library"
  15. CXXFILES = .\ctmem.cxx
  16. #
  17. # Set the special flags we need
  18. #
  19. CFLAGS = $(CFLAGS)
  20. CINC = $(CINC)
  21. MTHREAD = 1
  22. PCHDIR = $(CTCOMTOOLS)\h
  23. PXXFILE = .\comtpch.cxx