home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / Samples / CSAPE32.ARJ / SOURCE / COMPILE / COMPJ1M.BAT < prev    next >
DOS Batch File  |  1991-01-03  |  33KB  |  1,185 lines

  1. @echo off
  2. echo This batch file will produce the C-scape libraries
  3. echo  ..\lib\J1mCSCAP.lib and ..\lib\J1mOWL.lib for
  4. echo  the JPI TopSpeed C 1.06 compiler.
  5. rem  Compiler = J1, model = m, type = Regular, nearsegs = TRUE
  6. rem  Delete old object files if they exist to prepare for new ones.
  7. echo del obj\*.obj
  8. del obj\*.obj
  9. rem 
  10. rem  Create object files directory if it's not already there.
  11. echo md obj
  12. md obj
  13. rem 
  14.  
  15. echo Compiling CS files
  16.  
  17. tsc auxtop.c /mm /I..\include /wall /y 
  18.  copy auxtop.obj obj 
  19.  del auxtop.obj
  20. tsc field.c /mm /I..\include /wall /y 
  21.  copy field.obj obj 
  22.  del field.obj
  23. tsc fldcls.c /mm /I..\include /wall /y 
  24.  copy fldcls.obj obj 
  25.  del fldcls.obj
  26. tsc fldgetb.c /mm /I..\include /wall /y 
  27.  copy fldgetb.obj obj 
  28.  del fldgetb.obj
  29. tsc fldpulll.c /mm /I..\include /wall /y 
  30.  copy fldpulll.obj obj 
  31.  del fldpulll.obj
  32. tsc fldpullr.c /mm /I..\include /wall /y 
  33.  copy fldpullr.obj obj 
  34.  del fldpullr.obj
  35. tsc fldpushl.c /mm /I..\include /wall /y 
  36.  copy fldpushl.obj obj 
  37.  del fldpushl.obj
  38. tsc fldpushr.c /mm /I..\include /wall /y 
  39.  copy fldpushr.obj obj 
  40.  del fldpushr.obj
  41. tsc fnalpha.c /mm /I..\include /wall /y 
  42.  copy fnalpha.obj obj 
  43.  del fnalpha.obj
  44. tsc fnbob.c /mm /I..\include /wall /y 
  45.  copy fnbob.obj obj 
  46.  del fnbob.obj
  47. tsc fnchar.c /mm /I..\include /wall /y 
  48.  copy fnchar.obj obj 
  49.  del fnchar.obj
  50. tsc fncheck.c /mm /I..\include /wall /y 
  51.  copy fncheck.obj obj 
  52.  del fncheck.obj
  53. tsc fnclong.c /mm /I..\include /wall /y 
  54.  copy fnclong.obj obj 
  55.  del fnclong.obj
  56. tsc fncmoney.c /mm /I..\include /wall /y 
  57.  copy fncmoney.obj obj 
  58.  del fncmoney.obj
  59. tsc fncntry.c /mm /I..\include /wall /y 
  60.  copy fncntry.obj obj 
  61.  del fncntry.obj
  62. tsc fncomma.c /mm /I..\include /wall /y 
  63.  copy fncomma.obj obj 
  64.  del fncomma.obj
  65. tsc fndate.c /mm /I..\include /wall /y 
  66.  copy fndate.obj obj 
  67.  del fndate.obj
  68. tsc fndecpt.c /mm /I..\include /wall /y 
  69.  copy fndecpt.obj obj 
  70.  del fndecpt.obj
  71. tsc fndigit.c /mm /I..\include /wall /y 
  72.  copy fndigit.obj obj 
  73.  del fndigit.obj
  74. tsc fndouble.c /mm /I..\include /wall /y 
  75.  copy fndouble.obj obj 
  76.  del fndouble.obj
  77. tsc fnfixdp.c /mm /I..\include /wall /y 
  78.  copy fnfixdp.obj obj 
  79.  del fnfixdp.obj
  80. tsc fnframer.c /mm /I..\include /wall /y 
  81.  copy fnframer.obj obj 
  82.  del fnframer.obj
  83. tsc fnhex.c /mm /I..\include /wall /y 
  84.  copy fnhex.obj obj 
  85.  del fnhex.obj
  86. tsc fnifld.c /mm /I..\include /wall /y 
  87.  copy fnifld.obj obj 
  88.  del fnifld.obj
  89. tsc fnifldg.c /mm /I..\include /wall /y 
  90.  copy fnifldg.obj obj 
  91.  del fnifldg.obj
  92. tsc fnint.c /mm /I..\include /wall /y 
  93.  copy fnint.obj obj 
  94.  del fnint.obj
  95. tsc fnipage.c /mm /I..\include /wall /y 
  96.  copy fnipage.obj obj 
  97.  del fnipage.obj
  98. tsc fnlist.c /mm /I..\include /wall /y 
  99.  copy fnlist.obj obj 
  100.  del fnlist.obj
  101. tsc fnlong.c /mm /I..\include /wall /y 
  102.  copy fnlong.obj obj 
  103.  del fnlong.obj
  104. tsc fnmark.c /mm /I..\include /wall /y 
  105.  copy fnmark.obj obj 
  106.  del fnmark.obj
  107. tsc fnmenu.c /mm /I..\include /wall /y 
  108.  copy fnmenu.obj obj 
  109.  del fnmenu.obj
  110. tsc fnmoney.c /mm /I..\include /wall /y 
  111.  copy fnmoney.obj obj 
  112.  del fnmoney.obj
  113. tsc fnmsys.c /mm /I..\include /wall /y 
  114.  copy fnmsys.obj obj 
  115.  del fnmsys.obj
  116. tsc fnnowrit.c /mm /I..\include /wall /y 
  117.  copy fnnowrit.obj obj 
  118.  del fnnowrit.obj
  119. tsc fnnum.c /mm /I..\include /wall /y 
  120.  copy fnnum.obj obj 
  121.  del fnnum.obj
  122. tsc fnpnum.c /mm /I..\include /wall /y 
  123.  copy fnpnum.obj obj 
  124.  del fnpnum.obj
  125. tsc fnradio.c /mm /I..\include /wall /y 
  126.  copy fnradio.obj obj 
  127.  del fnradio.obj
  128. tsc fnrange.c /mm /I..\include /wall /y 
  129.  copy fnrange.obj obj 
  130.  del fnrange.obj
  131. tsc fnsdoubl.c /mm /I..\include /wall /y 
  132.  copy fnsdoubl.obj obj 
  133.  del fnsdoubl.obj
  134. tsc fnsecure.c /mm /I..\include /wall /y 
  135.  copy fnsecure.obj obj 
  136.  del fnsecure.obj
  137. tsc fnselect.c /mm /I..\include /wall /y 
  138.  copy fnselect.obj obj 
  139.  del fnselect.obj
  140. tsc fnsfloat.c /mm /I..\include /wall /y 
  141.  copy fnsfloat.obj obj 
  142.  del fnsfloat.obj
  143. tsc fnsint.c /mm /I..\include /wall /y 
  144.  copy fnsint.obj obj 
  145.  del fnsint.obj
  146. tsc fnslong.c /mm /I..\include /wall /y 
  147.  copy fnslong.obj obj 
  148.  del fnslong.obj
  149. tsc fnslug.c /mm /I..\include /wall /y 
  150.  copy fnslug.obj obj 
  151.  del fnslug.obj
  152. tsc fnspec.c /mm /I..\include /wall /y 
  153.  copy fnspec.obj obj 
  154.  del fnspec.obj
  155. tsc fnstd.c /mm /I..\include /wall /y 
  156.  copy fnstd.obj obj 
  157.  del fnstd.obj
  158. tsc fnstdval.c /mm /I..\include /wall /y 
  159.  copy fnstdval.obj obj 
  160.  del fnstdval.obj
  161. tsc fnstrcom.c /mm /I..\include /wall /y 
  162.  copy fnstrcom.obj obj 
  163.  del fnstrcom.obj
  164. tsc fnstring.c /mm /I..\include /wall /y 
  165.  copy fnstring.obj obj 
  166.  del fnstring.obj
  167. tsc fnted.c /mm /I..\include /wall /y 
  168.  copy fnted.obj obj 
  169.  del fnted.obj
  170. tsc fnticker.c /mm /I..\include /wall /y 
  171.  copy fnticker.obj obj 
  172.  del fnticker.obj
  173. tsc fntime.c /mm /I..\include /wall /y 
  174.  copy fntime.obj obj 
  175.  del fntime.obj
  176. tsc fntoggle.c /mm /I..\include /wall /y 
  177.  copy fntoggle.obj obj 
  178.  del fntoggle.obj
  179. tsc fntogint.c /mm /I..\include /wall /y 
  180.  copy fntogint.obj obj 
  181.  del fntogint.obj
  182. tsc fnvalfmt.c /mm /I..\include /wall /y 
  183.  copy fnvalfmt.obj obj 
  184.  del fnvalfmt.obj
  185. tsc fnvalnum.c /mm /I..\include /wall /y 
  186.  copy fnvalnum.obj obj 
  187.  del fnvalnum.obj
  188. tsc fnvalrng.c /mm /I..\include /wall /y 
  189.  copy fnvalrng.obj obj 
  190.  del fnvalrng.obj
  191. tsc fnvalstr.c /mm /I..\include /wall /y 
  192.  copy fnvalstr.obj obj 
  193.  del fnvalstr.obj
  194. tsc fnxstr.c /mm /I..\include /wall /y 
  195.  copy fnxstr.obj obj 
  196.  del fnxstr.obj
  197. tsc fnyesno.c /mm /I..\include /wall /y 
  198.  copy fnyesno.obj obj 
  199.  del fnyesno.obj
  200. tsc framer.c /mm /I..\include /wall /y 
  201.  copy framer.obj obj 
  202.  del framer.obj
  203. tsc fsym.c /mm /I..\include /wall /y 
  204.  copy fsym.obj obj 
  205.  del fsym.obj
  206. tsc fsymidef.c /mm /I..\include /wall /y 
  207.  copy fsymidef.obj obj 
  208.  del fsymidef.obj
  209. tsc fsyminit.c /mm /I..\include /wall /y 
  210.  copy fsyminit.obj obj 
  211.  del fsyminit.obj
  212. tsc help.c /mm /I..\include /wall /y 
  213.  copy help.obj obj 
  214.  del help.obj
  215. tsc helpshow.c /mm /I..\include /wall /y 
  216.  copy helpshow.obj obj 
  217.  del helpshow.obj
  218. tsc helpview.c /mm /I..\include /wall /y 
  219.  copy helpview.obj obj 
  220.  del helpview.obj
  221. tsc helpxref.c /mm /I..\include /wall /y 
  222.  copy helpxref.obj obj 
  223.  del helpxref.obj
  224. tsc idleclk.c /mm /I..\include /wall /y 
  225.  copy idleclk.obj obj 
  226.  del idleclk.obj
  227. tsc menu.c /mm /I..\include /wall /y 
  228.  copy menu.obj obj 
  229.  del menu.obj
  230. tsc menuaftg.c /mm /I..\include /wall /y 
  231.  copy menuaftg.obj obj 
  232.  del menuaftg.obj
  233. tsc menucfld.c /mm /I..\include /wall /y 
  234.  copy menucfld.obj obj 
  235.  del menucfld.obj
  236. tsc menudest.c /mm /I..\include /wall /y 
  237.  copy menudest.obj obj 
  238.  del menudest.obj
  239. tsc menudfld.c /mm /I..\include /wall /y 
  240.  copy menudfld.obj obj 
  241.  del menudfld.obj
  242. tsc menudrow.c /mm /I..\include /wall /y 
  243.  copy menudrow.obj obj 
  244.  del menudrow.obj
  245. tsc menufind.c /mm /I..\include /wall /y 
  246.  copy menufind.obj obj 
  247.  del menufind.obj
  248. tsc menuirow.c /mm /I..\include /wall /y 
  249.  copy menuirow.obj obj 
  250.  del menuirow.obj
  251. tsc menuload.c /mm /I..\include /wall /y 
  252.  copy menuload.obj obj 
  253.  del menuload.obj
  254. tsc menumfld.c /mm /I..\include /wall /y 
  255.  copy menumfld.obj obj 
  256.  del menumfld.obj
  257. tsc menumrkf.c /mm /I..\include /wall /y 
  258.  copy menumrkf.obj obj 
  259.  del menumrkf.obj
  260. tsc menuname.c /mm /I..\include /wall /y 
  261.  copy menuname.obj obj 
  262.  del menuname.obj
  263. tsc menupdpl.c /mm /I..\include /wall /y 
  264.  copy menupdpl.obj obj 
  265.  del menupdpl.obj
  266. tsc menuputb.c /mm /I..\include /wall /y 
  267.  copy menuputb.obj obj 
  268.  del menuputb.obj
  269. tsc menusave.c /mm /I..\include /wall /y 
  270.  copy menusave.obj obj 
  271.  del menusave.obj
  272. tsc menusfb.c /mm /I..\include /wall /y 
  273.  copy menusfb.obj obj 
  274.  del menusfb.obj
  275. tsc menusfld.c /mm /I..\include /wall /y 
  276.  copy menusfld.obj obj 
  277.  del menusfld.obj
  278. tsc menusize.c /mm /I..\include /wall /y 
  279.  copy menusize.obj obj 
  280.  del menusize.obj
  281. tsc menutb.c /mm /I..\include /wall /y 
  282.  copy menutb.obj obj 
  283.  del menutb.obj
  284. tsc menutffg.c /mm /I..\include /wall /y 
  285.  copy menutffg.obj obj 
  286.  del menutffg.obj
  287. tsc menuunpf.c /mm /I..\include /wall /y 
  288.  copy menuunpf.obj obj 
  289.  del menuunpf.obj
  290. tsc menuvars.c /mm /I..\include /wall /y 
  291.  copy menuvars.obj obj 
  292.  del menuvars.obj
  293. tsc menuxfld.c /mm /I..\include /wall /y 
  294.  copy menuxfld.obj obj 
  295.  del menuxfld.obj
  296. tsc msys.c /mm /I..\include /wall /y 
  297.  copy msys.obj obj 
  298.  del msys.obj
  299. tsc msysdo.c /mm /I..\include /wall /y 
  300.  copy msysdo.obj obj 
  301.  del msysdo.obj
  302. tsc msyspars.c /mm /I..\include /wall /y 
  303.  copy msyspars.obj obj 
  304.  del msyspars.obj
  305. tsc objload.c /mm /I..\include /wall /y 
  306.  copy objload.obj obj 
  307.  del objload.obj
  308. tsc puedit.c /mm /I..\include /wall /y 
  309.  copy puedit.obj obj 
  310.  del puedit.obj
  311. tsc pumenu.c /mm /I..\include /wall /y 
  312.  copy pumenu.obj obj 
  313.  del pumenu.obj
  314. tsc pumsg.c /mm /I..\include /wall /y 
  315.  copy pumsg.obj obj 
  316.  del pumsg.obj
  317. tsc puparms.c /mm /I..\include /wall /y 
  318.  copy puparms.obj obj 
  319.  del puparms.obj
  320. tsc puprompt.c /mm /I..\include /wall /y 
  321.  copy puprompt.obj obj 
  322.  del puprompt.obj
  323. tsc putext.c /mm /I..\include /wall /y 
  324.  copy putext.obj obj 
  325.  del putext.obj
  326. tsc puview.c /mm /I..\include /wall /y 
  327.  copy puview.obj obj 
  328.  del puview.obj
  329. tsc sd1stfld.c /mm /I..\include /wall /y 
  330.  copy sd1stfld.obj obj 
  331.  del sd1stfld.obj
  332. tsc sdalloc.c /mm /I..\include /wall /y 
  333.  copy sdalloc.obj obj 
  334.  del sdalloc.obj
  335. tsc sdcenter.c /mm /I..\include /wall /y 
  336.  copy sdcenter.obj obj 
  337.  del sdcenter.obj
  338. tsc sdcurs.c /mm /I..\include /wall /y 
  339.  copy sdcurs.obj obj 
  340.  del sdcurs.obj
  341. tsc sddecchr.c /mm /I..\include /wall /y 
  342.  copy sddecchr.obj obj 
  343.  del sddecchr.obj
  344. tsc sddecfld.c /mm /I..\include /wall /y 
  345.  copy sddecfld.obj obj 
  346.  del sddecfld.obj
  347. tsc sddelfld.c /mm /I..\include /wall /y 
  348.  copy sddelfld.obj obj 
  349.  del sddelfld.obj
  350. tsc sddelrow.c /mm /I..\include /wall /y 
  351.  copy sddelrow.obj obj 
  352.  del sddelrow.obj
  353. tsc sddisp.c /mm /I..\include /wall /y 
  354.  copy sddisp.obj obj 
  355.  del sddisp.obj
  356. tsc sddobob.c /mm /I..\include /wall /y 
  357.  copy sddobob.obj obj 
  358.  del sddobob.obj
  359. tsc sddsexit.c /mm /I..\include /wall /y 
  360.  copy sddsexit.obj obj 
  361.  del sddsexit.obj
  362. tsc sdfindf.c /mm /I..\include /wall /y 
  363.  copy sdfindf.obj obj 
  364.  del sdfindf.obj
  365. tsc sdgetbhw.c /mm /I..\include /wall /y 
  366.  copy sdgetbhw.obj obj 
  367.  del sdgetbhw.obj
  368. tsc sdgetclr.c /mm /I..\include /wall /y 
  369.  copy sdgetclr.obj obj 
  370.  del sdgetclr.obj
  371. tsc sdgetcor.c /mm /I..\include /wall /y 
  372.  copy sdgetcor.obj obj 
  373.  del sdgetcor.obj
  374. tsc sdgetfrc.c /mm /I..\include /wall /y 
  375.  copy sdgetfrc.obj obj 
  376.  del sdgetfrc.obj
  377. tsc sdgethw.c /mm /I..\include /wall /y 
  378.  copy sdgethw.obj obj 
  379.  del sdgethw.obj
  380. tsc sdgetpos.c /mm /I..\include /wall /y 
  381.  copy sdgetpos.obj obj 
  382.  del sdgetpos.obj
  383. tsc sdgetsiz.c /mm /I..\include /wall /y 
  384.  copy sdgetsiz.obj obj 
  385.  del sdgetsiz.obj
  386. tsc sdgettb.c /mm /I..\include /wall /y 
  387.  copy sdgettb.obj obj 
  388.  del sdgettb.obj
  389. tsc sdgfld.c /mm /I..\include /wall /y 
  390.  copy sdgfld.obj obj 
  391.  del sdgfld.obj
  392. tsc sdgo.c /mm /I..\include /wall /y 
  393.  copy sdgo.obj obj 
  394.  del sdgo.obj
  395. tsc sdgohome.c /mm /I..\include /wall /y 
  396.  copy sdgohome.obj obj 
  397.  del sdgohome.obj
  398. tsc sdgoto.c /mm /I..\include /wall /y 
  399.  copy sdgoto.obj obj 
  400.  del sdgoto.obj
  401. tsc sdgrid.c /mm /I..\include /wall /y 
  402.  copy sdgrid.obj obj 
  403.  del sdgrid.obj
  404. tsc sdgtfclr.c /mm /I..\include /wall /y 
  405.  copy sdgtfclr.obj obj 
  406.  del sdgtfclr.obj
  407. tsc sdgtochr.c /mm /I..\include /wall /y 
  408.  copy sdgtochr.obj obj 
  409.  del sdgtochr.obj
  410. tsc sdgtofld.c /mm /I..\include /wall /y 
  411.  copy sdgtofld.obj obj 
  412.  del sdgtofld.obj
  413. tsc sdincchr.c /mm /I..\include /wall /y 
  414.  copy sdincchr.obj obj 
  415.  del sdincchr.obj
  416. tsc sdincfld.c /mm /I..\include /wall /y 
  417.  copy sdincfld.obj obj 
  418.  del sdincfld.obj
  419. tsc sdinsrow.c /mm /I..\include /wall /y 
  420.  copy sdinsrow.obj obj 
  421.  del sdinsrow.obj
  422. tsc sdisfnam.c /mm /I..\include /wall /y 
  423.  copy sdisfnam.obj obj 
  424.  del sdisfnam.obj
  425. tsc sdload.c /mm /I..\include /wall /y 
  426.  copy sdload.obj obj 
  427.  del sdload.obj
  428. tsc sdlstfld.c /mm /I..\include /wall /y 
  429.  copy sdlstfld.obj obj 
  430.  del sdlstfld.obj
  431. tsc sdmevacc.c /mm /I..\include /wall /y 
  432.  copy sdmevacc.obj obj 
  433.  del sdmevacc.obj
  434. tsc sdmouckf.c /mm /I..\include /wall /y 
  435.  copy sdmouckf.obj obj 
  436.  del sdmouckf.obj
  437. tsc sdmouclk.c /mm /I..\include /wall /y 
  438.  copy sdmouclk.obj obj 
  439.  del sdmouclk.obj
  440. tsc sdmoudrg.c /mm /I..\include /wall /y 
  441.  copy sdmoudrg.obj obj 
  442.  del sdmoudrg.obj
  443. tsc sdmoufrm.c /mm /I..\include /wall /y 
  444.  copy sdmoufrm.obj obj 
  445.  del sdmoufrm.obj
  446. tsc sdmougck.c /mm /I..\include /wall /y 
  447.  copy sdmougck.obj obj 
  448.  del sdmougck.obj
  449. tsc sdmougtk.c /mm /I..\include /wall /y 
  450.  copy sdmougtk.obj obj 
  451.  del sdmougtk.obj
  452. tsc sdmoutrk.c /mm /I..\include /wall /y 
  453.  copy sdmoutrk.obj obj 
  454.  del sdmoutrk.obj
  455. tsc sdmovfld.c /mm /I..\include /wall /y 
  456.  copy sdmovfld.obj obj 
  457.  del sdmovfld.obj
  458. tsc sdname.c /mm /I..\include /wall /y 
  459.  copy sdname.obj obj 
  460.  del sdname.obj
  461. tsc sdnamvar.c /mm /I..\include /wall /y 
  462.  copy sdnamvar.obj obj 
  463.  del sdnamvar.obj
  464. tsc sdok.c /mm /I..\include /wall /y 
  465.  copy sdok.obj obj 
  466.  del sdok.obj
  467. tsc sdopen.c /mm /I..\include /wall /y 
  468.  copy sdopen.obj obj 
  469.  del sdopen.obj
  470. tsc sdover.c /mm /I..\include /wall /y 
  471.  copy sdover.obj obj 
  472.  del sdover.obj
  473. tsc sdovrwrt.c /mm /I..\include /wall /y 
  474.  copy sdovrwrt.obj obj 
  475.  del sdovrwrt.obj
  476. tsc sdpgdn.c /mm /I..\include /wall /y 
  477.  copy sdpgdn.obj obj 
  478.  del sdpgdn.obj
  479. tsc sdpglt.c /mm /I..\include /wall /y 
  480.  copy sdpglt.obj obj 
  481.  del sdpglt.obj
  482. tsc sdpgrt.c /mm /I..\include /wall /y 
  483.  copy sdpgrt.obj obj 
  484.  del sdpgrt.obj
  485. tsc sdpgup.c /mm /I..\include /wall /y 
  486.  copy sdpgup.obj obj 
  487.  del sdpgup.obj
  488. tsc sdploat.c /mm /I..\include /wall /y 
  489.  copy sdploat.obj obj 
  490.  del sdploat.obj
  491. tsc sdpulllt.c /mm /I..\include /wall /y 
  492.  copy sdpulllt.obj obj 
  493.  del sdpulllt.obj
  494. tsc sdpullrt.c /mm /I..\include /wall /y 
  495.  copy sdpullrt.obj obj 
  496.  del sdpullrt.obj
  497. tsc sdpushlt.c /mm /I..\include /wall /y 
  498.  copy sdpushlt.obj obj 
  499.  del sdpushlt.obj
  500. tsc sdpushrt.c /mm /I..\include /wall /y 
  501.  copy sdpushrt.obj obj 
  502.  del sdpushrt.obj
  503. tsc sdrptfld.c /mm /I..\include /wall /y 
  504.  copy sdrptfld.obj obj 
  505.  del sdrptfld.obj
  506. tsc sdsave.c /mm /I..\include /wall /y 
  507.  copy sdsave.obj obj 
  508.  del sdsave.obj
  509. tsc sdscrlad.c /mm /I..\include /wall /y 
  510.  copy sdscrlad.obj obj 
  511.  del sdscrlad.obj
  512. tsc sdscrldn.c /mm /I..\include /wall /y 
  513.  copy sdscrldn.obj obj 
  514.  del sdscrldn.obj
  515. tsc sdscrllt.c /mm /I..\include /wall /y 
  516.  copy sdscrllt.obj obj 
  517.  del sdscrllt.obj
  518. tsc sdscrlrt.c /mm /I..\include /wall /y 
  519.  copy sdscrlrt.obj obj 
  520.  del sdscrlrt.obj
  521. tsc sdscrlup.c /mm /I..\include /wall /y 
  522.  copy sdscrlup.obj obj 
  523.  del sdscrlup.obj
  524. tsc sdsetclr.c /mm /I..\include /wall /y 
  525.  copy sdsetclr.obj obj 
  526.  del sdsetclr.obj
  527. tsc sdsetfw.c /mm /I..\include /wall /y 
  528.  copy sdsetfw.obj obj 
  529.  del sdsetfw.obj
  530. tsc sdsethgt.c /mm /I..\include /wall /y 
  531.  copy sdsethgt.obj obj 
  532.  del sdsethgt.obj
  533. tsc sdsetmou.c /mm /I..\include /wall /y 
  534.  copy sdsetmou.obj obj 
  535.  del sdsetmou.obj
  536. tsc sdsettb.c /mm /I..\include /wall /y 
  537.  copy sdsettb.obj obj 
  538.  del sdsettb.obj
  539. tsc sdsetwid.c /mm /I..\include /wall /y 
  540.  copy sdsetwid.obj obj 
  541.  del sdsetwid.obj
  542. tsc sdsrch.c /mm /I..\include /wall /y 
  543.  copy sdsrch.obj obj 
  544.  del sdsrch.obj
  545. tsc sdwin.c /mm /I..\include /wall /y 
  546.  copy sdwin.obj obj 
  547.  del sdwin.obj
  548. tsc sdwinimo.c /mm /I..\include /wall /y 
  549.  copy sdwinimo.obj obj 
  550.  del sdwinimo.obj
  551. tsc sdxflds.c /mm /I..\include /wall /y 
  552.  copy sdxflds.obj obj 
  553.  del sdxflds.obj
  554. tsc sfile.c /mm /I..\include /wall /y 
  555.  copy sfile.obj obj 
  556.  del sfile.obj
  557. tsc slddrows.c /mm /I..\include /wall /y 
  558.  copy slddrows.obj obj 
  559.  del slddrows.obj
  560. tsc sldirows.c /mm /I..\include /wall /y 
  561.  copy sldirows.obj obj 
  562.  del sldirows.obj
  563. tsc sledopen.c /mm /I..\include /wall /y 
  564.  copy sledopen.obj obj 
  565.  del sledopen.obj
  566. tsc sledprot.c /mm /I..\include /wall /y 
  567.  copy sledprot.obj obj 
  568.  del sledprot.obj
  569. tsc sledwin.c /mm /I..\include /wall /y 
  570.  copy sledwin.obj obj 
  571.  del sledwin.obj
  572. tsc slug.c /mm /I..\include /wall /y 
  573.  copy slug.obj obj 
  574.  del slug.obj
  575. tsc spcabort.c /mm /I..\include /wall /y 
  576.  copy spcabort.obj obj 
  577.  del spcabort.obj
  578. tsc spcembed.c /mm /I..\include /wall /y 
  579.  copy spcembed.obj obj 
  580.  del spcembed.obj
  581. tsc spcembtd.c /mm /I..\include /wall /y 
  582.  copy spcembtd.obj obj 
  583.  del spcembtd.obj
  584. tsc spcsled.c /mm /I..\include /wall /y 
  585.  copy spcsled.obj obj 
  586.  del spcsled.obj
  587. tsc tbsetmax.c /mm /I..\include /wall /y 
  588.  copy tbsetmax.obj obj 
  589.  del tbsetmax.obj
  590. tsc tbstr.c /mm /I..\include /wall /y 
  591.  copy tbstr.obj obj 
  592.  del tbstr.obj
  593. tsc tedcopy.c /mm /I..\include /wall /y 
  594.  copy tedcopy.obj obj 
  595.  del tedcopy.obj
  596. tsc tedcurs.c /mm /I..\include /wall /y 
  597.  copy tedcurs.obj obj 
  598.  del tedcurs.obj
  599. tsc tedfile.c /mm /I..\include /wall /y 
  600.  copy tedfile.obj obj 
  601.  del tedfile.obj
  602. tsc tedfoll.c /mm /I..\include /wall /y 
  603.  copy tedfoll.obj obj 
  604.  del tedfoll.obj
  605. tsc tedgstr.c /mm /I..\include /wall /y 
  606.  copy tedgstr.obj obj 
  607.  del tedgstr.obj
  608. tsc tedit.c /mm /I..\include /wall /y 
  609.  copy tedit.obj obj 
  610.  del tedit.obj
  611. tsc tedline.c /mm /I..\include /wall /y 
  612.  copy tedline.obj obj 
  613.  del tedline.obj
  614. tsc tedpast.c /mm /I..\include /wall /y 
  615.  copy tedpast.obj obj 
  616.  del tedpast.obj
  617. tsc tedsetmv.c /mm /I..\include /wall /y 
  618.  copy tedsetmv.obj obj 
  619.  del tedsetmv.obj
  620. tsc tedsrch.c /mm /I..\include /wall /y 
  621.  copy tedsrch.obj obj 
  622.  del tedsrch.obj
  623. tsc tedstrip.c /mm /I..\include /wall /y 
  624.  copy tedstrip.obj obj 
  625.  del tedstrip.obj
  626. tsc tedword.c /mm /I..\include /wall /y 
  627.  copy tedword.obj obj 
  628.  del tedword.obj
  629. tsc textbuf.c /mm /I..\include /wall /y 
  630.  copy textbuf.obj obj 
  631.  del textbuf.obj
  632. tsc ufncload.c /mm /I..\include /wall /y 
  633.  copy ufncload.obj obj 
  634.  del ufncload.obj
  635. tsc ufncsave.c /mm /I..\include /wall /y 
  636.  copy ufncsave.obj obj 
  637.  del ufncsave.obj
  638. tsc ufuncobj.c /mm /I..\include /wall /y 
  639.  copy ufuncobj.obj obj 
  640.  del ufuncobj.obj
  641.  
  642. echo Compiling OWL files
  643.  
  644. tsc bbchain.c /mm /I..\include /wall /y 
  645.  copy bbchain.obj obj 
  646.  del bbchain.obj
  647. tsc bcwin.c /mm /I..\include /wall /y 
  648.  copy bcwin.obj obj 
  649.  del bcwin.obj
  650. tsc bfaux.c /mm /I..\include /wall /y 
  651.  copy bfaux.obj obj 
  652.  del bfaux.obj
  653. tsc bfile.c /mm /I..\include /wall /y 
  654.  copy bfile.obj obj 
  655.  del bfile.obj
  656. tsc blwin.c /mm /I..\include /wall /y 
  657.  copy blwin.obj obj 
  658.  del blwin.obj
  659. tsc bobgo.c /mm /I..\include /wall /y 
  660.  copy bobgo.obj obj 
  661.  del bobgo.obj
  662. tsc bobgtanc.c /mm /I..\include /wall /y 
  663.  copy bobgtanc.obj obj 
  664.  del bobgtanc.obj
  665. tsc bobgtown.c /mm /I..\include /wall /y 
  666.  copy bobgtown.obj obj 
  667.  del bobgtown.obj
  668. tsc bobset.c /mm /I..\include /wall /y 
  669.  copy bobset.obj obj 
  670.  del bobset.obj
  671. tsc bordaux.c /mm /I..\include /wall /y 
  672.  copy bordaux.obj obj 
  673.  del bordaux.obj
  674. tsc bordclos.c /mm /I..\include /wall /y 
  675.  copy bordclos.obj obj 
  676.  del bordclos.obj
  677. tsc borddrwt.c /mm /I..\include /wall /y 
  678.  copy borddrwt.obj obj 
  679.  del borddrwt.obj
  680. tsc bordghzb.c /mm /I..\include /wall /y 
  681.  copy bordghzb.obj obj 
  682.  del bordghzb.obj
  683. tsc bordglts.c /mm /I..\include /wall /y 
  684.  copy bordglts.obj obj 
  685.  del bordglts.obj
  686. tsc bordgvtb.c /mm /I..\include /wall /y 
  687.  copy bordgvtb.obj obj 
  688.  del bordgvtb.obj
  689. tsc bordimo.c /mm /I..\include /wall /y 
  690.  copy bordimo.obj obj 
  691.  del bordimo.obj
  692. tsc bordobj.c /mm /I..\include /wall /y 
  693.  copy bordobj.obj obj 
  694.  del bordobj.obj
  695. tsc bordout.c /mm /I..\include /wall /y 
  696.  copy bordout.obj obj 
  697.  del bordout.obj
  698. tsc bordsend.c /mm /I..\include /wall /y 
  699.  copy bordsend.obj obj 
  700.  del bordsend.obj
  701. tsc bordsetp.c /mm /I..\include /wall /y 
  702.  copy bordsetp.obj obj 
  703.  del bordsetp.obj
  704. tsc bordssds.c /mm /I..\include /wall /y 
  705.  copy bordssds.obj obj 
  706.  del bordssds.obj
  707. tsc cmap.c /mm /I..\include /wall /y 
  708.  copy cmap.obj obj 
  709.  del cmap.obj
  710. tsc cmapcopy.c /mm /I..\include /wall /y 
  711.  copy cmapcopy.obj obj 
  712.  del cmapcopy.obj
  713. tsc cmapput.c /mm /I..\include /wall /y 
  714.  copy cmapput.obj obj 
  715.  del cmapput.obj
  716. tsc cmwin.c /mm /I..\include /wall /y 
  717.  copy cmwin.obj obj 
  718.  del cmwin.obj
  719. tsc cmwindra.c /mm /I..\include /wall /y 
  720.  copy cmwindra.obj obj 
  721.  del cmwindra.obj
  722. tsc cmwinimo.c /mm /I..\include /wall /y 
  723.  copy cmwinimo.obj obj 
  724.  del cmwinimo.obj
  725. tsc cmwintty.c /mm /I..\include /wall /y 
  726.  copy cmwintty.obj obj 
  727.  del cmwintty.obj
  728. tsc disp.c /mm /I..\include /wall /y 
  729.  copy disp.obj obj 
  730.  del disp.obj
  731. tsc dispapv.c /mm /I..\include /wall /y 
  732.  copy dispapv.obj obj 
  733.  del dispapv.obj
  734. tsc dispbfon.c /mm /I..\include /wall /y 
  735.  copy dispbfon.obj obj 
  736.  del dispbfon.obj
  737. tsc dispclr.c /mm /I..\include /wall /y 
  738.  copy dispclr.obj obj 
  739.  del dispclr.obj
  740. tsc dispcurr.c /mm /I..\include /wall /y 
  741.  copy dispcurr.obj obj 
  742.  del dispcurr.obj
  743. tsc dispinit.c /mm /I..\include /wall /y 
  744.  copy dispinit.obj obj 
  745.  del dispinit.obj
  746. tsc dispmono.c /mm /I..\include /wall /y 
  747.  copy dispmono.obj obj 
  748.  del dispmono.obj
  749. tsc disppcco.c /mm /I..\include /wall /y 
  750.  copy disppcco.obj obj 
  751.  del disppcco.obj
  752. tsc disprein.c /mm /I..\include /wall /y 
  753.  copy disprein.obj obj 
  754.  del disprein.obj
  755. tsc expbmu.c /mm /I..\include /wall /y 
  756.  copy expbmu.obj obj 
  757.  del expbmu.obj
  758. tsc expstd.c /mm /I..\include /wall /y 
  759.  copy expstd.obj obj 
  760.  del expstd.obj
  761. tsc frw.c /mm /I..\include /wall /y 
  762.  copy frw.obj obj 
  763.  del frw.obj
  764. tsc grwin.c /mm /I..\include /wall /y 
  765.  copy grwin.obj obj 
  766.  del grwin.obj
  767. tsc jains.c /mm /I..\include /wall /y 
  768.  copy jains.obj obj 
  769.  del jains.obj
  770. tsc jarray.c /mm /I..\include /wall /y 
  771.  copy jarray.obj obj 
  772.  del jarray.obj
  773. tsc kbidle.c /mm /I..\include /wall /y 
  774.  copy kbidle.obj obj 
  775.  del kbidle.obj
  776. tsc kblist.c /mm /I..\include /wall /y 
  777.  copy kblist.obj obj 
  778.  del kblist.obj
  779. tsc kbmacro.c /mm /I..\include /wall /y 
  780.  copy kbmacro.obj obj 
  781.  del kbmacro.obj
  782. tsc kbread.c /mm /I..\include /wall /y 
  783.  copy kbread.obj obj 
  784.  del kbread.obj
  785. tsc kbrecord.c /mm /I..\include /wall /y 
  786.  copy kbrecord.obj obj 
  787.  del kbrecord.obj
  788. tsc mouseini.c /mm /I..\include /wall /y 
  789.  copy mouseini.obj obj 
  790.  del mouseini.obj
  791. tsc msgwin.c /mm /I..\include /wall /y 
  792.  copy msgwin.obj obj 
  793.  del msgwin.obj
  794. tsc npwin.c /mm /I..\include /wall /y 
  795.  copy npwin.obj obj 
  796.  del npwin.obj
  797. tsc oakalloc.c /mm /I..\include /wall /y 
  798.  copy oakalloc.obj obj 
  799.  del oakalloc.obj
  800. tsc oakerrno.c /mm /I..\include /wall /y 
  801.  copy oakerrno.obj obj 
  802.  del oakerrno.obj
  803. tsc oakerror.c /mm /I..\include /wall /y 
  804.  copy oakerror.obj obj 
  805.  del oakerror.obj
  806. tsc oakint.c /mm /I..\include /wall /y 
  807.  copy oakint.obj obj 
  808.  del oakint.obj
  809. tsc objfuncs.c /mm /I..\include /wall /y 
  810.  copy objfuncs.obj obj 
  811.  del objfuncs.obj
  812. tsc objname.c /mm /I..\include /wall /y 
  813.  copy objname.obj obj 
  814.  del objname.obj
  815. tsc oboxclip.c /mm /I..\include /wall /y 
  816.  copy oboxclip.obj obj 
  817.  del oboxclip.obj
  818. tsc oboxdist.c /mm /I..\include /wall /y 
  819.  copy oboxdist.obj obj 
  820.  del oboxdist.obj
  821. tsc ocbox.c /mm /I..\include /wall /y 
  822.  copy ocbox.obj obj 
  823.  del ocbox.obj
  824. tsc ocolmap.c /mm /I..\include /wall /y 
  825.  copy ocolmap.obj obj 
  826.  del ocolmap.obj
  827. tsc omemmove.c /mm /I..\include /wall /y 
  828.  copy omemmove.obj obj 
  829.  del omemmove.obj
  830. tsc opbox.c /mm /I..\include /wall /y 
  831.  copy opbox.obj obj 
  832.  del opbox.obj
  833. tsc opclipso.c /mm /I..\include /wall /y 
  834.  copy opclipso.obj obj 
  835.  del opclipso.obj
  836. tsc opclipst.c /mm /I..\include /wall /y 
  837.  copy opclipst.obj obj 
  838.  del opclipst.obj
  839. tsc oslist.c /mm /I..\include /wall /y 
  840.  copy oslist.obj obj 
  841.  del oslist.obj
  842. tsc pmapload.c /mm /I..\include /wall /y 
  843.  copy pmapload.obj obj 
  844.  del pmapload.obj
  845. tsc pmapopen.c /mm /I..\include /wall /y 
  846.  copy pmapopen.obj obj 
  847.  del pmapopen.obj
  848. tsc pmapx.c /mm /I..\include /wall /y 
  849.  copy pmapx.obj obj 
  850.  del pmapx.obj
  851. tsc pmwin.c /mm /I..\include /wall /y 
  852.  copy pmwin.obj obj 
  853.  del pmwin.obj
  854. tsc pmwinimo.c /mm /I..\include /wall /y 
  855.  copy pmwinimo.obj obj 
  856.  del pmwinimo.obj
  857. tsc pmwinope.c /mm /I..\include /wall /y 
  858.  copy pmwinope.obj obj 
  859.  del pmwinope.obj
  860. tsc ptdchar.c /mm /I..\include /wall /y 
  861.  copy ptdchar.obj obj 
  862.  del ptdchar.obj
  863. tsc ptdframe.c /mm /I..\include /wall /y 
  864.  copy ptdframe.obj obj 
  865.  del ptdframe.obj
  866. tsc ptdline.c /mm /I..\include /wall /y 
  867.  copy ptdline.obj obj 
  868.  del ptdline.obj
  869. tsc ptdpixch.c /mm /I..\include /wall /y 
  870.  copy ptdpixch.obj obj 
  871.  del ptdpixch.obj
  872. tsc sarray.c /mm /I..\include /wall /y 
  873.  copy sarray.obj obj 
  874.  del sarray.obj
  875. tsc sfiltext.c /mm /I..\include /wall /y 
  876.  copy sfiltext.obj obj 
  877.  del sfiltext.obj
  878. tsc strmask.c /mm /I..\include /wall /y 
  879.  copy strmask.obj obj 
  880.  del strmask.obj
  881. tsc strtools.c /mm /I..\include /wall /y 
  882.  copy strtools.obj obj 
  883.  del strtools.obj
  884. tsc strwrap.c /mm /I..\include /wall /y 
  885.  copy strwrap.obj obj 
  886.  del strwrap.obj
  887. tsc tmadd.c /mm /I..\include /wall /y 
  888.  copy tmadd.obj obj 
  889.  del tmadd.obj
  890. tsc tmelap.c /mm /I..\include /wall /y 
  891.  copy tmelap.obj obj 
  892.  del tmelap.obj
  893. tsc tmnow.c /mm /I..\include /wall /y 
  894.  copy tmnow.obj obj 
  895.  del tmnow.obj
  896. tsc tmvalid.c /mm /I..\include /wall /y 
  897.  copy tmvalid.obj obj 
  898.  del tmvalid.obj
  899. tsc userwin.c /mm /I..\include /wall /y 
  900.  copy userwin.obj obj 
  901.  del userwin.obj
  902. tsc varray.c /mm /I..\include /wall /y 
  903.  copy varray.obj obj 
  904.  del varray.obj
  905. tsc vid.c /mm /I..\include /wall /y 
  906.  copy vid.obj obj 
  907.  del vid.obj
  908. tsc winclear.c /mm /I..\include /wall /y 
  909.  copy winclear.obj obj 
  910.  del winclear.obj
  911. tsc winclip.c /mm /I..\include /wall /y 
  912.  copy winclip.obj obj 
  913.  del winclip.obj
  914. tsc wincurso.c /mm /I..\include /wall /y 
  915.  copy wincurso.obj obj 
  916.  del wincurso.obj
  917. tsc windump.c /mm /I..\include /wall /y 
  918.  copy windump.obj obj 
  919.  del windump.obj
  920. tsc winexpos.c /mm /I..\include /wall /y 
  921.  copy winexpos.obj obj 
  922.  del winexpos.obj
  923. tsc wingetp.c /mm /I..\include /wall /y 
  924.  copy wingetp.obj obj 
  925.  del wingetp.obj
  926. tsc wingo.c /mm /I..\include /wall /y 
  927.  copy wingo.obj obj 
  928.  del wingo.obj
  929. tsc winlist.c /mm /I..\include /wall /y 
  930.  copy winlist.obj obj 
  931.  del winlist.obj
  932. tsc winload.c /mm /I..\include /wall /y 
  933.  copy winload.obj obj 
  934.  del winload.obj
  935. tsc winmev.c /mm /I..\include /wall /y 
  936.  copy winmev.obj obj 
  937.  del winmev.obj
  938. tsc winmougt.c /mm /I..\include /wall /y 
  939.  copy winmougt.obj obj 
  940.  del winmougt.obj
  941. tsc winmouse.c /mm /I..\include /wall /y 
  942.  copy winmouse.obj obj 
  943.  del winmouse.obj
  944. tsc winmoutk.c /mm /I..\include /wall /y 
  945.  copy winmoutk.obj obj 
  946.  del winmoutk.obj
  947. tsc winobj.c /mm /I..\include /wall /y 
  948.  copy winobj.obj obj 
  949.  del winobj.obj
  950. tsc winobsc.c /mm /I..\include /wall /y 
  951.  copy winobsc.obj obj 
  952.  del winobsc.obj
  953. tsc winopen.c /mm /I..\include /wall /y 
  954.  copy winopen.obj obj 
  955.  del winopen.obj
  956. tsc winpaint.c /mm /I..\include /wall /y 
  957.  copy winpaint.obj obj 
  958.  del winpaint.obj
  959. tsc winsave.c /mm /I..\include /wall /y 
  960.  copy winsave.obj obj 
  961.  del winsave.obj
  962. tsc winscrol.c /mm /I..\include /wall /y 
  963.  copy winscrol.obj obj 
  964.  del winscrol.obj
  965. tsc winsetp.c /mm /I..\include /wall /y 
  966.  copy winsetp.obj obj 
  967.  del winsetp.obj
  968. tsc winsize.c /mm /I..\include /wall /y 
  969.  copy winsize.obj obj 
  970.  del winsize.obj
  971. tsc wintop.c /mm /I..\include /wall /y 
  972.  copy wintop.obj obj 
  973.  del wintop.obj
  974. tsc wmgrinit.c /mm /I..\include /wall /y 
  975.  copy wmgrinit.obj obj 
  976.  del wmgrinit.obj
  977.  
  978. echo Compiling BD files
  979.  
  980. tsc bd1.c /mm /I..\include /wall /y 
  981.  copy bd1.obj obj 
  982.  del bd1.obj
  983. tsc bd123.c /mm /I..\include /wall /y 
  984.  copy bd123.obj obj 
  985.  del bd123.obj
  986. tsc bd2.c /mm /I..\include /wall /y 
  987.  copy bd2.obj obj 
  988.  del bd2.obj
  989. tsc bdbar.c /mm /I..\include /wall /y 
  990.  copy bdbar.obj obj 
  991.  del bdbar.obj
  992. tsc bdbox.c /mm /I..\include /wall /y 
  993.  copy bdbox.obj obj 
  994.  del bdbox.obj
  995. tsc bdboxlt.c /mm /I..\include /wall /y 
  996.  copy bdboxlt.obj obj 
  997.  del bdboxlt.obj
  998. tsc bdhead.c /mm /I..\include /wall /y 
  999.  copy bdhead.obj obj 
  1000.  del bdhead.obj
  1001. tsc bdmouse.c /mm /I..\include /wall /y 
  1002.  copy bdmouse.obj obj 
  1003.  del bdmouse.obj
  1004. tsc bdmouse2.c /mm /I..\include /wall /y 
  1005.  copy bdmouse2.obj obj 
  1006.  del bdmouse2.obj
  1007. tsc bdnull.c /mm /I..\include /wall /y 
  1008.  copy bdnull.obj obj 
  1009.  del bdnull.obj
  1010. tsc bdplain.c /mm /I..\include /wall /y 
  1011.  copy bdplain.obj obj 
  1012.  del bdplain.obj
  1013. tsc bdprompt.c /mm /I..\include /wall /y 
  1014.  copy bdprompt.obj obj 
  1015.  del bdprompt.obj
  1016. tsc bdside.c /mm /I..\include /wall /y 
  1017.  copy bdside.obj obj 
  1018.  del bdside.obj
  1019. tsc bdstd.c /mm /I..\include /wall /y 
  1020.  copy bdstd.obj obj 
  1021.  del bdstd.obj
  1022. tsc bdtitle.c /mm /I..\include /wall /y 
  1023.  copy bdtitle.obj obj 
  1024.  del bdtitle.obj
  1025. tsc bdxref.c /mm /I..\include /wall /y 
  1026.  copy bdxref.obj obj 
  1027.  del bdxref.obj
  1028.  
  1029. echo Compiling DIG files
  1030.  
  1031. tsc digbtree.c /mm /I..\include /wall /y 
  1032.  copy digbtree.obj obj 
  1033.  del digbtree.obj
  1034. tsc digcursb.c /mm /I..\include /wall /y 
  1035.  copy digcursb.obj obj 
  1036.  del digcursb.obj
  1037. tsc digcursl.c /mm /I..\include /wall /y 
  1038.  copy digcursl.obj obj 
  1039.  del digcursl.obj
  1040. tsc digflip.c /mm /I..\include /wall /y 
  1041.  copy digflip.obj obj 
  1042.  del digflip.obj
  1043. tsc digklex.c /mm /I..\include /wall /y 
  1044.  copy digklex.obj obj 
  1045.  del digklex.obj
  1046. tsc digpmcli.c /mm /I..\include /wall /y 
  1047.  copy digpmcli.obj obj 
  1048.  del digpmcli.obj
  1049. tsc digpow2.c /mm /I..\include /wall /y 
  1050.  copy digpow2.obj obj 
  1051.  del digpow2.obj
  1052. tsc digscmap.c /mm /I..\include /wall /y 
  1053.  copy digscmap.obj obj 
  1054.  del digscmap.obj
  1055. tsc digshsec.c /mm /I..\include /wall /y 
  1056.  copy digshsec.obj obj 
  1057.  del digshsec.obj
  1058. tsc digsqcm.c /mm /I..\include /wall /y 
  1059.  copy digsqcm.obj obj 
  1060.  del digsqcm.obj
  1061. tsc pcxload.c /mm /I..\include /wall /y 
  1062.  copy pcxload.obj obj 
  1063.  del pcxload.obj
  1064. tsc pcxsave.c /mm /I..\include /wall /y 
  1065.  copy pcxsave.obj obj 
  1066.  del pcxsave.obj
  1067.  
  1068. echo Compiling PC files
  1069.  
  1070. tsc pcbdrawc.c /mm /I..\include /wall /y 
  1071.  copy pcbdrawc.obj obj 
  1072.  del pcbdrawc.obj
  1073. tsc pcbios.c /mm /I..\include /wall /y 
  1074.  copy pcbios.obj obj 
  1075.  del pcbios.obj
  1076. tsc pcbscrol.c /mm /I..\include /wall /y 
  1077.  copy pcbscrol.obj obj 
  1078.  del pcbscrol.obj
  1079. tsc pcbsetcu.c /mm /I..\include /wall /y 
  1080.  copy pcbsetcu.obj obj 
  1081.  del pcbsetcu.obj
  1082. tsc pccga.c /mm /I..\include /wall /y 
  1083.  copy pccga.obj obj 
  1084.  del pccga.obj
  1085. tsc pcdir.c /mm /I..\include /wall /y 
  1086.  copy pcdir.obj obj 
  1087.  del pcdir.obj
  1088. tsc pcdisp.c /mm /I..\include /wall /y 
  1089.  copy pcdisp.obj obj 
  1090.  del pcdisp.obj
  1091. tsc pcevga.c /mm /I..\include /wall /y 
  1092.  copy pcevga.obj obj 
  1093.  del pcevga.obj
  1094. tsc pcgfuncs.c /mm /I..\include /wall /y 
  1095.  copy pcgfuncs.obj obj 
  1096.  del pcgfuncs.obj
  1097. tsc pchard.c /mm /I..\include /wall /y 
  1098.  copy pchard.obj obj 
  1099.  del pchard.obj
  1100. tsc pcherc.c /mm /I..\include /wall /y 
  1101.  copy pcherc.obj obj 
  1102.  del pcherc.obj
  1103. tsc pcmcga.c /mm /I..\include /wall /y 
  1104.  copy pcmcga.obj obj 
  1105.  del pcmcga.obj
  1106. tsc pcmcurr.c /mm /I..\include /wall /y 
  1107.  copy pcmcurr.obj obj 
  1108.  del pcmcurr.obj
  1109. tsc pcmcurrt.c /mm /I..\include /wall /y 
  1110.  copy pcmcurrt.obj obj 
  1111.  del pcmcurrt.obj
  1112. tsc pcmgraph.c /mm /I..\include /wall /y 
  1113.  copy pcmgraph.obj obj 
  1114.  del pcmgraph.obj
  1115. tsc pcmode.c /mm /I..\include /wall /y 
  1116.  copy pcmode.obj obj 
  1117.  del pcmode.obj
  1118. tsc pcopen.c /mm /I..\include /wall /y 
  1119.  copy pcopen.obj obj 
  1120.  del pcopen.obj
  1121. tsc pcpmap.c /mm /I..\include /wall /y 
  1122.  copy pcpmap.obj obj 
  1123.  del pcpmap.obj
  1124. tsc pcpmapio.c /mm /I..\include /wall /y 
  1125.  copy pcpmapio.obj obj 
  1126.  del pcpmapio.obj
  1127. tsc pcramcle.c /mm /I..\include /wall /y 
  1128.  copy pcramcle.obj obj 
  1129.  del pcramcle.obj
  1130. tsc pcramcpp.c /mm /I..\include /wall /y 
  1131.  copy pcramcpp.obj obj 
  1132.  del pcramcpp.obj
  1133. tsc pcramdra.c /mm /I..\include /wall /y 
  1134.  copy pcramdra.obj obj 
  1135.  del pcramdra.obj
  1136. tsc pcrestor.c /mm /I..\include /wall /y 
  1137.  copy pcrestor.obj obj 
  1138.  del pcrestor.obj
  1139. tsc pcsplash.c /mm /I..\include /wall /y 
  1140.  copy pcsplash.obj obj 
  1141.  del pcsplash.obj
  1142. tsc pctext.c /mm /I..\include /wall /y 
  1143.  copy pctext.obj obj 
  1144.  del pctext.obj
  1145. tsc pctextin.c /mm /I..\include /wall /y 
  1146.  copy pctextin.obj obj 
  1147.  del pctextin.obj
  1148. tsc pcvgrab.c /mm /I..\include /wall /y 
  1149.  copy pcvgrab.obj obj 
  1150.  del pcvgrab.obj
  1151.  
  1152. echo Compiling PCA files
  1153.  
  1154. masm /ML /DJ1=99 /DmMOD=99 /I..\include  pc1bitpl.asm, obj\;
  1155. masm /ML /DJ1=99 /DmMOD=99 /I..\include  pc2bitpl.asm, obj\;
  1156. masm /ML /DJ1=99 /DmMOD=99 /I..\include  pc8bitpl.asm, obj\;
  1157. masm /ML /DJ1=99 /DmMOD=99 /I..\include  pcbunrun.asm, obj\;
  1158. masm /ML /DJ1=99 /DmMOD=99 /I..\include  pcbxlat.asm, obj\;
  1159. masm /ML /DJ1=99 /DmMOD=99 /I..\include  pccbrk.asm, obj\;
  1160. masm /ML /DJ1=99 /DmMOD=99 /I..\include  pcevgapl.asm, obj\;
  1161. masm /ML /DJ1=99 /DmMOD=99 /I..\include  pchcfont.asm, obj\;
  1162. masm /ML /DJ1=99 /DmMOD=99 /I..\include  pchcfunc.asm, obj\;
  1163. masm /ML /DJ1=99 /DmMOD=99 /I..\include  pciscpq.asm, obj\;
  1164. masm /ML /DJ1=99 /DmMOD=99 /I..\include  pcneares.asm, obj\;
  1165. masm /ML /DJ1=99 /DmMOD=99 /I..\include  pcoint86.asm, obj\;
  1166. masm /ML /DJ1=99 /DmMOD=99 /I..\include  pcrammov.asm, obj\;
  1167. masm /ML /DJ1=99 /DmMOD=99 /I..\include  pcramwmo.asm, obj\;
  1168. masm /ML /DJ1=99 /DmMOD=99 /I..\include  pcvfreez.asm, obj\;
  1169. masm /ML /DJ1=99 /DmMOD=99 /I..\include  pcvscan.asm, obj\;
  1170.  
  1171. echo Done compiling.
  1172.  
  1173. echo Creating C-scape library file.
  1174. rem  Delete old C-scape lib if it exists to prepare for new one.
  1175. del ..\lib\J1mCSCAP.lib
  1176. rem 
  1177. lib @CSRESP.J1m
  1178. echo Creating OWL library file.
  1179. rem  Delete old OWL lib if it exists to prepare for new one.
  1180. del ..\lib\J1mOWL.lib
  1181. rem 
  1182. lib @OWLRESP.J1m
  1183. echo Done.
  1184.  
  1185.