зеркало из https://github.com/mozilla/pjs.git
r=mkaply Patch from darin - OS/2 only - move nsOS2VACLegacy for legacy reasons
This commit is contained in:
Родитель
7d44f4d181
Коммит
6f5810954e
|
@ -83,10 +83,6 @@ ifdef XPCOM_USE_LEA
|
|||
CSRCS += malloc.c
|
||||
endif
|
||||
|
||||
ifeq ($(OS_TARGET),OS2)
|
||||
CPPSRCS += nsOS2VACLegacy.cpp
|
||||
endif
|
||||
|
||||
ifdef GC_LEAK_DETECTOR
|
||||
EXTRA_DSO_LIBS = boehm
|
||||
endif
|
||||
|
|
|
@ -63,6 +63,10 @@ LOCAL_INCLUDES = -I$(srcdir)/../build
|
|||
|
||||
CPPSRCS = nsXPComStub.cpp
|
||||
|
||||
ifeq ($(OS_TARGET),OS2)
|
||||
CPPSRCS += nsOS2VACLegacy.cpp
|
||||
endif
|
||||
|
||||
# If we have an import library, then copy that to the SDK. Otherwise,
|
||||
# copy the shared library.
|
||||
ifneq (,$(filter OS2 WINNT,$(OS_ARCH)))
|
||||
|
|
Загрузка…
Ссылка в новой задаче