mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-24 05:44:10 +00:00
136497 r=jfrancis sr=dveditz
carbonize XPICleanup
This commit is contained in:
parent
947a676b00
commit
e3eadfb065
@ -1987,10 +1987,9 @@ sub BuildLayoutProjects()
|
||||
BuildOneProject(":mozilla:rdf:macbuild:rdf.xml", "RDFLibrary$D.$S", 1, $main::ALIAS_SYM_FILES, 1);
|
||||
|
||||
BuildOneProject(":mozilla:xpinstall:macbuild:xpinstall.xml", "xpinstall$D.$S", 1, $main::ALIAS_SYM_FILES, 1);
|
||||
if (!$main::options{carbon}) {
|
||||
BuildOneProject(":mozilla:xpinstall:cleanup:macbuild:XPICleanup.xml", "XPICleanup$D", 1, $main::ALIAS_SYM_FILES, 0);
|
||||
InstallFromManifest(":mozilla:xpinstall:cleanup:MANIFEST_CMESSAGE", "$resource_dir");
|
||||
}
|
||||
BuildOneProjectWithOutput(":mozilla:xpinstall:cleanup:macbuild:XPICleanup.xml", "XPICleanup$D$C", "XPICleanup$D", 1, $main::ALIAS_SYM_FILES, 0);
|
||||
InstallFromManifest(":mozilla:xpinstall:cleanup:MANIFEST_CMESSAGE", "$resource_dir");
|
||||
|
||||
BuildOneProject(":mozilla:xpinstall:macbuild:xpistub.xml", "xpistub$D.$S", 1, $main::ALIAS_SYM_FILES, 0);
|
||||
BuildOneProject(":mozilla:xpinstall:wizard:libxpnet:macbuild:xpnet.xml", "xpnet$D.Lib", 0, 0, 0);
|
||||
if (!($main::PROFILE)) {
|
||||
|
@ -462,8 +462,10 @@ void main(void)
|
||||
HREG reg;
|
||||
int rv = DONE;
|
||||
|
||||
#if !TARGET_CARBON
|
||||
// initialize QuickDraw globals
|
||||
InitGraf(&qd.thePort);
|
||||
#endif
|
||||
|
||||
// initialize application globals
|
||||
gQuitFlag = false;
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user