Mercurial > audlegacy-plugins
diff src/adplug/core/Makefile @ 339:d19ac60697ec trunk
[svn] - implement virtual class to use VFS through binio
- update the places where binio is used directly to use vfs[io]stream instead of bin[io]stream, respectively
- make CFileProvider use vfsistream instead of binifstream.
| author | nenolod |
|---|---|
| date | Wed, 06 Dec 2006 07:37:05 -0800 |
| parents | 33ed88fef9f5 |
| children | 82a9fabb5b46 |
line wrap: on
line diff
--- a/src/adplug/core/Makefile Wed Dec 06 05:09:57 2006 -0800 +++ b/src/adplug/core/Makefile Wed Dec 06 07:37:05 2006 -0800 @@ -18,8 +18,8 @@ database.h players.h xsm.h adlibemu.h kemuopl.h dro.h dmo.h s3m.h temuopl.h \ msc.h rix.h adl.h -CXXFLAGS += $(PICFLAGS) $(BINIO_CFLAGS) -I../../../../intl -I../../../.. -Dstricmp=strcasecmp -CFLAGS += $(PICFLAGS) $(BINIO_CFLAGS) -I../../../../intl -I../../../.. -Dstricmp=strcasecmp +CXXFLAGS += $(PICFLAGS) $(BINIO_CFLAGS) -I../../../../intl -I../../../.. -Dstricmp=strcasecmp $(BEEP_DEFINES) +CFLAGS += $(PICFLAGS) $(BINIO_CFLAGS) -I../../../../intl -I../../../.. -Dstricmp=strcasecmp $(BEEP_DEFINES) OBJECTS = ${SOURCES:.c=.o} ${SOURCES:.cxx=.o}
