提交 21cdd48a authored 作者: Michael Giagnocavo's avatar Michael Giagnocavo

Fix DLL name in Makefile

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11218 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 5123e1f2
all: mod_managed_lib.dll
all: FreeSWITCH.Managed.dll
clean:
rm -fr mod_managed_lib.dll
rm -fr FreeSWITCH.Managed.dll
mod_managed_lib.dll: Loader.cs ManagedSession.cs ApiFunction.cs AppFunction.cs Extensions.cs Log.cs Demo.cs swig.cs
gmcs -target:library -out:mod_managed_lib.dll -d:DEBUG Loader.cs ManagedSession.cs ApiFunction.cs AppFunction.cs Extensions.cs Log.cs Demo.cs swig.cs
FreeSWITCH.Managed.dll: Loader.cs ManagedSession.cs ApiFunction.cs AppFunction.cs Extensions.cs Log.cs Demo.cs swig.cs
gmcs -target:library -out:FreeSWITCH.Managed.dll -d:DEBUG Loader.cs ManagedSession.cs ApiFunction.cs AppFunction.cs Extensions.cs Log.cs Demo.cs swig.cs
install: mod_managed_lib.dll
$(INSTALL) mod_managed_lib.dll $(DESTDIR)$(MODINSTDIR)
install: FreeSWITCH.Managed.dll
$(INSTALL) FreeSWITCH.Managed.dll $(DESTDIR)$(MODINSTDIR)
uninstall:
$(UNINSTALL) $(MODINSTDIR)/mod_managed_lib.dll
$(UNINSTALL) $(MODINSTDIR)/FreeSWITCH.Managed.dll
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论