summaryrefslogtreecommitdiff
path: root/wizards/prj
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-05-19 15:35:11 +0000
committerKurt Zenker <kz@openoffice.org>2004-05-19 15:35:11 +0000
commit85e83eab221b81873d9c21cbef40acd52a9338fd (patch)
treea26a83bd7cb19090968a1c4aff46a982de056003 /wizards/prj
parent5aefe12707df77c50123d0f08f31a0ed869e32a3 (diff)
INTEGRATION: CWS qwizards1 (1.19.94); FILE MERGED
2004/04/30 17:26:13 rpiterman 1.19.94.20: fixed target names to be unique. 2004/03/18 10:36:36 tv 1.19.94.19: web wizard is dependent on text document 2004/03/16 11:13:39 tv 1.19.94.18: corrected build order 2004/03/11 10:47:13 rpiterman 1.19.94.17: solved conflicts 2004/03/03 17:28:32 tv 1.19.94.16: correct dependencies for letter wizard 2004/02/06 10:09:06 tv 1.19.94.15: fixed typos 2004/01/28 17:56:50 tv 1.19.94.14: added report and query 2004/01/23 10:44:14 bc 1.19.94.13: #111603# Reportwizard and queryWizard added 2004/01/23 09:14:27 tv 1.19.94.12: added db package 2003/12/18 14:26:22 tv 1.19.94.11: added basic part of tutorials 2003/12/18 14:20:37 tv 1.19.94.10: removed db because it does not compile 2003/12/16 16:47:58 tv 1.19.94.9: added db 2003/12/16 16:00:55 tv 1.19.94.8: added Tutorial and removed high level wizards cause they don't compile at the moment 2003/12/15 11:16:46 tv 1.19.94.7: added Tutorial Creator and Executor 2003/12/02 07:49:06 bc 1.19.94.6: #111603# some modules removed 2003/11/26 16:07:08 tv 1.19.94.5: added letter wizard 2003/11/25 09:50:11 tv 1.19.94.4: dded build dependency wizards after filter 2003/11/25 09:41:26 tv 1.19.94.3: corrected dependecies between java dirs 2003/11/24 15:48:45 tv 1.19.94.2: RESYNC: (1.19-1.20); FILE MERGED 2003/11/18 14:04:54 tv 1.19.94.1: added missing makefile locations
Diffstat (limited to 'wizards/prj')
-rw-r--r--wizards/prj/build.lst19
1 files changed, 18 insertions, 1 deletions
diff --git a/wizards/prj/build.lst b/wizards/prj/build.lst
index 0102ae40c85f..2002b02c242a 100644
--- a/wizards/prj/build.lst
+++ b/wizards/prj/build.lst
@@ -10,7 +10,24 @@ wz wizards\source\template nmake
wz wizards\source\tools nmake - all wz_toolswiz NULL
wz wizards\source\webwizard nmake - all wz_webwizard NULL
wz wizards\source\depot nmake - all wz_depot NULL
+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\report nmake - all wz_reportwiz wz_commonwiz 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 NULL
+wz wizards\com\sun\star\wizards\web\data nmake - all wz_webdata wz_documentwiz wz_uiwiz NULL
+wz wizards\com\sun\star\wizards\web\export nmake - all wz_webexport wz_webdata wz_textwiz NULL
+wz wizards\com\sun\star\wizards\web nmake - all wz_webwiz wz_webexport NULL
+wz wizards\com\sun\star\wizards\tutorial\executer\util nmake - all wz_tutexeutil NULL
+wz wizards\com\sun\star\wizards\tutorial\executer\officeHelper nmake - all wz_tutexehelper wz_tutexeutil NULL
+wz wizards\com\sun\star\wizards\tutorial\creator\frame\objectFinder nmake - all wz_tutcrefrafinder wz_tutexehelper NULL
+wz wizards\com\sun\star\wizards\tutorial\creator\frame nmake - all wz_tutcrefra wz_tutcrefrafinder NULL
+wz wizards\com\sun\star\wizards\tutorial\creator nmake - all wz_tutcre wz_tutcrefra NULL
+wz wizards\com\sun\star\wizards\tutorial\executer nmake - all wz_tutexe wz_tutcre NULL