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.
15 lines
359 B
15 lines
359 B
#
|
|
# If BUILDMSG is not defined, the define it as the empty string to make
|
|
# the conditionals easier to write.
|
|
#
|
|
|
|
#$(O)\dsetup.h: $(DXROOT)\setup\dsetup\inc\dsetup.h
|
|
$(O)\dsetup.h: dsetup.h
|
|
type <<$*.sed
|
|
/@@BEGIN_MSINTERNAL/,/@@END_MSINTERNAL/D
|
|
<<keep
|
|
# -copy $(DXROOT)\setup\dsetup\inc\dsetup.h
|
|
$(SEDEXE) -f $*.sed $(@F) > $@
|
|
# -del $(@F)
|
|
$(BINPLACE_CMD)
|
|
|