summaryrefslogtreecommitdiff
path: root/Build/source/libs/gd/libgd-src/src/gdcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/gd/libgd-src/src/gdcache.h')
-rw-r--r--Build/source/libs/gd/libgd-src/src/gdcache.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/libs/gd/libgd-src/src/gdcache.h b/Build/source/libs/gd/libgd-src/src/gdcache.h
index bf451dc6cc3..751a842154c 100644
--- a/Build/source/libs/gd/libgd-src/src/gdcache.h
+++ b/Build/source/libs/gd/libgd-src/src/gdcache.h
@@ -12,7 +12,9 @@ extern "C" {
* John Ellson (ellson@graphviz.org) Oct 31, 1997
*
* Test this with:
- * gcc -o gdcache -g -Wall -DTEST gdcache.c
+ * gcc -o gdcache -g -Wall -DTEST -DNEED_CACHE gdcache.c -lgd
+ * or
+ * gcc -o gdcache -g -Wall -DTEST -DNEED_CACHE gdcache.c libgd.a
*
* The cache is implemented by a singly-linked list of elements
* each containing a pointer to a user struct that is being managed by