Kaydet (Commit) 7c76284e authored tarafından Fridrich Štrba's avatar Fridrich Štrba

Don't copy over files under version control

scp2 handles the case where the OGL transitions are not built just fine
üst b0b82a31
......@@ -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
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment