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

Windows Kernel

Development Platform:

Visual C++

  1. # NOTE: NMAKE Ver 1.5 or higher needed
  2. !ifndef ROOT
  3. # Set this to point to the root of the Nashville tree
  4. ROOT     = ........
  5. !endif
  6. C1032      = 1
  7. MAKE       = $(ROOT)devtoolsc1032binnmake
  8. MSDEVMK    = vrsprvd1.mak
  9. CFG_RETAIL = "vrsprvd1 - Win32 Release" # Name of retail configuration
  10. CFG_DEBUG  = "vrsprvd1 - Win32 Debug"   # Name of debug configuration
  11. !include $(ROOT)devvcwrap.mk
  12. # If you want to add dirs to the include path, do this *after*
  13. # including vcwrap.mk:
  14. LIB = $(LIB);$(ROOT)devmsdevlib