зеркало из https://github.com/mozilla/gecko-dev.git
Fix for AIX 4.2, specifically, but should help other platforms with shared library difficulties.
This commit is contained in:
Родитель
bc3e3cf9e7
Коммит
70325de63d
|
@ -27,8 +27,15 @@ SIMPLE_PROGRAMS = TestXPTCInvoke
|
|||
|
||||
CPPSRCS = TestXPTCInvoke.cpp
|
||||
|
||||
ifdef NO_LD_ARCHIVE_FLAGS
|
||||
LOST_SYM_LIBS = -lxpcomds_s -lxptinfo -lmozreg_s
|
||||
endif
|
||||
|
||||
LIBS = \
|
||||
-L$(DIST)/bin \
|
||||
-L$(DIST)/lib \
|
||||
-lxpcom \
|
||||
$(LOST_SYM_LIBS) \
|
||||
$(NSPR_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче