Mercurial > audlegacy
changeset 1154:ff4cae379f38 trunk
[svn] - more fixes
author | nenolod |
---|---|
date | Thu, 08 Jun 2006 11:14:34 -0700 |
parents | 2abc1a707c32 |
children | 97a2cd0c782a |
files | Plugins/Input/adplug/core/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/Input/adplug/core/Makefile.in Thu Jun 08 11:09:22 2006 -0700 +++ b/Plugins/Input/adplug/core/Makefile.in Thu Jun 08 11:14:34 2006 -0700 @@ -17,7 +17,6 @@ database.h players.h xsm.h adlibemu.h kemuopl.h dro.h dmo.h s3m.h temuopl.h \ msc.h rix.h -CFLAGS += -fPIC -DPIC $(BINIO_CFLAGS) -I../../../../intl -I../../../.. -CXXFLAGS = $(CFLAGS) -Dstricmp=strcasecmp +CXXFLAGS += -fPIC -DPIC $(BINIO_CFLAGS) -I../../../../intl -I../../../.. -Dstricmp=strcasecmp OBJECTS = ${SOURCES:.c=.o} ${SOURCES:.cpp=.o}