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
830 B

  1. !if "$(NTMAKEENV)" != ""
  2. #
  3. # This section is needed for NT builds- please do not replace
  4. # It will NOT hurt your make process.
  5. !include $(NTMAKEENV)\makefile.def
  6. !else
  7. # NOTE: NMAKE Ver 1.5 or higher needed
  8. !ifndef ROOT
  9. # Set this to point to the root of the Nashville tree
  10. ROOT = ..\..\..
  11. !endif
  12. C1032 = 1
  13. MAKE = $(ROOT)\dev\tools\c1032\bin\nmake
  14. MSDEVMK = wextract.mak
  15. CFG_RETAIL = "wextract - Win32 Release" # Name of retail configuration
  16. CFG_DEBUG = "wextract - Win32 Debug" # Name of debug configuration
  17. !include $(ROOT)\dev\vcwrap.mk
  18. # If you want to add dirs to the include path, do this *after*
  19. # including vcwrap.mk:
  20. INCLUDE = $(INCLUDE);$(ROOT)\setup\iexpress\common
  21. LIB = $(LIB);$(ROOT)\setup\iexpress\tools\lib\i386;$(ROOT)\dev\msdev\lib
  22. !endif # !if NTMAKEENV