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.

19 lines
282 B

  1. OUTPUT_HDRS=$(O)\dsound.h $(O)\dsoundp.h
  2. dsound: $(OUTPUT_HDRS)
  3. clean: cleansrc
  4. cleansrc:
  5. del $(OUTPUT_HDRS)
  6. #
  7. # dsound.h, dsoundp.h
  8. #
  9. $(O)\dsound.h : dsound.x
  10. hsplit -o $@ nul -bt2 BEGIN_MSINTERNAL END_MSINTERNAL -c @@ $?
  11. $(O)\dsoundp.h: dsound.x
  12. copy $? $@