[Scummvm-cvs-logs] CVS: scummvm Makefile.mingw,1.5,1.6

Travis Howell kirben at users.sourceforge.net
Thu Mar 14 01:19:02 CET 2002


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

Modified Files:
	Makefile.mingw 
Log Message:

Add extra libs required to compile


Index: Makefile.mingw
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.mingw,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Makefile.mingw	10 Mar 2002 23:47:46 -0000	1.5
--- Makefile.mingw	14 Mar 2002 09:18:17 -0000	1.6
***************
*** 13,17 ****
  INCLUDES:= $(SDL_CFLAGS) -I./ -I./sound
  CPPFLAGS= $(DEFINES) $(INCLUDES)
! LIBS	= -lmingw32 $(SDL_LIBS) -lmad -mwindows -mconsole
  
  EXEC=scummvm.exe
--- 13,17 ----
  INCLUDES:= $(SDL_CFLAGS) -I./ -I./sound
  CPPFLAGS= $(DEFINES) $(INCLUDES)
! LIBS	= -lmingw32 -lwinmm -lwsock32 $(SDL_LIBS) -lmad -mwindows -mconsole
  
  EXEC=scummvm.exe





More information about the Scummvm-git-logs mailing list