From 41372dc603662616acc21e8bacff4771a9954655 Mon Sep 17 00:00:00 2001 From: detailer Date: Fri, 2 Jul 2021 21:39:38 +0530 Subject: added support for Windows --- src/windows_compile.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/windows_compile.txt (limited to 'src') diff --git a/src/windows_compile.txt b/src/windows_compile.txt new file mode 100644 index 0000000..afc3a87 --- /dev/null +++ b/src/windows_compile.txt @@ -0,0 +1,2 @@ +mkoctfile -c -fPIC fun.cpp +g++ -L C:\Octave\Octave-4.4.1\bin -loctave-6 -loctinterp-6 -shared -o libfun.dll fun.o -Wl,--out-implib,libfun.a \ No newline at end of file -- cgit