[Scummvm-cvs-logs] CVS: scummvm Makefile.mingw,1.18,1.19

Travis Howell kirben at users.sourceforge.net
Tue Apr 30 07:20:18 CEST 2002


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

Modified Files:
	Makefile.mingw 
Log Message:

Add icon and resource file to mingw build


Index: Makefile.mingw
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.mingw,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** Makefile.mingw	30 Apr 2002 09:26:31 -0000	1.18
--- Makefile.mingw	30 Apr 2002 14:18:17 -0000	1.19
***************
*** 12,16 ****
  CFLAGS  = -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar 
  DEFINES = -DCOMPRESSED_SOUND_FILE
! LDFLAGS :=-mwindows -mconsole
  INCLUDES:= $(SDL_CFLAGS) -I./ -I./sound
  CPPFLAGS= $(DEFINES) $(INCLUDES)
--- 12,16 ----
  CFLAGS  = -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar 
  DEFINES = -DCOMPRESSED_SOUND_FILE
! LDFLAGS :=-mwindows
  INCLUDES:= $(SDL_CFLAGS) -I./ -I./sound
  CPPFLAGS= $(DEFINES) $(INCLUDES)
***************
*** 18,22 ****
  EXEEXT	:=.exe
  
! OBJS	= sdl.o
  
  include Makefile.common
--- 18,25 ----
  EXEEXT	:=.exe
  
! OBJS	= sdl.o scummvmico.o
! 
! scummvmico.o: scummvm.ico
! 	windres scummvm.rc scummvmico.o
  
  include Makefile.common





More information about the Scummvm-git-logs mailing list