Fixed a lazySlot bug where lazy slots in different objects end up pointing to the...
[io/quag.git] / libs / iovm / Makefile
blobd6419d9489c09ab53de89a039ca75f889a01b586
1 include ../../Makefile.lib
2 CFLAGS += -DBUILDING_IOVM_DLL $(IOVMALLFLAGS)
4 hasEditLib := $(wildcard ../../tools/editlib_test/editlib_test)
5 ifneq ($(strip $(hasEditLib)),)
6 CFLAGS += -DIO_HAS_EDITLIB
7 endif