[Libreoffice-commits] .: sd/prj sd/xml

Fridrich Strba fridrich at kemper.freedesktop.org
Mon Jan 31 00:21:36 PST 2011


 sd/prj/build.lst   |    1 -
 sd/xml/makefile.mk |   13 -------------
 2 files changed, 14 deletions(-)

New commits:
commit 654dd42acdeb4c6da006638111ff94ab877bc96c
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Mon Jan 31 09:21:10 2011 +0100

    Don't copy over files under version control
    
    scp2 handles the case where the OGL transitions are not built just fine

diff --git a/sd/prj/build.lst b/sd/prj/build.lst
index f591af9..74df047 100644
--- a/sd/prj/build.lst
+++ b/sd/prj/build.lst
@@ -45,5 +45,4 @@ sd	sd\source\ui\framework\factories       	nmake	-	all sd_framework_factories sd
 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_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_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\xml									nmake   -   all sd_xml NULL
 sd  sd\qa\unoapi 							nmake 	- 	all sd_qa_unoapi NULL
diff --git a/sd/xml/makefile.mk b/sd/xml/makefile.mk
deleted file mode 100644
index 7fe266b..0000000
--- a/sd/xml/makefile.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-PRJ=..
-PRJNAME=sd
-
-.INCLUDE :  settings.mk
-
-.IF "$(ENABLE_OPENGL)" != "TRUE"
- at all:
-    @echo "Building without OpenGL Transitions..."
-    @test -f transitions-ogl.xml && mv transitions-ogl.xml transitions-ogl || true
-.ELSE
- at all:
-    @test ! -f transitions-ogl.xml && mv transitions-ogl transitions-ogl.xml || true
-.ENDIF


More information about the Libreoffice-commits mailing list