summaryrefslogtreecommitdiff
path: root/Jamfile
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2005-01-08 19:14:58 +0100
committerTor Andersson <tor@ghostscript.com>2005-01-08 19:14:58 +0100
commit67501e91744a55653c985b088d008d7a54cea1e8 (patch)
treea92e8d02027ea6b847f075fa2d694dfd6a3053cd /Jamfile
parentc76a3d84a81c59f880ecac26bf4935e1bb76afc1 (diff)
downloadmupdf-67501e91744a55653c985b088d008d7a54cea1e8.tar.xz
ported x11pdf to win32
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile12
1 files changed, 4 insertions, 8 deletions
diff --git a/Jamfile b/Jamfile
index 0c112fff..54821b57 100644
--- a/Jamfile
+++ b/Jamfile
@@ -201,7 +201,8 @@ LINKLIBS =
-lm
;
-LINKLIBS on x11pdf = -lX11 -lXext $(LINKLIBS) ;
+LINKLIBS on x11pdf$(SUFEXE) = -lX11 -lXext $(LINKLIBS) ;
+LINKLIBS on w32pdf$(SUFEXE) = -lgdi32 $(LINKLIBS) ;
Main pdfclean : test/pdfclean.c ;
Main pdfdebug : test/pdfdebug.c ;
@@ -209,18 +210,14 @@ Main pdfdebug : test/pdfdebug.c ;
Main pdfrip : test/pdfrip.c ;
# Main pdffunction : test/pdffunction.c ;
-# Main x11pdf : test/x11pdf.c test/ximage.c ;
-
-Main carbonpdf : macpdf/carbonpdf.c macpdf/view.c ;
-File macpdf/carbonpdf.app/Contents/MacOS/carbonpdf : carbonpdf ;
-MODE on macpdf/carbonpdf.app/Contents/MacOS/carbonpdf = 755 ;
+Main x11pdf : test/x11pdf.c test/ximage.c ;
CCFLAGS += `pkg-config --cflags gtk+ gthread` ;
LINKLIBS on gtkpdf = $(LINKLIBS) `pkg-config --libs gtk+ gmodule gthread` ;
LINKLIBS on carbonpdf = $(LINKLIBS) -framework Carbon ;
-# Main gtkpdf : test/gtkpdf.c ;
+Main gtkpdf : test/gtkpdf.c ;
LinkLibraries
pdfclean
@@ -229,7 +226,6 @@ LinkLibraries
pdfrip
pdffunction
x11pdf
- carbonpdf
gtkpdf
: libmupdf libfonts libfitz ;