makefile
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 1k
Category:

Windows Kernel

Development Platform:

Visual C++

  1. ##########################################################################
  2. #
  3. #       Microsoft Confidential
  4. #       Copyright (C) Microsoft Corporation 1996
  5. #       All Rights Reserved.
  6. #
  7. ##########################################################################
  8. !ifdef NTMAKEENV
  9. #
  10. # Build using BUILD.EXE (Do not edit this section of this file, edit SOURCES)
  11. #
  12. !INCLUDE $(NTMAKEENV)makefile.def
  13. !else # NTMAKEENV
  14. ROOT        = ......
  15. MSDEVMK     = sendmail.mak
  16. CFG_RETAIL  = "sendmail - Win32 Release" 
  17. CFG_DEBUG   = "sendmail - Win32 Debug"
  18. !include $(ROOT)devvcwrap.mk
  19. INCLUDE = ....inc;$(INCLUDE);$(ROOT)devinc;$(ROOT)devmsdevinclude
  20. !endif