summaryrefslogtreecommitdiff
path: root/Jamfile
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2005-05-16 09:58:34 +0200
committerTor Andersson <tor@ghostscript.com>2005-05-16 09:58:34 +0200
commita63d217eaadd11677c496069b76a88e9f6e8b5c2 (patch)
tree8131513c37007c29d98de97ac3b79124f43dbb47 /Jamfile
parent5922fa3512d1604989933966fd7e63c1c808008f (diff)
downloadmupdf-a63d217eaadd11677c496069b76a88e9f6e8b5c2.tar.xz
mozilla plugin
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/Jamfile b/Jamfile
index 4fd7b673..83385fe6 100644
--- a/Jamfile
+++ b/Jamfile
@@ -357,6 +357,29 @@ if $(OS) = MACOSX
# --------------------------------------------------------------------------
#
+# Mozilla plugins
+#
+
+SubDir TOP apps mozilla ;
+
+if $(OS) = MINGW
+{
+ SUFEXE on npmupdf.dll = ;
+ LINKFLAGS on npmupdf.dll = -shared -Wl,--kill-at ;
+ LINKLIBS on npmupdf.dll = $(LINKLIBS) -lgdi32 ;
+
+ Main npmupdf.dll :
+ npwin.c
+ moz_winres.rc
+ moz_main.c
+ ;
+
+ LinkLibraries npmupdf.dll : $(FITZLIBS) ;
+ InstallBin $(BINDIR) : npmupdf.dll ;
+}
+
+# --------------------------------------------------------------------------
+#
# Documenatation
#