summaryrefslogtreecommitdiff
path: root/Jamfile
diff options
context:
space:
mode:
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 ;
+