diff options
author | Katarina Machalkova <kmachalkova@suse.cz> | 2010-10-20 18:32:04 +0200 |
---|---|---|
committer | Katarina Machalkova <kmachalkova@suse.cz> | 2010-10-20 18:32:04 +0200 |
commit | bac821b200dcc0c11ba6d03fd23ec3b07b15dea8 (patch) | |
tree | 621169bfc60d0b09814441c2d50d2621e8e2013a /sd/prj | |
parent | 65b8a190dca67aee568798fe7ce24a4373cbaeb6 (diff) |
Undoing pptx filter as a separate lib ( + related changes)
Shared ppt + pptx filter will be merged from cws later
Diffstat (limited to 'sd/prj')
-rw-r--r-- | sd/prj/build.lst | 5 | ||||
-rwxr-xr-x | sd/prj/d.lst | 1 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sd/prj/build.lst b/sd/prj/build.lst index db9214a64774..6b4f478b7c20 100644 --- a/sd/prj/build.lst +++ b/sd/prj/build.lst @@ -1,4 +1,4 @@ -sd sd : filter l10n animations svx sfx2 stoc canvas slideshow oox NULL +sd sd : filter l10n animations svx sfx2 stoc canvas NULL sd sd usr1 - all sd_mkout NULL sd sd\inc nmake - all sd_inc NULL sd sd\prj get - all sd_prj NULL @@ -33,7 +33,6 @@ sd sd\source\filter\ppt nmake - all sd_ppt sd_inc NULL sd sd\source\filter nmake - all sd_filt sd_sdi sd_ppt sd_inc NULL sd sd\source\filter\cgm nmake - all sd_cgm sd_inc NULL sd sd\source\filter\eppt nmake - all sd_eppt sd_inc NULL -sd sd\source\filter\pptx nmake - all sd_pptx sd_inc NULL sd sd\source\filter\grf nmake - all sd_grf sd_inc NULL sd sd\source\filter\xml nmake - all sd_xml sd_inc NULL sd sd\source\filter\html nmake - all sd_html sd_inc NULL @@ -45,5 +44,5 @@ sd sd\source\ui\framework\module nmake - all sd_framework_module sd_inc N sd sd\source\ui\framework\factories nmake - all sd_framework_factories sd_inc NULL sd sd\source\ui\framework\tools nmake - all sd_framework_tools sd_inc NULL sd sd\source\ui\annotations nmake - all sd_uiannotations sd_inc NULL -sd sd\util nmake - all sd_util sd_app sd_cgm sd_core sd_dlg sd_docsh sd_eppt sd_pptx 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_controller sd_table sd_slideshow sd_presenter sd_undo sd_helper sd_framework_configuration sd_framework_module sd_framework_tools sd_framework_factories sd_text sd_annotations sd_uiannotations 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_controller sd_table sd_slideshow sd_presenter sd_undo sd_helper sd_framework_configuration sd_framework_module sd_framework_tools sd_framework_factories sd_text sd_annotations sd_uiannotations NULL sd sd\qa\unoapi nmake - all sd_qa_unoapi NULL diff --git a/sd/prj/d.lst b/sd/prj/d.lst index 7e7e9cd96f31..14f85e982eab 100755 --- a/sd/prj/d.lst +++ b/sd/prj/d.lst @@ -22,7 +22,6 @@ mkdir: %_DEST%\xml%_EXT%\uiconfig\modules\simpress\statusbar ..\%__SRC%\bin\sd??????.dll %_DEST%\bin%_EXT%\sd??????.dll ..\%__SRC%\bin\sd*.res %_DEST%\bin%_EXT%\sd*.res ..\%__SRC%\bin\sd???????.dll %_DEST%\bin%_EXT%\sd???????.dll -..\%__SRC%\bin\pptx*.dll %_DEST%\bin%_EXT%\pptx*.dll ..\%__SRC%\bin\emp?????.* %_DEST%\bin%_EXT%\emp?????.* mkdir: %_DEST%\pck%_EXT% |