gecko-dev/gc/boehm/macbuild
beard%netscape.com 891214d30b removed FSp_fopen.c, SymFiles.cpp now using native Mac file I/O. r=jar, bug=15906 1999-10-09 02:57:51 +00:00
..
MacOS_Test_config.h First Checked In. 1999-09-30 02:59:32 +00:00
MacOS_config.h reconfigured for large heaps, to increase # of root sets. 1999-09-30 05:15:53 +00:00
PPCToolLibs.o First Checked In. 1999-09-30 02:59:32 +00:00
README.txt First Checked In. 1999-09-30 02:59:32 +00:00
gc.mcp removed FSp_fopen.c, SymFiles.cpp now using native Mac file I/O. r=jar, bug=15906 1999-10-09 02:57:51 +00:00
gctest++.mcp First Checked In. 1999-09-30 02:59:32 +00:00
gctest.mcp First Checked In. 1999-09-30 02:59:32 +00:00

README.txt

This folder contains project files for CodeWarrior Pro 4.
The folder "(old projects)" contains older project files for
THINK C, CodeWarrior 5, 7, and 11. The older projects are
provided for reference only; only the latest project files
for CodeWarrior Pro 4 (gc.mcp, gctest.mcp and gctest++.mcp)
are supported.

To compile the garbage collector as a static library, open
"gc.mcp" with CodeWarrior IDE 3.3 (or later). Choose
"gctest.both" in the "Set Current Target" hierarchical
menu in the "Project" menu. Finally, choose "Make" from the
"Project" menu. This will build static libraries for both
the PowerPC and 68K-classic runtime architectures

To build the garbage collector test program, gctest, open
"gctest.mcp". Choose "gc.both" in the "Set Current Target"
hierarchical menu in the "Project" menu. Finally,
choose "Make" from the "Project" menu. This will build test
programs for both the PowerPC and 68K-classic runtime
architectures.

Patrick Beard
22 August, 1999