Update ooo320-m1
[ooovba.git] / applied_patches / 0362-transogl-transitions-sd.diff
blob424276269e1d90685c3c792f8e7112274c3795e4
1 diff -ru sd-orig/prj/build.lst sd/prj/build.lst
2 --- sd/prj/build.lst 2008-01-07 17:09:15.000000000 +0100
3 +++ sd/prj/build.lst 2008-01-07 21:03:56.000000000 +0100
4 @@ -31,7 +31,7 @@
5 sd sd\source\filter\cgm nmake - all sd_cgm sd_inc NULL
6 sd sd\source\filter\eppt nmake - all sd_eppt sd_inc NULL
7 sd sd\source\filter\grf nmake - all sd_grf sd_inc NULL
8 -sd sd\source\filter\xml nmake - all sd_xml sd_inc NULL
9 +sd sd\source\filter\xml nmake - all sd_filter_xml sd_inc NULL
10 sd sd\source\filter\html nmake - all sd_html sd_inc NULL
11 sd sd\source\ui\animations nmake - all sd_animations sd_inc NULL
12 sd sd\source\ui\slideshow nmake - all sd_slideshow sd_sdi sd_inc NULL
13 @@ -42,5 +42,6 @@
14 sd sd\source\ui\framework\module nmake - all sd_framework_module sd_inc NULL
15 sd sd\source\ui\framework\factories nmake - all sd_framework_factories sd_inc NULL
16 sd sd\source\ui\framework\tools nmake - all sd_framework_tools sd_inc NULL
17 sd sd\source\ui\annotations nmake - all sd_uiannotations sd_inc NULL
18 -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_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
19 +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_filter_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_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
20 +sd sd\xml nmake - all sd_xml NULL
22 --- /dev/null 2007-09-21 21:12:45.000000000 +0200
23 +++ sd/xml/makefile.mk 2008-01-07 17:19:14.000000000 +0100
24 @@ -0,0 +1,13 @@
25 +PRJ=..
26 +PRJNAME=sd
28 +.INCLUDE : settings.mk
30 +.IF "$(ENABLE_OPENGL)" != "TRUE"
31 +@all:
32 + @echo "Building without OpenGL Transitions..."
33 + $(RM) transitions-ogl.xml
34 +.ELSE
35 +@all:
36 + $(GNUCOPY) transitions-ogl transitions-ogl.xml
37 +.ENDIF