home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / OAPIROOT.PAK / BUILDALL.BAT
Encoding:
DOS Batch File  |  1997-05-06  |  6.3 KB  |  280 lines

  1. @echo off
  2. if /%mk%/ == // set mk=make
  3.  
  4. if exist animctl\NUL     cd animctl
  5. %mk% %1 %2 %3 %4
  6. if errorlevel 1 set err=1
  7. if exist ..\animctl\NUL  cd ..
  8.  
  9. if exist button\NUL      cd button
  10. %mk% %1 %2 %3 %4
  11. if errorlevel 1 set err=1
  12. if exist ..\button\NUL   cd ..
  13.  
  14. if exist checklst\NUL      cd checklst
  15. %mk% %1 %2 %3 %4
  16. if errorlevel 1 set err=1
  17. if exist ..\checklst\NUL   cd ..
  18.  
  19. if exist cmdenabl\NUL    cd cmdenabl
  20. %mk% %1 %2 %3 %4
  21. if errorlevel 1 set err=1
  22. if exist ..\cmdenabl\NUL cd ..
  23.  
  24. if exist colmnhdr\NUL    cd colmnhdr
  25. %mk% %1 %2 %3 %4
  26. if errorlevel 1 set err=1
  27. if exist ..\colmnhdr\NUL cd ..
  28.  
  29. if exist color\NUL       cd color
  30. %mk% %1 %2 %3 %4
  31. if errorlevel 1 set err=1
  32. if exist ..\color\NUL    cd ..
  33.  
  34. if exist combobox\NUL    cd combobox
  35. %mk% %1 %2 %3 %4
  36. if errorlevel 1 set err=1
  37. if exist ..\combobox\NUL cd ..
  38.  
  39. if exist commdlg\NUL     cd commdlg
  40. %mk% %1 %2 %3 %4
  41. if errorlevel 1 set err=1
  42. if exist ..\commdlg\NUL  cd ..
  43.  
  44. if exist ctxthelp\NUL    cd ctxthelp
  45. %mk% %1 %2 %3 %4
  46. if errorlevel 1 set err=1
  47. if exist ..\ctxthelp\NUL cd ..
  48.  
  49. if exist dibitmap\NUL    cd dibitmap
  50. %mk% %1 %2 %3 %4
  51. if errorlevel 1 set err=1
  52. if exist ..\dibitmap\NUL cd ..
  53.  
  54. if exist docking\NUL     cd docking
  55. %mk% %1 %2 %3 %4
  56. if errorlevel 1 set err=1
  57. if exist ..\docking\NUL  cd ..
  58.  
  59. if exist docview\NUL     cd docview
  60. %mk% %1 %2 %3 %4
  61. if errorlevel 1 set err=1
  62. if exist ..\docview\NUL  cd ..
  63.  
  64. if exist draglist\NUL    cd draglist
  65. %mk% %1 %2 %3 %4
  66. if errorlevel 1 set err=1
  67. if exist ..\draglist\NUL cd ..
  68.  
  69. if exist edit\NUL        cd edit
  70. %mk% %1 %2 %3 %4
  71. if errorlevel 1 set err=1
  72. if exist ..\edit\NUL     cd ..
  73.  
  74. if exist editsear\NUL    cd editsear
  75. %mk% %1 %2 %3 %4
  76. if errorlevel 1 set err=1
  77. if exist ..\editsear\NUL cd ..
  78.  
  79. if exist gadgets\NUL     cd gadgets
  80. %mk% %1 %2 %3 %4
  81. if errorlevel 1 set err=1
  82. if exist ..\gadgets\NUL  cd ..
  83.  
  84. if exist gauge\NUL       cd gauge
  85. %mk% %1 %2 %3 %4
  86. if errorlevel 1 set err=1
  87. if exist ..\gauge\NUL    cd ..
  88.  
  89. if exist glyphbtn\NUL    cd glyphbtn
  90. %mk% %1 %2 %3 %4
  91. if errorlevel 1 set err=1
  92. if exist ..\glyphbtn\NUL cd ..
  93.  
  94. if exist groupbox\NUL    cd groupbox
  95. %mk% %1 %2 %3 %4
  96. if errorlevel 1 set err=1
  97. if exist ..\groupbox\NUL cd ..
  98.  
  99. if exist hotkey\NUL      cd hotkey
  100. %mk% %1 %2 %3 %4
  101. if errorlevel 1 set err=1
  102. if exist ..\hotkey\NUL   cd ..
  103.  
  104. if exist imagelst\NUL    cd imagelst
  105. %mk% %1 %2 %3 %4
  106. if errorlevel 1 set err=1
  107. if exist ..\imagelst\NUL cd ..
  108.  
  109. if exist layout\NUL      cd layout
  110. %mk% %1 %2 %3 %4
  111. if errorlevel 1 set err=1
  112. if exist ..\layout\NUL   cd ..
  113.  
  114. if exist listbox\NUL     cd listbox
  115. %mk% %1 %2 %3 %4
  116. if errorlevel 1 set err=1
  117. if exist ..\listbox\NUL  cd ..
  118.  
  119. if exist listwind\NUL    cd listwind
  120. %mk% %1 %2 %3 %4
  121. if errorlevel 1 set err=1
  122. if exist ..\listwind\NUL cd ..
  123.  
  124. if exist mciwnd\NUL      cd mciwnd
  125. %mk% %1 %2 %3 %4
  126. if errorlevel 1 set err=1
  127. if exist ..\mciwnd\NUL   cd ..
  128.  
  129. if exist mdi\NUL         cd mdi
  130. %mk% %1 %2 %3 %4
  131. if errorlevel 1 set err=1
  132. if exist ..\mdi\NUL      cd ..
  133.  
  134. if exist metafile\NUL         cd metafile
  135. %mk% %1 %2 %3 %4
  136. if errorlevel 1 set err=1
  137. if exist ..\metafile\NUL      cd ..
  138.  
  139. if exist mru\NUL         cd mru
  140. %mk% %1 %2 %3 %4
  141. if errorlevel 1 set err=1
  142. if exist ..\mru\NUL      cd ..
  143.  
  144. if exist palette\NUL     cd palette
  145. %mk% %1 %2 %3 %4
  146. if errorlevel 1 set err=1
  147. if exist ..\palette\NUL  cd ..
  148.  
  149. if exist picklist\NUL    cd picklist
  150. %mk% %1 %2 %3 %4
  151. if errorlevel 1 set err=1
  152. if exist ..\picklist\NUL cd ..
  153.  
  154. if exist pictwnd\NUL    cd pictwnd
  155. %mk% %1 %2 %3 %4
  156. if errorlevel 1 set err=1
  157. if exist ..\pictwnd\NUL cd ..
  158.  
  159. if exist printing\NUL    cd printing
  160. %mk% %1 %2 %3 %4
  161. if errorlevel 1 set err=1
  162. if exist ..\printing\NUL cd ..
  163.  
  164. if exist prntprev\NUL    cd prntprev
  165. %mk% %1 %2 %3 %4
  166. if errorlevel 1 set err=1
  167. if exist ..\prntprev\NUL cd ..
  168.  
  169. if exist propsht\NUL    cd propsht
  170. %mk% %1 %2 %3 %4
  171. if errorlevel 1 set err=1
  172. if exist ..\propsht\NUL cd ..
  173.  
  174. if exist richedit\NUL    cd richedit
  175. %mk% %1 %2 %3 %4
  176. if errorlevel 1 set err=1
  177. if exist ..\richedit\NUL cd ..
  178.  
  179. if exist rolldial\NUL    cd rolldial
  180. %mk% %1 %2 %3 %4
  181. if errorlevel 1 set err=1
  182. if exist ..\rolldial\NUL cd ..
  183.  
  184. if exist scrollba\NUL    cd scrollba
  185. %mk% %1 %2 %3 %4
  186. if errorlevel 1 set err=1
  187. if exist ..\scrollba\NUL cd ..
  188.  
  189. if exist scroller\NUL    cd scroller
  190. %mk% %1 %2 %3 %4
  191. if errorlevel 1 set err=1
  192. if exist ..\scroller\NUL cd ..
  193.  
  194. if exist shell\NUL    cd shell
  195. %mk% %1 %2 %3 %4
  196. if errorlevel 1 set err=1
  197. if exist ..\shell\NUL cd ..
  198.  
  199. if exist slider\NUL      cd slider
  200. %mk% %1 %2 %3 %4
  201. if errorlevel 1 set err=1
  202. if exist ..\slider\NUL   cd ..
  203.  
  204. if exist splash\NUL      cd splash
  205. %mk% %1 %2 %3 %4
  206. if errorlevel 1 set err=1
  207. if exist ..\splash\NUL   cd ..
  208.  
  209. if exist splitter\NUL      cd splitter
  210. %mk% %1 %2 %3 %4
  211. if errorlevel 1 set err=1
  212. if exist ..\splitter\NUL   cd ..
  213.  
  214. if exist static\NUL      cd static
  215. %mk% %1 %2 %3 %4
  216. if errorlevel 1 set err=1
  217. if exist ..\static\NUL   cd ..
  218.  
  219. if exist tabctrl\NUL     cd tabctrl
  220. %mk% %1 %2 %3 %4
  221. if errorlevel 1 set err=1
  222. if exist ..\tabctrl\NUL  cd ..
  223.  
  224. if exist toolbres\NUL     cd toolbres
  225. %mk% %1 %2 %3 %4
  226. if errorlevel 1 set err=1
  227. if exist ..\toolbres\NUL  cd ..
  228.  
  229. if exist toolbox\NUL     cd toolbox
  230. %mk% %1 %2 %3 %4
  231. if errorlevel 1 set err=1
  232. if exist ..\toolbox\NUL  cd ..
  233.  
  234. if exist tooltip\NUL     cd tooltip
  235. %mk% %1 %2 %3 %4
  236. if errorlevel 1 set err=1
  237. if exist ..\tooltip\NUL  cd ..
  238.  
  239. if exist treewind\NUL    cd treewind
  240. %mk% %1 %2 %3 %4
  241. if errorlevel 1 set err=1
  242. if exist ..\treewind\NUL cd ..
  243.  
  244. if exist uiborder\NUL     cd uiborder
  245. %mk% %1 %2 %3 %4
  246. if errorlevel 1 set err=1
  247. if exist ..\uiborder\NUL  cd ..
  248.  
  249. if exist uiface\NUL     cd uiface
  250. %mk% %1 %2 %3 %4
  251. if errorlevel 1 set err=1
  252. if exist ..\uiface\NUL  cd ..
  253.  
  254. if exist updown\NUL      cd updown
  255. %mk% %1 %2 %3 %4
  256. if errorlevel 1 set err=1
  257. if exist ..\updown\NUL   cd ..
  258.  
  259. if exist validate\NUL    cd validate
  260. %mk% %1 %2 %3 %4
  261. if errorlevel 1 set err=1
  262. if exist ..\validate\NUL cd ..
  263.  
  264. if exist vbxctl\NUL      cd vbxctl
  265. %mk% %1 %2 %3 %4
  266. if errorlevel 1 set err=1
  267. if exist ..\vbxctl\NUL   cd ..
  268.  
  269. if exist verinfo\NUL      cd verinfo
  270. %mk% %1 %2 %3 %4
  271. if errorlevel 1 set err=1
  272. if exist ..\verinfo\NUL   cd ..
  273.  
  274. if exist winsock\NUL      cd winsock
  275. %mk% %1 %2 %3 %4
  276. if errorlevel 1 set err=1
  277. if exist ..\winsock\NUL   cd ..
  278.  
  279. :end
  280.