diff options
Diffstat (limited to 'src/lib/libdll/Makefile')
-rw-r--r-- | src/lib/libdll/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/lib/libdll/Makefile b/src/lib/libdll/Makefile new file mode 100644 index 0000000..1fdde57 --- /dev/null +++ b/src/lib/libdll/Makefile @@ -0,0 +1,17 @@ +:PACKAGE: ast + +LICENSE = since=1997,author=gsf + +CCFLAGS = $(CC.OPTIMIZE) $(CC.DLL) + +dll 1.0 :LIBRARY: dlfcn.c dllopen.c dllfind.c dllplug.c dll_lib.c \ + dllnext.c dlllook.c dllscan.c dllcheck.c dllerror.c \ + -ldl -ldld + +win32.i386-64 :NOOPTIMIZE: dllscan.c + +$(INCLUDEDIR) :INSTALLPROTO: dlldefs.h + +dlldefs.h :COPY: FEATURE/dll + +:: RELEASE |