buildjwa.pp 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. Dummy unit to compile everything in one go
  3. This library is free software; you can redistribute it and/or
  4. modify it under the terms of the GNU Lesser General Public
  5. License as published by the Free Software Foundation; either
  6. version 2 of the License, or (at your option) any later version.
  7. This library is distributed in the hope that it will be useful,
  8. but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  10. Lesser General Public License for more details.
  11. You should have received a copy of the GNU Lesser General Public
  12. License along with this library; if not, write to the
  13. Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  14. Boston, MA 02111-1307, USA.
  15. }
  16. unit buildjwa;
  17. interface
  18. uses
  19. winver, mmsystem, comconst, commctrl, comobj, ole2, activex, shellapi, shlobj, oleserver,
  20. jwawintype, jwawinbase, jwawinnt, shfolder, richedit,
  21. jwalmerr, jwalmmsg, jwaaclui, jwaadsdb, jwalmerrlog, jwalmjoin, jwaauthz,
  22. jwabits, jwalmremutl, jwalmrepl, jwalmserver, jwalmshare, jwalmsname,
  23. jwalmstats, jwaaccctrl, jwaaclapi, jwacderr, jwacpl, jwaactiveds, jwadbt, jwadde,
  24. jwaadserr, jwaadshlp, jwaadsnms, jwaadsprop, jwaadssts, jwaadtgen,
  25. jwaaf_irda, jwaatalkwsh, jwaauthif, jwadlgs, jwadssec, jwabatclass,
  26. jwaexcpt, jwaime, jwabits1_5, jwabitscfg, jwabitsmsg, jwablberr,
  27. jwabluetoothapis, jwabthdef, jwabthsdpdef, jwabugcodes, jwalmat, jwalmsvc,
  28. jwacmnquery, jwacolordlg, jwalmuse, jwamsi, jwacplext, jwacryptuiapi,
  29. jwanb30, jwanetsh, jwapbt, jwapdh, jwadhcpcsdk, jwadhcpsapi, jwadhcpssdk,
  30. jwaprsht, jwapsapi, jwadsadmin, jwadsclient, jwadsgetdc, jwadskquota,
  31. jwadsquery, jwadsrole, jwaqos, jwaqossp, jwaerrorrep, jwarpc, jwasddl,
  32. jwafaxdev, jwafaxext, jwafaxmmc, jwafaxroute, jwagpedit, jwahherror,
  33. jwahtmlGuid, jwahtmlhelp, jwaiaccess, jwaiadmext, jwaicmpapi, jwaiiscnfg,
  34. jwaimagehlp, jwalmdfs, jwaimapierror, jwasens, jwasfc, jwaioevent,
  35. jwaipexport, jwaiphlpapi, jwaipifcons, jwaipinfoid, jwaiprtrmib,
  36. jwaiptypes, jwaisguids, jwaissper16, jwalmaccess, jwalmalert, jwalmapibuf,
  37. jwasnmp, jwasspi, jwalmaudit, jwalmconfig, jwalmcons, jwawpapi,
  38. jwawsipx, jwawsrm, jwalmuseflg, jwalmwksta, jwaloadperf, jwalpmapi,
  39. jwamciavi, jwamprerror, jwawsvns, jwaimapi, jwamsidefs, jwamsiquery,
  40. jwamstask, jwamstcpip, jwamswsock, jwanspapi, jwantddpar, jwantdsapi,
  41. jwantdsbcli, jwantdsbmsg, jwantldap, jwantquery, jwantsecapi, jwantstatus,
  42. jwaObjsel, jwapatchapi, jwapatchwiz, jwapdhmsg, jwapowrprof, jwaprofinfo,
  43. jwaprotocol, jwaqosname, jwaqospol, jwareason, jwaregstr, jwarpcasync,
  44. jwarpcdce, jwarpcnsi, jwarpcnterr, jwarpcssl, jwascesvc, jwaschedule,
  45. jwaschemadef, jwasecext, jwasecurity, jwasensapi, jwashlguid, jwasisbkup,
  46. jwasporder, jwasrrestoreptapi, jwasubauth, jwasvcguid, jwatlhelp32,
  47. jwatmschema, jwatraffic, jwauserenv, jwauxtheme, jwawbemcli, jwawinable,
  48. jwawinber, jwawincon, jwawincpl, jwawincred, jwawincrypt,
  49. jwawindns, jwawinefs, jwawinerror, jwawinfax, jwawingdi, jwawinioctl,
  50. jwawinldap, jwawinnetwk, jwawinnls, jwawinperf, jwawinreg, jwawinresrc,
  51. jwawinsafer, jwawinsock, jwawinsock2, jwawinsvc, jwawinuser,
  52. jwawinver, jwawinwlx, jwawmistr, jwawownt16, jwawownt32, jwawpapimsg,
  53. jwawpcrsmsg, jwawpftpmsg, jwawppstmsg, jwawpspihlp, jwawptypes,
  54. jwawpwizmsg, jwaws2atm, jwaws2bth, jwaws2dnet, jwaws2spi, jwaws2tcpip,
  55. jwawshisotp, jwawsnetbs, jwawsnwlink, jwawtsapi32, jwazmouse, jwasensevts,
  56. jwaadstlb, jwanative, jwawindows, jwacarderr;
  57. implementation
  58. end.