comparison Plugins/Input/adplug/core/Makefile.bt @ 359:8df427a314a8 trunk

[svn] Adlib synthesizer (AdPlug) support.
author chainsaw
date Fri, 30 Dec 2005 16:31:39 -0800
parents
children
comparison
equal deleted inserted replaced
358:70075730e187 359:8df427a314a8
1 # AdPlug Makefile for Watcom and OpenWatcom
2 # Copyright (c) 2001 - 2004 Simon Peter <dn.tlp@gmx.net>
3
4 # This flag is set to work around a bug in the Watcom 11.0c compiler in
5 # conjunction with the STLport library. Without it, the compiler will crash
6 # during compilation of some files and create very fragile code for others.
7 CXXFLAGS = -oi+
8
9 OUTPUT = adplug.lib
10
11 OBJS = debug.obj adplug.obj emuopl.obj fmopl.obj realopl.obj analopl.obj &
12 diskopl.obj database.obj player.obj players.obj fprovide.obj protrack.obj &
13 a2m.obj hsc.obj imf.obj sng.obj amd.obj d00.obj dfm.obj hsp.obj ksm.obj &
14 mid.obj mkj.obj mtk.obj rad.obj raw.obj s3m.obj sa2.obj bam.obj xad.obj &
15 mad.obj fmc.obj bmf.obj flash.obj hybrid.obj hyp.obj psi.obj rat.obj lds.obj &
16 adtrack.obj cff.obj dtm.obj dmo.obj u6m.obj rol.obj xsm.obj dro.obj
17
18 include_INST = protrack.h a2m.h amd.h d00.h dfm.h hsc.h hsp.h imf.h ksm.h &
19 mid.h mkj.h mtk.h rad.h raw.h s3m.h sa2.h sng.h bam.h xad.h mad.h fmc.h &
20 bmf.h flash.h hybrid.h hyp.h psi.h rat.h adplug.h emuopl.h fmopl.h realopl.h &
21 analopl.h diskopl.h player.h opl.h silentopl.h lds.h adtrack.h cff.h dtm.h &
22 dmo.h u6m.h rol.h database.h fprovide.h players.h xsm.h dro.h
23
24 lib_INST = adplug.lib
25
26 includesubdir = adplug