summaryrefslogtreecommitdiff
path: root/src/UT/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/UT/make.sh')
-rwxr-xr-xsrc/UT/make.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/UT/make.sh b/src/UT/make.sh
new file mode 100755
index 0000000..3168960
--- /dev/null
+++ b/src/UT/make.sh
@@ -0,0 +1,4 @@
+gcc -Wall -g -D_FILE_OFFSET_BITS=64 -DUNIX -DLINUX -fPIC -Wno-write-strings -c -I. *.cpp
+ar rcs libfyut.a *.o
+gcc -g -D_FILE_OFFSET_BITS=64 -DUNIX -DLINUX -fPIC -Wno-write-strings -shared -I. *.cpp -o ../../lib/libfyut.so
+cp fyut.h ../../include/fyut.h