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.

62 lines
1.6 KiB

  1. !include $(CCSHELL_DIR)\makefile.inc
  2. # This is the list of html and related files packaged in the resource
  3. HTM_FILES = \
  4. $(O)\arp.css \
  5. $(O)\default.hta \
  6. $(O)\accel.htc \
  7. $(O)\listbox.htc \
  8. $(O)\places.htc \
  9. $(O)\def_freq.htm \
  10. $(O)\def_size.htm \
  11. $(O)\support.htm \
  12. $(O)\add.js \
  13. $(O)\bplate.js \
  14. $(O)\config.js \
  15. $(O)\dlg.js \
  16. $(O)\preload.js \
  17. $(O)\remove.js \
  18. $(O)\util.js
  19. UI_FILES = \
  20. $(O)\arp.uipp \
  21. $(O)\arpstylestd.uipp \
  22. $(O)\arpstyletheme.uipp
  23. OTHER_FILES = \
  24. ..\adcctl.rgs \
  25. ..\carpctl.rgs
  26. ..\appwiz.rc : $(OTHER_FILES) $(HTM_FILES) $(UI_FILES) $(SELFREGNAME)
  27. UIPPGEN_FLAGS=/nologo /EP /I$(WINDOWS_INC_PATH)\DUser /DLEGACY_UIPP
  28. $(O)\arp.uipp: ..\arp.ui
  29. cl $(UIPPGEN_FLAGS) ..\arp.ui > $(O)\arp.uipp
  30. $(O)\arpstylestd.uipp: ..\arpstylestd.ui
  31. cl $(UIPPGEN_FLAGS) ..\arpstylestd.ui > $(O)\arpstylestd.uipp
  32. $(O)\arpstyletheme.uipp: ..\arpstyletheme.ui
  33. cl $(UIPPGEN_FLAGS) ..\arpstyletheme.ui > $(O)\arpstyletheme.uipp
  34. #
  35. # Inference rules
  36. #
  37. .SUFFIXES:.js .htc .htm .hta .css .ui
  38. {..\html}.hta{$(O)}.hta:
  39. cleaninf -w $** $@
  40. {..\html}.htm{$(O)}.htm:
  41. cleaninf -w $** $@
  42. {..\html}.htc{$(O)}.htc:
  43. cleaninf -w $** $@
  44. {..\html}.css{$(O)}.css:
  45. cleaninf -w -htc $** $@
  46. {..\html}.js{$(O)}.js:
  47. cleaninf -w $** $@