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

Windows Kernel

Development Platform:

Visual C++

  1. #
  2. # This is the makefile for the old structure on \trango
  3. #
  4. !ifdef NTMAKEENV
  5. #
  6. # Build using BUILD.EXE (Do not edit this section of this file, edit SOURCES)
  7. #
  8. !INCLUDE $(NTMAKEENV)makefile.def
  9. !else # NTMAKEENV
  10. # NOTE: NMAKE Ver 1.5 or higher needed
  11. !ifndef ROOT
  12. # Set this to point to the root of the Nashville tree
  13. ROOT     = ......
  14. !endif
  15. C1032      = 1
  16. MAKE       = $(ROOT)devtoolsc1032binnmake
  17. MSDEVMK    = viruschk.mak
  18. CFG_RETAIL = "viruschk - Win32 Release" # Name of retail configuration
  19. CFG_DEBUG  = "viruschk - Win32 Debug"   # Name of debug configuration
  20. !include $(ROOT)devvcwrap.mk
  21. # If you want to add dirs to the include path, do this *after*
  22. # including vcwrap.mk:
  23. LIB = $(LIB);$(ROOT)devmsdevlib
  24. !endif #NTMAKEENV