[Scummvm-cvs-logs] SF.net SVN: scummvm: [32832] scummvm/trunk/backends/platform/dc/Makefile
marcus_c at users.sourceforge.net
marcus_c at users.sourceforge.net
Sun Jun 29 00:16:51 CEST 2008
Revision: 32832
http://scummvm.svn.sourceforge.net/scummvm/?rev=32832&view=rev
Author: marcus_c
Date: 2008-06-28 15:16:51 -0700 (Sat, 28 Jun 2008)
Log Message:
-----------
Set $(DEPDIR).
Modified Paths:
--------------
scummvm/trunk/backends/platform/dc/Makefile
Modified: scummvm/trunk/backends/platform/dc/Makefile
===================================================================
--- scummvm/trunk/backends/platform/dc/Makefile 2008-06-28 16:49:39 UTC (rev 32831)
+++ scummvm/trunk/backends/platform/dc/Makefile 2008-06-28 22:16:51 UTC (rev 32832)
@@ -16,6 +16,7 @@
INCLUDES= -I./ -I$(srcdir) -I$(ronindir)/include/ -I$(srcdir)/engines
LIBS = -L$(ronindir)/lib -lmad -lronin -lz -lm
EXECUTABLE = scummvm.elf
+DEPDIR = .deps
PLUGIN_PREFIX =
PLUGIN_SUFFIX = .plg
PLUGIN_EXTRA_DEPS = plugin.x plugin.syms scummvm.elf
@@ -37,7 +38,7 @@
OBJS := dcmain.o time.o display.o audio.o input.o selector.o icon.o \
label.o vmsave.o softkbd.o dcloader.o cache.o dc-fs.o
-MODULE_DIRS += .
+MODULE_DIRS += ./
include $(srcdir)/Makefile.common
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list