зеркало из https://github.com/mozilla/gecko-dev.git
fixes bug 266564 "No need to include XPCOM.DLL in the Gecko SDK" r=bsmedberg
This commit is contained in:
Родитель
f131646c30
Коммит
bd8b7d985b
|
@ -64,8 +64,13 @@ LOCAL_INCLUDES = -I$(srcdir)/../build
|
|||
|
||||
CPPSRCS = nsXPComStub.cpp nsStringAPI.cpp
|
||||
|
||||
# If we have an import library, then copy that to the SDK. Otherwise,
|
||||
# copy the shared library.
|
||||
ifneq (,$(filter OS2 WINNT,$(OS_ARCH)))
|
||||
SDK_LIBRARY = $(IMPORT_LIBRARY)
|
||||
SDK_BINARY = $(SHARED_LIBRARY)
|
||||
else
|
||||
SDK_LIBRARY = $(SHARED_LIBRARY)
|
||||
endif
|
||||
|
||||
# Force use of PIC
|
||||
FORCE_USE_PIC = 1
|
||||
|
|
Загрузка…
Ссылка в новой задаче