~ubuntu-branches/ubuntu/jaunty/texlive-bin/jaunty-security

« back to all changes in this revision

Viewing changes to build/TeX/utils/gzip/msdos/doturboc.bat

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2008-06-26 23:14:59 UTC
  • mfrom: (2.1.30 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080626231459-y02rjsrgtafu83yr
Tags: 2007.dfsg.2-3
add missing source roadmap.fig of roadmap.eps in fontinst documentation
(Closes: #482915) (urgency medium due to RC bug)
(new patch add-missing-fontinst-source)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
: This file is a complement to gzip.prj for Turbo C 2.0 users.
2
 
: To construct gzip, first transform all files to msdos CR LF format.
3
 
: (Use utilities such as flip or do file transfers in ascii mode.)
4
 
: Then invoke this file. Then enter Turbo C, set the the
5
 
: compilation model to compact, and the project file to gzip.prj.
6
 
: Change the compilation flags if you wish (add SMALL_MEM
7
 
: to reduce the memory requirements), and press F9...
8
 
: WARNING: you must use the compact or large model in this version.
9
 
: To use the large model, add -D__LARGE__ in the tasm command below.
10
 
: To get the file wildargs.obj, do:
11
 
:
12
 
:   pkunpak \tcc\startup wildargs.obj
13
 
:
14
 
: pkunpak is available in wuarchive.wustl.edu:/mirrors/msdos/starter/pk361.exe
15
 
:
16
 
: After compiling gzip.exe, do: copy gzip.exe gunzip.exe
17
 
:
18
 
tasm -ml -DDYN_ALLOC -DSS_NEQ_DS msdos\match, match;