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.

33 lines
1.0 KiB

  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. # IF YOU DELETE THIS SECTION IT WILL MAKE THE NT BUILD PROCESS DIE.
  6. # This means that you will have to start doing your own RISC builds.
  7. # Please do not delete this section. IT WILL NOT HARM YOUR BUILDS
  8. # TO LEAVE IT IN. IT IS BENIGN.
  9. #
  10. !include $(NTMAKEENV)\makefile.def
  11. !else
  12. # NOTE: NMAKE Ver 1.5 or higher needed
  13. !ifndef ROOT
  14. # Set this to point to the root of the Nashville tree
  15. ROOT = ..\..\..
  16. !endif
  17. C1032 = 1
  18. MAKE = $(ROOT)\dev\tools\c1032\bin\nmake
  19. MSDEVMK = advpack.mak
  20. CFG_RETAIL = "Advpack - Win32 Release" # Name of retail configuration
  21. CFG_DEBUG = "Advpack - Win32 Debug" # Name of debug configuration
  22. !include $(ROOT)\dev\vcwrap.mk
  23. # If you want to add dirs to the include path, do this *after*
  24. # including vcwrap.mk:
  25. INCLUDE = $(INCLUDE);$(ROOT)\setup\iexpress\common
  26. LIB = $(LIB);$(ROOT)\dev\msdev\lib
  27. !endif # !if NTMAKEENV