diff options
author | Tom Verbeek <tv@openoffice.org> | 2004-10-22 13:10:57 +0000 |
---|---|---|
committer | Tom Verbeek <tv@openoffice.org> | 2004-10-22 13:10:57 +0000 |
commit | 760873ed8c96aea617853897486bc5e350d6a393 (patch) | |
tree | fb3587f8eabfaa8323877ab9702eb41d776e4ef0 /wizards/prj/build.lst | |
parent | 5e57f6d3c6f56b39017af5a1de1af35725303f67 (diff) |
#i33782# commonwizards need to be built at once
Diffstat (limited to 'wizards/prj/build.lst')
-rw-r--r-- | wizards/prj/build.lst | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/wizards/prj/build.lst b/wizards/prj/build.lst index a6d466aad1dc..23776792ab9d 100644 --- a/wizards/prj/build.lst +++ b/wizards/prj/build.lst @@ -13,19 +13,14 @@ wz wizards\source\depot nmake wz wizards\source\tutorials nmake - all wz_tutorials NULL wz wizards\source\standard nmake - all wz_standard NULL wz wizards\source\launcher nmake - all wz_launcher NULL -wz wizards\com\sun\star\wizards\common nmake - all wz_commonwiz NULL -wz wizards\com\sun\star\wizards\db nmake - all wz_dbwiz wz_commonwiz NULL -wz wizards\com\sun\star\wizards\ui\event nmake - all wz_uieventwiz wz_commonwiz NULL -wz wizards\com\sun\star\wizards\ui nmake - all wz_uiwiz wz_dbwiz wz_uieventwiz NULL -wz wizards\com\sun\star\wizards\document nmake - all wz_documentwiz wz_commonwiz NULL -wz wizards\com\sun\star\wizards\text nmake - all wz_textwiz wz_documentwiz NULL -wz wizards\com\sun\star\wizards\query nmake - all wz_querywiz wz_uiwiz NULL -wz wizards\com\sun\star\wizards\report nmake - all wz_reportwiz wz_uiwiz wz_textwiz wz_querywiz NULL -wz wizards\com\sun\star\wizards\letter nmake - all wz_letterwiz wz_uiwiz wz_textwiz wz_reportwiz NULL -wz wizards\com\sun\star\wizards\fax nmake - all wz_faxwiz wz_uiwiz wz_textwiz wz_letterwiz NULL -wz wizards\com\sun\star\wizards\agenda nmake - all wz_agendawiz wz_uiwiz wz_textwiz wz_faxwiz NULL -wz wizards\com\sun\star\wizards\web\data nmake - all wz_webdata wz_documentwiz wz_uiwiz wz_agendawiz NULL -wz wizards\com\sun\star\wizards\web\export nmake - all wz_webexport wz_webdata wz_textwiz wz_agendawiz NULL +wz wizards\com\sun\star\wizards nmake - all wz_commonwiz NULL +wz wizards\com\sun\star\wizards\query nmake - all wz_querywiz wz_commonwiz NULL +wz wizards\com\sun\star\wizards\report nmake - all wz_reportwiz wz_commonwiz wz_querywiz NULL +wz wizards\com\sun\star\wizards\letter nmake - all wz_letterwiz wz_commonwiz wz_reportwiz NULL +wz wizards\com\sun\star\wizards\fax nmake - all wz_faxwiz wz_commonwiz wz_letterwiz NULL +wz wizards\com\sun\star\wizards\agenda nmake - all wz_agendawiz wz_commonwiz wz_faxwiz NULL +wz wizards\com\sun\star\wizards\web\data nmake - all wz_webdata wz_commonwiz wz_agendawiz NULL +wz wizards\com\sun\star\wizards\web\export nmake - all wz_webexport wz_webdata wz_commonwiz wz_agendawiz NULL wz wizards\com\sun\star\wizards\web nmake - all wz_webwiz wz_webexport wz_agendawiz NULL wz wizards\com\sun\star\wizards\tutorial\executer\util nmake - all wz_tutexeutil wz_webwiz NULL wz wizards\com\sun\star\wizards\tutorial\executer\officeHelper nmake - all wz_tutexehelper wz_tutexeutil wz_webwiz NULL |