From cb0bf68aa475ddb96b0ecc3ac3676ad9f5598b59 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 13 Apr 2014 20:01:18 +0000 Subject: Add Windows icon capability, centralize make rule for link of programs git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2182 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- config.mk.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.mk.in') diff --git a/config.mk.in b/config.mk.in index 7760bfb5..b10ddbb3 100644 --- a/config.mk.in +++ b/config.mk.in @@ -503,6 +503,11 @@ LINUXSVGAHDR_DIR = #LINUXSVGALIB = /usr/lib/libvga.so #LINUXSVGAHDR_DIR = /usr/include/vgalib +# WINICON_OBJECT is the object file to bind into all Netpbm executables +# to provide the icon for Windows to use for it. Null for none. +WINICON_OBJECT = +#WINICON_OBJECT = $(BUILDDIR)/icon/netpbm.o + # If you don't want any network functions, set OMIT_NETWORK to "Y". # The only thing that requires network functions is the option in # ppmtompeg to run it on multiple computers simultaneously. On some -- cgit 1.4.1