summaryrefslogtreecommitdiff
path: root/Jamtop
diff options
context:
space:
mode:
Diffstat (limited to 'Jamtop')
-rw-r--r--Jamtop3
1 files changed, 2 insertions, 1 deletions
diff --git a/Jamtop b/Jamtop
index 141abd2..6864931 100644
--- a/Jamtop
+++ b/Jamtop
@@ -60,7 +60,7 @@ if $(USE_LIBUSB) = true {
}
# For testing CCast
-DEFINES += CCTEST_PATTERN ;
+#DEFINES += CCTEST_PATTERN ;
# Information for compiling and linking GUI programs
@@ -170,6 +170,7 @@ rule CheckForLibrary {
# See if we have a system TIFF, JPEG, PNG or ZLIB library.
# Note this generates: $(TIFFLIB) $(TIFFINC) $(JPEGLIB) $(JPEGINC) $(PNGLIB)
# $(PNGINC) $(ZLIBLIB) $(ZINC)
+# !!!!! Add to makepackagebin.sh -sBUILTIN_XXX=true !!!!!
CheckForLibrary "TIFF" ;
CheckForLibrary "JPEG" ;
CheckForLibrary "PNG" ;