RobA wrote:
Also, plugins compiled as a part of the gimp package are tied int he full gimp makefile and can't use those makefiles on their own.
Another think to look at is the sample package provided in the gimp source:
http://git.gnome.org/browse/gimp-plugin-template/tree/That may have the start you need to set up a makefile.
-Rob A>
but if they can't use they own makefile why often have one ?
as example this has its own make file included
http://www.registry.gimp.org/files/map-object.zip(that is identical to the original plugin folder as was in the source code, only exception the hardcoded value of the preview )
what the pourpose of a makefile that can't be used?
(hoping here that the answer is that can be used, but was needed some trick that i didn't know )