diff options
author | Tor Andersson <tor@ghostscript.com> | 2005-04-07 08:14:35 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2005-04-07 08:14:35 +0200 |
commit | 93cb0dacf164ac3e9d3e7089fc7d2f0beb7715b4 (patch) | |
tree | 4d0ebfe40a61b7f8e88d2f4bfddbd79a94ccc44f /Jamfile | |
parent | 809a40f0d3fa6fd593275526c985482058dc2480 (diff) | |
download | mupdf-93cb0dacf164ac3e9d3e7089fc7d2f0beb7715b4.tar.xz |
factored out common gui code to pdfapp.c
Diffstat (limited to 'Jamfile')
-rw-r--r-- | Jamfile | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -290,8 +290,9 @@ if $(OS) = MINGW SubDir TOP apps windows ; Main ghostpdf : - win_main.c - win_res.rc + pdfapp.c + winmain.c + winres.rc ; WINLIBS = -lgdi32 -lcomdlg32 ; @@ -332,3 +333,11 @@ if $(HAVE_X11) = yes # $(LINKLIBS) `pkg-config --libs gtk+ gmodule gthread` ; # } +# -------------------------------------------------------------------------- +# +# Documenatation +# + +InstallFile $(BINDIR) : PUBLIC ; +InstallFile $(BINDIR) : CHANGES ; + |