home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
magazine
/
c_news
/
03
/
readme
< prev
Wrap
Text File
|
1988-01-23
|
1KB
|
50 lines
*********************** Borland International **************************
PRODUCT : TURBOC
VERSION : 1.5
DATE : 13 January 1988
TITLE : Patch disk for initgraph
This disk contains the files neccesary to path the medium, large
and huge Turbo C libraries for a situation where initgraph may
cause a program to halt execution requiring a re-boot.
GEXIT.CL -- The files in this group are input files
GEXIT.CH -- for PATCH.COM. They are DIF format files (see
GEXIT.CM -- PATCH.DOC). The *.CM, *.CL, and *.CH are
GFREEMEM.CL -- used to patch CM.LIB, CL.LIB and CH.LIB
GFREEMEM.CM -- respectively.
GFREEMEM.CH --
GGETMEM.CM --
GGETMEM.CL --
GGETMEM.CH --
PATCH.COM -- Uses DIF format files to patch exsisting files
PATCH.DOC -- Document for PATCH.COM
PATCHIT.BAT -- Batch file that executes the patches
README -- this file
To patch your Turbo C Libraries, copy these files to a temporary
directory on your hard drive and run PATCHIT.BAT from that directory.
PATCHIT requires one command line parameter -
your Turbo C library directory WITH a trailing backslash
If you installed your Turbo C with your library directory in C:\TURBOC\LIB,
then type:
patchit c:\turboc\lib\
NOTE: This patch assumes that TLIB.EXE (Turbo C Librarian) is
on the DOS path. If it is not on the DOS path, you must
ensure that it is on the DOS path before running the patch.