Mercurial > audlegacy-plugins
diff src/adplug/core/Makefile @ 964:368f8ee0a95f trunk
[svn] Sync with upstream. Subsong improvements for ADL, new JBM player.
| author | chainsaw |
|---|---|
| date | Wed, 18 Apr 2007 07:38:58 -0700 |
| parents | 82a9fabb5b46 |
| children |
line wrap: on
line diff
--- a/src/adplug/core/Makefile Tue Apr 17 14:45:19 2007 -0700 +++ b/src/adplug/core/Makefile Wed Apr 18 07:38:58 2007 -0700 @@ -9,7 +9,8 @@ a2m.cxx adtrack.cxx amd.cxx bam.cxx d00.cxx dfm.cxx dmo.cxx hsp.cxx ksm.cxx \ mad.cxx mid.cxx mkj.cxx cff.cxx dtm.cxx fmc.cxx mtk.cxx rad.cxx raw.cxx \ sa2.cxx s3m.cxx xad.cxx flash.cxx bmf.cxx hybrid.cxx hyp.cxx psi.cxx rat.cxx \ -u6m.cxx rol.cxx xsm.cxx dro.cxx lds.cxx temuopl.cxx msc.cxx rix.cxx adl.cxx +u6m.cxx rol.cxx xsm.cxx dro.cxx lds.cxx temuopl.cxx msc.cxx rix.cxx adl.cxx \ +jbm.cxx SOURCES = $(C_SOURCES) $(CXX_SOURCES) @@ -18,7 +19,7 @@ protrack.h rad.h raw.h sa2.h sng.h u6m.h player.h fmc.h mad.h xad.h bmf.h \ flash.h hyp.h psi.h rat.h hybrid.h rol.h adtrack.h cff.h dtm.h fprovide.h \ database.h players.h xsm.h adlibemu.h kemuopl.h dro.h dmo.h s3m.h temuopl.h \ -msc.h rix.h adl.h +msc.h rix.h adl.h jbm.h CXXFLAGS += $(PICFLAGS) $(BINIO_CFLAGS) -I../../../../intl -I../../../.. -Dstricmp=strcasecmp $(BEEP_DEFINES) CFLAGS += $(PICFLAGS) $(BINIO_CFLAGS) -I../../../../intl -I../../../.. -Dstricmp=strcasecmp $(BEEP_DEFINES)
