Source code of Windows XP (NT5)
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.

35 lines
755 B

  1. #
  2. # Places all of the internet binaries into the inetsrv tree
  3. #
  4. # enable building legoizable binaries
  5. NTBBT=1
  6. # define CAP related options
  7. CAP_LINK_OPTIONS=-debugtype:coff -debug:mapped,partial
  8. CAP_LIBS=$(SDK_LIB_PATH)\cap.lib
  9. CAP_FLAGS= -Zd -Gh
  10. !IFDEF CAP_PROFILE
  11. USER_C_FLAGS=$(USER_C_FLAGS) $(CAP_FLAGS)
  12. LINK_OPTIONS=$(CAP_LINK_OPTIONS)
  13. !ENDIF
  14. # define ICE-CAP related options
  15. ICAP_LINK_OPTIONS=-debugtype:coff -debug:mapped,partial
  16. ICAP_LIBS=$(SDK_LIB_PATH)\icap.lib $(SDK_LIB_PATH)\penter.lib
  17. ICAP_FLAGS= -Zi -Gh
  18. !IFDEF ICAP_PROFILE
  19. USER_C_FLAGS=$(USER_C_FLAGS) $(ICAP_FLAGS)
  20. LINK_OPTIONS=$(ICAP_LINK_OPTIONS)
  21. !ENDIF
  22. !ifdef _NT386TREE
  23. # ## _NT386TREE=$(_NT386TREE)\iis
  24. !endif
  25. !ifdef _NTALPHATREE
  26. # ## _NTALPHATREE=$(_NTALPHATREE)\iis
  27. !endif