summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sd/prj/build.lst1
-rw-r--r--sd/xml/makefile.mk13
2 files changed, 0 insertions, 14 deletions
diff --git a/sd/prj/build.lst b/sd/prj/build.lst
index f591af932768..74df047caeb2 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 7fe266b6d47f..000000000000
--- a/sd/xml/makefile.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-PRJ=..
-PRJNAME=sd
-
-.INCLUDE : settings.mk
-
-.IF "$(ENABLE_OPENGL)" != "TRUE"
-@all:
- @echo "Building without OpenGL Transitions..."
- @test -f transitions-ogl.xml && mv transitions-ogl.xml transitions-ogl || true
-.ELSE
-@all:
- @test ! -f transitions-ogl.xml && mv transitions-ogl transitions-ogl.xml || true
-.ENDIF