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

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