repo.or.cz
/
ooovba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update dev300-m58
[ooovba.git]
/
sd
/
xml
/
makefile.mk
blob
800ca9de0cbfbf3437a2b779e5be37440b9bad80
1
PRJ
=
..
2
PRJNAME
=
sd
3
4
.INCLUDE
:
settings.mk
5
6
.IF
"$(ENABLE_OPENGL)"
!=
"TRUE"
7
@
all
:
8
@echo
"Building without OpenGL Transitions..."
9
$(
RM
)
transitions-ogl.xml
10
.ELSE
11
@
all
:
12
$(
GNUCOPY
)
transitions-ogl transitions-ogl.xml
13
.ENDIF