Fix bug 119329 -- change NSPR project to use tree-wide prefix files, for compatibility with other libraries. Also removing obsolete files, and adding a CodeWarrior Pro 7-format XML project file. r=pinkerton, r/a=wtc

This commit is contained in:
sfraser%netscape.com 2002-01-24 23:47:22 +00:00
parent 958260821a
commit cdb3d485f0
8 changed files with 8254 additions and 84 deletions

View File

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

View File

@ -1 +1,10 @@
// // NSPR.Prefix // // Global prefix file for the non-debug NSPR project. // // #include "NSPRConfig.h"
//
// NSPR.Prefix
//
// Global prefix file for the non-debug NSPR project.
//
//
#include "MacPrefix.h"
#include "NSPRConfig.h"

View File

@ -1,69 +0,0 @@
# target: NSPR20Debug.shlb
mozilla/nsprpub/lib/ds/plarena.c
mozilla/nsprpub/lib/ds/plevent.c
mozilla/nsprpub/lib/ds/plhash.c
mozilla/nsprpub/lib/libc/src/base64.c
mozilla/nsprpub/lib/libc/src/plerror.c
mozilla/nsprpub/lib/libc/src/plgetopt.c
mozilla/nsprpub/lib/libc/src/strcat.c
mozilla/nsprpub/lib/libc/src/strccmp.c
mozilla/nsprpub/lib/libc/src/strchr.c
mozilla/nsprpub/lib/libc/src/strcmp.c
mozilla/nsprpub/lib/libc/src/strcpy.c
mozilla/nsprpub/lib/libc/src/strcstr.c
mozilla/nsprpub/lib/libc/src/strdup.c
mozilla/nsprpub/lib/libc/src/strlen.c
mozilla/nsprpub/lib/libc/src/strpbrk.c
mozilla/nsprpub/lib/libc/src/strstr.c
mozilla/nsprpub/pr/src/io/prdir.c
mozilla/nsprpub/pr/src/io/prfdcach.c
mozilla/nsprpub/pr/src/io/prfile.c
mozilla/nsprpub/pr/src/io/prio.c
mozilla/nsprpub/pr/src/io/priometh.c
mozilla/nsprpub/pr/src/io/prlayer.c
mozilla/nsprpub/pr/src/io/prlog.c
mozilla/nsprpub/pr/src/io/prmapopt.c
mozilla/nsprpub/pr/src/io/prmmap.c
mozilla/nsprpub/pr/src/io/prmwait.c
mozilla/nsprpub/pr/src/io/prpolevt.c
mozilla/nsprpub/pr/src/io/prprf.c
mozilla/nsprpub/pr/src/io/prscanf.c
mozilla/nsprpub/pr/src/io/prsocket.c
mozilla/nsprpub/pr/src/io/prstdio.c
mozilla/nsprpub/pr/src/linking/prlink.c
mozilla/nsprpub/pr/src/malloc/prmem.c
mozilla/nsprpub/pr/src/md/mac/macdll.c
mozilla/nsprpub/pr/src/md/mac/macio.c
mozilla/nsprpub/pr/src/md/mac/macsockotpt.c
mozilla/nsprpub/pr/src/md/mac/macthr.c
mozilla/nsprpub/pr/src/md/mac/mactime.c
mozilla/nsprpub/pr/src/md/mac/mdmac.c
mozilla/nsprpub/pr/src/md/prosdep.c
mozilla/nsprpub/pr/src/memory/prseg.c
mozilla/nsprpub/pr/src/misc/pralarm.c
mozilla/nsprpub/pr/src/misc/pratom.c
mozilla/nsprpub/pr/src/misc/prcountr.c
mozilla/nsprpub/pr/src/misc/prdtoa.c
mozilla/nsprpub/pr/src/misc/prenv.c
mozilla/nsprpub/pr/src/misc/prerror.c
mozilla/nsprpub/pr/src/misc/prinit.c
mozilla/nsprpub/pr/src/misc/prinrval.c
mozilla/nsprpub/pr/src/misc/prlog2.c
mozilla/nsprpub/pr/src/misc/prlong.c
mozilla/nsprpub/pr/src/misc/prnetdb.c
mozilla/nsprpub/pr/src/misc/prolock.c
mozilla/nsprpub/pr/src/misc/prsystem.c
mozilla/nsprpub/pr/src/misc/prthinfo.c
mozilla/nsprpub/pr/src/misc/prtime.c
mozilla/nsprpub/pr/src/misc/prtrace.c
mozilla/nsprpub/pr/src/threads/combined/prucpu.c
mozilla/nsprpub/pr/src/threads/combined/prucv.c
mozilla/nsprpub/pr/src/threads/combined/prulock.c
mozilla/nsprpub/pr/src/threads/combined/prustack.c
mozilla/nsprpub/pr/src/threads/combined/pruthr.c
mozilla/nsprpub/pr/src/threads/prcmon.c
mozilla/nsprpub/pr/src/threads/prcthr.c
mozilla/nsprpub/pr/src/threads/prdump.c
mozilla/nsprpub/pr/src/threads/prmon.c
mozilla/nsprpub/pr/src/threads/prsem.c
mozilla/nsprpub/pr/src/threads/prtpd.c

File diff suppressed because it is too large Load Diff

View File

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

View File

@ -1,12 +1,12 @@
//
// NSPR.Prefix
// NSPRCarbonDebug.Prefix
//
// Global prefix file for the debug NSPR project.
// Global prefix file for the Carbon debug NSPR project.
//
//
#define DEBUG 1
#define DEVELOPER_DEBUG 1
#include "MacPrefix_debug.h"
#include "NSPRConfig.h"
#define TARGET_CARBON 1
#define DEVELOPER_DEBUG 1

View File

@ -34,7 +34,6 @@
#define OLDROUTINELOCATIONS 0
#define XP_MAC 1
#define _PR_NO_PREEMPT 1
#define _NO_FAST_STRING_INLINES_ 1
#define FORCE_PR_LOG 1

View File

@ -1,11 +1,12 @@
//
// NSPR.Prefix
// NSPRDebug.Prefix
//
// Global prefix file for the debug NSPR project.
//
//
#define DEBUG 1
#include "MacPrefix_debug.h"
#include "NSPRConfig.h"
#define DEVELOPER_DEBUG 1
#include "NSPRConfig.h"