From f6b8e0eae4374f339487a33e3e4fe5462d5816e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 25 Nov 2017 10:16:00 +0100 Subject: New upstream version 2.0.0 --- xicc/Jamfile | 6 ++++++ 1 file changed, 6 insertions(+) mode change 100644 => 100755 xicc/Jamfile (limited to 'xicc/Jamfile') diff --git a/xicc/Jamfile b/xicc/Jamfile old mode 100644 new mode 100755 index 169b471..29fcbf4 --- a/xicc/Jamfile +++ b/xicc/Jamfile @@ -39,6 +39,8 @@ LINKLIBS = libxicc ../spectro/libinsttypes ../gamut/libgamut ../rspl/librspl ../numlib/libnum ../numlib/libui $(TIFFLIB) $(JPEGLIB) ; +LINKFLAGS += $(GUILINKFLAGS) ; + # Not created yet #Main xicctest : xicctest.c ; @@ -145,10 +147,14 @@ if [ GLOB [ NormPaths . ] : cam16.c ] { Main cam16vecplot : cam16vecplot.c cam16.c ; } +#Main Lpttune : Lpttune.c ; + if $(BUILD_JUNK) { LINKLIBS += ../render/librender ; + Main Lpttune : Lpttune.c ; + Main illlocus : illlocus.c ; Main illlocus2 : illlocus2.c ; -- cgit v1.2.3