From d292de82d299390a9eefaa61e5fd59ee49a3ae3a Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 11 Jan 2005 20:20:33 +0100 Subject: shuffle macpdf files --- Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Jamfile') diff --git a/Jamfile b/Jamfile index 59b68667..c1d7669f 100644 --- a/Jamfile +++ b/Jamfile @@ -258,7 +258,7 @@ if $(OS) = NT if $(OS) = MACOSX { MACPDF = apps/macpdf.app/Contents/MacOS/macpdf ; - Main $(MACPDF) : apps/macpdf.app/macpdf.c apps/macpdf.app/view.c ; + Main $(MACPDF) : apps/macpdf.c ; LinkLibraries $(MACPDF) : libmupdf libfitz ; LINKLIBS on $(MACPDF) = $(LINKLIBS) -framework Carbon ; } -- cgit v1.2.3