3m instructions
svn: r976
This commit is contained in:
parent
ddb6c424ef
commit
8b384758e2
|
@ -7,6 +7,13 @@
|
||||||
mzc --ld hello.so hello.o
|
mzc --ld hello.so hello.o
|
||||||
And load with
|
And load with
|
||||||
(load-extension "hello.so")
|
(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"
|
#include "escheme.h"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user