From c8bb547bea279af2bb48c13260f98aa8add07131 Mon Sep 17 00:00:00 2001 From: olpc user Date: Fri, 10 Jan 2020 14:55:19 -0800 Subject: move intellect-framework-from-internet into folder --- starts/biscuit/dylfunc_compile.cpp | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 starts/biscuit/dylfunc_compile.cpp (limited to 'starts/biscuit/dylfunc_compile.cpp') diff --git a/starts/biscuit/dylfunc_compile.cpp b/starts/biscuit/dylfunc_compile.cpp deleted file mode 100644 index 9023f97..0000000 --- a/starts/biscuit/dylfunc_compile.cpp +++ /dev/null @@ -1,10 +0,0 @@ - -// this process builds a dynamic library wrapping other code - -extern "C" void dylfunc_compile() -{ - // write a dylfunc for passed context content - // compile it with g++ -shared -fPIC source.cpp -o source.so -} - - -- cgit v1.2.3