diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-01-31 09:21:10 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-01-31 09:21:10 +0100 |
commit | 7c76284e0e24a43560a7ca4b8d4ebbe0dc1fd33e (patch) | |
tree | 951d0a68458a4959970e44da2aa1fffd94607df8 /sd/xml | |
parent | b0b82a310ad4946e7c149d6219b697324f6ef612 (diff) |
Don't copy over files under version control
scp2 handles the case where the OGL transitions are not built just fine
Diffstat (limited to 'sd/xml')
-rw-r--r-- | sd/xml/makefile.mk | 13 |
1 files changed, 0 insertions, 13 deletions
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 |