Commit 8635f6302cbd7914364d2f359cde9a7495b4ae04

Authored by Jay Berkenbilt
1 parent a78f8327

document VC6 port

git-svn-id: svn+q:///qpdf/trunk@1015 71b93d88-0707-0410-a8cf-f5a4172ac649
ChangeLog
  1 +2010-08-14 Jay Berkenbilt <ejb@ql.org>
  2 +
  3 + * Rename README.windows to README-windows.txt and convert its line
  4 + endings to Windows-style line endings. Also mention Jian Ma's VC6
  5 + port in the manual and README-windows.txt.
  6 +
1 7 2010-08-09 Jay Berkenbilt <ejb@ql.org>
2 8  
3 9 * Add QPDFObjectHandle::getRawStreamData to return raw
... ...
README-windows.txt
... ... @@ -12,6 +12,11 @@ want to run them, you need ghostscript and tiff utils as well. Then
12 12 omit --disable-test-compare-images from the configure statements given
13 13 below. The image comparison tests have not been tried under MSYS.
14 14  
  15 +Jian Ma <stronghorse@tom.com> has generously provided a port of QPDF
  16 +that works with Microsoft VC6. Several changes are required, but they
  17 +are well documented in his port. You can find the VC6 port in the
  18 +contrib area of the qpdf download area.
  19 +
15 20  
16 21 External Libraries
17 22 ==================
... ...
manual/qpdf-manual.xml
... ... @@ -182,7 +182,10 @@ make
182 182 Building on Windows is a little bit more complicated. For
183 183 details, please see <filename>README-windows.txt</filename> in the
184 184 source distribution. You can also download a binary distribution
185   - for Windows.
  185 + for Windows. There is a port of qpdf in the
  186 + <filename>contrib</filename> area generously contributed by Jian
  187 + Ma. This is also discussed in more detail in
  188 + <filename>README-windows.txt</filename>.
186 189 </para>
187 190 <para>
188 191 There are some other things you can do with the build. Although
... ...