summaryrefslogtreecommitdiff
path: root/macbuild
diff options
context:
space:
mode:
authorltabb <devnull@localhost>1998-03-28 02:44:19 +0000
committerltabb <devnull@localhost>1998-03-28 02:44:19 +0000
commitf37da7c8c6b5efa19577e626dc75420498c35077 (patch)
tree0bf3e03b605ef5c66d9e56e70c0d9276587a1115 /macbuild
downloadnspr-hg-f37da7c8c6b5efa19577e626dc75420498c35077.tar.gz
Free the lizard
Diffstat (limited to 'macbuild')
-rw-r--r--macbuild/NSPR.Debug.Prefix1
-rw-r--r--macbuild/NSPR.Prefix1
-rw-r--r--macbuild/NSPR20.prj2bin0 -> 48562 bytes
-rw-r--r--macbuild/NSPR20PPC.mcpbin0 -> 42543 bytes
-rw-r--r--macbuild/NSPR20PPCDebug.mcpbin0 -> 45543 bytes
-rw-r--r--macbuild/NSPRConfig.h26
-rw-r--r--macbuild/NSPRDebug.Prefix11
7 files changed, 39 insertions, 0 deletions
diff --git a/macbuild/NSPR.Debug.Prefix b/macbuild/NSPR.Debug.Prefix
new file mode 100644
index 00000000..ae6233ee
--- /dev/null
+++ b/macbuild/NSPR.Debug.Prefix
@@ -0,0 +1 @@
+// // NSPR.Prefix // // Global prefix file for the debug NSPR project. // // #define DEBUG 1 #include "NSPRConfig.h" \ No newline at end of file
diff --git a/macbuild/NSPR.Prefix b/macbuild/NSPR.Prefix
new file mode 100644
index 00000000..a3947318
--- /dev/null
+++ b/macbuild/NSPR.Prefix
@@ -0,0 +1 @@
+// // NSPR.Prefix // // Global prefix file for the non-debug NSPR project. // // #include "NSPRConfig.h" \ No newline at end of file
diff --git a/macbuild/NSPR20.prj2 b/macbuild/NSPR20.prj2
new file mode 100644
index 00000000..75f829d0
--- /dev/null
+++ b/macbuild/NSPR20.prj2
Binary files differ
diff --git a/macbuild/NSPR20PPC.mcp b/macbuild/NSPR20PPC.mcp
new file mode 100644
index 00000000..95656ddf
--- /dev/null
+++ b/macbuild/NSPR20PPC.mcp
Binary files differ
diff --git a/macbuild/NSPR20PPCDebug.mcp b/macbuild/NSPR20PPCDebug.mcp
new file mode 100644
index 00000000..e26f96d5
--- /dev/null
+++ b/macbuild/NSPR20PPCDebug.mcp
Binary files differ
diff --git a/macbuild/NSPRConfig.h b/macbuild/NSPRConfig.h
new file mode 100644
index 00000000..e97579b5
--- /dev/null
+++ b/macbuild/NSPRConfig.h
@@ -0,0 +1,26 @@
+/* -*- 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.
+ */
+
+#define OLDROUTINELOCATIONS 0
+
+#define XP_MAC 1
+#define _PR_NO_PREEMPT 1
+#define _NO_FAST_STRING_INLINES_ 1
+#define FORCE_PR_LOG 1
+#define NSPR20 1
+
diff --git a/macbuild/NSPRDebug.Prefix b/macbuild/NSPRDebug.Prefix
new file mode 100644
index 00000000..a656aa49
--- /dev/null
+++ b/macbuild/NSPRDebug.Prefix
@@ -0,0 +1,11 @@
+//
+// NSPR.Prefix
+//
+// Global prefix file for the debug NSPR project.
+//
+//
+
+
+#define DEBUG 1
+#define DEVELOPER_DEBUG 1
+#include "NSPRConfig.h" \ No newline at end of file