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.

15 lines
359 B

  1. #
  2. # If BUILDMSG is not defined, the define it as the empty string to make
  3. # the conditionals easier to write.
  4. #
  5. #$(O)\dsetup.h: $(DXROOT)\setup\dsetup\inc\dsetup.h
  6. $(O)\dsetup.h: dsetup.h
  7. type <<$*.sed
  8. /@@BEGIN_MSINTERNAL/,/@@END_MSINTERNAL/D
  9. <<keep
  10. # -copy $(DXROOT)\setup\dsetup\inc\dsetup.h
  11. $(SEDEXE) -f $*.sed $(@F) > $@
  12. # -del $(@F)
  13. $(BINPLACE_CMD)