[Scummvm-cvs-logs] CVS: scummvm Makefile.mingw,1.22,1.23

Travis Howell kirben at users.sourceforge.net
Thu Sep 25 17:10:30 CEST 2003


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv32173

Modified Files:
	Makefile.mingw 
Log Message:

Add optional define for no console


Index: Makefile.mingw
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.mingw,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Makefile.mingw	19 Sep 2003 20:45:35 -0000	1.22
+++ Makefile.mingw	26 Sep 2003 00:09:09 -0000	1.23
@@ -17,15 +17,20 @@
 ZIP = zip -q
 CP  = cp
 
+### Uncomment these 2 lines,if you want to build ScummVM
+### as a consoleless Win32 application
+#DEFINES = -DNO_CONSOLE
+#LIBS=-mwindows
+
 #######################################################################
 # Default compilation parameters. Normally don't edit these           #
 #######################################################################
 
 CXXFLAGS:= -g -O -Wall -Wuninitialized -Wno-long-long -Wno-multichar -Wno-unknown-pragmas
-DEFINES :=
+DEFINES +=
 LDFLAGS :=
 INCLUDES:= -I. -Icommon -Iscumm $(SDL_CFLAGS)
-LIBS	:= $(SDL_LIBS) -lmingw32 -lwinmm -lopengl32
+LIBS	+= $(SDL_LIBS) -lmingw32 -lwinmm -lopengl32
 OBJS	:= scummvmico.o backends/sdl/sdl-common.o backends/sdl/sdl_gl.o 
 EXEEXT	:=.exe
 





More information about the Scummvm-git-logs mailing list