summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbeard%netscape.com <devnull@localhost>2001-02-22 04:16:55 +0000
committerbeard%netscape.com <devnull@localhost>2001-02-22 04:16:55 +0000
commit0d73c9e68820cfb4b53a5945d9f354addad5aa18 (patch)
tree3533c00f81ef0255ba40ce9cb8078d054476b173
parentae513330429fc1d8f2a6e2944af341456861cbb3 (diff)
downloadnspr-hg-0d73c9e68820cfb4b53a5945d9f354addad5aa18.tar.gz
[not part of build] needed for Carbon build.
-rw-r--r--macbuild/NSPRCarbon.Prefix11
-rw-r--r--macbuild/NSPRCarbonDebug.Prefix12
2 files changed, 23 insertions, 0 deletions
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