[Scummvm-cvs-logs] SF.net SVN: scummvm:[42058] scummvm/branches/gsoc2009-16bit/graphics

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Fri Jul 3 13:54:53 CEST 2009


Revision: 42058
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42058&view=rev
Author:   wjpalenstijn
Date:     2009-07-03 11:54:52 +0000 (Fri, 03 Jul 2009)

Log Message:
-----------
Add conversion.o to module.mk. Add missing endline.

Modified Paths:
--------------
    scummvm/branches/gsoc2009-16bit/graphics/conversion.h
    scummvm/branches/gsoc2009-16bit/graphics/module.mk

Modified: scummvm/branches/gsoc2009-16bit/graphics/conversion.h
===================================================================
--- scummvm/branches/gsoc2009-16bit/graphics/conversion.h	2009-07-03 11:46:09 UTC (rev 42057)
+++ scummvm/branches/gsoc2009-16bit/graphics/conversion.h	2009-07-03 11:54:52 UTC (rev 42058)
@@ -53,4 +53,4 @@
 bool crossBlit(byte *dst, const byte *src, int dstpitch, int srcpitch, 
 						int w, int h, Graphics::PixelFormat dstFmt, Graphics::PixelFormat srcFmt);
 } // end of namespace Graphics
-#endif //GRAPHICS_CONVERSION_H
\ No newline at end of file
+#endif //GRAPHICS_CONVERSION_H

Modified: scummvm/branches/gsoc2009-16bit/graphics/module.mk
===================================================================
--- scummvm/branches/gsoc2009-16bit/graphics/module.mk	2009-07-03 11:46:09 UTC (rev 42057)
+++ scummvm/branches/gsoc2009-16bit/graphics/module.mk	2009-07-03 11:54:52 UTC (rev 42058)
@@ -1,6 +1,7 @@
 MODULE := graphics
 
 MODULE_OBJS := \
+	conversion.o \
 	cursorman.o \
 	dither.o \
 	font.o \


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