mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
tweak swig script for mod_managed
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
move freeswitch_wrap.cxx freeswitch_wrap.bak
|
||||
\dev\swig20\swig.exe -I..\..\..\include -v -O -c++ -csharp -namespace FreeSWITCH.Native -dllimport mod_managed -DSWIG_CSHARP_NO_STRING_HELPER freeswitch.i
|
||||
del swig.csx
|
||||
move freeswitch_wrap.cxx freeswitch_wrap.2010.cxx
|
||||
move freeswitch_wrap.bak freeswitch_wrap.cxx
|
||||
@ECHO OFF
|
||||
for %%X in (*.cs) do type %%X >> swig.csx
|
||||
@ECHO ON
|
||||
move swig.csx managed\swig.2010.cs
|
||||
del *.cs
|
||||
@@ -1,4 +1,4 @@
|
||||
\dev\swig\swig.exe -I..\..\..\include -v -O -c++ -csharp -namespace FreeSWITCH.Native -dllimport mod_managed -DSWIG_CSHARP_NO_STRING_HELPER freeswitch.i
|
||||
\dev\swig135\swig.exe -I..\..\..\include -v -O -c++ -csharp -namespace FreeSWITCH.Native -dllimport mod_managed -DSWIG_CSHARP_NO_STRING_HELPER freeswitch.i
|
||||
del swig.csx
|
||||
@ECHO OFF
|
||||
for %%X in (*.cs) do type %%X >> swig.csx
|
||||
|
||||
Reference in New Issue
Block a user