X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/5178870c9c7f80d0c6f1b715d0131320d8f5bc90..90e389f6ec12e60a62c362296ffcf314feb5b03d:/stglibs/scriptexecuter.lib/Makefile diff --git a/stglibs/scriptexecuter.lib/Makefile b/stglibs/scriptexecuter.lib/Makefile new file mode 100644 index 00000000..52f8259f --- /dev/null +++ b/stglibs/scriptexecuter.lib/Makefile @@ -0,0 +1,12 @@ +############################################################################### +# $Id: Makefile,v 1.6 2010/01/21 13:02:12 faust Exp $ +############################################################################### + +LIB_NAME = stgscriptexecuter +PROG = lib$(LIB_NAME) + +SRCS = scriptexecuter.cpp + +INCS = scriptexecuter.h + +include ../Makefile.in