Bug 923489 - Part c: qualify paths in memory/replace/dmd/; r=gps

This commit is contained in:
Ms2ger 2013-10-05 13:28:25 +02:00
parent 7b5622b8dd
commit 41452165ce
2 changed files with 3 additions and 7 deletions

View File

@ -7,10 +7,6 @@ FORCE_SHARED_LIB= 1
DEFINES += -DMOZ_NO_MOZALLOC
VPATH += $(topsrcdir)/xpcom/base
VPATH += $(topsrcdir)/nsprpub/lib/libc/src
VPATH += $(topsrcdir)/mfbt
# Disable mozglue.
WRAP_LDFLAGS =
MOZ_GLUE_LDFLAGS=

View File

@ -12,12 +12,12 @@ EXPORTS += [
CPP_SOURCES += [
'DMD.cpp',
'HashFunctions.cpp',
'nsStackWalk.cpp',
'../../../mfbt/HashFunctions.cpp',
'../../../xpcom/base/nsStackWalk.cpp',
]
CSRCS += [
'strcpy.c',
'../../../nsprpub/lib/libc/src/strcpy.c',
]
LIBRARY_NAME = 'dmd'