diff --git a/im/installer/Makefile.in b/im/installer/Makefile.in index 61ce5fa747..2a7af7daf2 100644 --- a/im/installer/Makefile.in +++ b/im/installer/Makefile.in @@ -120,6 +120,13 @@ BINPATH = bin endif DEFINES += -DBINPATH=$(BINPATH) +ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT)) +RESPATH = $(_APPNAME)/Contents/Resources +else +RESPATH = $(BINPATH) +endif +DEFINES += -DRESPATH=$(RESPATH) + DEFINES += -DMOZ_ICU_VERSION=$(MOZ_ICU_VERSION) ifdef MOZ_NATIVE_ICU DEFINES += -DMOZ_NATIVE_ICU diff --git a/im/installer/package-manifest.in b/im/installer/package-manifest.in index 0405b287b4..0f386422ec 100644 --- a/im/installer/package-manifest.in +++ b/im/installer/package-manifest.in @@ -16,6 +16,19 @@ ; ; file comment ; +; 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. +; +; @BINPATH@ +; Equals Contents/MacOS/ on Mac OS X and is the path to the main binary on other +; platforms. +; +; @RESPATH@ +; Equals Contents/Resources/ on Mac OS X and is equivalent to @BINPATH@ on other +; platforms. + #filter substitution #ifdef XP_UNIX @@ -28,27 +41,27 @@ ; Mac bundle stuff @APPNAME@/Contents/Info.plist @APPNAME@/Contents/PkgInfo -@APPNAME@/Contents/Resources/instantbird.icns -@APPNAME@/Contents/Resources/en.lproj/* +@RESPATH@/instantbird.icns +@RESPATH@/en.lproj/* #endif [@AB_CD@] -@BINPATH@/chrome/@AB_CD@@JAREXT@ -@BINPATH@/chrome/@AB_CD@.manifest -@BINPATH@/@PREF_DIR@/all-l10n.js -@BINPATH@/searchplugins/* -@BINPATH@/dictionaries/* -@BINPATH@/hyphenation/* +@RESPATH@/chrome/@AB_CD@@JAREXT@ +@RESPATH@/chrome/@AB_CD@.manifest +@RESPATH@/@PREF_DIR@/all-l10n.js +@RESPATH@/searchplugins/* +@RESPATH@/dictionaries/* +@RESPATH@/hyphenation/* #ifdef XP_WIN32 @BINPATH@/uninstall/helper.exe #endif #ifdef MOZ_UPDATER -@BINPATH@/update.locale -@BINPATH@/updater.ini +@RESPATH@/update.locale +@RESPATH@/updater.ini #endif [xpcom] -@BINPATH@/dependentlibs.list +@RESPATH@/dependentlibs.list #ifndef MOZ_NATIVE_NSPR #ifndef MOZ_FOLD_LIBS @BINPATH@/@DLL_PREFIX@nspr4@DLL_SUFFIX@ @@ -57,12 +70,8 @@ #endif #endif #ifndef MOZ_STATIC_JS -#ifdef XP_MACOSX -@APPNAME@/Contents/MacOS/@DLL_PREFIX@mozjs@DLL_SUFFIX@ -#else @BINPATH@/@DLL_PREFIX@mozjs@DLL_SUFFIX@ #endif -#endif #ifdef GKMEDIAS_SHARED_LIBRARY @BINPATH@/@DLL_PREFIX@gkmedias@DLL_SUFFIX@ #endif @@ -85,26 +94,18 @@ @BINPATH@/msvcr110.dll #endif #endif -#ifdef XP_MACOSX -@APPNAME@/Contents/MacOS/@DLL_PREFIX@mozalloc@DLL_SUFFIX@ -#else @BINPATH@/@DLL_PREFIX@mozalloc@DLL_SUFFIX@ -#endif #ifdef MOZ_SHARED_MOZGLUE -#ifdef XP_MACOSX -@APPNAME@/Contents/MacOS/@DLL_PREFIX@mozglue@DLL_SUFFIX@ -#else @BINPATH@/@DLL_PREFIX@mozglue@DLL_SUFFIX@ #endif -#endif #ifdef XP_MACOSX -@APPNAME@/Contents/MacOS/XUL +@BINPATH@/XUL #else @BINPATH@/@DLL_PREFIX@xul@DLL_SUFFIX@ #endif #ifdef XP_MACOSX -@APPNAME@/Contents/MacOS/@MOZ_CHILD_PROCESS_NAME@.app/ -@APPNAME@/Contents/MacOS/@DLL_PREFIX@plugin_child_interpose@DLL_SUFFIX@ +@BINPATH@/@MOZ_CHILD_PROCESS_NAME@.app/ +@BINPATH@/@DLL_PREFIX@plugin_child_interpose@DLL_SUFFIX@ #else @BINPATH@/@MOZ_CHILD_PROCESS_NAME@ #endif @@ -141,134 +142,131 @@ #endif ; Modules -@BINPATH@/modules/* +@RESPATH@/modules/* [instantbird] #ifndef XP_UNIX @BINPATH@/@MOZ_APP_NAME@.exe -#elif XP_MACOSX -@APPNAME@/Contents/MacOS/@MOZ_APP_NAME@-bin -@APPNAME@/Contents/MacOS/@MOZ_APP_NAME@ #else @BINPATH@/@MOZ_APP_NAME@-bin @BINPATH@/@MOZ_APP_NAME@ #endif -@BINPATH@/application.ini -@BINPATH@/platform.ini +@RESPATH@/application.ini +@RESPATH@/platform.ini #ifndef MOZ_NATIVE_SQLITE #ifndef MOZ_FOLD_LIBS @BINPATH@/@DLL_PREFIX@mozsqlite3@DLL_SUFFIX@ #endif #endif #ifdef UNIX_BUT_NOT_MAC -@BINPATH@/run-mozilla.sh +@RESPATH@/run-mozilla.sh #ifdef MOZ_UPDATER -@BINPATH@/icons/*.png +@RESPATH@/icons/*.png #endif #endif ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Instantbird Specific Files ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -@BINPATH@/defaults/profile/localstore.rdf -@BINPATH@/defaults/profile/prefs.js -@BINPATH@/defaults/profile/mimeTypes.rdf +@RESPATH@/defaults/profile/localstore.rdf +@RESPATH@/defaults/profile/prefs.js +@RESPATH@/defaults/profile/mimeTypes.rdf #ifdef XP_MACOSX -@BINPATH@/components/ibDockBadge.js -@BINPATH@/components/ibDockBadge.manifest +@RESPATH@/components/ibDockBadge.js +@RESPATH@/components/ibDockBadge.manifest #ifdef MOZ_PURPLE -@BINPATH@/components/components.manifest +@RESPATH@/components/components.manifest #endif #else -@BINPATH@/components/components.manifest -@BINPATH@/components/@DLL_PREFIX@trayToolkit@DLL_SUFFIX@ -@BINPATH@/components/trayToolkit.xpt -@BINPATH@/components/profileMigrator.js -@BINPATH@/components/profileMigrator.manifest +@RESPATH@/components/components.manifest +@RESPATH@/components/@DLL_PREFIX@trayToolkit@DLL_SUFFIX@ +@RESPATH@/components/trayToolkit.xpt +@RESPATH@/components/profileMigrator.js +@RESPATH@/components/profileMigrator.manifest #endif -@BINPATH@/components/instantbird.xpt -@BINPATH@/components/contentHandler.js -@BINPATH@/components/contentHandler.manifest -@BINPATH@/components/ibCommandLineHandler.js -@BINPATH@/components/ibCommandLineHandler.manifest -@BINPATH@/components/ibConvStatsService.js -@BINPATH@/components/ibConvStatsService.manifest -@BINPATH@/components/ibStatusCommandLineHandler.js -@BINPATH@/components/ibStatusCommandLineHandler.manifest -@BINPATH@/components/xpcom_base.xpt -@BINPATH@/components/xpcom_system.xpt -@BINPATH@/components/xpcom_components.xpt -@BINPATH@/components/xpcom_ds.xpt -@BINPATH@/components/xpcom_io.xpt -@BINPATH@/components/xpcom_threads.xpt -@BINPATH@/components/xpcom_xpti.xpt -@BINPATH@/chrome/toolkit@JAREXT@ -@BINPATH@/chrome/toolkit.manifest -@BINPATH@/chrome/instantbird@JAREXT@ -@BINPATH@/chrome/instantbird.manifest +@RESPATH@/components/instantbird.xpt +@RESPATH@/components/contentHandler.js +@RESPATH@/components/contentHandler.manifest +@RESPATH@/components/ibCommandLineHandler.js +@RESPATH@/components/ibCommandLineHandler.manifest +@RESPATH@/components/ibConvStatsService.js +@RESPATH@/components/ibConvStatsService.manifest +@RESPATH@/components/ibStatusCommandLineHandler.js +@RESPATH@/components/ibStatusCommandLineHandler.manifest +@RESPATH@/components/xpcom_base.xpt +@RESPATH@/components/xpcom_system.xpt +@RESPATH@/components/xpcom_components.xpt +@RESPATH@/components/xpcom_ds.xpt +@RESPATH@/components/xpcom_io.xpt +@RESPATH@/components/xpcom_threads.xpt +@RESPATH@/components/xpcom_xpti.xpt +@RESPATH@/chrome/toolkit@JAREXT@ +@RESPATH@/chrome/toolkit.manifest +@RESPATH@/chrome/instantbird@JAREXT@ +@RESPATH@/chrome/instantbird.manifest #ifndef XP_UNIX -@BINPATH@/chrome/icons/default/blistWindow.ico -@BINPATH@/chrome/icons/default/convWindow.ico -@BINPATH@/chrome/icons/default/default.ico +@RESPATH@/chrome/icons/default/blistWindow.ico +@RESPATH@/chrome/icons/default/convWindow.ico +@RESPATH@/chrome/icons/default/default.ico #elifdef UNIX_BUT_NOT_MAC -@BINPATH@/chrome/icons/default/*.png +@RESPATH@/chrome/icons/default/*.png #endif -@BINPATH@/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf -@BINPATH@/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png -@BINPATH@/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/preview.png -@BINPATH@/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/chrome.manifest +@RESPATH@/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf +@RESPATH@/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png +@RESPATH@/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/preview.png +@RESPATH@/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/chrome.manifest ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; chat ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -@BINPATH@/@PREF_DIR@/chat-prefs.js -@BINPATH@/chrome/chat@JAREXT@ -@BINPATH@/chrome/chat.manifest -@BINPATH@/components/chat.xpt -@BINPATH@/components/imAccounts.js -@BINPATH@/components/imAccounts.manifest -@BINPATH@/components/imCommands.js -@BINPATH@/components/imCommands.manifest -@BINPATH@/components/imContacts.js -@BINPATH@/components/imContacts.manifest -@BINPATH@/components/imConversations.js -@BINPATH@/components/imConversations.manifest -@BINPATH@/components/imCore.js -@BINPATH@/components/imCore.manifest -@BINPATH@/components/facebook.js -@BINPATH@/components/facebook.manifest -@BINPATH@/components/gtalk.js -@BINPATH@/components/gtalk.manifest -@BINPATH@/components/twitter.js -@BINPATH@/components/twitter.manifest -@BINPATH@/components/irc.js -@BINPATH@/components/irc.manifest -@BINPATH@/components/xmpp.js -@BINPATH@/components/xmpp.manifest -@BINPATH@/components/yahoo.js -@BINPATH@/components/yahoo.manifest -@BINPATH@/components/odnoklassniki.js -@BINPATH@/components/odnoklassniki.manifest -@BINPATH@/components/smileProtocolHandler.js -@BINPATH@/components/smileProtocolHandler.manifest -@BINPATH@/components/logger.js -@BINPATH@/components/logger.manifest +@RESPATH@/@PREF_DIR@/chat-prefs.js +@RESPATH@/chrome/chat@JAREXT@ +@RESPATH@/chrome/chat.manifest +@RESPATH@/components/chat.xpt +@RESPATH@/components/imAccounts.js +@RESPATH@/components/imAccounts.manifest +@RESPATH@/components/imCommands.js +@RESPATH@/components/imCommands.manifest +@RESPATH@/components/imContacts.js +@RESPATH@/components/imContacts.manifest +@RESPATH@/components/imConversations.js +@RESPATH@/components/imConversations.manifest +@RESPATH@/components/imCore.js +@RESPATH@/components/imCore.manifest +@RESPATH@/components/facebook.js +@RESPATH@/components/facebook.manifest +@RESPATH@/components/gtalk.js +@RESPATH@/components/gtalk.manifest +@RESPATH@/components/twitter.js +@RESPATH@/components/twitter.manifest +@RESPATH@/components/irc.js +@RESPATH@/components/irc.manifest +@RESPATH@/components/xmpp.js +@RESPATH@/components/xmpp.manifest +@RESPATH@/components/yahoo.js +@RESPATH@/components/yahoo.manifest +@RESPATH@/components/odnoklassniki.js +@RESPATH@/components/odnoklassniki.manifest +@RESPATH@/components/smileProtocolHandler.js +@RESPATH@/components/smileProtocolHandler.manifest +@RESPATH@/components/logger.js +@RESPATH@/components/logger.manifest #ifdef MOZ_PURPLE ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; libpurple ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -@BINPATH@/chrome/purple@JAREXT@ -@BINPATH@/chrome/purple.manifest -@BINPATH@/components/@DLL_PREFIX@purplexpcom@DLL_SUFFIX@ -@BINPATH@/components/purplexpcom.xpt -@BINPATH@/components/prpl.manifest +@RESPATH@/chrome/purple@JAREXT@ +@RESPATH@/chrome/purple.manifest +@RESPATH@/components/@DLL_PREFIX@purplexpcom@DLL_SUFFIX@ +@RESPATH@/components/purplexpcom.xpt +@RESPATH@/components/prpl.manifest #ifdef UNIX_BUT_NOT_MAC -@BINPATH@/components/@DLL_PREFIX@bonjour@DLL_SUFFIX@ -@BINPATH@/components/@DLL_PREFIX@sipe@DLL_SUFFIX@ +@RESPATH@/components/@DLL_PREFIX@bonjour@DLL_SUFFIX@ +@RESPATH@/components/@DLL_PREFIX@sipe@DLL_SUFFIX@ #endif -@BINPATH@/defaults/pref/purple-prefs.js +@RESPATH@/defaults/pref/purple-prefs.js #endif ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -276,289 +274,289 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; default pref files -@BINPATH@/defaults/pref/all-instantbird.js -@BINPATH@/defaults/pref/channel-prefs.js -@BINPATH@/greprefs.js +@RESPATH@/defaults/pref/all-instantbird.js +@RESPATH@/defaults/pref/channel-prefs.js +@RESPATH@/greprefs.js ; login manager -@BINPATH@/components/loginmgr.xpt -@BINPATH@/components/nsLoginInfo.js -@BINPATH@/components/nsLoginManager.js -@BINPATH@/components/nsLoginManagerPrompter.js -@BINPATH@/components/passwordmgr.manifest -@BINPATH@/components/storage-json.js -@BINPATH@/components/crypto-SDR.js +@RESPATH@/components/loginmgr.xpt +@RESPATH@/components/nsLoginInfo.js +@RESPATH@/components/nsLoginManager.js +@RESPATH@/components/nsLoginManagerPrompter.js +@RESPATH@/components/passwordmgr.manifest +@RESPATH@/components/storage-json.js +@RESPATH@/components/crypto-SDR.js ; download progress -@BINPATH@/components/nsHelperAppDlg.js -@BINPATH@/components/nsHelperAppDlg.manifest -@BINPATH@/components/nsDownloadManagerUI.js -@BINPATH@/components/nsDownloadManagerUI.manifest -@BINPATH@/components/downloads.xpt +@RESPATH@/components/nsHelperAppDlg.js +@RESPATH@/components/nsHelperAppDlg.manifest +@RESPATH@/components/nsDownloadManagerUI.js +@RESPATH@/components/nsDownloadManagerUI.manifest +@RESPATH@/components/downloads.xpt ; Protocol/Content handling -@BINPATH@/components/nsContentDispatchChooser.js -@BINPATH@/components/nsContentDispatchChooser.manifest -@BINPATH@/components/nsHandlerService.js -@BINPATH@/components/nsHandlerService.manifest -@BINPATH@/components/nsWebHandlerApp.js -@BINPATH@/components/nsWebHandlerApp.manifest +@RESPATH@/components/nsContentDispatchChooser.js +@RESPATH@/components/nsContentDispatchChooser.manifest +@RESPATH@/components/nsHandlerService.js +@RESPATH@/components/nsHandlerService.manifest +@RESPATH@/components/nsWebHandlerApp.js +@RESPATH@/components/nsWebHandlerApp.manifest ; spellchecker (may not be present) -@BINPATH@/components/spellchecker.xpt +@RESPATH@/components/spellchecker.xpt ; misson control, autoconfig -@BINPATH@/defaults/autoconfig/platform.js -@BINPATH@/defaults/autoconfig/prefcalls.js -@BINPATH@/components/autoconfig.xpt +@RESPATH@/defaults/autoconfig/platform.js +@RESPATH@/defaults/autoconfig/prefcalls.js +@RESPATH@/components/autoconfig.xpt ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Base Package Files ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; xpconnect -@BINPATH@/components/xpconnect.xpt +@RESPATH@/components/xpconnect.xpt ; XP widgets/graphics -@BINPATH@/components/widget.xpt +@RESPATH@/components/widget.xpt #ifdef XP_MACOSX -@BINPATH@/components/widget_cocoa.xpt +@RESPATH@/components/widget_cocoa.xpt #endif -@BINPATH@/components/gfx.xpt +@RESPATH@/components/gfx.xpt ; layout -@BINPATH@/components/content_events.xpt -@BINPATH@/components/content_html.xpt -@BINPATH@/components/content_xslt.xpt -@BINPATH@/components/html5.xpt -@BINPATH@/components/htmlparser.xpt -@BINPATH@/components/identity.xpt -@BINPATH@/components/layout_base.xpt +@RESPATH@/components/content_events.xpt +@RESPATH@/components/content_html.xpt +@RESPATH@/components/content_xslt.xpt +@RESPATH@/components/html5.xpt +@RESPATH@/components/htmlparser.xpt +@RESPATH@/components/identity.xpt +@RESPATH@/components/layout_base.xpt #ifdef NS_PRINTING -@BINPATH@/components/layout_printing.xpt +@RESPATH@/components/layout_printing.xpt #endif -@BINPATH@/components/layout_xul.xpt -@BINPATH@/components/xulapp.xpt -@BINPATH@/components/xul.xpt -@BINPATH@/components/xultmpl.xpt +@RESPATH@/components/layout_xul.xpt +@RESPATH@/components/xulapp.xpt +@RESPATH@/components/xul.xpt +@RESPATH@/components/xultmpl.xpt -@BINPATH@/components/inspector.xpt +@RESPATH@/components/inspector.xpt ; Imaging: -@BINPATH@/components/imgicon.xpt -@BINPATH@/components/imglib2.xpt +@RESPATH@/components/imgicon.xpt +@RESPATH@/components/imglib2.xpt ; accessibility (out of process API support) #ifdef ACCESSIBILITY -@BINPATH@/components/accessibility.xpt +@RESPATH@/components/accessibility.xpt #ifdef XP_WIN32 @BINPATH@/AccessibleMarshal.dll #endif #endif ; caps (JavaScript security) -@BINPATH@/components/caps.xpt +@RESPATH@/components/caps.xpt ; glue: appshell, docshell, uriloader, chrome, components -@BINPATH@/components/appshell.xpt -@BINPATH@/components/appstartup.xpt -@BINPATH@/components/docshell.xpt -@BINPATH@/components/uriloader.xpt -@BINPATH@/components/webBrowser_core.xpt -@BINPATH@/components/windowwatcher.xpt -@BINPATH@/components/webbrowserpersist.xpt -@BINPATH@/components/commandhandler.xpt +@RESPATH@/components/appshell.xpt +@RESPATH@/components/appstartup.xpt +@RESPATH@/components/docshell.xpt +@RESPATH@/components/uriloader.xpt +@RESPATH@/components/webBrowser_core.xpt +@RESPATH@/components/windowwatcher.xpt +@RESPATH@/components/webbrowserpersist.xpt +@RESPATH@/components/commandhandler.xpt ; jar -@BINPATH@/components/jar.xpt +@RESPATH@/components/jar.xpt ; prefs -@BINPATH@/components/pref.xpt +@RESPATH@/components/pref.xpt ; profile -@BINPATH@/components/profile.xpt -@BINPATH@/components/toolkitprofile.xpt -@BINPATH@/components/toolkit_finalizationwitness.xpt +@RESPATH@/components/profile.xpt +@RESPATH@/components/toolkitprofile.xpt +@RESPATH@/components/toolkit_finalizationwitness.xpt ; toolkit -@BINPATH@/components/AppsService.js -@BINPATH@/components/AppsService.manifest -@BINPATH@/components/BrowserElementParent.js -@BINPATH@/components/BrowserElementParent.manifest -@BINPATH@/components/ColorAnalyzer.js -@BINPATH@/components/Identity.manifest -@BINPATH@/components/PageThumbsProtocol.js -@BINPATH@/components/XULStore.js -@BINPATH@/components/XULStore.manifest -@BINPATH@/components/PermissionSettings.js -@BINPATH@/components/SettingsManager.js -@BINPATH@/components/SettingsManager.manifest -@BINPATH@/components/SiteSpecificUserAgent.js -@BINPATH@/components/SiteSpecificUserAgent.manifest -@BINPATH@/components/Webapps.js -@BINPATH@/components/Webapps.manifest -@BINPATH@/components/commandlines.xpt -@BINPATH@/components/chrome.xpt -@BINPATH@/components/cryptoComponents.manifest -@BINPATH@/components/Downloads.manifest -@BINPATH@/components/DownloadLegacy.js -@BINPATH@/components/nsDefaultCLH.js -@BINPATH@/components/nsDefaultCLH.manifest -@BINPATH@/components/nsDOMIdentity.js -@BINPATH@/components/nsFormAutoComplete.js -@BINPATH@/components/nsFormHistory.js -@BINPATH@/components/FormHistoryStartup.js -@BINPATH@/components/UnifiedComplete.manifest -@BINPATH@/components/UnifiedComplete.js -@BINPATH@/components/nsAsyncShutdown.manifest -@BINPATH@/components/nsAsyncShutdown.js -@BINPATH@/components/nsIDService.js -@BINPATH@/components/nsInputListAutoComplete.js -@BINPATH@/components/nsLivemarkService.js -@BINPATH@/components/nsPlacesAutoComplete.js -@BINPATH@/components/nsPlacesAutoComplete.manifest -@BINPATH@/components/nsPlacesExpiration.js -@BINPATH@/components/nsPrompter.js -@BINPATH@/components/nsPrompter.manifest -@BINPATH@/components/nsSearchService.js -@BINPATH@/components/nsSearchSuggestions.js -@BINPATH@/components/nsTaggingService.js -@BINPATH@/components/PlacesCategoriesStarter.js -@BINPATH@/components/servicesComponents.manifest -@BINPATH@/components/TCPSocket.js -@BINPATH@/components/TCPServerSocket.js -@BINPATH@/components/TCPSocketParentIntermediary.js -@BINPATH@/components/TCPSocket.manifest +@RESPATH@/components/AppsService.js +@RESPATH@/components/AppsService.manifest +@RESPATH@/components/BrowserElementParent.js +@RESPATH@/components/BrowserElementParent.manifest +@RESPATH@/components/ColorAnalyzer.js +@RESPATH@/components/Identity.manifest +@RESPATH@/components/PageThumbsProtocol.js +@RESPATH@/components/XULStore.js +@RESPATH@/components/XULStore.manifest +@RESPATH@/components/PermissionSettings.js +@RESPATH@/components/SettingsManager.js +@RESPATH@/components/SettingsManager.manifest +@RESPATH@/components/SiteSpecificUserAgent.js +@RESPATH@/components/SiteSpecificUserAgent.manifest +@RESPATH@/components/Webapps.js +@RESPATH@/components/Webapps.manifest +@RESPATH@/components/commandlines.xpt +@RESPATH@/components/chrome.xpt +@RESPATH@/components/cryptoComponents.manifest +@RESPATH@/components/Downloads.manifest +@RESPATH@/components/DownloadLegacy.js +@RESPATH@/components/nsDefaultCLH.js +@RESPATH@/components/nsDefaultCLH.manifest +@RESPATH@/components/nsDOMIdentity.js +@RESPATH@/components/nsFormAutoComplete.js +@RESPATH@/components/nsFormHistory.js +@RESPATH@/components/FormHistoryStartup.js +@RESPATH@/components/UnifiedComplete.manifest +@RESPATH@/components/UnifiedComplete.js +@RESPATH@/components/nsAsyncShutdown.manifest +@RESPATH@/components/nsAsyncShutdown.js +@RESPATH@/components/nsIDService.js +@RESPATH@/components/nsInputListAutoComplete.js +@RESPATH@/components/nsLivemarkService.js +@RESPATH@/components/nsPlacesAutoComplete.js +@RESPATH@/components/nsPlacesAutoComplete.manifest +@RESPATH@/components/nsPlacesExpiration.js +@RESPATH@/components/nsPrompter.js +@RESPATH@/components/nsPrompter.manifest +@RESPATH@/components/nsSearchService.js +@RESPATH@/components/nsSearchSuggestions.js +@RESPATH@/components/nsTaggingService.js +@RESPATH@/components/PlacesCategoriesStarter.js +@RESPATH@/components/servicesComponents.manifest +@RESPATH@/components/TCPSocket.js +@RESPATH@/components/TCPServerSocket.js +@RESPATH@/components/TCPSocketParentIntermediary.js +@RESPATH@/components/TCPSocket.manifest #ifdef MOZ_WEBRTC -@BINPATH@/components/PeerConnection.js -@BINPATH@/components/PeerConnection.manifest +@RESPATH@/components/PeerConnection.js +@RESPATH@/components/PeerConnection.manifest #endif -@BINPATH@/components/toolkit_asyncshutdown.xpt -@BINPATH@/components/toolkit_filewatcher.xpt -@BINPATH@/components/toolkit_formautofill.xpt -@BINPATH@/components/toolkit_osfile.xpt -@BINPATH@/components/toolkit_xulstore.xpt -@BINPATH@/components/toolkitplaces.manifest -@BINPATH@/components/toolkitsearch.manifest +@RESPATH@/components/toolkit_asyncshutdown.xpt +@RESPATH@/components/toolkit_filewatcher.xpt +@RESPATH@/components/toolkit_formautofill.xpt +@RESPATH@/components/toolkit_osfile.xpt +@RESPATH@/components/toolkit_xulstore.xpt +@RESPATH@/components/toolkitplaces.manifest +@RESPATH@/components/toolkitsearch.manifest #ifdef UNIX_BUT_NOT_MAC -@BINPATH@/components/toolkitremote.xpt +@RESPATH@/components/toolkitremote.xpt #endif #ifdef MOZ_GTK2 -@BINPATH@/components/filepicker.xpt -@BINPATH@/components/nsFilePicker.js -@BINPATH@/components/nsFilePicker.manifest +@RESPATH@/components/filepicker.xpt +@RESPATH@/components/nsFilePicker.js +@RESPATH@/components/nsFilePicker.manifest #endif #ifdef MOZ_ENABLE_DBUS -@BINPATH@/components/@DLL_PREFIX@dbusservice@DLL_SUFFIX@ +@RESPATH@/components/@DLL_PREFIX@dbusservice@DLL_SUFFIX@ #endif #ifdef MOZ_ENABLE_PROFILER_SPS -@BINPATH@/components/profiler.xpt +@RESPATH@/components/profiler.xpt #endif -@BINPATH@/components/ProcessSingleton.manifest -@BINPATH@/components/MainProcessSingleton.js -@BINPATH@/components/ContentProcessSingleton.js +@RESPATH@/components/ProcessSingleton.manifest +@RESPATH@/components/MainProcessSingleton.js +@RESPATH@/components/ContentProcessSingleton.js ; rdf -@BINPATH@/components/rdf.xpt +@RESPATH@/components/rdf.xpt ; required i18n libraries -@BINPATH@/components/intl.xpt -@BINPATH@/components/locale.xpt -@BINPATH@/components/uconv.xpt -@BINPATH@/components/unicharutil.xpt +@RESPATH@/components/intl.xpt +@RESPATH@/components/locale.xpt +@RESPATH@/components/uconv.xpt +@RESPATH@/components/unicharutil.xpt ; dom -@BINPATH@/components/dom.xpt -@BINPATH@/components/dom_alarm.xpt -@BINPATH@/components/dom_apps.xpt -@BINPATH@/components/dom_base.xpt -@BINPATH@/components/dom_canvas.xpt -@BINPATH@/components/dom_core.xpt -@BINPATH@/components/dom_css.xpt -@BINPATH@/components/dom_devicestorage.xpt -@BINPATH@/components/dom_events.xpt -@BINPATH@/components/dom_gamepad.xpt -@BINPATH@/components/dom_geolocation.xpt -@BINPATH@/components/dom_html.xpt -@BINPATH@/components/dom_json.xpt -@BINPATH@/components/dom_media.xpt -@BINPATH@/components/dom_mobilemessage.xpt -@BINPATH@/components/dom_network.xpt -@BINPATH@/components/dom_notification.xpt -@BINPATH@/components/dom_offline.xpt -@BINPATH@/components/dom_permissionsettings.xpt -@BINPATH@/components/dom_power.xpt -@BINPATH@/components/dom_quota.xpt -@BINPATH@/components/dom_range.xpt -@BINPATH@/components/dom_settings.xpt -@BINPATH@/components/dom_sidebar.xpt -@BINPATH@/components/dom_smil.xpt -@BINPATH@/components/dom_storage.xpt -@BINPATH@/components/dom_stylesheets.xpt -@BINPATH@/components/dom_system.xpt -@BINPATH@/components/dom_traversal.xpt -@BINPATH@/components/dom_webspeechrecognition.xpt -@BINPATH@/components/dom_webspeechsynth.xpt -@BINPATH@/components/dom_xbl.xpt -@BINPATH@/components/dom_xul.xpt -@BINPATH@/components/NetworkGeolocationProvider.js -@BINPATH@/components/NetworkGeolocationProvider.manifest +@RESPATH@/components/dom.xpt +@RESPATH@/components/dom_alarm.xpt +@RESPATH@/components/dom_apps.xpt +@RESPATH@/components/dom_base.xpt +@RESPATH@/components/dom_canvas.xpt +@RESPATH@/components/dom_core.xpt +@RESPATH@/components/dom_css.xpt +@RESPATH@/components/dom_devicestorage.xpt +@RESPATH@/components/dom_events.xpt +@RESPATH@/components/dom_gamepad.xpt +@RESPATH@/components/dom_geolocation.xpt +@RESPATH@/components/dom_html.xpt +@RESPATH@/components/dom_json.xpt +@RESPATH@/components/dom_media.xpt +@RESPATH@/components/dom_mobilemessage.xpt +@RESPATH@/components/dom_network.xpt +@RESPATH@/components/dom_notification.xpt +@RESPATH@/components/dom_offline.xpt +@RESPATH@/components/dom_permissionsettings.xpt +@RESPATH@/components/dom_power.xpt +@RESPATH@/components/dom_quota.xpt +@RESPATH@/components/dom_range.xpt +@RESPATH@/components/dom_settings.xpt +@RESPATH@/components/dom_sidebar.xpt +@RESPATH@/components/dom_smil.xpt +@RESPATH@/components/dom_storage.xpt +@RESPATH@/components/dom_stylesheets.xpt +@RESPATH@/components/dom_system.xpt +@RESPATH@/components/dom_traversal.xpt +@RESPATH@/components/dom_webspeechrecognition.xpt +@RESPATH@/components/dom_webspeechsynth.xpt +@RESPATH@/components/dom_xbl.xpt +@RESPATH@/components/dom_xul.xpt +@RESPATH@/components/NetworkGeolocationProvider.js +@RESPATH@/components/NetworkGeolocationProvider.manifest ; editor / composer for HTML compose -@BINPATH@/components/editor.xpt -@BINPATH@/components/composer.xpt -@BINPATH@/components/txmgr.xpt +@RESPATH@/components/editor.xpt +@RESPATH@/components/composer.xpt +@RESPATH@/components/txmgr.xpt ; find functionality -@BINPATH@/components/txtsvc.xpt +@RESPATH@/components/txtsvc.xpt ; moz storage -@BINPATH@/components/storage.xpt +@RESPATH@/components/storage.xpt ; netwerk -@BINPATH@/components/necko.xpt -@BINPATH@/components/necko_about.xpt -@BINPATH@/components/necko_dns.xpt -@BINPATH@/components/necko_http.xpt -@BINPATH@/components/necko_ipc.xpt -@BINPATH@/components/necko_res.xpt -@BINPATH@/components/necko_strconv.xpt -@BINPATH@/components/necko_file.xpt -@BINPATH@/components/necko_ftp.xpt -@BINPATH@/components/necko_cache.xpt -@BINPATH@/components/necko_cache2.xpt -@BINPATH@/components/necko_cookie.xpt -@BINPATH@/components/necko_socket.xpt -@BINPATH@/components/necko_viewsource.xpt -@BINPATH@/components/necko_websocket.xpt +@RESPATH@/components/necko.xpt +@RESPATH@/components/necko_about.xpt +@RESPATH@/components/necko_dns.xpt +@RESPATH@/components/necko_http.xpt +@RESPATH@/components/necko_ipc.xpt +@RESPATH@/components/necko_res.xpt +@RESPATH@/components/necko_strconv.xpt +@RESPATH@/components/necko_file.xpt +@RESPATH@/components/necko_ftp.xpt +@RESPATH@/components/necko_cache.xpt +@RESPATH@/components/necko_cache2.xpt +@RESPATH@/components/necko_cookie.xpt +@RESPATH@/components/necko_socket.xpt +@RESPATH@/components/necko_viewsource.xpt +@RESPATH@/components/necko_websocket.xpt #ifdef NECKO_WIFI -@BINPATH@/components/necko_wifi.xpt +@RESPATH@/components/necko_wifi.xpt #endif -@BINPATH@/components/necko_wyciwyg.xpt +@RESPATH@/components/necko_wyciwyg.xpt ; extensions -@BINPATH@/components/addonManager.js -@BINPATH@/components/amContentHandler.js -@BINPATH@/components/amWebInstallListener.js -@BINPATH@/components/nsBlocklistService.js +@RESPATH@/components/addonManager.js +@RESPATH@/components/amContentHandler.js +@RESPATH@/components/amWebInstallListener.js +@RESPATH@/components/nsBlocklistService.js #ifdef MOZ_UPDATER -@BINPATH@/components/nsUpdateService.js -@BINPATH@/components/nsUpdateService.manifest -@BINPATH@/components/nsUpdateServiceStub.js +@RESPATH@/components/nsUpdateService.js +@RESPATH@/components/nsUpdateService.manifest +@RESPATH@/components/nsUpdateServiceStub.js #endif -@BINPATH@/components/nsUpdateTimerManager.js -@BINPATH@/components/nsUpdateTimerManager.manifest -@BINPATH@/components/extensions.xpt -@BINPATH@/components/extensions.manifest -@BINPATH@/components/update.xpt +@RESPATH@/components/nsUpdateTimerManager.js +@RESPATH@/components/nsUpdateTimerManager.manifest +@RESPATH@/components/extensions.xpt +@RESPATH@/components/extensions.manifest +@RESPATH@/components/update.xpt #ifdef MOZ_WEBSERVICES -@BINPATH@/components/websrvcs.xpt +@RESPATH@/components/websrvcs.xpt #endif -@BINPATH@/components/nsURLFormatter.js -@BINPATH@/components/nsURLFormatter.manifest -@BINPATH@/components/urlformatter.xpt -@BINPATH@/components/nsContentPrefService.js -@BINPATH@/components/nsContentPrefService.manifest +@RESPATH@/components/nsURLFormatter.js +@RESPATH@/components/nsURLFormatter.manifest +@RESPATH@/components/urlformatter.xpt +@RESPATH@/components/nsContentPrefService.js +@RESPATH@/components/nsContentPrefService.manifest ; [Personal Security Manager] ; @@ -566,38 +564,24 @@ ; meaning their .chk files are created there directly. ; #ifndef MOZ_NATIVE_NSS -#ifdef XP_MACOSX -@APPNAME@/Contents/MacOS/@DLL_PREFIX@freebl3@DLL_SUFFIX@ -@APPNAME@/Contents/MacOS/@DLL_PREFIX@nss3@DLL_SUFFIX@ -@APPNAME@/Contents/MacOS/@DLL_PREFIX@nssckbi@DLL_SUFFIX@ -#else @BINPATH@/@DLL_PREFIX@freebl3@DLL_SUFFIX@ @BINPATH@/@DLL_PREFIX@nss3@DLL_SUFFIX@ @BINPATH@/@DLL_PREFIX@nssckbi@DLL_SUFFIX@ -#endif #ifndef NSS_DISABLE_DBM -#ifdef XP_MACOSX -@APPNAME@/Contents/MacOS/@DLL_PREFIX@nssdbm3@DLL_SUFFIX@ -#else @BINPATH@/@DLL_PREFIX@nssdbm3@DLL_SUFFIX@ #endif -#endif #ifndef MOZ_FOLD_LIBS @BINPATH@/@DLL_PREFIX@nssutil3@DLL_SUFFIX@ @BINPATH@/@DLL_PREFIX@smime3@DLL_SUFFIX@ @BINPATH@/@DLL_PREFIX@ssl3@DLL_SUFFIX@ #endif -#ifdef XP_MACOSX -@APPNAME@/Contents/MacOS/@DLL_PREFIX@softokn3@DLL_SUFFIX@ -#else @BINPATH@/@DLL_PREFIX@softokn3@DLL_SUFFIX@ #endif -#endif -@BINPATH@/chrome/pippki@JAREXT@ -@BINPATH@/chrome/pippki.manifest -@BINPATH@/components/pipboot.xpt -@BINPATH@/components/pipnss.xpt -@BINPATH@/components/pippki.xpt +@RESPATH@/chrome/pippki@JAREXT@ +@RESPATH@/chrome/pippki.manifest +@RESPATH@/components/pipboot.xpt +@RESPATH@/components/pipnss.xpt +@RESPATH@/components/pippki.xpt ; For process sandboxing #if defined(XP_WIN) @@ -616,100 +600,100 @@ #endif ; core platform files -@BINPATH@/components/FeedProcessor.js -@BINPATH@/components/FeedProcessor.manifest -@BINPATH@/components/FormAutofillContentService.js -@BINPATH@/components/FormAutofillStartup.js -@BINPATH@/components/formautofill.manifest -@BINPATH@/components/autocomplete.xpt -@BINPATH@/components/alerts.xpt -@BINPATH@/components/jsdebugger.xpt -@BINPATH@/components/jsdownloads.xpt -@BINPATH@/components/jsinspector.xpt -@BINPATH@/components/fastfind.xpt -@BINPATH@/components/find.xpt -@BINPATH@/components/ConsoleAPIStorage.js -@BINPATH@/components/ConsoleAPI.manifest -@BINPATH@/components/ContactManager.js -@BINPATH@/components/ContactManager.manifest -@BINPATH@/components/contentAreaDropListener.js -@BINPATH@/components/contentAreaDropListener.manifest -@BINPATH@/components/devtools_security.xpt -@BINPATH@/components/directory.xpt -@BINPATH@/components/jsconsole-clhandler.js -@BINPATH@/components/jsconsole-clhandler.manifest -@BINPATH@/components/layout_xul_tree.xpt -@BINPATH@/components/mozfind.xpt -@BINPATH@/components/mimetype.xpt -@BINPATH@/components/parentalcontrols.xpt +@RESPATH@/components/FeedProcessor.js +@RESPATH@/components/FeedProcessor.manifest +@RESPATH@/components/FormAutofillContentService.js +@RESPATH@/components/FormAutofillStartup.js +@RESPATH@/components/formautofill.manifest +@RESPATH@/components/autocomplete.xpt +@RESPATH@/components/alerts.xpt +@RESPATH@/components/jsdebugger.xpt +@RESPATH@/components/jsdownloads.xpt +@RESPATH@/components/jsinspector.xpt +@RESPATH@/components/fastfind.xpt +@RESPATH@/components/find.xpt +@RESPATH@/components/ConsoleAPIStorage.js +@RESPATH@/components/ConsoleAPI.manifest +@RESPATH@/components/ContactManager.js +@RESPATH@/components/ContactManager.manifest +@RESPATH@/components/contentAreaDropListener.js +@RESPATH@/components/contentAreaDropListener.manifest +@RESPATH@/components/devtools_security.xpt +@RESPATH@/components/directory.xpt +@RESPATH@/components/jsconsole-clhandler.js +@RESPATH@/components/jsconsole-clhandler.manifest +@RESPATH@/components/layout_xul_tree.xpt +@RESPATH@/components/mozfind.xpt +@RESPATH@/components/mimetype.xpt +@RESPATH@/components/parentalcontrols.xpt #ifdef MOZ_WEBRTC -@BINPATH@/components/peerconnection.xpt +@RESPATH@/components/peerconnection.xpt #endif -@BINPATH@/components/exthandler.xpt -@BINPATH@/components/exthelper.xpt -@BINPATH@/components/embed_base.xpt -@BINPATH@/components/windowds.xpt -@BINPATH@/components/dom_xpath.xpt -@BINPATH@/components/lwbrk.xpt -@BINPATH@/components/nsINIProcessor.js -@BINPATH@/components/nsINIProcessor.manifest -@BINPATH@/components/pluginGlue.manifest -@BINPATH@/components/txEXSLTRegExFunctions.js -@BINPATH@/components/txEXSLTRegExFunctions.manifest -@BINPATH@/components/feeds.xpt -@BINPATH@/components/saxparser.xpt -@BINPATH@/components/satchel.manifest -@BINPATH@/components/satchel.xpt -@BINPATH@/components/shistory.xpt -@BINPATH@/components/telemetry.xpt -@BINPATH@/components/zipwriter.xpt -@BINPATH@/components/cookie.xpt -@BINPATH@/components/places.xpt -@BINPATH@/components/plugin.xpt -@BINPATH@/components/prefetch.xpt -@BINPATH@/res/langGroups.properties -@BINPATH@/res/language.properties -@BINPATH@/res/entityTables/* -@BINPATH@/res/dtd/* -@BINPATH@/res/fonts/* -@BINPATH@/res/contenteditable.css -@BINPATH@/res/designmode.css -@BINPATH@/res/html/folder.png +@RESPATH@/components/exthandler.xpt +@RESPATH@/components/exthelper.xpt +@RESPATH@/components/embed_base.xpt +@RESPATH@/components/windowds.xpt +@RESPATH@/components/dom_xpath.xpt +@RESPATH@/components/lwbrk.xpt +@RESPATH@/components/nsINIProcessor.js +@RESPATH@/components/nsINIProcessor.manifest +@RESPATH@/components/pluginGlue.manifest +@RESPATH@/components/txEXSLTRegExFunctions.js +@RESPATH@/components/txEXSLTRegExFunctions.manifest +@RESPATH@/components/feeds.xpt +@RESPATH@/components/saxparser.xpt +@RESPATH@/components/satchel.manifest +@RESPATH@/components/satchel.xpt +@RESPATH@/components/shistory.xpt +@RESPATH@/components/telemetry.xpt +@RESPATH@/components/zipwriter.xpt +@RESPATH@/components/cookie.xpt +@RESPATH@/components/places.xpt +@RESPATH@/components/plugin.xpt +@RESPATH@/components/prefetch.xpt +@RESPATH@/res/langGroups.properties +@RESPATH@/res/language.properties +@RESPATH@/res/entityTables/* +@RESPATH@/res/dtd/* +@RESPATH@/res/fonts/* +@RESPATH@/res/contenteditable.css +@RESPATH@/res/designmode.css +@RESPATH@/res/html/folder.png #ifdef XP_MACOSX -@BINPATH@/res/cursors/ -@BINPATH@/res/MainMenu.nib/ +@RESPATH@/res/cursors/ +@RESPATH@/res/MainMenu.nib/ #endif ; editor resource files -@BINPATH@/res/EditorOverride.css -@BINPATH@/res/grabber.gif -@BINPATH@/res/table-add-column-after-active.gif -@BINPATH@/res/table-add-column-after-hover.gif -@BINPATH@/res/table-add-column-after.gif -@BINPATH@/res/table-add-column-before-active.gif -@BINPATH@/res/table-add-column-before-hover.gif -@BINPATH@/res/table-add-column-before.gif -@BINPATH@/res/table-add-row-after-active.gif -@BINPATH@/res/table-add-row-after-hover.gif -@BINPATH@/res/table-add-row-after.gif -@BINPATH@/res/table-add-row-before-active.gif -@BINPATH@/res/table-add-row-before-hover.gif -@BINPATH@/res/table-add-row-before.gif -@BINPATH@/res/table-remove-column-active.gif -@BINPATH@/res/table-remove-column-hover.gif -@BINPATH@/res/table-remove-column.gif -@BINPATH@/res/table-remove-row-active.gif -@BINPATH@/res/table-remove-row-hover.gif -@BINPATH@/res/table-remove-row.gif +@RESPATH@/res/EditorOverride.css +@RESPATH@/res/grabber.gif +@RESPATH@/res/table-add-column-after-active.gif +@RESPATH@/res/table-add-column-after-hover.gif +@RESPATH@/res/table-add-column-after.gif +@RESPATH@/res/table-add-column-before-active.gif +@RESPATH@/res/table-add-column-before-hover.gif +@RESPATH@/res/table-add-column-before.gif +@RESPATH@/res/table-add-row-after-active.gif +@RESPATH@/res/table-add-row-after-hover.gif +@RESPATH@/res/table-add-row-after.gif +@RESPATH@/res/table-add-row-before-active.gif +@RESPATH@/res/table-add-row-before-hover.gif +@RESPATH@/res/table-add-row-before.gif +@RESPATH@/res/table-remove-column-active.gif +@RESPATH@/res/table-remove-column-hover.gif +@RESPATH@/res/table-remove-column.gif +@RESPATH@/res/table-remove-row-active.gif +@RESPATH@/res/table-remove-row-hover.gif +@RESPATH@/res/table-remove-row.gif ; svg -@BINPATH@/res/svg.css -@BINPATH@/components/dom_svg.xpt +@RESPATH@/res/svg.css +@RESPATH@/components/dom_svg.xpt ; [Updater] #ifdef MOZ_UPDATER #ifdef XP_MACOSX -@APPNAME@/Contents/MacOS/updater.app/ +@BINPATH@/updater.app/ #else @BINPATH@/updater@BIN_SUFFIX@ #endif @@ -718,15 +702,15 @@ ; [Crash Reporter] ; #ifdef MOZ_CRASHREPORTER -@BINPATH@/components/CrashService.manifest -@BINPATH@/components/CrashService.js +@RESPATH@/components/CrashService.manifest +@RESPATH@/components/CrashService.js #ifdef XP_MACOSX -@APPNAME@/Contents/MacOS/crashreporter.app/ +@BINPATH@/crashreporter.app/ #else @BINPATH@/crashreporter@BIN_SUFFIX@ -@BINPATH@/crashreporter.ini +@RESPATH@/crashreporter.ini #ifdef XP_UNIX -@BINPATH@/Throbber-small.gif +@RESPATH@/Throbber-small.gif #endif #endif #ifdef MOZ_CRASHREPORTER_INJECTOR @@ -736,5 +720,5 @@ ; GNOME hooks #ifdef MOZ_ENABLE_GNOME_COMPONENT -@BINPATH@/components/@DLL_PREFIX@mozgnome@DLL_SUFFIX@ +@RESPATH@/components/@DLL_PREFIX@mozgnome@DLL_SUFFIX@ #endif