Merged NSPRPUB_CLIENT_BRANCH onto the trunk.

This commit is contained in:
wtc%netscape.com 2001-05-12 06:46:01 +00:00
parent 75ea362396
commit 5cf83526d8
3 changed files with 23 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,11 @@
//
// NSPR.Prefix
//
// Global prefix file for the non-debug NSPR project.
//
//
#include "NSPRConfig.h"
#define TARGET_CARBON 1

View File

@ -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