mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 923489 - Part c: qualify paths in memory/replace/dmd/; r=gps
This commit is contained in:
parent
7b5622b8dd
commit
41452165ce
@ -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=
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user