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.

28 lines
759 B

  1. !if "$(NTMAKEENV)" != ""
  2. #
  3. # Please leave this- it is benign for the nmake world, but essential
  4. # for an NT build
  5. #
  6. !include $(NTMAKEENV)\makefile.def
  7. !else
  8. # NOTE: NMAKE Ver 1.5 or higher needed
  9. !ifndef ROOT
  10. # Set this to point to the root of the Nashville tree
  11. ROOT = ..\..\..
  12. !endif
  13. C1032 = 1
  14. MAKE = $(ROOT)\dev\tools\c1032\bin\nmake
  15. MSDEVMK = updfile.mak
  16. CFG_RETAIL = "updfile - Win32 Release" # Name of retail configuration
  17. CFG_DEBUG = "updfile - Win32 Debug" # Name of debug configuration
  18. !include $(ROOT)\dev\vcwrap.mk
  19. # If you want to add dirs to the include path, do this *after*
  20. # including vcwrap.mk:
  21. INCLUDE = $(INCLUDE);$(ROOT)\setup\iexpress\common
  22. LIB = $(LIB);$(ROOT)\dev\msdev\lib
  23. !endif