repo.or.cz
/
io
/
quag.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed a lazySlot bug where lazy slots in different objects end up pointing to the...
[io/quag.git]
/
libs
/
iovm
/
Makefile
blob
d6419d9489c09ab53de89a039ca75f889a01b586
1
include
..
/
..
/
Makefile.lib
2
CFLAGS
+= -
DBUILDING_IOVM_DLL
$(
IOVMALLFLAGS
)
3
4
hasEditLib
:= $(
wildcard
..
/
..
/
tools
/
editlib_test
/
editlib_test
)
5
ifneq
($(
strip
$(
hasEditLib
)),)
6
CFLAGS
+= -
DIO_HAS_EDITLIB
7
endif