From 760873ed8c96aea617853897486bc5e350d6a393 Mon Sep 17 00:00:00 2001 From: Tom Verbeek Date: Fri, 22 Oct 2004 13:10:57 +0000 Subject: #i33782# commonwizards need to be built at once --- wizards/prj/build.lst | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) (limited to 'wizards/prj') 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 -- cgit