Leaked source code of windows server 2003
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.

95 lines
2.9 KiB

  1. $(O)\error.dls : ..\error.dlg
  2. $(C_PREPROCESSOR_NAME) /EP ..\error.dlg > $@
  3. $(O)\error.dlx : $(O)\error.dls ..\dlg.pl
  4. perl ..\dlg.pl < $(O)\error.dls > $@
  5. $(O)\about.dls : ..\about.dlg
  6. $(C_PREPROCESSOR_NAME) /EP ..\about.dlg > $@
  7. $(O)\about.dlx : $(O)\about.dls ..\dlg.pl
  8. perl ..\dlg.pl < $(O)\about.dls > $@
  9. $(O)\findinc.dls : ..\findinc.dlg ..\dialogs.dh
  10. $(C_PREPROCESSOR_NAME) $(C_DEFINES) /EP ..\findinc.dlg > $@
  11. $(O)\findinc.dlx : $(O)\findinc.dls ..\dlg.pl
  12. echo //^<SCRIPT LANGUAGE="JavaScript"^> > $@
  13. perl ..\dlg.pl < $(O)\findinc.dls >> $@
  14. echo //^</SCRIPT^> >> $@
  15. $(O)\find.dls : ..\find.dlg ..\dialogs.dh ..\findinc.dlg
  16. $(C_PREPROCESSOR_NAME) $(C_DEFINES) /EP ..\find.dlg > $@
  17. $(O)\find.dlx : $(O)\find.dls ..\dlg.pl
  18. perl ..\dlg.pl < $(O)\find.dls > $@
  19. $(O)\privacypolicy.dls : ..\privacypolicy.dlg ..\dialogs.dh
  20. $(C_PREPROCESSOR_NAME) $(C_DEFINES) /EP ..\privacypolicy.dlg > $@
  21. $(O)\privacypolicy.dlx : $(O)\privacypolicy.dls ..\dlg.pl
  22. perl ..\dlg.pl < $(O)\privacypolicy.dls > $@
  23. $(O)\bidifind.dls : ..\bidifind.dlg ..\dialogs.dh ..\findinc.dlg
  24. $(C_PREPROCESSOR_NAME) $(C_DEFINES) /EP ..\bidifind.dlg > $@
  25. $(O)\bidifind.dlx : $(O)\bidifind.dls ..\dlg.pl
  26. perl ..\dlg.pl < $(O)\bidifind.dls > $@
  27. $(O)\orgfav.dls : ..\orgfav.dlg
  28. $(C_PREPROCESSOR_NAME) /EP ..\orgfav.dlg > $@
  29. $(O)\orgfav.dlx : $(O)\orgfav.dls ..\dlg.pl
  30. perl ..\dlg.pl < $(O)\orgfav.dls > $@
  31. $(O)\ieerror.dls : ..\ieerror.dlg
  32. $(C_PREPROCESSOR_NAME) /EP ..\ieerror.dlg > $@
  33. $(O)\ieerror.dlx : $(O)\ieerror.dls ..\dlg.pl
  34. perl ..\dlg.pl < $(O)\ieerror.dls > $@
  35. $(O)\anchbrws.pps : ..\anchbrws.ppg
  36. $(C_PREPROCESSOR_NAME) $(C_DEFINES) /EP ..\anchbrws.ppg > $@
  37. $(O)\anchbrws.ppx: $(O)\anchbrws.pps
  38. perl ..\dlg.pl < $(O)\anchbrws.pps > $@
  39. $(O)\docbrows.pps: ..\docbrows.ppg
  40. $(C_PREPROCESSOR_NAME) $(C_DEFINES) /EP ..\docbrows.ppg > $@
  41. $(O)\docbrows.ppx : $(O)\docbrows.pps
  42. perl ..\dlg.pl < $(O)\docbrows.pps > $@
  43. $(O)\imgbrows.pps : ..\imgbrows.ppg
  44. $(C_PREPROCESSOR_NAME) $(C_DEFINES) /EP ..\imgbrows.ppg > $@
  45. $(O)\imgbrows.ppx : $(O)\imgbrows.pps
  46. perl ..\dlg.pl < $(O)\imgbrows.pps > $@
  47. $(O)\analyze.dls : ..\analyze.dlg ..\dialogs.dh
  48. $(C_PREPROCESSOR_NAME) $(C_DEFINES) /EP ..\analyze.dlg > $@
  49. $(O)\analyze.dlx : $(O)\analyze.dls ..\dlg.pl
  50. perl ..\dlg.pl < $(O)\analyze.dls > $@
  51. SHDOCLCR_DEP = \
  52. $(O)\error.dlx \
  53. $(O)\about.dlx \
  54. $(O)\findinc.dlx \
  55. $(O)\find.dlx \
  56. $(O)\privacypolicy.dlx \
  57. $(O)\bidifind.dlx \
  58. $(O)\orgfav.dlx \
  59. $(O)\ieerror.dlx \
  60. $(O)\anchbrws.ppx \
  61. $(O)\docbrows.ppx \
  62. $(O)\imgbrows.ppx \
  63. $(O)\analyze.dlx
  64. !include $(CCSHELL_DIR)\makefile.inc
  65. ..\shdocvw.rc : $(SDK_LIB_PATH)\exdisp.tlb $(SELFREGNAME) $(SHDOCLCR_DEP)
  66. ..\shdoclc.rc : $(SHDOCLCR_DEP)