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