mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 08:42:13 +00:00
Move jemalloc.obj inside MOZ_MEMORY for WinCE shunt; r=wince
This commit is contained in:
parent
5bbb8e9d6b
commit
859edfecf4
@ -73,13 +73,13 @@ REQUIRES = jemalloc
|
||||
CFLAGS += -DMOZ_MEMORY
|
||||
CXXFLAGS += -DMOZ_MEMORY
|
||||
EXPORTS += $(topsrcdir)/memory/jemalloc/jemalloc.h
|
||||
endif
|
||||
|
||||
DEFFILE = mozce_shunt.def
|
||||
|
||||
# We have to include the obj file directly, because we want to export
|
||||
# some of its symbols through our def file
|
||||
EXTRA_LIBS += $(OBJDIR)/memory/jemalloc/jemalloc.obj
|
||||
endif
|
||||
|
||||
DEFFILE = mozce_shunt.def
|
||||
|
||||
CPPSRCS = \
|
||||
shunt.cpp \
|
||||
|
Loading…
Reference in New Issue
Block a user