makefile.bcc 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864
  1. # =========================================================================
  2. # This makefile was generated by
  3. # Bakefile 0.2.9 (http://www.bakefile.org)
  4. # Do not modify, all changes will be overwritten!
  5. # =========================================================================
  6. .autodepend
  7. !ifndef BCCDIR
  8. !ifndef MAKEDIR
  9. !error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
  10. !endif
  11. BCCDIR = $(MAKEDIR)\..
  12. !endif
  13. !include ../build/msw/config.bcc
  14. # -------------------------------------------------------------------------
  15. # Do not modify the rest of this file!
  16. # -------------------------------------------------------------------------
  17. ### Variables: ###
  18. MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \
  19. -DCXXFLAGS="$(CXXFLAGS)" -DCPPFLAGS="$(CPPFLAGS)" -DLDFLAGS="$(LDFLAGS)" \
  20. -DCPP="$(CPP)" -DSHARED="$(SHARED)" -DTOOLKIT_VERSION="$(TOOLKIT_VERSION)" \
  21. -DWXUNIV="$(WXUNIV)" -DUNICODE="$(UNICODE)" -DMSLU="$(MSLU)" \
  22. -DBUILD="$(BUILD)" -DDEBUG_INFO="$(DEBUG_INFO)" \
  23. -DDEBUG_FLAG="$(DEBUG_FLAG)" -DMONOLITHIC="$(MONOLITHIC)" \
  24. -DUSE_GUI="$(USE_GUI)" -DUSE_HTML="$(USE_HTML)" \
  25. -DUSE_WEBVIEW="$(USE_WEBVIEW)" -DUSE_MEDIA="$(USE_MEDIA)" \
  26. -DUSE_XRC="$(USE_XRC)" -DUSE_AUI="$(USE_AUI)" -DUSE_RIBBON="$(USE_RIBBON)" \
  27. -DUSE_PROPGRID="$(USE_PROPGRID)" -DUSE_RICHTEXT="$(USE_RICHTEXT)" \
  28. -DUSE_STC="$(USE_STC)" -DUSE_OPENGL="$(USE_OPENGL)" -DUSE_QA="$(USE_QA)" \
  29. -DUSE_EXCEPTIONS="$(USE_EXCEPTIONS)" -DUSE_RTTI="$(USE_RTTI)" \
  30. -DUSE_THREADS="$(USE_THREADS)" -DUSE_CAIRO="$(USE_CAIRO)" \
  31. -DOFFICIAL_BUILD="$(OFFICIAL_BUILD)" -DVENDOR="$(VENDOR)" \
  32. -DWX_FLAVOUR="$(WX_FLAVOUR)" -DWX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" \
  33. -DCFG="$(CFG)" -DCPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" \
  34. -DCPPUNIT_LIBS="$(CPPUNIT_LIBS)" -DRUNTIME_LIBS="$(RUNTIME_LIBS)"
  35. ### Conditionally set variables: ###
  36. ### Targets: ###
  37. all: access animate artprov aui calendar caret clipboard collpane combo config console controls dataview dialogs dialup display dll dnd docview dragimag drawing erase event except exec font grid help htlbox html image internat ipc joytest keyboard layout listctrl mdi mediaplayer menu minimal nativdlg notebook oleauto opengl ownerdrw popup power preferences printing propgrid regtest render ribbon richtext sashtest scroll shaped sockets sound splash splitter statbar stc svg taborder taskbar text thread toolbar treectrl typetest uiaction validate vscroll webview widgets wizard wrapsizer xrc
  38. clean:
  39. -if exist .\*.obj del .\*.obj
  40. -if exist .\*.res del .\*.res
  41. -if exist .\*.csm del .\*.csm
  42. @echo cd access >access.bat
  43. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>access.bat
  44. call access.bat
  45. @del access.bat
  46. @echo cd animate >animate.bat
  47. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>animate.bat
  48. call animate.bat
  49. @del animate.bat
  50. @echo cd artprov >artprov.bat
  51. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>artprov.bat
  52. call artprov.bat
  53. @del artprov.bat
  54. @echo cd aui >aui.bat
  55. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>aui.bat
  56. call aui.bat
  57. @del aui.bat
  58. @echo cd calendar >calendar.bat
  59. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>calendar.bat
  60. call calendar.bat
  61. @del calendar.bat
  62. @echo cd caret >caret.bat
  63. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>caret.bat
  64. call caret.bat
  65. @del caret.bat
  66. @echo cd clipboard >clipboard.bat
  67. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>clipboard.bat
  68. call clipboard.bat
  69. @del clipboard.bat
  70. @echo cd collpane >collpane.bat
  71. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>collpane.bat
  72. call collpane.bat
  73. @del collpane.bat
  74. @echo cd combo >combo.bat
  75. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>combo.bat
  76. call combo.bat
  77. @del combo.bat
  78. @echo cd config >config.bat
  79. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>config.bat
  80. call config.bat
  81. @del config.bat
  82. @echo cd console >console.bat
  83. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>console.bat
  84. call console.bat
  85. @del console.bat
  86. @echo cd controls >controls.bat
  87. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>controls.bat
  88. call controls.bat
  89. @del controls.bat
  90. @echo cd dataview >dataview.bat
  91. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>dataview.bat
  92. call dataview.bat
  93. @del dataview.bat
  94. @echo cd dialogs >dialogs.bat
  95. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>dialogs.bat
  96. call dialogs.bat
  97. @del dialogs.bat
  98. @echo cd dialup >dialup.bat
  99. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>dialup.bat
  100. call dialup.bat
  101. @del dialup.bat
  102. @echo cd display >display.bat
  103. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>display.bat
  104. call display.bat
  105. @del display.bat
  106. @echo cd dll >dll.bat
  107. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>dll.bat
  108. call dll.bat
  109. @del dll.bat
  110. @echo cd dnd >dnd.bat
  111. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>dnd.bat
  112. call dnd.bat
  113. @del dnd.bat
  114. @echo cd docview >docview.bat
  115. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>docview.bat
  116. call docview.bat
  117. @del docview.bat
  118. @echo cd dragimag >dragimag.bat
  119. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>dragimag.bat
  120. call dragimag.bat
  121. @del dragimag.bat
  122. @echo cd drawing >drawing.bat
  123. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>drawing.bat
  124. call drawing.bat
  125. @del drawing.bat
  126. @echo cd erase >erase.bat
  127. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>erase.bat
  128. call erase.bat
  129. @del erase.bat
  130. @echo cd event >event.bat
  131. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>event.bat
  132. call event.bat
  133. @del event.bat
  134. @echo cd except >except.bat
  135. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>except.bat
  136. call except.bat
  137. @del except.bat
  138. @echo cd exec >exec.bat
  139. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>exec.bat
  140. call exec.bat
  141. @del exec.bat
  142. @echo cd font >font.bat
  143. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>font.bat
  144. call font.bat
  145. @del font.bat
  146. @echo cd grid >grid.bat
  147. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>grid.bat
  148. call grid.bat
  149. @del grid.bat
  150. @echo cd help >help.bat
  151. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>help.bat
  152. call help.bat
  153. @del help.bat
  154. @echo cd htlbox >htlbox.bat
  155. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>htlbox.bat
  156. call htlbox.bat
  157. @del htlbox.bat
  158. @echo cd html >html.bat
  159. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>html.bat
  160. call html.bat
  161. @del html.bat
  162. @echo cd image >image.bat
  163. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>image.bat
  164. call image.bat
  165. @del image.bat
  166. @echo cd internat >internat.bat
  167. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>internat.bat
  168. call internat.bat
  169. @del internat.bat
  170. @echo cd ipc >ipc.bat
  171. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>ipc.bat
  172. call ipc.bat
  173. @del ipc.bat
  174. @echo cd joytest >joytest.bat
  175. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>joytest.bat
  176. call joytest.bat
  177. @del joytest.bat
  178. @echo cd keyboard >keyboard.bat
  179. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>keyboard.bat
  180. call keyboard.bat
  181. @del keyboard.bat
  182. @echo cd layout >layout.bat
  183. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>layout.bat
  184. call layout.bat
  185. @del layout.bat
  186. @echo cd listctrl >listctrl.bat
  187. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>listctrl.bat
  188. call listctrl.bat
  189. @del listctrl.bat
  190. @echo cd mdi >mdi.bat
  191. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>mdi.bat
  192. call mdi.bat
  193. @del mdi.bat
  194. @echo cd mediaplayer >mediaplayer.bat
  195. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>mediaplayer.bat
  196. call mediaplayer.bat
  197. @del mediaplayer.bat
  198. @echo cd menu >menu.bat
  199. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>menu.bat
  200. call menu.bat
  201. @del menu.bat
  202. @echo cd minimal >minimal.bat
  203. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>minimal.bat
  204. call minimal.bat
  205. @del minimal.bat
  206. @echo cd nativdlg >nativdlg.bat
  207. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>nativdlg.bat
  208. call nativdlg.bat
  209. @del nativdlg.bat
  210. @echo cd notebook >notebook.bat
  211. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>notebook.bat
  212. call notebook.bat
  213. @del notebook.bat
  214. @echo cd oleauto >oleauto.bat
  215. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>oleauto.bat
  216. call oleauto.bat
  217. @del oleauto.bat
  218. @echo cd opengl >opengl.bat
  219. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>opengl.bat
  220. call opengl.bat
  221. @del opengl.bat
  222. @echo cd ownerdrw >ownerdrw.bat
  223. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>ownerdrw.bat
  224. call ownerdrw.bat
  225. @del ownerdrw.bat
  226. @echo cd popup >popup.bat
  227. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>popup.bat
  228. call popup.bat
  229. @del popup.bat
  230. @echo cd power >power.bat
  231. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>power.bat
  232. call power.bat
  233. @del power.bat
  234. @echo cd preferences >preferences.bat
  235. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>preferences.bat
  236. call preferences.bat
  237. @del preferences.bat
  238. @echo cd printing >printing.bat
  239. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>printing.bat
  240. call printing.bat
  241. @del printing.bat
  242. @echo cd propgrid >propgrid.bat
  243. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>propgrid.bat
  244. call propgrid.bat
  245. @del propgrid.bat
  246. @echo cd regtest >regtest.bat
  247. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>regtest.bat
  248. call regtest.bat
  249. @del regtest.bat
  250. @echo cd render >render.bat
  251. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>render.bat
  252. call render.bat
  253. @del render.bat
  254. @echo cd ribbon >ribbon.bat
  255. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>ribbon.bat
  256. call ribbon.bat
  257. @del ribbon.bat
  258. @echo cd richtext >richtext.bat
  259. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>richtext.bat
  260. call richtext.bat
  261. @del richtext.bat
  262. @echo cd sashtest >sashtest.bat
  263. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>sashtest.bat
  264. call sashtest.bat
  265. @del sashtest.bat
  266. @echo cd scroll >scroll.bat
  267. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>scroll.bat
  268. call scroll.bat
  269. @del scroll.bat
  270. @echo cd shaped >shaped.bat
  271. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>shaped.bat
  272. call shaped.bat
  273. @del shaped.bat
  274. @echo cd sockets >sockets.bat
  275. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>sockets.bat
  276. call sockets.bat
  277. @del sockets.bat
  278. @echo cd sound >sound.bat
  279. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>sound.bat
  280. call sound.bat
  281. @del sound.bat
  282. @echo cd splash >splash.bat
  283. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>splash.bat
  284. call splash.bat
  285. @del splash.bat
  286. @echo cd splitter >splitter.bat
  287. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>splitter.bat
  288. call splitter.bat
  289. @del splitter.bat
  290. @echo cd statbar >statbar.bat
  291. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>statbar.bat
  292. call statbar.bat
  293. @del statbar.bat
  294. @echo cd stc >stc.bat
  295. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>stc.bat
  296. call stc.bat
  297. @del stc.bat
  298. @echo cd svg >svg.bat
  299. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>svg.bat
  300. call svg.bat
  301. @del svg.bat
  302. @echo cd taborder >taborder.bat
  303. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>taborder.bat
  304. call taborder.bat
  305. @del taborder.bat
  306. @echo cd taskbar >taskbar.bat
  307. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>taskbar.bat
  308. call taskbar.bat
  309. @del taskbar.bat
  310. @echo cd text >text.bat
  311. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>text.bat
  312. call text.bat
  313. @del text.bat
  314. @echo cd thread >thread.bat
  315. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>thread.bat
  316. call thread.bat
  317. @del thread.bat
  318. @echo cd toolbar >toolbar.bat
  319. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>toolbar.bat
  320. call toolbar.bat
  321. @del toolbar.bat
  322. @echo cd treectrl >treectrl.bat
  323. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>treectrl.bat
  324. call treectrl.bat
  325. @del treectrl.bat
  326. @echo cd typetest >typetest.bat
  327. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>typetest.bat
  328. call typetest.bat
  329. @del typetest.bat
  330. @echo cd uiaction >uiaction.bat
  331. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>uiaction.bat
  332. call uiaction.bat
  333. @del uiaction.bat
  334. @echo cd validate >validate.bat
  335. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>validate.bat
  336. call validate.bat
  337. @del validate.bat
  338. @echo cd vscroll >vscroll.bat
  339. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>vscroll.bat
  340. call vscroll.bat
  341. @del vscroll.bat
  342. @echo cd webview >webview.bat
  343. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>webview.bat
  344. call webview.bat
  345. @del webview.bat
  346. @echo cd widgets >widgets.bat
  347. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>widgets.bat
  348. call widgets.bat
  349. @del widgets.bat
  350. @echo cd wizard >wizard.bat
  351. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>wizard.bat
  352. call wizard.bat
  353. @del wizard.bat
  354. @echo cd wrapsizer >wrapsizer.bat
  355. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>wrapsizer.bat
  356. call wrapsizer.bat
  357. @del wrapsizer.bat
  358. @echo cd xrc >xrc.bat
  359. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>xrc.bat
  360. call xrc.bat
  361. @del xrc.bat
  362. @echo cd memcheck >memcheck.bat
  363. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>memcheck.bat
  364. call memcheck.bat
  365. @del memcheck.bat
  366. access:
  367. @echo cd access >access.bat
  368. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>access.bat
  369. call access.bat
  370. @del access.bat
  371. animate:
  372. @echo cd animate >animate.bat
  373. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>animate.bat
  374. call animate.bat
  375. @del animate.bat
  376. artprov:
  377. @echo cd artprov >artprov.bat
  378. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>artprov.bat
  379. call artprov.bat
  380. @del artprov.bat
  381. aui:
  382. @echo cd aui >aui.bat
  383. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>aui.bat
  384. call aui.bat
  385. @del aui.bat
  386. calendar:
  387. @echo cd calendar >calendar.bat
  388. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>calendar.bat
  389. call calendar.bat
  390. @del calendar.bat
  391. caret:
  392. @echo cd caret >caret.bat
  393. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>caret.bat
  394. call caret.bat
  395. @del caret.bat
  396. clipboard:
  397. @echo cd clipboard >clipboard.bat
  398. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>clipboard.bat
  399. call clipboard.bat
  400. @del clipboard.bat
  401. collpane:
  402. @echo cd collpane >collpane.bat
  403. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>collpane.bat
  404. call collpane.bat
  405. @del collpane.bat
  406. combo:
  407. @echo cd combo >combo.bat
  408. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>combo.bat
  409. call combo.bat
  410. @del combo.bat
  411. config:
  412. @echo cd config >config.bat
  413. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>config.bat
  414. call config.bat
  415. @del config.bat
  416. console:
  417. @echo cd console >console.bat
  418. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>console.bat
  419. call console.bat
  420. @del console.bat
  421. controls:
  422. @echo cd controls >controls.bat
  423. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>controls.bat
  424. call controls.bat
  425. @del controls.bat
  426. dataview:
  427. @echo cd dataview >dataview.bat
  428. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>dataview.bat
  429. call dataview.bat
  430. @del dataview.bat
  431. dialogs:
  432. @echo cd dialogs >dialogs.bat
  433. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>dialogs.bat
  434. call dialogs.bat
  435. @del dialogs.bat
  436. dialup:
  437. @echo cd dialup >dialup.bat
  438. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>dialup.bat
  439. call dialup.bat
  440. @del dialup.bat
  441. display:
  442. @echo cd display >display.bat
  443. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>display.bat
  444. call display.bat
  445. @del display.bat
  446. dll:
  447. @echo cd dll >dll.bat
  448. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>dll.bat
  449. call dll.bat
  450. @del dll.bat
  451. dnd:
  452. @echo cd dnd >dnd.bat
  453. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>dnd.bat
  454. call dnd.bat
  455. @del dnd.bat
  456. docview:
  457. @echo cd docview >docview.bat
  458. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>docview.bat
  459. call docview.bat
  460. @del docview.bat
  461. dragimag:
  462. @echo cd dragimag >dragimag.bat
  463. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>dragimag.bat
  464. call dragimag.bat
  465. @del dragimag.bat
  466. drawing:
  467. @echo cd drawing >drawing.bat
  468. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>drawing.bat
  469. call drawing.bat
  470. @del drawing.bat
  471. erase:
  472. @echo cd erase >erase.bat
  473. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>erase.bat
  474. call erase.bat
  475. @del erase.bat
  476. event:
  477. @echo cd event >event.bat
  478. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>event.bat
  479. call event.bat
  480. @del event.bat
  481. except:
  482. @echo cd except >except.bat
  483. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>except.bat
  484. call except.bat
  485. @del except.bat
  486. exec:
  487. @echo cd exec >exec.bat
  488. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>exec.bat
  489. call exec.bat
  490. @del exec.bat
  491. font:
  492. @echo cd font >font.bat
  493. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>font.bat
  494. call font.bat
  495. @del font.bat
  496. grid:
  497. @echo cd grid >grid.bat
  498. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>grid.bat
  499. call grid.bat
  500. @del grid.bat
  501. help:
  502. @echo cd help >help.bat
  503. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>help.bat
  504. call help.bat
  505. @del help.bat
  506. htlbox:
  507. @echo cd htlbox >htlbox.bat
  508. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>htlbox.bat
  509. call htlbox.bat
  510. @del htlbox.bat
  511. html:
  512. @echo cd html >html.bat
  513. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>html.bat
  514. call html.bat
  515. @del html.bat
  516. image:
  517. @echo cd image >image.bat
  518. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>image.bat
  519. call image.bat
  520. @del image.bat
  521. internat:
  522. @echo cd internat >internat.bat
  523. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>internat.bat
  524. call internat.bat
  525. @del internat.bat
  526. ipc:
  527. @echo cd ipc >ipc.bat
  528. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>ipc.bat
  529. call ipc.bat
  530. @del ipc.bat
  531. joytest:
  532. @echo cd joytest >joytest.bat
  533. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>joytest.bat
  534. call joytest.bat
  535. @del joytest.bat
  536. keyboard:
  537. @echo cd keyboard >keyboard.bat
  538. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>keyboard.bat
  539. call keyboard.bat
  540. @del keyboard.bat
  541. layout:
  542. @echo cd layout >layout.bat
  543. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>layout.bat
  544. call layout.bat
  545. @del layout.bat
  546. listctrl:
  547. @echo cd listctrl >listctrl.bat
  548. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>listctrl.bat
  549. call listctrl.bat
  550. @del listctrl.bat
  551. mdi:
  552. @echo cd mdi >mdi.bat
  553. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>mdi.bat
  554. call mdi.bat
  555. @del mdi.bat
  556. mediaplayer:
  557. @echo cd mediaplayer >mediaplayer.bat
  558. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>mediaplayer.bat
  559. call mediaplayer.bat
  560. @del mediaplayer.bat
  561. menu:
  562. @echo cd menu >menu.bat
  563. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>menu.bat
  564. call menu.bat
  565. @del menu.bat
  566. minimal:
  567. @echo cd minimal >minimal.bat
  568. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>minimal.bat
  569. call minimal.bat
  570. @del minimal.bat
  571. nativdlg:
  572. @echo cd nativdlg >nativdlg.bat
  573. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>nativdlg.bat
  574. call nativdlg.bat
  575. @del nativdlg.bat
  576. notebook:
  577. @echo cd notebook >notebook.bat
  578. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>notebook.bat
  579. call notebook.bat
  580. @del notebook.bat
  581. oleauto:
  582. @echo cd oleauto >oleauto.bat
  583. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>oleauto.bat
  584. call oleauto.bat
  585. @del oleauto.bat
  586. opengl:
  587. @echo cd opengl >opengl.bat
  588. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>opengl.bat
  589. call opengl.bat
  590. @del opengl.bat
  591. ownerdrw:
  592. @echo cd ownerdrw >ownerdrw.bat
  593. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>ownerdrw.bat
  594. call ownerdrw.bat
  595. @del ownerdrw.bat
  596. popup:
  597. @echo cd popup >popup.bat
  598. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>popup.bat
  599. call popup.bat
  600. @del popup.bat
  601. power:
  602. @echo cd power >power.bat
  603. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>power.bat
  604. call power.bat
  605. @del power.bat
  606. preferences:
  607. @echo cd preferences >preferences.bat
  608. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>preferences.bat
  609. call preferences.bat
  610. @del preferences.bat
  611. printing:
  612. @echo cd printing >printing.bat
  613. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>printing.bat
  614. call printing.bat
  615. @del printing.bat
  616. propgrid:
  617. @echo cd propgrid >propgrid.bat
  618. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>propgrid.bat
  619. call propgrid.bat
  620. @del propgrid.bat
  621. regtest:
  622. @echo cd regtest >regtest.bat
  623. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>regtest.bat
  624. call regtest.bat
  625. @del regtest.bat
  626. render:
  627. @echo cd render >render.bat
  628. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>render.bat
  629. call render.bat
  630. @del render.bat
  631. ribbon:
  632. @echo cd ribbon >ribbon.bat
  633. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>ribbon.bat
  634. call ribbon.bat
  635. @del ribbon.bat
  636. richtext:
  637. @echo cd richtext >richtext.bat
  638. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>richtext.bat
  639. call richtext.bat
  640. @del richtext.bat
  641. sashtest:
  642. @echo cd sashtest >sashtest.bat
  643. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>sashtest.bat
  644. call sashtest.bat
  645. @del sashtest.bat
  646. scroll:
  647. @echo cd scroll >scroll.bat
  648. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>scroll.bat
  649. call scroll.bat
  650. @del scroll.bat
  651. shaped:
  652. @echo cd shaped >shaped.bat
  653. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>shaped.bat
  654. call shaped.bat
  655. @del shaped.bat
  656. sockets:
  657. @echo cd sockets >sockets.bat
  658. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>sockets.bat
  659. call sockets.bat
  660. @del sockets.bat
  661. sound:
  662. @echo cd sound >sound.bat
  663. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>sound.bat
  664. call sound.bat
  665. @del sound.bat
  666. splash:
  667. @echo cd splash >splash.bat
  668. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>splash.bat
  669. call splash.bat
  670. @del splash.bat
  671. splitter:
  672. @echo cd splitter >splitter.bat
  673. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>splitter.bat
  674. call splitter.bat
  675. @del splitter.bat
  676. statbar:
  677. @echo cd statbar >statbar.bat
  678. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>statbar.bat
  679. call statbar.bat
  680. @del statbar.bat
  681. stc:
  682. @echo cd stc >stc.bat
  683. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>stc.bat
  684. call stc.bat
  685. @del stc.bat
  686. svg:
  687. @echo cd svg >svg.bat
  688. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>svg.bat
  689. call svg.bat
  690. @del svg.bat
  691. taborder:
  692. @echo cd taborder >taborder.bat
  693. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>taborder.bat
  694. call taborder.bat
  695. @del taborder.bat
  696. taskbar:
  697. @echo cd taskbar >taskbar.bat
  698. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>taskbar.bat
  699. call taskbar.bat
  700. @del taskbar.bat
  701. text:
  702. @echo cd text >text.bat
  703. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>text.bat
  704. call text.bat
  705. @del text.bat
  706. thread:
  707. @echo cd thread >thread.bat
  708. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>thread.bat
  709. call thread.bat
  710. @del thread.bat
  711. toolbar:
  712. @echo cd toolbar >toolbar.bat
  713. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>toolbar.bat
  714. call toolbar.bat
  715. @del toolbar.bat
  716. treectrl:
  717. @echo cd treectrl >treectrl.bat
  718. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>treectrl.bat
  719. call treectrl.bat
  720. @del treectrl.bat
  721. typetest:
  722. @echo cd typetest >typetest.bat
  723. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>typetest.bat
  724. call typetest.bat
  725. @del typetest.bat
  726. uiaction:
  727. @echo cd uiaction >uiaction.bat
  728. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>uiaction.bat
  729. call uiaction.bat
  730. @del uiaction.bat
  731. validate:
  732. @echo cd validate >validate.bat
  733. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>validate.bat
  734. call validate.bat
  735. @del validate.bat
  736. vscroll:
  737. @echo cd vscroll >vscroll.bat
  738. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>vscroll.bat
  739. call vscroll.bat
  740. @del vscroll.bat
  741. webview:
  742. @echo cd webview >webview.bat
  743. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>webview.bat
  744. call webview.bat
  745. @del webview.bat
  746. widgets:
  747. @echo cd widgets >widgets.bat
  748. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>widgets.bat
  749. call widgets.bat
  750. @del widgets.bat
  751. wizard:
  752. @echo cd wizard >wizard.bat
  753. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>wizard.bat
  754. call wizard.bat
  755. @del wizard.bat
  756. wrapsizer:
  757. @echo cd wrapsizer >wrapsizer.bat
  758. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>wrapsizer.bat
  759. call wrapsizer.bat
  760. @del wrapsizer.bat
  761. xrc:
  762. @echo cd xrc >xrc.bat
  763. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>xrc.bat
  764. call xrc.bat
  765. @del xrc.bat
  766. memcheck:
  767. @echo cd memcheck >memcheck.bat
  768. @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>memcheck.bat
  769. call memcheck.bat
  770. @del memcheck.bat