r=mkaply
Patch from darin - OS/2 only - move nsOS2VACLegacy for legacy reasons
This commit is contained in:
mkaply%us.ibm.com 2004-12-02 16:46:39 +00:00
Родитель 7d44f4d181
Коммит 6f5810954e
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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)))