mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
fix Mac build problem for bug 7022; thanks to sgehani@netscape.com for tracking down
This commit is contained in:
parent
d4db098b5f
commit
8688792701
@ -443,6 +443,7 @@ sub BuildRuntimeDist()
|
||||
InstallFromManifest(":mozilla:gc:boehm:MANIFEST", "$distdirectory:gc:");
|
||||
|
||||
#INCLUDE
|
||||
InstallFromManifest(":mozilla:config:MANIFEST_xpfe", "$distdirectory:xpfe:");
|
||||
InstallFromManifest(":mozilla:config:mac:MANIFEST", "$distdirectory:config:");
|
||||
InstallFromManifest(":mozilla:config:mac:MANIFEST_config", "$distdirectory:config:");
|
||||
|
||||
|
5
config/MANIFEST_xpfe
Normal file
5
config/MANIFEST_xpfe
Normal file
@ -0,0 +1,5 @@
|
||||
#
|
||||
# This is a list of local files which get copied to the mozilla:dist:xpfe directory
|
||||
#
|
||||
|
||||
nsBuildID.h
|
@ -4,7 +4,6 @@
|
||||
|
||||
nsAppleEvents.h
|
||||
nsAppShellCIDs.h
|
||||
nsBuildID.h
|
||||
nsIWebShellWindow.h
|
||||
nsFileLocations.h
|
||||
nsIDOMXPConnectFactory.h
|
||||
|
@ -1,8 +0,0 @@
|
||||
/* Build ID file.
|
||||
*
|
||||
* If building MOZILLLA_OFFICIAL (release build) NS_BUILD_ID will be updated
|
||||
* to a current build id. This will be used to determine if we need to
|
||||
* re-register components.
|
||||
*
|
||||
*/
|
||||
#define NS_BUILD_ID 0000000000
|
Loading…
Reference in New Issue
Block a user