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.

36 lines
616 B

  1. # @@ COPY_RIGHT_HERE
  2. # @@ ROADMAP :: The Makefile for $(UI)\COMMON\doc
  3. UI=..\..
  4. !include rules.mk
  5. all:: ui.hlp
  6. clean:
  7. -del ui.hlp
  8. clobber: clean
  9. install:
  10. !if "$(OFFICIAL)"=="TRUE"
  11. $(OUT) qh\ui.hlp
  12. !ELSE
  13. chmode -r qh\ui.hlp
  14. !ENDIF
  15. copy ui.hlp qh\ui.hlp
  16. !if "$(OFFICIAL)"=="TRUE"
  17. $(IN) -c "Weekly Build" qh\ui.hlp
  18. !ENDIF
  19. ui.hlp:
  20. ..\bin\cxxdbgen /r /e dead /e slm.dif /e test $(HLPIGNORE) $(HLPTITLE) /o $(TMP)\ui.tmp $(HLPTARGETS)
  21. $(IMPORT)\c600\bin\helpmake /V /T /E /o$(TMP)\ui.hlp $(TMP)\ui.tmp
  22. -del $(TMP)\ui.tmp
  23. copy $(TMP)\ui.hlp .\ui.hlp
  24. -del $(TMP)\ui.hlp