home *** CD-ROM | disk | FTP | other *** search
- echo off
- Echo This file creates W32.QLB and W32.LIB from the W32 object files.
- Echo You may omit some of the object files to make the library smaller.
- Echo W32.QLB is about 15000 bytes with all of them. ALWAYS include W32.OBJ.
- Echo If PrntS.obj is included, you must also inlcude Prnt.obj.
- echo .
- echo List of the calls in each object file:
- echo .
- echo W32.OBJ: Prnt.Obj PrntS.obj SaveW.obj Scroll.obj Misc.obj
- echo .
- echo Attribute Prnt PrntS CloseLastW KLS DebugW
- echo Adapter Printt PrntUsingS CloseW ScrollL ReadScreen
- echo Border PrntW CloseWgra ScrollR Dump1
- echo InitW PrintW ConvertTG ScrollU Refresh
- echo DefBorder Tabb FillW ScrollD
- echo Int10 OpenW
- echo Int3 SaveW
- echo Kolor SaveWgra
- echo Lokate WSize
- echo MapMask WSizeGra
- echo Monochrome
- echo SetViewPage
- echo SetViewW
- echo SnowCheckingOn
- echo SnowCheckingOff
- Pause
-
- echo on
-
- del w32.QLB
-
- Link /q W32 scroll misc savew prnt prnts, W32.QLB,,bQLB41.lib;
-
- Rem Create .lib file
-
- del w32.Lib
-
- Lib w32.lib + w32.obj + scroll.obj + misc.obj + savew.obj + prnt.obj +prnts.obj;
-
-