added mozilla/lib/mac/NSStartup/NSStartup.mcp to the build. This will create NSAppStartup.o, NSComponentStartup.o, and NSLibraryStartup.o, and will permit conditional use of the GC leak detector. r=sdagley

This commit is contained in:
beard%netscape.com 1999-10-02 02:21:17 +00:00
Родитель 38eebc07c5
Коммит b1784bc612
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -909,6 +909,10 @@ sub BuildRuntimeProjects()
_BuildProject(":mozilla:lib:mac:InterfaceLib:Interface.mcp", "MacOS Interfaces");
}
#// Build all of the startup libraries, for Application, Component, and Shared Libraries. These are
#// required for all subsequent libraries in the system.
_BuildProject(":mozilla:lib:mac:NSStartup:NSStartup.mcp", "NSStartup.all");
#// for NSRuntime under Carbon, don't use BuildOneProject to alias the shlb or the xsym since the
#// target names differ from the output names. Make them by hand instead.
if ( $main::CARBON ) {