From c07d0c2d2f6f7b0eb6e92cc6204bf05037957e82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 1 Sep 2014 15:43:52 +0200 Subject: Imported Upstream version 1.6.3 --- usb/Jamfile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'usb/Jamfile') diff --git a/usb/Jamfile b/usb/Jamfile index 403e3f2..8df0fba 100644 --- a/usb/Jamfile +++ b/usb/Jamfile @@ -42,6 +42,14 @@ if $(CREATE_INFS) = true { GenFileNND ArgyllCMS.inf : "sed s/#PLAT#// $(_d) >> $(_i)" : ArgyllCMS.inf.t ArgyllCMS.inf.d ; GenFileNND ArgyllCMS.inf : "sed s/#PLAT#/.NTx86/ $(_d) >> $(_i)" : ArgyllCMS.inf.t ArgyllCMS.inf.d ; GenFileNND ArgyllCMS.inf : "sed s/#PLAT#/.NTamd64/ $(_d) >> $(_i)" : ArgyllCMS.inf.t ArgyllCMS.inf.d ; + + # If we have the tools and the .inf file has changed, + # create valid (but unsigned) .cat files. + if $(NT) && [ GLOB $(PATH) : inf2cat.exe ] { + _b = [ NormPaths makecat.bat ] ; + # echo "SUBDIR = '" $(SUBDIR) "'" ; + GenFileNNDnc ArgyllCMS.cat : $(_b) $(SUBDIR) : ArgyllCMS.inf ; + } } -- cgit v1.2.3