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.

20 lines
616 B

  1. .NOTPARALLEL:
  2. world all clean install depend:
  3. @enterdir lib ${MAKE} ${MFLAGS} $@
  4. @enterdir shlwapi ${MAKE} ${MFLAGS} $@
  5. @enterdir comctl32 ${MAKE} ${MFLAGS} $@
  6. @enterdir iexplore ${MAKE} ${MFLAGS} $@
  7. @enterdir shdocvw ${MAKE} ${MFLAGS} $@
  8. @enterdir browseui ${MAKE} ${MFLAGS} $@
  9. @enterdir cpls ${MAKE} ${MFLAGS} $@
  10. @enterdir ext ${MAKE} ${MFLAGS} $@
  11. # Those directories are built for IE purposes only.
  12. IE_SHELL:
  13. @enterdir iexplore ${MAKE} ${MFLAGS}
  14. @enterdir shdocvw ${MAKE} ${MFLAGS}
  15. @enterdir browseui ${MAKE} ${MFLAGS}
  16. @enterdir cpls ${MAKE} ${MFLAGS}
  17. @enterdir ext ${MAKE} ${MFLAGS}