summaryrefslogtreecommitdiff
path: root/Jamfile
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2005-04-07 08:14:35 +0200
committerTor Andersson <tor@ghostscript.com>2005-04-07 08:14:35 +0200
commit93cb0dacf164ac3e9d3e7089fc7d2f0beb7715b4 (patch)
tree4d0ebfe40a61b7f8e88d2f4bfddbd79a94ccc44f /Jamfile
parent809a40f0d3fa6fd593275526c985482058dc2480 (diff)
downloadmupdf-93cb0dacf164ac3e9d3e7089fc7d2f0beb7715b4.tar.xz
factored out common gui code to pdfapp.c
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile13
1 files changed, 11 insertions, 2 deletions
diff --git a/Jamfile b/Jamfile
index 58a544b7..f49db8ae 100644
--- a/Jamfile
+++ b/Jamfile
@@ -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 ;
+