update dev300-m58
[ooovba.git] / applied_patches / 0354-transogl-transitions-sd.diff
blobdea29d1dd2330b276a8af75c9d634d4346b54645
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,4 +42,5 @@
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\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 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_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 NULL
19 +sd sd\xml nmake - all sd_xml NULL
20 --- /dev/null 2007-09-21 21:12:45.000000000 +0200
21 +++ sd/xml/makefile.mk 2008-01-07 17:19:14.000000000 +0100
22 @@ -0,0 +1,13 @@
23 +PRJ=..
24 +PRJNAME=sd
26 +.INCLUDE : settings.mk
28 +.IF "$(ENABLE_OPENGL)" != "TRUE"
29 +@all:
30 + @echo "Building without OpenGL Transitions..."
31 + $(RM) transitions-ogl.xml
32 +.ELSE
33 +@all:
34 + $(GNUCOPY) transitions-ogl transitions-ogl.xml
35 +.ENDIF