home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / p / p640x480.zip / PLINK.BAT < prev    next >
DOS Batch File  |  1993-03-02  |  236b  |  8 lines

  1. rem Sample batch file for assembling and linking the PIXEL machine code.
  2. rem Modify to suit your configuration.
  3. masm pixel
  4. del pixel.qlb
  5. del pixel.lib
  6. link /q pixel.obj,,,\bc7\lib\qbxqlb.lib;
  7. lib pixel.lib,,+pixel.obj,,pixel.lib
  8.