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

  1. @echo off
  2. echo This batch file will produce the C-scape libraries
  3. echo  ..\lib\MWSCSCAP.lib and ..\lib\MWSOWL.lib for
  4. echo  the Phar Lap DOS Extender and MetaWare High C 386 1.6 locally optimizing compiler.
  5. rem  Compiler = MW, model = S, 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. hcd386p auxtop.c -ob obj\auxtop -ipath ..\include 
  18. hcd386p field.c -ob obj\field -ipath ..\include 
  19. hcd386p fldcls.c -ob obj\fldcls -ipath ..\include 
  20. hcd386p fldgetb.c -ob obj\fldgetb -ipath ..\include 
  21. hcd386p fldpulll.c -ob obj\fldpulll -ipath ..\include 
  22. hcd386p fldpullr.c -ob obj\fldpullr -ipath ..\include 
  23. hcd386p fldpushl.c -ob obj\fldpushl -ipath ..\include 
  24. hcd386p fldpushr.c -ob obj\fldpushr -ipath ..\include 
  25. hcd386p fnalpha.c -ob obj\fnalpha -ipath ..\include 
  26. hcd386p fnbob.c -ob obj\fnbob -ipath ..\include 
  27. hcd386p fnchar.c -ob obj\fnchar -ipath ..\include 
  28. hcd386p fncheck.c -ob obj\fncheck -ipath ..\include 
  29. hcd386p fnclong.c -ob obj\fnclong -ipath ..\include 
  30. hcd386p fncmoney.c -ob obj\fncmoney -ipath ..\include 
  31. hcd386p fncntry.c -ob obj\fncntry -ipath ..\include 
  32. hcd386p fncomma.c -ob obj\fncomma -ipath ..\include 
  33. hcd386p fndate.c -ob obj\fndate -ipath ..\include 
  34. hcd386p fndecpt.c -ob obj\fndecpt -ipath ..\include 
  35. hcd386p fndigit.c -ob obj\fndigit -ipath ..\include 
  36. hcd386p fndouble.c -ob obj\fndouble -ipath ..\include 
  37. hcd386p fnfixdp.c -ob obj\fnfixdp -ipath ..\include 
  38. hcd386p fnframer.c -ob obj\fnframer -ipath ..\include 
  39. hcd386p fnhex.c -ob obj\fnhex -ipath ..\include 
  40. hcd386p fnifld.c -ob obj\fnifld -ipath ..\include 
  41. hcd386p fnifldg.c -ob obj\fnifldg -ipath ..\include 
  42. hcd386p fnint.c -ob obj\fnint -ipath ..\include 
  43. hcd386p fnipage.c -ob obj\fnipage -ipath ..\include 
  44. hcd386p fnlist.c -ob obj\fnlist -ipath ..\include 
  45. hcd386p fnlong.c -ob obj\fnlong -ipath ..\include 
  46. hcd386p fnmark.c -ob obj\fnmark -ipath ..\include 
  47. hcd386p fnmenu.c -ob obj\fnmenu -ipath ..\include 
  48. hcd386p fnmoney.c -ob obj\fnmoney -ipath ..\include 
  49. hcd386p fnmsys.c -ob obj\fnmsys -ipath ..\include 
  50. hcd386p fnnowrit.c -ob obj\fnnowrit -ipath ..\include 
  51. hcd386p fnnum.c -ob obj\fnnum -ipath ..\include 
  52. hcd386p fnpnum.c -ob obj\fnpnum -ipath ..\include 
  53. hcd386p fnradio.c -ob obj\fnradio -ipath ..\include 
  54. hcd386p fnrange.c -ob obj\fnrange -ipath ..\include 
  55. hcd386p fnsdoubl.c -ob obj\fnsdoubl -ipath ..\include 
  56. hcd386p fnsecure.c -ob obj\fnsecure -ipath ..\include 
  57. hcd386p fnselect.c -ob obj\fnselect -ipath ..\include 
  58. hcd386p fnsfloat.c -ob obj\fnsfloat -ipath ..\include 
  59. hcd386p fnsint.c -ob obj\fnsint -ipath ..\include 
  60. hcd386p fnslong.c -ob obj\fnslong -ipath ..\include 
  61. hcd386p fnslug.c -ob obj\fnslug -ipath ..\include 
  62. hcd386p fnspec.c -ob obj\fnspec -ipath ..\include 
  63. hcd386p fnstd.c -ob obj\fnstd -ipath ..\include 
  64. hcd386p fnstdval.c -ob obj\fnstdval -ipath ..\include 
  65. hcd386p fnstrcom.c -ob obj\fnstrcom -ipath ..\include 
  66. hcd386p fnstring.c -ob obj\fnstring -ipath ..\include 
  67. hcd386p fnted.c -ob obj\fnted -ipath ..\include 
  68. hcd386p fnticker.c -ob obj\fnticker -ipath ..\include 
  69. hcd386p fntime.c -ob obj\fntime -ipath ..\include 
  70. hcd386p fntoggle.c -ob obj\fntoggle -ipath ..\include 
  71. hcd386p fntogint.c -ob obj\fntogint -ipath ..\include 
  72. hcd386p fnvalfmt.c -ob obj\fnvalfmt -ipath ..\include 
  73. hcd386p fnvalnum.c -ob obj\fnvalnum -ipath ..\include 
  74. hcd386p fnvalrng.c -ob obj\fnvalrng -ipath ..\include 
  75. hcd386p fnvalstr.c -ob obj\fnvalstr -ipath ..\include 
  76. hcd386p fnxstr.c -ob obj\fnxstr -ipath ..\include 
  77. hcd386p fnyesno.c -ob obj\fnyesno -ipath ..\include 
  78. hcd386p framer.c -ob obj\framer -ipath ..\include 
  79. hcd386p fsym.c -ob obj\fsym -ipath ..\include 
  80. hcd386p fsymidef.c -ob obj\fsymidef -ipath ..\include 
  81. hcd386p fsyminit.c -ob obj\fsyminit -ipath ..\include 
  82. hcd386p help.c -ob obj\help -ipath ..\include 
  83. hcd386p helpshow.c -ob obj\helpshow -ipath ..\include 
  84. hcd386p helpview.c -ob obj\helpview -ipath ..\include 
  85. hcd386p helpxref.c -ob obj\helpxref -ipath ..\include 
  86. hcd386p idleclk.c -ob obj\idleclk -ipath ..\include 
  87. hcd386p menu.c -ob obj\menu -ipath ..\include 
  88. hcd386p menuaftg.c -ob obj\menuaftg -ipath ..\include 
  89. hcd386p menucfld.c -ob obj\menucfld -ipath ..\include 
  90. hcd386p menudest.c -ob obj\menudest -ipath ..\include 
  91. hcd386p menudfld.c -ob obj\menudfld -ipath ..\include 
  92. hcd386p menudrow.c -ob obj\menudrow -ipath ..\include 
  93. hcd386p menufind.c -ob obj\menufind -ipath ..\include 
  94. hcd386p menuirow.c -ob obj\menuirow -ipath ..\include 
  95. hcd386p menuload.c -ob obj\menuload -ipath ..\include 
  96. hcd386p menumfld.c -ob obj\menumfld -ipath ..\include 
  97. hcd386p menumrkf.c -ob obj\menumrkf -ipath ..\include 
  98. hcd386p menuname.c -ob obj\menuname -ipath ..\include 
  99. hcd386p menupdpl.c -ob obj\menupdpl -ipath ..\include 
  100. hcd386p menuputb.c -ob obj\menuputb -ipath ..\include 
  101. hcd386p menusave.c -ob obj\menusave -ipath ..\include 
  102. hcd386p menusfb.c -ob obj\menusfb -ipath ..\include 
  103. hcd386p menusfld.c -ob obj\menusfld -ipath ..\include 
  104. hcd386p menusize.c -ob obj\menusize -ipath ..\include 
  105. hcd386p menutb.c -ob obj\menutb -ipath ..\include 
  106. hcd386p menutffg.c -ob obj\menutffg -ipath ..\include 
  107. hcd386p menuunpf.c -ob obj\menuunpf -ipath ..\include 
  108. hcd386p menuvars.c -ob obj\menuvars -ipath ..\include 
  109. hcd386p menuxfld.c -ob obj\menuxfld -ipath ..\include 
  110. hcd386p msys.c -ob obj\msys -ipath ..\include 
  111. hcd386p msysdo.c -ob obj\msysdo -ipath ..\include 
  112. hcd386p msyspars.c -ob obj\msyspars -ipath ..\include 
  113. hcd386p objload.c -ob obj\objload -ipath ..\include 
  114. hcd386p puedit.c -ob obj\puedit -ipath ..\include 
  115. hcd386p pumenu.c -ob obj\pumenu -ipath ..\include 
  116. hcd386p pumsg.c -ob obj\pumsg -ipath ..\include 
  117. hcd386p puparms.c -ob obj\puparms -ipath ..\include 
  118. hcd386p puprompt.c -ob obj\puprompt -ipath ..\include 
  119. hcd386p putext.c -ob obj\putext -ipath ..\include 
  120. hcd386p puview.c -ob obj\puview -ipath ..\include 
  121. hcd386p sd1stfld.c -ob obj\sd1stfld -ipath ..\include 
  122. hcd386p sdalloc.c -ob obj\sdalloc -ipath ..\include 
  123. hcd386p sdcenter.c -ob obj\sdcenter -ipath ..\include 
  124. hcd386p sdcurs.c -ob obj\sdcurs -ipath ..\include 
  125. hcd386p sddecchr.c -ob obj\sddecchr -ipath ..\include 
  126. hcd386p sddecfld.c -ob obj\sddecfld -ipath ..\include 
  127. hcd386p sddelfld.c -ob obj\sddelfld -ipath ..\include 
  128. hcd386p sddelrow.c -ob obj\sddelrow -ipath ..\include 
  129. hcd386p sddisp.c -ob obj\sddisp -ipath ..\include 
  130. hcd386p sddobob.c -ob obj\sddobob -ipath ..\include 
  131. hcd386p sddsexit.c -ob obj\sddsexit -ipath ..\include 
  132. hcd386p sdfindf.c -ob obj\sdfindf -ipath ..\include 
  133. hcd386p sdgetbhw.c -ob obj\sdgetbhw -ipath ..\include 
  134. hcd386p sdgetclr.c -ob obj\sdgetclr -ipath ..\include 
  135. hcd386p sdgetcor.c -ob obj\sdgetcor -ipath ..\include 
  136. hcd386p sdgetfrc.c -ob obj\sdgetfrc -ipath ..\include 
  137. hcd386p sdgethw.c -ob obj\sdgethw -ipath ..\include 
  138. hcd386p sdgetpos.c -ob obj\sdgetpos -ipath ..\include 
  139. hcd386p sdgetsiz.c -ob obj\sdgetsiz -ipath ..\include 
  140. hcd386p sdgettb.c -ob obj\sdgettb -ipath ..\include 
  141. hcd386p sdgfld.c -ob obj\sdgfld -ipath ..\include 
  142. hcd386p sdgo.c -ob obj\sdgo -ipath ..\include 
  143. hcd386p sdgohome.c -ob obj\sdgohome -ipath ..\include 
  144. hcd386p sdgoto.c -ob obj\sdgoto -ipath ..\include 
  145. hcd386p sdgrid.c -ob obj\sdgrid -ipath ..\include 
  146. hcd386p sdgtfclr.c -ob obj\sdgtfclr -ipath ..\include 
  147. hcd386p sdgtochr.c -ob obj\sdgtochr -ipath ..\include 
  148. hcd386p sdgtofld.c -ob obj\sdgtofld -ipath ..\include 
  149. hcd386p sdincchr.c -ob obj\sdincchr -ipath ..\include 
  150. hcd386p sdincfld.c -ob obj\sdincfld -ipath ..\include 
  151. hcd386p sdinsrow.c -ob obj\sdinsrow -ipath ..\include 
  152. hcd386p sdisfnam.c -ob obj\sdisfnam -ipath ..\include 
  153. hcd386p sdload.c -ob obj\sdload -ipath ..\include 
  154. hcd386p sdlstfld.c -ob obj\sdlstfld -ipath ..\include 
  155. hcd386p sdmevacc.c -ob obj\sdmevacc -ipath ..\include 
  156. hcd386p sdmouckf.c -ob obj\sdmouckf -ipath ..\include 
  157. hcd386p sdmouclk.c -ob obj\sdmouclk -ipath ..\include 
  158. hcd386p sdmoudrg.c -ob obj\sdmoudrg -ipath ..\include 
  159. hcd386p sdmoufrm.c -ob obj\sdmoufrm -ipath ..\include 
  160. hcd386p sdmougck.c -ob obj\sdmougck -ipath ..\include 
  161. hcd386p sdmougtk.c -ob obj\sdmougtk -ipath ..\include 
  162. hcd386p sdmoutrk.c -ob obj\sdmoutrk -ipath ..\include 
  163. hcd386p sdmovfld.c -ob obj\sdmovfld -ipath ..\include 
  164. hcd386p sdname.c -ob obj\sdname -ipath ..\include 
  165. hcd386p sdnamvar.c -ob obj\sdnamvar -ipath ..\include 
  166. hcd386p sdok.c -ob obj\sdok -ipath ..\include 
  167. hcd386p sdopen.c -ob obj\sdopen -ipath ..\include 
  168. hcd386p sdover.c -ob obj\sdover -ipath ..\include 
  169. hcd386p sdovrwrt.c -ob obj\sdovrwrt -ipath ..\include 
  170. hcd386p sdpgdn.c -ob obj\sdpgdn -ipath ..\include 
  171. hcd386p sdpglt.c -ob obj\sdpglt -ipath ..\include 
  172. hcd386p sdpgrt.c -ob obj\sdpgrt -ipath ..\include 
  173. hcd386p sdpgup.c -ob obj\sdpgup -ipath ..\include 
  174. hcd386p sdploat.c -ob obj\sdploat -ipath ..\include 
  175. hcd386p sdpulllt.c -ob obj\sdpulllt -ipath ..\include 
  176. hcd386p sdpullrt.c -ob obj\sdpullrt -ipath ..\include 
  177. hcd386p sdpushlt.c -ob obj\sdpushlt -ipath ..\include 
  178. hcd386p sdpushrt.c -ob obj\sdpushrt -ipath ..\include 
  179. hcd386p sdrptfld.c -ob obj\sdrptfld -ipath ..\include 
  180. hcd386p sdsave.c -ob obj\sdsave -ipath ..\include 
  181. hcd386p sdscrlad.c -ob obj\sdscrlad -ipath ..\include 
  182. hcd386p sdscrldn.c -ob obj\sdscrldn -ipath ..\include 
  183. hcd386p sdscrllt.c -ob obj\sdscrllt -ipath ..\include 
  184. hcd386p sdscrlrt.c -ob obj\sdscrlrt -ipath ..\include 
  185. hcd386p sdscrlup.c -ob obj\sdscrlup -ipath ..\include 
  186. hcd386p sdsetclr.c -ob obj\sdsetclr -ipath ..\include 
  187. hcd386p sdsetfw.c -ob obj\sdsetfw -ipath ..\include 
  188. hcd386p sdsethgt.c -ob obj\sdsethgt -ipath ..\include 
  189. hcd386p sdsetmou.c -ob obj\sdsetmou -ipath ..\include 
  190. hcd386p sdsettb.c -ob obj\sdsettb -ipath ..\include 
  191. hcd386p sdsetwid.c -ob obj\sdsetwid -ipath ..\include 
  192. hcd386p sdsrch.c -ob obj\sdsrch -ipath ..\include 
  193. hcd386p sdwin.c -ob obj\sdwin -ipath ..\include 
  194. hcd386p sdwinimo.c -ob obj\sdwinimo -ipath ..\include 
  195. hcd386p sdxflds.c -ob obj\sdxflds -ipath ..\include 
  196. hcd386p sfile.c -ob obj\sfile -ipath ..\include 
  197. hcd386p slddrows.c -ob obj\slddrows -ipath ..\include 
  198. hcd386p sldirows.c -ob obj\sldirows -ipath ..\include 
  199. hcd386p sledopen.c -ob obj\sledopen -ipath ..\include 
  200. hcd386p sledprot.c -ob obj\sledprot -ipath ..\include 
  201. hcd386p sledwin.c -ob obj\sledwin -ipath ..\include 
  202. hcd386p slug.c -ob obj\slug -ipath ..\include 
  203. hcd386p spcabort.c -ob obj\spcabort -ipath ..\include 
  204. hcd386p spcembed.c -ob obj\spcembed -ipath ..\include 
  205. hcd386p spcembtd.c -ob obj\spcembtd -ipath ..\include 
  206. hcd386p spcsled.c -ob obj\spcsled -ipath ..\include 
  207. hcd386p tbsetmax.c -ob obj\tbsetmax -ipath ..\include 
  208. hcd386p tbstr.c -ob obj\tbstr -ipath ..\include 
  209. hcd386p tedcopy.c -ob obj\tedcopy -ipath ..\include 
  210. hcd386p tedcurs.c -ob obj\tedcurs -ipath ..\include 
  211. hcd386p tedfile.c -ob obj\tedfile -ipath ..\include 
  212. hcd386p tedfoll.c -ob obj\tedfoll -ipath ..\include 
  213. hcd386p tedgstr.c -ob obj\tedgstr -ipath ..\include 
  214. hcd386p tedit.c -ob obj\tedit -ipath ..\include 
  215. hcd386p tedline.c -ob obj\tedline -ipath ..\include 
  216. hcd386p tedpast.c -ob obj\tedpast -ipath ..\include 
  217. hcd386p tedsetmv.c -ob obj\tedsetmv -ipath ..\include 
  218. hcd386p tedsrch.c -ob obj\tedsrch -ipath ..\include 
  219. hcd386p tedstrip.c -ob obj\tedstrip -ipath ..\include 
  220. hcd386p tedword.c -ob obj\tedword -ipath ..\include 
  221. hcd386p textbuf.c -ob obj\textbuf -ipath ..\include 
  222. hcd386p ufncload.c -ob obj\ufncload -ipath ..\include 
  223. hcd386p ufncsave.c -ob obj\ufncsave -ipath ..\include 
  224. hcd386p ufuncobj.c -ob obj\ufuncobj -ipath ..\include 
  225.  
  226. echo Compiling OWL files
  227.  
  228. hcd386p bbchain.c -ob obj\bbchain -ipath ..\include 
  229. hcd386p bcwin.c -ob obj\bcwin -ipath ..\include 
  230. hcd386p bfaux.c -ob obj\bfaux -ipath ..\include 
  231. hcd386p bfile.c -ob obj\bfile -ipath ..\include 
  232. hcd386p blwin.c -ob obj\blwin -ipath ..\include 
  233. hcd386p bobgo.c -ob obj\bobgo -ipath ..\include 
  234. hcd386p bobgtanc.c -ob obj\bobgtanc -ipath ..\include 
  235. hcd386p bobgtown.c -ob obj\bobgtown -ipath ..\include 
  236. hcd386p bobset.c -ob obj\bobset -ipath ..\include 
  237. hcd386p bordaux.c -ob obj\bordaux -ipath ..\include 
  238. hcd386p bordclos.c -ob obj\bordclos -ipath ..\include 
  239. hcd386p borddrwt.c -ob obj\borddrwt -ipath ..\include 
  240. hcd386p bordghzb.c -ob obj\bordghzb -ipath ..\include 
  241. hcd386p bordglts.c -ob obj\bordglts -ipath ..\include 
  242. hcd386p bordgvtb.c -ob obj\bordgvtb -ipath ..\include 
  243. hcd386p bordimo.c -ob obj\bordimo -ipath ..\include 
  244. hcd386p bordobj.c -ob obj\bordobj -ipath ..\include 
  245. hcd386p bordout.c -ob obj\bordout -ipath ..\include 
  246. hcd386p bordsend.c -ob obj\bordsend -ipath ..\include 
  247. hcd386p bordsetp.c -ob obj\bordsetp -ipath ..\include 
  248. hcd386p bordssds.c -ob obj\bordssds -ipath ..\include 
  249. hcd386p cmap.c -ob obj\cmap -ipath ..\include 
  250. hcd386p cmapcopy.c -ob obj\cmapcopy -ipath ..\include 
  251. hcd386p cmapput.c -ob obj\cmapput -ipath ..\include 
  252. hcd386p cmwin.c -ob obj\cmwin -ipath ..\include 
  253. hcd386p cmwindra.c -ob obj\cmwindra -ipath ..\include 
  254. hcd386p cmwinimo.c -ob obj\cmwinimo -ipath ..\include 
  255. hcd386p cmwintty.c -ob obj\cmwintty -ipath ..\include 
  256. hcd386p disp.c -ob obj\disp -ipath ..\include 
  257. hcd386p dispapv.c -ob obj\dispapv -ipath ..\include 
  258. hcd386p dispbfon.c -ob obj\dispbfon -ipath ..\include 
  259. hcd386p dispclr.c -ob obj\dispclr -ipath ..\include 
  260. hcd386p dispcurr.c -ob obj\dispcurr -ipath ..\include 
  261. hcd386p dispinit.c -ob obj\dispinit -ipath ..\include 
  262. hcd386p dispmono.c -ob obj\dispmono -ipath ..\include 
  263. hcd386p disppcco.c -ob obj\disppcco -ipath ..\include 
  264. hcd386p disprein.c -ob obj\disprein -ipath ..\include 
  265. hcd386p expbmu.c -ob obj\expbmu -ipath ..\include 
  266. hcd386p expstd.c -ob obj\expstd -ipath ..\include 
  267. hcd386p frw.c -ob obj\frw -ipath ..\include 
  268. hcd386p grwin.c -ob obj\grwin -ipath ..\include 
  269. hcd386p jains.c -ob obj\jains -ipath ..\include 
  270. hcd386p jarray.c -ob obj\jarray -ipath ..\include 
  271. hcd386p kbidle.c -ob obj\kbidle -ipath ..\include 
  272. hcd386p kblist.c -ob obj\kblist -ipath ..\include 
  273. hcd386p kbmacro.c -ob obj\kbmacro -ipath ..\include 
  274. hcd386p kbread.c -ob obj\kbread -ipath ..\include 
  275. hcd386p kbrecord.c -ob obj\kbrecord -ipath ..\include 
  276. hcd386p mouseini.c -ob obj\mouseini -ipath ..\include 
  277. hcd386p msgwin.c -ob obj\msgwin -ipath ..\include 
  278. hcd386p npwin.c -ob obj\npwin -ipath ..\include 
  279. hcd386p oakalloc.c -ob obj\oakalloc -ipath ..\include 
  280. hcd386p oakerrno.c -ob obj\oakerrno -ipath ..\include 
  281. hcd386p oakerror.c -ob obj\oakerror -ipath ..\include 
  282. hcd386p oakint.c -ob obj\oakint -ipath ..\include 
  283. hcd386p objfuncs.c -ob obj\objfuncs -ipath ..\include 
  284. hcd386p objname.c -ob obj\objname -ipath ..\include 
  285. hcd386p oboxclip.c -ob obj\oboxclip -ipath ..\include 
  286. hcd386p oboxdist.c -ob obj\oboxdist -ipath ..\include 
  287. hcd386p ocbox.c -ob obj\ocbox -ipath ..\include 
  288. hcd386p ocolmap.c -ob obj\ocolmap -ipath ..\include 
  289. hcd386p omemmove.c -ob obj\omemmove -ipath ..\include 
  290. hcd386p opbox.c -ob obj\opbox -ipath ..\include 
  291. hcd386p opclipso.c -ob obj\opclipso -ipath ..\include 
  292. hcd386p opclipst.c -ob obj\opclipst -ipath ..\include 
  293. hcd386p oslist.c -ob obj\oslist -ipath ..\include 
  294. hcd386p pmapload.c -ob obj\pmapload -ipath ..\include 
  295. hcd386p pmapopen.c -ob obj\pmapopen -ipath ..\include 
  296. hcd386p pmapx.c -ob obj\pmapx -ipath ..\include 
  297. hcd386p pmwin.c -ob obj\pmwin -ipath ..\include 
  298. hcd386p pmwinimo.c -ob obj\pmwinimo -ipath ..\include 
  299. hcd386p pmwinope.c -ob obj\pmwinope -ipath ..\include 
  300. hcd386p ptdchar.c -ob obj\ptdchar -ipath ..\include 
  301. hcd386p ptdframe.c -ob obj\ptdframe -ipath ..\include 
  302. hcd386p ptdline.c -ob obj\ptdline -ipath ..\include 
  303. hcd386p ptdpixch.c -ob obj\ptdpixch -ipath ..\include 
  304. hcd386p sarray.c -ob obj\sarray -ipath ..\include 
  305. hcd386p sfiltext.c -ob obj\sfiltext -ipath ..\include 
  306. hcd386p strmask.c -ob obj\strmask -ipath ..\include 
  307. hcd386p strtools.c -ob obj\strtools -ipath ..\include 
  308. hcd386p strwrap.c -ob obj\strwrap -ipath ..\include 
  309. hcd386p tmadd.c -ob obj\tmadd -ipath ..\include 
  310. hcd386p tmelap.c -ob obj\tmelap -ipath ..\include 
  311. hcd386p tmnow.c -ob obj\tmnow -ipath ..\include 
  312. hcd386p tmvalid.c -ob obj\tmvalid -ipath ..\include 
  313. hcd386p userwin.c -ob obj\userwin -ipath ..\include 
  314. hcd386p varray.c -ob obj\varray -ipath ..\include 
  315. hcd386p vid.c -ob obj\vid -ipath ..\include 
  316. hcd386p winclear.c -ob obj\winclear -ipath ..\include 
  317. hcd386p winclip.c -ob obj\winclip -ipath ..\include 
  318. hcd386p wincurso.c -ob obj\wincurso -ipath ..\include 
  319. hcd386p windump.c -ob obj\windump -ipath ..\include 
  320. hcd386p winexpos.c -ob obj\winexpos -ipath ..\include 
  321. hcd386p wingetp.c -ob obj\wingetp -ipath ..\include 
  322. hcd386p wingo.c -ob obj\wingo -ipath ..\include 
  323. hcd386p winlist.c -ob obj\winlist -ipath ..\include 
  324. hcd386p winload.c -ob obj\winload -ipath ..\include 
  325. hcd386p winmev.c -ob obj\winmev -ipath ..\include 
  326. hcd386p winmougt.c -ob obj\winmougt -ipath ..\include 
  327. hcd386p winmouse.c -ob obj\winmouse -ipath ..\include 
  328. hcd386p winmoutk.c -ob obj\winmoutk -ipath ..\include 
  329. hcd386p winobj.c -ob obj\winobj -ipath ..\include 
  330. hcd386p winobsc.c -ob obj\winobsc -ipath ..\include 
  331. hcd386p winopen.c -ob obj\winopen -ipath ..\include 
  332. hcd386p winpaint.c -ob obj\winpaint -ipath ..\include 
  333. hcd386p winsave.c -ob obj\winsave -ipath ..\include 
  334. hcd386p winscrol.c -ob obj\winscrol -ipath ..\include 
  335. hcd386p winsetp.c -ob obj\winsetp -ipath ..\include 
  336. hcd386p winsize.c -ob obj\winsize -ipath ..\include 
  337. hcd386p wintop.c -ob obj\wintop -ipath ..\include 
  338. hcd386p wmgrinit.c -ob obj\wmgrinit -ipath ..\include 
  339.  
  340. echo Compiling BD files
  341.  
  342. hcd386p bd1.c -ob obj\bd1 -ipath ..\include 
  343. hcd386p bd123.c -ob obj\bd123 -ipath ..\include 
  344. hcd386p bd2.c -ob obj\bd2 -ipath ..\include 
  345. hcd386p bdbar.c -ob obj\bdbar -ipath ..\include 
  346. hcd386p bdbox.c -ob obj\bdbox -ipath ..\include 
  347. hcd386p bdboxlt.c -ob obj\bdboxlt -ipath ..\include 
  348. hcd386p bdhead.c -ob obj\bdhead -ipath ..\include 
  349. hcd386p bdmouse.c -ob obj\bdmouse -ipath ..\include 
  350. hcd386p bdmouse2.c -ob obj\bdmouse2 -ipath ..\include 
  351. hcd386p bdnull.c -ob obj\bdnull -ipath ..\include 
  352. hcd386p bdplain.c -ob obj\bdplain -ipath ..\include 
  353. hcd386p bdprompt.c -ob obj\bdprompt -ipath ..\include 
  354. hcd386p bdside.c -ob obj\bdside -ipath ..\include 
  355. hcd386p bdstd.c -ob obj\bdstd -ipath ..\include 
  356. hcd386p bdtitle.c -ob obj\bdtitle -ipath ..\include 
  357. hcd386p bdxref.c -ob obj\bdxref -ipath ..\include 
  358.  
  359. echo Compiling DIG files
  360.  
  361. hcd386p digbtree.c -ob obj\digbtree -ipath ..\include 
  362. hcd386p digcursb.c -ob obj\digcursb -ipath ..\include 
  363. hcd386p digcursl.c -ob obj\digcursl -ipath ..\include 
  364. hcd386p digflip.c -ob obj\digflip -ipath ..\include 
  365. hcd386p digklex.c -ob obj\digklex -ipath ..\include 
  366. hcd386p digpmcli.c -ob obj\digpmcli -ipath ..\include 
  367. hcd386p digpow2.c -ob obj\digpow2 -ipath ..\include 
  368. hcd386p digscmap.c -ob obj\digscmap -ipath ..\include 
  369. hcd386p digshsec.c -ob obj\digshsec -ipath ..\include 
  370. hcd386p digsqcm.c -ob obj\digsqcm -ipath ..\include 
  371. hcd386p pcxload.c -ob obj\pcxload -ipath ..\include 
  372. hcd386p pcxsave.c -ob obj\pcxsave -ipath ..\include 
  373.  
  374. echo Compiling PC files
  375.  
  376. hcd386p pcbdrawc.c -ob obj\pcbdrawc -ipath ..\include 
  377. hcd386p pcbios.c -ob obj\pcbios -ipath ..\include 
  378. hcd386p pcbscrol.c -ob obj\pcbscrol -ipath ..\include 
  379. hcd386p pcbsetcu.c -ob obj\pcbsetcu -ipath ..\include 
  380. hcd386p pccga.c -ob obj\pccga -ipath ..\include 
  381. hcd386p pcdir.c -ob obj\pcdir -ipath ..\include 
  382. hcd386p pcdisp.c -ob obj\pcdisp -ipath ..\include 
  383. hcd386p pcevga.c -ob obj\pcevga -ipath ..\include 
  384. hcd386p pcgfuncs.c -ob obj\pcgfuncs -ipath ..\include 
  385. hcd386p pchard.c -ob obj\pchard -ipath ..\include 
  386. hcd386p pcherc.c -ob obj\pcherc -ipath ..\include 
  387. hcd386p pcmcga.c -ob obj\pcmcga -ipath ..\include 
  388. hcd386p pcmcurr.c -ob obj\pcmcurr -ipath ..\include 
  389. hcd386p pcmcurrt.c -ob obj\pcmcurrt -ipath ..\include 
  390. hcd386p pcmgraph.c -ob obj\pcmgraph -ipath ..\include 
  391. hcd386p pcmode.c -ob obj\pcmode -ipath ..\include 
  392. hcd386p pcopen.c -ob obj\pcopen -ipath ..\include 
  393. hcd386p pcpmap.c -ob obj\pcpmap -ipath ..\include 
  394. hcd386p pcpmapio.c -ob obj\pcpmapio -ipath ..\include 
  395. hcd386p pcramcle.c -ob obj\pcramcle -ipath ..\include 
  396. hcd386p pcramcpp.c -ob obj\pcramcpp -ipath ..\include 
  397. hcd386p pcramdra.c -ob obj\pcramdra -ipath ..\include 
  398. hcd386p pcrestor.c -ob obj\pcrestor -ipath ..\include 
  399. hcd386p pcsplash.c -ob obj\pcsplash -ipath ..\include 
  400. hcd386p pctext.c -ob obj\pctext -ipath ..\include 
  401. hcd386p pctextin.c -ob obj\pctextin -ipath ..\include 
  402. hcd386p pcvgrab.c -ob obj\pcvgrab -ipath ..\include 
  403.  
  404. echo Compiling PLA files
  405.  
  406. 386asm -twoc -nolist -d MW=99 -d SMOD=99 -I ..\include\ pl1bitpl.asm -o obj\pl1bitpl
  407. 386asm -twoc -nolist -d MW=99 -d SMOD=99 -I ..\include\ pl2bitpl.asm -o obj\pl2bitpl
  408. 386asm -twoc -nolist -d MW=99 -d SMOD=99 -I ..\include\ pl8bitpl.asm -o obj\pl8bitpl
  409. 386asm -twoc -nolist -d MW=99 -d SMOD=99 -I ..\include\ plbunrun.asm -o obj\plbunrun
  410. 386asm -twoc -nolist -d MW=99 -d SMOD=99 -I ..\include\ plbxlat.asm -o obj\plbxlat
  411. 386asm -twoc -nolist -d MW=99 -d SMOD=99 -I ..\include\ plevgapl.asm -o obj\plevgapl
  412. 386asm -twoc -nolist -d MW=99 -d SMOD=99 -I ..\include\ plhcfont.asm -o obj\plhcfont
  413. 386asm -twoc -nolist -d MW=99 -d SMOD=99 -I ..\include\ plhcfunc.asm -o obj\plhcfunc
  414. 386asm -twoc -nolist -d MW=99 -d SMOD=99 -I ..\include\ pliscpq.asm -o obj\pliscpq
  415. 386asm -twoc -nolist -d MW=99 -d SMOD=99 -I ..\include\ plneares.asm -o obj\plneares
  416. 386asm -twoc -nolist -d MW=99 -d SMOD=99 -I ..\include\ ploint86.asm -o obj\ploint86
  417. 386asm -twoc -nolist -d MW=99 -d SMOD=99 -I ..\include\ ploutp.asm -o obj\ploutp
  418. 386asm -twoc -nolist -d MW=99 -d SMOD=99 -I ..\include\ plrammov.asm -o obj\plrammov
  419. 386asm -twoc -nolist -d MW=99 -d SMOD=99 -I ..\include\ plramwmo.asm -o obj\plramwmo
  420. 386asm -twoc -nolist -d MW=99 -d SMOD=99 -I ..\include\ plvfreez.asm -o obj\plvfreez
  421. 386asm -twoc -nolist -d MW=99 -d SMOD=99 -I ..\include\ plvscan.asm -o obj\plvscan
  422.  
  423. echo Done compiling.
  424.  
  425. echo Creating C-scape library file.
  426. rem  Delete old C-scape lib if it exists to prepare for new one.
  427. del ..\lib\MWSCSCAP.lib
  428. rem 
  429. 386lib ..\lib\MWSCSCAP.lib -twocase @CSRESP.MWS
  430. echo Creating OWL library file.
  431. rem  Delete old OWL lib if it exists to prepare for new one.
  432. del ..\lib\MWSOWL.lib
  433. rem 
  434. 386lib ..\lib\MWSOWL.lib -twocase @OWLRESP.MWS
  435. echo Done.
  436.  
  437.