From 9b5e605ed6be6509a414ea151ad6d14887d72d10 Mon Sep 17 00:00:00 2001 From: "jfrancis%netscape.com" Date: Tue, 17 Nov 1998 05:26:28 +0000 Subject: [PATCH] First Checked In. --- gfx/macbuild/GFXSharedDebugPrefix.h | 21 +++++++++++++++++++++ gfx/macbuild/GFXSharedPrefix.h | 21 +++++++++++++++++++++ gfx/macbuild/GFXStaticDebugPrefix.h | 21 +++++++++++++++++++++ gfx/macbuild/GFXStaticPrefix.h | 21 +++++++++++++++++++++ 4 files changed, 84 insertions(+) create mode 100644 gfx/macbuild/GFXSharedDebugPrefix.h create mode 100644 gfx/macbuild/GFXSharedPrefix.h create mode 100644 gfx/macbuild/GFXStaticDebugPrefix.h create mode 100644 gfx/macbuild/GFXStaticPrefix.h diff --git a/gfx/macbuild/GFXSharedDebugPrefix.h b/gfx/macbuild/GFXSharedDebugPrefix.h new file mode 100644 index 000000000000..c217a4f93fc4 --- /dev/null +++ b/gfx/macbuild/GFXSharedDebugPrefix.h @@ -0,0 +1,21 @@ +/* -*- Mode: C++; tab-width: 2; 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. + */ + +#define GFX_SHARED 1 + +#include "MacPrefix_debug.h" \ No newline at end of file diff --git a/gfx/macbuild/GFXSharedPrefix.h b/gfx/macbuild/GFXSharedPrefix.h new file mode 100644 index 000000000000..c71523298926 --- /dev/null +++ b/gfx/macbuild/GFXSharedPrefix.h @@ -0,0 +1,21 @@ +/* -*- Mode: C++; tab-width: 2; 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. + */ + +#define GFX_SHARED 1 + +#include "MacPrefix.h" \ No newline at end of file diff --git a/gfx/macbuild/GFXStaticDebugPrefix.h b/gfx/macbuild/GFXStaticDebugPrefix.h new file mode 100644 index 000000000000..a23f16e4a951 --- /dev/null +++ b/gfx/macbuild/GFXStaticDebugPrefix.h @@ -0,0 +1,21 @@ +/* -*- Mode: C++; tab-width: 2; 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. + */ + +#define GFX_STATIC 1 + +#include "MacPrefix_debug.h" \ No newline at end of file diff --git a/gfx/macbuild/GFXStaticPrefix.h b/gfx/macbuild/GFXStaticPrefix.h new file mode 100644 index 000000000000..46ddcdc098c5 --- /dev/null +++ b/gfx/macbuild/GFXStaticPrefix.h @@ -0,0 +1,21 @@ +/* -*- Mode: C++; tab-width: 2; 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. + */ + +#define GFX_STATIC 1 + +#include "MacPrefix.h" \ No newline at end of file