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.

38 lines
1.2 KiB

  1. RES_FILES = \
  2. taskui.rcv \
  3. tasksheet.rgs \
  4. HTMLControl.rgs \
  5. nbhothi.bmp \
  6. nbdef.bmp \
  7. nbhot.bmp \
  8. nbdefhi.bmp \
  9. topleftcorner.bmp \
  10. $(O)\taskui.uipp \
  11. $(SELFREGNAME) : selfreg.inx
  12. $(C_PREPROCESSOR_NAME) $(C_PREPROCESSOR_FLAGS:-DNT =) $** > $*.cln
  13. $(CLEANINF) -inf $*.cln $@
  14. del $*.cln
  15. $(O)\taskui.uipp: taskui.ui resource.h
  16. $(C_PREPROCESSOR_NAME) $(C_PREPROCESSOR_FLAGS:-DNT =) $** > $*.cln
  17. $(CLEANINF) -w -htm $*.cln $@
  18. del $*.cln
  19. taskui.rc : resource.h $(MIDL_TLBDIR)\taskui.tlb $(SELFREGNAME) $(RES_FILES)
  20. taskui.cpp: stdafx.h resource.h $(PASS0_HEADERDIR)\taskui.h dlldatax.h $(PASS0_SOURCEDIR)\taskui_i.c tasksheet.h taskframe.h
  21. tasksheet.h: resource.h taskframe.h
  22. tasksheet.cpp: stdafx.h $(PASS0_HEADERDIR)\taskui.h tasksheet.h propbag.h
  23. taskframe.h: resource.h $(PASS0_HEADERDIR)\taskui.h page.h cdpa.h
  24. taskframe.cpp: stdafx.h taskframe.h
  25. page.h: $(PASS0_HEADERDIR)\taskui.h
  26. page.cpp: stdafx.h page.h
  27. propbag.cpp: stdafx.h $(PASS0_HEADERDIR)\taskui.h cdpa.h
  28. htmlcontrol.cpp: stdafx.h $(PASS0_HEADERDIR)\taskui.h htmlcontrol.h