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.

29 lines
544 B

  1. #
  2. # If BUILDMSG is not defined, the define it as the empty string to make
  3. # the conditionals easier to write.
  4. #
  5. !INCLUDE $(NTMAKEENV)\makefile.plt
  6. BINPLACE_CMD= -binplace -R $(_NTTREE)
  7. !IF "$(ADSI_NT40_BUILD)" == "1"
  8. !INCLUDE adsi40.mk
  9. BINPLACE_CMD= -binplace
  10. !ENDIF
  11. all: binplace
  12. clean: cleansrc binplace all
  13. cleansrc:
  14. binplace:
  15. !if "$(TARGET_NTTREE)" != ""
  16. $(BINPLACE_CMD) setup\activeds.inf
  17. $(BINPLACE_CMD) setup\ads98.inf
  18. $(BINPLACE_CMD) setup\adsprb.txt
  19. $(BINPLACE_CMD) setup\license.txt
  20. !endif