From 0fd8b56c60b781bf303d779ab77fa96e21bbc971 Mon Sep 17 00:00:00 2001 From: jmcmullan Date: Mon, 20 Aug 2012 03:19:22 +0000 Subject: [PATCH] png.datatype: Update to new genmodule interfaces Signed-off-by: Jason S. McMullan git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@45619 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/classes/datatypes/png/mmakefile.src | 2 +- workbench/classes/datatypes/png/png.conf | 12 +++--------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/workbench/classes/datatypes/png/mmakefile.src b/workbench/classes/datatypes/png/mmakefile.src index 4d509ec85d..983c569ab6 100644 --- a/workbench/classes/datatypes/png/mmakefile.src +++ b/workbench/classes/datatypes/png/mmakefile.src @@ -10,4 +10,4 @@ USER_CFLAGS := -DMYDEBUG %build_module mmake=workbench-datatypes-png \ modname=png modtype=datatype \ - files=$(FILES) uselibs="png_rel z_rel arosc_rel" + files=$(FILES) diff --git a/workbench/classes/datatypes/png/png.conf b/workbench/classes/datatypes/png/png.conf index f9a31601c6..e64da4013a 100644 --- a/workbench/classes/datatypes/png/png.conf +++ b/workbench/classes/datatypes/png/png.conf @@ -3,10 +3,9 @@ basename PNG version 41.1 date 16.07.2012 superclass PICTUREDTCLASS -options pertaskbase -relbase aroscbase -relbase ZBase -relbase PngBase +rellib arosc +rellib z_au +rellib png_au ##end config ##begin cdef @@ -14,11 +13,6 @@ relbase PngBase #include ##end cdef -##begin startup -#include -AROS_IMPORT_ASM_SYM(void *, dummyarosc, aroscbase); -##end startup - ##begin functionlist LONG PNG_CheckSig(CONST_STRPTR name) (A0) APTR PNG_LoadImageFH(BPTR fh, CONST_STRPTR const * chunkstoread, APTR* chunkstore, BOOL makeARGB) (A0, A1, A2, D0) -- 2.11.4.GIT