changeset 477:0fd0e301b6fc

Add incbin line for ARAW output.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 07 Nov 2012 01:46:49 +0200
parents 3256cd39f5be
children 7c7a57590236
files gfxconv.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gfxconv.c	Wed Nov 07 01:22:35 2012 +0200
+++ b/gfxconv.c	Wed Nov 07 01:46:49 2012 +0200
@@ -942,6 +942,10 @@
 
                     dmWriteIFFMasterRAWPalette(fp, image, 1 << optSpec.nplanes, NULL, NULL);
 
+                    fprintf(fp,
+                        "%s: incbin \"%s\"\n",
+                        palID, filename);
+
                     fclose(fp);
                     dmFree(palID);
                 }