diff options
author | Tor Andersson <tor@ghostscript.com> | 2005-05-16 09:58:34 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2005-05-16 09:58:34 +0200 |
commit | a63d217eaadd11677c496069b76a88e9f6e8b5c2 (patch) | |
tree | 8131513c37007c29d98de97ac3b79124f43dbb47 /Jamfile | |
parent | 5922fa3512d1604989933966fd7e63c1c808008f (diff) | |
download | mupdf-a63d217eaadd11677c496069b76a88e9f6e8b5c2.tar.xz |
mozilla plugin
Diffstat (limited to 'Jamfile')
-rw-r--r-- | Jamfile | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -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 # |