summaryrefslogtreecommitdiff
path: root/apps/plugins/imageviewer/png/png.make
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/imageviewer/png/png.make')
-rw-r--r--apps/plugins/imageviewer/png/png.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/imageviewer/png/png.make b/apps/plugins/imageviewer/png/png.make
index dee89acb71..cac46ceb19 100644
--- a/apps/plugins/imageviewer/png/png.make
+++ b/apps/plugins/imageviewer/png/png.make
@@ -18,7 +18,7 @@ OTHER_SRC += $(PNG_SRC)
18ROCKS += $(PNGBUILDDIR)/png.ovl 18ROCKS += $(PNGBUILDDIR)/png.ovl
19 19
20$(PNGBUILDDIR)/png.refmap: $(PNG_OBJ) 20$(PNGBUILDDIR)/png.refmap: $(PNG_OBJ)
21$(PNGBUILDDIR)/png.link: $(PNG_OBJ) $(PNGBUILDDIR)/png.refmap 21$(PNGBUILDDIR)/png.link: $(PLUGIN_LDS) $(PNGBUILDDIR)/png.refmap
22$(PNGBUILDDIR)/png.ovl: $(PNG_OBJ) 22$(PNGBUILDDIR)/png.ovl: $(PNG_OBJ)
23 23
24# Use -O3 for png plugin : it gives a bigger file but very good performances 24# Use -O3 for png plugin : it gives a bigger file but very good performances