提交 515bbdc8 authored 作者: Mike Jerris's avatar Mike Jerris

FS-11351: [swig] fix windows build with swig3 for mod_managed and fix make swigall

上级 63bf70dd
cd src/mod/languages/mod_lua
make swigclean
make lua_wrap
make mod_lua_wrap.cpp
cd ../../../..
cd src/mod/languages/mod_perl
......
......@@ -28,7 +28,7 @@ static SWIG_CSharpStringHelperCallback SWIG_csharp_string_callback_real = NULL;
public delegate string SWIGStringDelegate(string message);
static SWIGStringDelegate stringDelegate = new SWIGStringDelegate(CreateString);
[DllImport("$dllimport", EntryPoint="SWIGRegisterStringCallback_$module")]
[global::System.Runtime.InteropServices.DllImport("$dllimport", EntryPoint="SWIGRegisterStringCallback_$module")]
public static extern void SWIGRegisterStringCallback_$module(SWIGStringDelegate stringDelegate);
static string CreateString(string cString) {
......
......@@ -14696,7 +14696,7 @@ class freeswitchPINVOKE {
public delegate string SWIGStringDelegate(string message);
static SWIGStringDelegate stringDelegate = new SWIGStringDelegate(CreateString);
[DllImport("mod_managed", EntryPoint="SWIGRegisterStringCallback_freeswitch")]
[global::System.Runtime.InteropServices.DllImport("mod_managed", EntryPoint="SWIGRegisterStringCallback_freeswitch")]
public static extern void SWIGRegisterStringCallback_freeswitch(SWIGStringDelegate stringDelegate);
static string CreateString(string cString) {
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论