[Scummvm-cvs-logs] CVS: scummvm Makefile,1.52,1.53 Makefile.common,1.73,1.74

Max Horn fingolfin at users.sourceforge.net
Sun Sep 28 03:45:05 CEST 2003


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

Modified Files:
	Makefile Makefile.common 
Log Message:
add 'plugins' to all target

Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- Makefile	21 Sep 2003 18:39:38 -0000	1.52
+++ Makefile	28 Sep 2003 10:44:31 -0000	1.53
@@ -15,13 +15,13 @@
 # Default compilation parameters. Normally don't edit these           #
 #######################################################################
 
-DEFINES := -DHAVE_CONFIG_H
-LDFLAGS :=
-INCLUDES:= -I. -Icommon
-LIBS	:=
-OBJS	:=
+DEFINES     := -DHAVE_CONFIG_H
+LDFLAGS     :=
+INCLUDES    := -I. -Icommon
+LIBS	    :=
+OBJS	    :=
 
-MODULES :=
+MODULES     :=
 MODULE_DIRS :=
 
 EXECUTABLE := scummvm$(EXEEXT)

Index: Makefile.common
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.common,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- Makefile.common	20 Sep 2003 00:07:37 -0000	1.73
+++ Makefile.common	28 Sep 2003 10:44:31 -0000	1.74
@@ -5,7 +5,7 @@
 ######################################################################
 # The defaul build target: just build the scummvm executable
 ######################################################################
-all: $(EXECUTABLE)
+all: $(EXECUTABLE) plugins
 
 
 ######################################################################





More information about the Scummvm-git-logs mailing list