[Scummvm-cvs-logs] CVS: scummvm Makefile,1.9,1.10

Claudio Matsuoka cmatsuoka at users.sourceforge.net
Wed Nov 7 02:29:03 CET 2001


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

Modified Files:
	Makefile 
Log Message:
Using `sdl-config --libs` as LIBS, will override for cross-build.


Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Makefile	2001/11/06 22:59:59	1.9
--- Makefile	2001/11/07 10:28:33	1.10
***************
*** 2,5 ****
--- 2,8 ----
  #
  # $Log$
+ # Revision 1.10  2001/11/07 10:28:33  cmatsuoka
+ # Using `sdl-config --libs` as LIBS, will override for cross-build.
+ #
  # Revision 1.9  2001/11/06 22:59:59  cmatsuoka
  # Re-added changes to allow cygwin and beos cross-compilation.
***************
*** 12,16 ****
  INCLUDES:= `sdl-config --cflags`
  CPPFLAGS= $(DEFINES) $(INCLUDES)
! LIBS	= -lSDL
  ZIPFILE := scummvm-`date '+%Y-%m-%d'`.zip
  
--- 15,19 ----
  INCLUDES:= `sdl-config --cflags`
  CPPFLAGS= $(DEFINES) $(INCLUDES)
! LIBS	= `sdl-config --libs`
  ZIPFILE := scummvm-`date '+%Y-%m-%d'`.zip
  





More information about the Scummvm-git-logs mailing list