mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 17:59:34 +00:00
Added standalone image lib define, mirrors one in config.mak. Approved
by briano.
This commit is contained in:
parent
c706c01f42
commit
f063b697f1
@ -473,6 +473,14 @@ endif
|
||||
# nspr/java runtime(?):
|
||||
DEFINES += -DDEVELOPER_DEBUG
|
||||
|
||||
#
|
||||
# For the standalone image lib
|
||||
#
|
||||
|
||||
ifdef STANDALONE_IMAGE_LIB
|
||||
DEFINES += -DSTANDALONE_IMAGE_LIB
|
||||
endif
|
||||
|
||||
######################################################################
|
||||
|
||||
GARBAGE = $(DEPENDENCIES) core $(wildcard core.[0-9]*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user