43 lines
1.1 KiB
Plaintext
43 lines
1.1 KiB
Plaintext
|
!IF 0
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
sources.
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
This file specifies the target component being built and the list of
|
||
|
sources files needed to build that component. Also specifies optional
|
||
|
compiler switches and libraries that are unique for the component being
|
||
|
built.
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
TARGETNAME=
|
||
|
TARGETTYPE=NOTARGET
|
||
|
TARGETPATH=
|
||
|
|
||
|
SOURCES=
|
||
|
|
||
|
NTTARGETFILE0=dmusic
|
||
|
|
||
|
!ifndef DXROOT
|
||
|
DXROOT=$(BASEDIR)\multimedia\directx
|
||
|
!endif
|
||
|
|
||
|
!include $(DXROOT)\project.mk
|
||
|
|
||
|
PASS0_PUBLISH= \
|
||
|
{$(O)\dls1.h=$(SDK_INC_PATH)\dls1.h} \
|
||
|
{$(O)\dls2.h=$(SDK_INC_PATH)\dls2.h} \
|
||
|
{$(O)\dmdls.h=$(SDK_INC_PATH)\dmdls.h} \
|
||
|
{$(O)\dmerror.h=$(SDK_INC_PATH)\dmerror.h} \
|
||
|
{$(O)\dmksctrl.h=$(SDK_INC_PATH)\dmksctrl.h} \
|
||
|
{$(O)\dmusicc.h=$(SDK_INC_PATH)\dmusicc.h} \
|
||
|
{$(O)\dmusicf.h=$(SDK_INC_PATH)\dmusicf.h} \
|
||
|
{$(O)\dmusici.h=$(SDK_INC_PATH)\dmusici.h} \
|
||
|
{$(O)\dmplugin.h=$(SDK_INC_PATH)\dmplugin.h} \
|
||
|
{$(O)\dmusics.h=$(SDK_INC_PATH)\dmusics.h;$(DDK_INC_PATH)\dmusics.h}
|
||
|
|
||
|
|