зеркало из https://github.com/mozilla/gecko-dev.git
Changes for the new build system; unify prefix files.
This commit is contained in:
Родитель
d6ceb1bcea
Коммит
93b38fd618
|
@ -1,3 +1,21 @@
|
|||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
*
|
||||
* The contents of this file are subject to the Netscape Public License
|
||||
* Version 1.0 (the "NPL"); you may not use this file except in
|
||||
* compliance with the NPL. You may obtain a copy of the NPL at
|
||||
* http://www.mozilla.org/NPL/
|
||||
*
|
||||
* Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
* for the specific language governing rights and limitations under the
|
||||
* NPL.
|
||||
*
|
||||
* The Initial Developer of this code under the NPL is Netscape
|
||||
* Communications Corporation. Portions created by Netscape are
|
||||
* Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
* Reserved.
|
||||
*/
|
||||
|
||||
//
|
||||
// DBM.Prefix
|
||||
//
|
||||
|
@ -6,4 +24,5 @@
|
|||
//
|
||||
|
||||
|
||||
#include "DBMConfig.h"
|
||||
#include "MacPrefix.h"
|
||||
#include "DBMConfig.h"
|
||||
|
|
|
@ -1,34 +1,19 @@
|
|||
/*
|
||||
* CONFIDENTIAL AND PROPRIETARY SOURCE CODE OF
|
||||
* NETSCAPE COMMUNICATIONS CORPORATION
|
||||
* Copyright © 1996, 1997 Netscape Communications Corporation. All Rights
|
||||
* Reserved. Use of this Source Code is subject to the terms of the
|
||||
* applicable license agreement from Netscape Communications Corporation.
|
||||
* The copyright notice(s) in this Source Code does not indicate actual or
|
||||
* intended publication of this Source Code.
|
||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
*
|
||||
* The contents of this file are subject to the Netscape Public License
|
||||
* Version 1.0 (the "NPL"); you may not use this file except in
|
||||
* compliance with the NPL. You may obtain a copy of the NPL at
|
||||
* http://www.mozilla.org/NPL/
|
||||
*
|
||||
* Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
* for the specific language governing rights and limitations under the
|
||||
* NPL.
|
||||
*
|
||||
* The Initial Developer of this code under the NPL is Netscape
|
||||
* Communications Corporation. Portions created by Netscape are
|
||||
* Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
* Reserved.
|
||||
*/
|
||||
|
||||
// we have to do this here because ConditionalMacros.h will be included from
|
||||
// within OpenTptInternet.h and will stupidly define these to 1 if they
|
||||
// have not been previously defined. The new PowerPlant (CWPro1) requires that
|
||||
// this be set to 0. (pinkerton)
|
||||
#define OLDROUTINENAMES 0
|
||||
#ifndef OLDROUTINELOCATIONS
|
||||
#define OLDROUTINELOCATIONS 0
|
||||
#endif
|
||||
|
||||
#define XP_MAC 1
|
||||
#define _PR_NO_PREEMPT 1
|
||||
#define _NO_FAST_STRING_INLINES_ 1
|
||||
#define NSPR20 1
|
||||
|
||||
// OpenTransport.h has changed to not include the error messages we need from
|
||||
// it unless this is defined. Why? dunnno...(pinkerton)
|
||||
#define OTUNIXERRORS 1
|
||||
|
||||
#include "IDE_Options.h"
|
||||
|
||||
/* Make sure that "macintosh" is defined. */
|
||||
#ifndef macintosh
|
||||
#define macintosh 1
|
||||
#endif
|
||||
/* Nothing to do here. If you need DBM-specific defines, put them here */
|
||||
|
|
|
@ -1,3 +1,21 @@
|
|||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
*
|
||||
* The contents of this file are subject to the Netscape Public License
|
||||
* Version 1.0 (the "NPL"); you may not use this file except in
|
||||
* compliance with the NPL. You may obtain a copy of the NPL at
|
||||
* http://www.mozilla.org/NPL/
|
||||
*
|
||||
* Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
* for the specific language governing rights and limitations under the
|
||||
* NPL.
|
||||
*
|
||||
* The Initial Developer of this code under the NPL is Netscape
|
||||
* Communications Corporation. Portions created by Netscape are
|
||||
* Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
* Reserved.
|
||||
*/
|
||||
|
||||
//
|
||||
// DBMDebug.Prefix
|
||||
//
|
||||
|
@ -5,7 +23,6 @@
|
|||
//
|
||||
//
|
||||
|
||||
#include "MacPrefix_debug.h"
|
||||
#include "DBMConfig.h"
|
||||
|
||||
#define DEBUG 1
|
||||
#define DEVELOPER_DEBUG 1
|
||||
#include "DBMConfig.h"
|
Двоичные данные
dbm/macbuild/DBMPPC.mcp
Двоичные данные
dbm/macbuild/DBMPPC.mcp
Двоичный файл не отображается.
Двоичные данные
modules/security/freenav/macbuild/NoSecurity.mcp
Двоичные данные
modules/security/freenav/macbuild/NoSecurity.mcp
Двоичный файл не отображается.
|
@ -19,6 +19,9 @@
|
|||
// within OpenTptInternet.h and will stupidly define these to 1 if they
|
||||
// have not been previously defined. The new PowerPlant (CWPro1) requires that
|
||||
// this be set to 0. (pinkerton)
|
||||
|
||||
#error "Don't use me"
|
||||
|
||||
#define OLDROUTINENAMES 0
|
||||
#ifndef OLDROUTINELOCATIONS
|
||||
#define OLDROUTINELOCATIONS 0
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#error "Don't use me"
|
||||
|
||||
#define EDITOR 1
|
||||
|
||||
#include "NSCrossProductDefines.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче