mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-24 02:18:57 +00:00
10 lines
373 B
Batchfile
10 lines
373 B
Batchfile
\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
|
|
@ECHO ON
|
|
move swig.csx managed\swig.cs
|
|
del *.cs
|
|
\tools\dos2unix\bin\dos2unix managed\swig.cs
|
|
\tools\dos2unix\bin\dos2unix freeswitch_wrap.cxx
|