summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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