mirror of https://github.com/tongzx/nt5src
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
20 lines
616 B
|
|
.NOTPARALLEL:
|
|
|
|
world all clean install depend:
|
|
@enterdir lib ${MAKE} ${MFLAGS} $@
|
|
@enterdir shlwapi ${MAKE} ${MFLAGS} $@
|
|
@enterdir comctl32 ${MAKE} ${MFLAGS} $@
|
|
@enterdir iexplore ${MAKE} ${MFLAGS} $@
|
|
@enterdir shdocvw ${MAKE} ${MFLAGS} $@
|
|
@enterdir browseui ${MAKE} ${MFLAGS} $@
|
|
@enterdir cpls ${MAKE} ${MFLAGS} $@
|
|
@enterdir ext ${MAKE} ${MFLAGS} $@
|
|
|
|
# Those directories are built for IE purposes only.
|
|
IE_SHELL:
|
|
@enterdir iexplore ${MAKE} ${MFLAGS}
|
|
@enterdir shdocvw ${MAKE} ${MFLAGS}
|
|
@enterdir browseui ${MAKE} ${MFLAGS}
|
|
@enterdir cpls ${MAKE} ${MFLAGS}
|
|
@enterdir ext ${MAKE} ${MFLAGS}
|