[Scummvm-cvs-logs] SF.net SVN: scummvm: [26609] scummvm/trunk/engines/cruise/module.mk

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Apr 27 17:21:02 CEST 2007


Revision: 26609
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26609&view=rev
Author:   thebluegr
Date:     2007-04-27 08:21:01 -0700 (Fri, 27 Apr 2007)

Log Message:
-----------
Adding cruise/module.mk

Added Paths:
-----------
    scummvm/trunk/engines/cruise/module.mk

Added: scummvm/trunk/engines/cruise/module.mk
===================================================================
--- scummvm/trunk/engines/cruise/module.mk	                        (rev 0)
+++ scummvm/trunk/engines/cruise/module.mk	2007-04-27 15:21:01 UTC (rev 26609)
@@ -0,0 +1,41 @@
+MODULE := engines/cruise
+
+MODULE_OBJS := \
+	actor.o \
+	background.o \
+	backgroundIncrust.o \
+	cruise.o \
+	cruise_main.o \
+	ctp.o \
+	dataLoader.o \
+	decompiler.o \
+	delphine-unpack.o \
+	detection.o \
+	font.o \
+	fontCharacterTable.o \
+	function.o \
+	gfxModule.o \
+	linker.o \
+	loadSave.o \
+	mainDraw.o \
+	menu.o \
+	mouse.o \
+	object.o \
+	overlay.o \
+	perso.o \
+	polys.o \
+	script.o \
+	stack.o \
+	stringSupport.o \
+	various.o \
+	vars.o \
+	volume.o
+
+# This module can be built as a plugin
+ifdef BUILD_PLUGINS
+PLUGIN := 1
+endif
+
+# Include common rules 
+include $(srcdir)/rules.mk
+


Property changes on: scummvm/trunk/engines/cruise/module.mk
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:keywords
   + Date Rev Author URL Id
Name: svn:eol-style
   + native


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