[Scummvm-cvs-logs] CVS: scummvm Makefile.mingw,1.3,1.4

Travis Howell kirben at users.sourceforge.net
Sat Mar 9 01:03:03 CET 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv7332

Modified Files:
	Makefile.mingw 
Log Message:

Enable mp3 audio support


Index: Makefile.mingw
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.mingw,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile.mingw	6 Mar 2002 23:18:40 -0000	1.3
--- Makefile.mingw	9 Mar 2002 09:02:27 -0000	1.4
***************
*** 9,17 ****
  CC      = gcc
  CFLAGS  = -g -Wno-multichar
! DEFINES = -DUSE_ADLIB
  LDFLAGS :=
  INCLUDES:= $(SDL_CFLAGS) -I./ -I./sound
  CPPFLAGS= $(DEFINES) $(INCLUDES)
! LIBS	= -lmingw32 $(SDL_LIBS) -mwindows -mconsole
  
  EXEC=scummvm.exe
--- 9,17 ----
  CC      = gcc
  CFLAGS  = -g -Wno-multichar
! DEFINES = -DUSE_ADLIB -DCOMPRESSED_SOUND_FILE
  LDFLAGS :=
  INCLUDES:= $(SDL_CFLAGS) -I./ -I./sound
  CPPFLAGS= $(DEFINES) $(INCLUDES)
! LIBS	= -lmingw32 $(SDL_LIBS) -lmad -mwindows -mconsole
  
  EXEC=scummvm.exe





More information about the Scummvm-git-logs mailing list