mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-24 10:31:13 +00:00
8 lines
243 B
Batchfile
8 lines
243 B
Batchfile
|
\dev\swig\swig.exe -I..\..\..\include -v -O -c++ -csharp -namespace FreeSWITCH.Native -dllimport mod_managed 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
|