]> git.stg.codes - stg.git/blobdiff - libs/scriptexecuter/Makefile
Port to CMake, get rid of os_int.h.
[stg.git] / libs / scriptexecuter / Makefile
diff --git a/libs/scriptexecuter/Makefile b/libs/scriptexecuter/Makefile
new file mode 100644 (file)
index 0000000..92538b1
--- /dev/null
@@ -0,0 +1,11 @@
+###############################################################################
+# $Id: Makefile,v 1.6 2010/01/21 13:02:12 faust Exp $
+###############################################################################
+
+LIB_NAME = stgscriptexecuter
+
+SRCS = scriptexecuter.c
+
+INCS = scriptexecuter.h
+
+include ../Makefile.in