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.

44 lines
1.0 KiB

  1. ############################################################################
  2. #
  3. # Copyright (C) 1992, Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. !ifdef BUILD_MAKE
  9. #
  10. # CTCOMTOOLSREL is the target directory for files released from the
  11. # COMTOOLS project
  12. #
  13. CTCOMTOOLSREL=comtools
  14. !else # win40.mk
  15. #
  16. # Common makefile defintions for the CT Component Object Model TOOLS
  17. #
  18. # Similar to win40.mk, but only for the COMTOOLS project.
  19. #
  20. # set CTCOMMON to nothing so that we do not pick up any bad headers from
  21. # default CINC in win40.mk
  22. ## set so that always use Quick libraries , can override with QUICKLIB=0
  23. QUICKLIB=1
  24. PORTINC=$(IMPORT)\vc150\portinc
  25. INCLUDES_ROOTS = $(INCLUDES_ROOTS) -P$$(PORTINC)=$(PORTINC)
  26. # MULTIDEPEND = MERGED so we get multiple platforms with minimal depends
  27. MULTIDEPEND = MERGED
  28. CFLAGS = $(CFLAGS) -DWIN16
  29. CINC = -I$(CTCOMTOOLS)\h -I$(PORTINC) $(CINC)
  30. !endif # win40.mk