windows-nt/Source/XPSP1/NT/multimedia/published/directx/dmusic/inc/makefile.inc
2020-09-26 16:20:57 +08:00

29 lines
569 B
PHP

#
# The contents of this file were moved from windows\directx\dmusic\makefil0.
#
TARGETSRCS= \
$(O)\dls1.h \
$(O)\dls2.h \
$(O)\dmdls.h \
$(O)\dmerror.h \
$(O)\dmksctrl.h \
$(O)\dmusicc.h \
$(O)\dmusicf.h \
$(O)\dmusici.h \
$(O)\dmplugin.h \
$(O)\dmusics.h \
dmusic: $(TARGETSRCS)
clean:
-del /F /Q $(TARGETSRCS)
# Inference rules.
.SUFFIXES:.h
# Copy .h file from here to sdk\inc
{}.h{$(O)}.h:
copy $** $@