2014-09-29 18:53:03 +00:00
|
|
|
# Due to Apple Mac OS X packaging requirements files that are in the same
|
|
|
|
# directory on other platforms must be located in different directories on
|
|
|
|
# Mac OS X. The following defines allow specifying the Mac OS X bundle
|
|
|
|
# location which also work on other platforms.
|
|
|
|
#
|
|
|
|
# @DIR_MACOS@
|
2014-10-02 16:12:36 +00:00
|
|
|
# Equals Contents/MacOS/ on Mac OS X and is an empty string on other platforms.
|
2014-09-29 18:53:03 +00:00
|
|
|
#
|
|
|
|
# @DIR_RESOURCES@
|
2014-10-02 16:12:36 +00:00
|
|
|
# Equals Contents/Resources/ on Mac OS X and is an empty string on other
|
2014-09-29 18:53:03 +00:00
|
|
|
# platforms.
|
|
|
|
|
|
|
|
# Mac OS X v2 signing removals
|
2012-09-04 20:26:54 +00:00
|
|
|
#ifdef XP_MACOSX
|
2014-09-29 18:53:03 +00:00
|
|
|
@DIR_MACOS@active-update.xml
|
|
|
|
@DIR_MACOS@update-settings.ini
|
|
|
|
@DIR_MACOS@updates.xml
|
|
|
|
@DIR_MACOS@defaults/*
|
|
|
|
@DIR_MACOS@updates/*
|
|
|
|
#endif
|
|
|
|
|
|
|
|
@DIR_MACOS@README.txt
|
|
|
|
@DIR_MACOS@@DLL_PREFIX@mozutils@DLL_SUFFIX@
|
|
|
|
@DIR_MACOS@jssubloader/
|
|
|
|
#ifdef XP_MACOSX
|
|
|
|
@DIR_MACOS@run-mozilla.sh
|
2012-11-15 18:16:08 +00:00
|
|
|
#endif
|
|
|
|
#ifdef XP_WIN
|
|
|
|
mozcrt19.dll
|
|
|
|
mozcpp19.dll
|
|
|
|
#endif
|
2014-09-29 18:53:03 +00:00
|
|
|
@DIR_MACOS@defaults/preferences/services-sync.js
|
|
|
|
@DIR_MACOS@defaults/preferences/healthreport-prefs.js
|
|
|
|
@DIR_MACOS@components/dom_sms.xpt
|
|
|
|
@DIR_MACOS@components/dom_webspeech.xpt
|
2013-03-19 05:28:40 +00:00
|
|
|
#ifdef MOZ_FOLD_LIBS
|
2014-09-29 18:53:03 +00:00
|
|
|
@DIR_MACOS@@DLL_PREFIX@nspr4@DLL_SUFFIX@
|
|
|
|
@DIR_MACOS@@DLL_PREFIX@plds4@DLL_SUFFIX@
|
|
|
|
@DIR_MACOS@@DLL_PREFIX@plc4@DLL_SUFFIX@
|
|
|
|
@DIR_MACOS@@DLL_PREFIX@ssl3@DLL_SUFFIX@
|
|
|
|
@DIR_MACOS@@DLL_PREFIX@smime3@DLL_SUFFIX@
|
|
|
|
@DIR_MACOS@@DLL_PREFIX@nssutil3@DLL_SUFFIX@
|
|
|
|
@DIR_MACOS@@DLL_PREFIX@mozsqlite3@DLL_SUFFIX@
|
2013-03-19 05:28:40 +00:00
|
|
|
#endif
|
2014-09-29 18:53:03 +00:00
|
|
|
@DIR_MACOS@@DLL_PREFIX@xpcom@DLL_SUFFIX@
|