summaryrefslogtreecommitdiff
path: root/sd/prj/build.lst
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-11-26 18:39:18 +0000
committerRüdiger Timm <rt@openoffice.org>2004-11-26 18:39:18 +0000
commitbb6ed3860cf3f8c96f67070029d3ab695739ef0b (patch)
tree4ab817a83fd47302ae92536519d5efd39c83d497 /sd/prj/build.lst
parent4d8d74948dc78dea7421d07a66cf0964ec2868dc (diff)
INTEGRATION: CWS presentationengine01 (1.8.40); FILE MERGED
2004/10/12 22:35:35 thb 1.8.40.10: RESYNC: (1.10-1.11); FILE MERGED 2004/09/02 14:49:20 cl 1.8.40.9: moved new slideshow to own folder 2004/08/23 08:37:36 cl 1.8.40.8: resolved merge conflicts 2004/08/17 09:56:19 bm 1.8.40.7: missing dependencies to sd_sdi from toolpanel and toolpanel/controls 2004/07/28 11:47:31 thb 1.8.40.6: #110496# Moved animations API to offapi 2004/07/27 15:16:50 thb 1.8.40.5: #i10000# Added dependency to animations API for export filter 2004/07/23 14:04:00 thb 1.8.40.4: RESYNC: (1.8-1.9); FILE MERGED 2004/06/02 07:52:07 cl 1.8.40.3: added unotypes dependency for animations 2004/05/04 14:38:13 cl 1.8.40.2: added initial smil ui 2004/03/16 18:44:37 thb 1.8.40.1: #110496# Added unotypes generation to build
Diffstat (limited to 'sd/prj/build.lst')
-rw-r--r--sd/prj/build.lst16
1 files changed, 10 insertions, 6 deletions
diff --git a/sd/prj/build.lst b/sd/prj/build.lst
index 9c0ed3a99291..caf7505c9bdf 100644
--- a/sd/prj/build.lst
+++ b/sd/prj/build.lst
@@ -1,4 +1,4 @@
-sd sd : svx stoc uui sch NULL
+sd sd : svx stoc uui sch slideshow NULL
sd sd usr1 - all sd_mkout NULL
sd sd\inc get - all sd_inc NULL
sd sd\prj get - all sd_prj NULL
@@ -6,13 +6,14 @@ sd sd\source\ui\inc get - all sd_sinc NULL
sd sd\res get - all sd_res NULL
sd sd\res\imagelst get - all sd_resil NULL
sd sd\sdi nmake - all sd_sdi NULL
+sd sd\source\unotypes nmake - all sd_unotypes NULL
sd sd\source\ui\func nmake - all sd_func sd_sdi NULL
-sd sd\source\ui\view nmake - all sd_view sd_sdi NULL
+sd sd\source\ui\view nmake - all sd_view sd_sdi sd_unotypes NULL
sd sd\source\ui\app nmake - all sd_app sd_sdi NULL
sd sd\source\ui\dlg nmake - all sd_dlg sd_sdi NULL
sd sd\source\core nmake - all sd_core sd_sdi NULL
sd sd\source\ui\docshell nmake - all sd_docsh sd_sdi NULL
-sd sd\source\ui\unoidl nmake - all sd_unid sd_sdi NULL
+sd sd\source\ui\unoidl nmake - all sd_unid sd_unotypes sd_sdi NULL
sd sd\source\ui\accessibility nmake - all sd_accessibility NULL
sd sd\source\ui\toolpanel nmake - all sd_toolpanel sd_sdi NULL
sd sd\source\ui\toolpanel\controls nmake - all sd_toolpanel_controls sd_sdi NULL
@@ -23,10 +24,13 @@ sd sd\source\ui\slidesorter\view nmake - all sd_slsview NULL
sd sd\source\ui\slidesorter\controller nmake - all sd_slscontroller sd_sdi NULL
sd sd\source\ui\slidesorter\cache nmake - all sd_slscache NULL
sd sd\source\ui\notes nmake - all sd_notes NULL
-sd sd\source\filter nmake - all sd_filt sd_sdi NULL
+sd sd\source\filter\ppt nmake - all sd_ppt sd_unotypes NULL
+sd sd\source\filter nmake - all sd_filt sd_sdi sd_ppt NULL
sd sd\source\filter\cgm nmake - all sd_cgm NULL
-sd sd\source\filter\eppt nmake - all sd_eppt NULL
+sd sd\source\filter\eppt nmake - all sd_eppt sd_unotypes NULL
sd sd\source\filter\grf nmake - all sd_grf NULL
sd sd\source\filter\xml nmake - all sd_xml NULL
sd sd\source\filter\html nmake - all sd_html NULL
-sd sd\util nmake - all sd_util sd_app sd_cgm sd_core sd_dlg sd_docsh sd_eppt sd_filt sd_func sd_grf sd_unid sd_view sd_xml sd_html sd_accessibility sd_toolpanel sd_toolpanel_controls sd_tools sd_slsshell sd_slsmodel sd_slsview sd_slscontroller sd_slscache sd_notes NULL
+sd sd\source\ui\animations nmake - all sd_animations sd_unotypes NULL
+sd sd\source\ui\slideshow nmake - all sd_slideshow sd_unotypes sd_sdi NULL
+sd sd\util nmake - all sd_util sd_app sd_cgm sd_core sd_dlg sd_docsh sd_eppt sd_filt sd_func sd_grf sd_unid sd_view sd_xml sd_html sd_ppt sd_accessibility sd_animations sd_toolpanel sd_toolpanel_controls sd_tools sd_slsshell sd_slsmodel sd_slsview sd_slscontroller sd_slscache sd_notes sd_slideshow NULL