From 3c4ec7b6d5ab9006e0083231656e7fb158ef227c Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Wed, 27 Jul 2005 10:57:57 +0000 Subject: [PATCH] Add some commentary of what I've done this morning git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@10360 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/Win32/packaging/dtl/Makefile | 8 ++++++++ development/Win32/packaging/dtl/dt2dv.c | 4 +++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/development/Win32/packaging/dtl/Makefile b/development/Win32/packaging/dtl/Makefile index 108ee1697c..e6b9fc199a 100644 --- a/development/Win32/packaging/dtl/Makefile +++ b/development/Win32/packaging/dtl/Makefile @@ -3,6 +3,14 @@ # Thu 9 March 1995 # Geoffrey Tobin # Nelson H. F. Beebe +# +# Changes 27 July 2005 by Angus Leeming to enable the Makefile to +# work out of the box on both *nix and Windows machines under +# the MinSYS environment. +# +# The Makefile can also be used unaltered to build a Windows executable +# from a Linux box if make is invoked as: +# $ make EXEEXT='.exe' CC='i386-mingw32-gcc' #======================================================================= BINDIR = /usr/local/bin diff --git a/development/Win32/packaging/dtl/dt2dv.c b/development/Win32/packaging/dtl/dt2dv.c index 440388c5a7..82acd7d5bb 100644 --- a/development/Win32/packaging/dtl/dt2dv.c +++ b/development/Win32/packaging/dtl/dt2dv.c @@ -1,9 +1,11 @@ /* dt2dv - convert human-readable "DTL" file to DVI format - this is intended to invert dv2dt version 0.6.0 - - version 0.6.1 - 14:38 GMT +11 Thu 9 March 1995 + - version 0.6.2 - 27 July 2005 - Geoffrey Tobin G.Tobin@ee.latrobe.edu.au - fixes: Michal Tomczak-Jaegermann ntomczak@vm.ucs.ualberta.ca Nelson H. F. Beebe beebe@math.utah.edu + Angus Leeming leeming@lyx.org: Enable dt2dv to handle + .dvi files containing strings longer than 1024 chars. - Reference: "The DVI Driver Standard, Level 0", by The TUG DVI Driver Standards Committee. Appendix A, "Device-Independent File Format".