зеркало из https://github.com/mozilla/pjs.git
Merge build-system to mozilla-central.
This commit is contained in:
Коммит
8fdc3b2ce9
|
@ -5052,13 +5052,18 @@ if test -z "$XULRUNNER_STUB_NAME"; then
|
|||
fi
|
||||
AC_SUBST(XULRUNNER_STUB_NAME)
|
||||
|
||||
AC_MSG_CHECKING([for application to build])
|
||||
if test -z "$MOZ_BUILD_APP"; then
|
||||
AC_MSG_ERROR([--enable-application=APP was not specified and is required.])
|
||||
AC_MSG_RESULT([browser])
|
||||
MOZ_BUILD_APP=browser
|
||||
else
|
||||
# We have a valid application only if it has a build.mk file in its top
|
||||
# directory.
|
||||
if test ! -f "${srcdir}/${MOZ_BUILD_APP}/build.mk" ; then
|
||||
AC_MSG_RESULT([none])
|
||||
AC_MSG_ERROR([--enable-application value not recognized (${MOZ_BUILD_APP}/build.mk does not exist).])
|
||||
else
|
||||
AC_MSG_RESULT([$MOZ_BUILD_APP])
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
@ -246,7 +246,7 @@ endif
|
|||
endif
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
OS_LIBS += $(call EXPAND_LIBNAME,shell32 ole32 uuid version winspool comdlg32 imm32 winmm wsock32 msimg32 shlwapi psapi ws2_32)
|
||||
OS_LIBS += $(call EXPAND_LIBNAME,shell32 ole32 uuid version winspool comdlg32 imm32 winmm wsock32 msimg32 shlwapi psapi ws2_32 dbghelp)
|
||||
ifneq (,$(MOZ_DEBUG)$(NS_TRACE_MALLOC))
|
||||
OS_LIBS += $(call EXPAND_LIBNAME,imagehlp)
|
||||
endif
|
||||
|
|
|
@ -111,9 +111,6 @@ ifneq (Android,$(OS_TARGET))
|
|||
OS_LIBS += -lrt
|
||||
endif
|
||||
endif
|
||||
ifeq (WINNT,$(OS_ARCH))
|
||||
OS_LIBS += dbghelp.lib
|
||||
endif
|
||||
endif
|
||||
|
||||
STATIC_LIBS += \
|
||||
|
|
|
@ -357,11 +357,6 @@ MAKEFILES_plugin="
|
|||
modules/plugin/Makefile
|
||||
modules/plugin/base/src/Makefile
|
||||
modules/plugin/base/public/Makefile
|
||||
modules/plugin/sdk/Makefile
|
||||
modules/plugin/sdk/samples/Makefile
|
||||
modules/plugin/sdk/samples/common/Makefile
|
||||
modules/plugin/sdk/samples/basic/windows/Makefile
|
||||
modules/plugin/sdk/samples/winless/windows/Makefile
|
||||
"
|
||||
|
||||
MAKEFILES_netwerk="
|
||||
|
|
Загрузка…
Ссылка в новой задаче