summaryrefslogtreecommitdiff
path: root/Jamfile
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2005-04-14 14:46:59 +0200
committerTor Andersson <tor@ghostscript.com>2005-04-14 14:46:59 +0200
commit6724a368345feb498c4a2c351f4dd90f2974786a (patch)
tree02853278cab41d5a48775ce4881b9052685c8787 /Jamfile
parentb436d82e6b402e6e53c5db2ecdb10c7c0b49ea86 (diff)
downloadmupdf-6724a368345feb498c4a2c351f4dd90f2974786a.tar.xz
junked defunct gtk gui app
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile11
1 files changed, 0 insertions, 11 deletions
diff --git a/Jamfile b/Jamfile
index ff0ff880..c64ba608 100644
--- a/Jamfile
+++ b/Jamfile
@@ -323,17 +323,6 @@ if $(HAVE_X11) = yes
# LinkLibraries $(MACPDF) : libmupdf libfitz ;
# LINKLIBS on $(MACPDF) = $(LINKLIBS) -framework Carbon ;
# }
-#
-# if $(HAVE_GTK) = yes
-# {
-# SubDir TOP apps gnome ;
-# Main gtkpdf : apps/gtkpdf.c ;
-# CCFLAGS on apps/gtkpdf$(SUFOBJ) =
-# $(CCFLAGS) `pkg-config --cflags gtk+ gthread` ;
-# LinkLibraries gtkpdf : libmupdf libfitz ;
-# LINKLIBS on gtkpdf$(SUFEXE) =
-# $(LINKLIBS) `pkg-config --libs gtk+ gmodule gthread` ;
-# }
# --------------------------------------------------------------------------
#