summaryrefslogtreecommitdiff
path: root/macbuild
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2001-05-12 06:46:01 +0000
committerwtc%netscape.com <devnull@localhost>2001-05-12 06:46:01 +0000
commit5910a1a32b034de17c0781f9e67abbf5b2297507 (patch)
treef2525ae427b452ea872ee751641d5d823f83af97 /macbuild
parent58a021073acd2cb27254789bf919cc8237f77aae (diff)
downloadnspr-hg-5910a1a32b034de17c0781f9e67abbf5b2297507.tar.gz
Merged NSPRPUB_CLIENT_BRANCH onto the trunk.
Diffstat (limited to 'macbuild')
-rw-r--r--macbuild/NSPR20PPC.mcpbin172561 -> 167357 bytes
-rw-r--r--macbuild/NSPRCarbon.Prefix11
-rw-r--r--macbuild/NSPRCarbonDebug.Prefix12
3 files changed, 23 insertions, 0 deletions
diff --git a/macbuild/NSPR20PPC.mcp b/macbuild/NSPR20PPC.mcp
index 4f3b5079..a0a17543 100644
--- a/macbuild/NSPR20PPC.mcp
+++ b/macbuild/NSPR20PPC.mcp
Binary files differ
diff --git a/macbuild/NSPRCarbon.Prefix b/macbuild/NSPRCarbon.Prefix
new file mode 100644
index 00000000..d36f5663
--- /dev/null
+++ b/macbuild/NSPRCarbon.Prefix
@@ -0,0 +1,11 @@
+//
+// NSPR.Prefix
+//
+// Global prefix file for the non-debug NSPR project.
+//
+//
+
+
+#include "NSPRConfig.h"
+
+#define TARGET_CARBON 1
diff --git a/macbuild/NSPRCarbonDebug.Prefix b/macbuild/NSPRCarbonDebug.Prefix
new file mode 100644
index 00000000..4a67d9ef
--- /dev/null
+++ b/macbuild/NSPRCarbonDebug.Prefix
@@ -0,0 +1,12 @@
+//
+// NSPR.Prefix
+//
+// Global prefix file for the debug NSPR project.
+//
+//
+
+
+#define DEBUG 1
+#define DEVELOPER_DEBUG 1
+#include "NSPRConfig.h"
+#define TARGET_CARBON 1