3m instructions

svn: r976
This commit is contained in:
Matthew Flatt 2005-10-04 20:41:28 +00:00
parent ddb6c424ef
commit 8b384758e2

View File

@ -7,6 +7,13 @@
mzc --ld hello.so hello.o
And load with
(load-extension "hello.so")
For 3m, compile with:
mzc --xform hello.c
mzc --3m --cc hello.3m.c
mzc --3m --ld hello.so hello.o
And load with
(load-extension "hello.so")
*/
#include "escheme.h"