Commit 8eab0182 authored by Olivier Crête's avatar Olivier Crête

Remove all traces of compile time marshallers

parent d82ca9ce
......@@ -44,12 +44,7 @@ libnice
|-------- src
|--- ...
3) Generate agent-signals-marshal files
Launch script win32/dogenmarshal.cmd on the win32 folder to generate agent/agent-signals-marshal.h and
agent/agent-signals-marshal.c
4) Open win32/libnice.sln with Microsoft Visual Studio 2008
3) Open win32/libnice.sln with Microsoft Visual Studio 2008
Build solution, output will be on libnice/win32/vs9/libnice/bin/Win32_Debug or libnice/win32/vs9/libnice/bin/Win32_Release
depending on the configuration chosen.
......
......@@ -55,7 +55,6 @@
#include "agent.h"
#include "agent-priv.h"
#include "agent-signals-marshal.h"
#include "component.h"
#include "discovery.h"
#include "stun/usages/bind.h"
......
......@@ -55,7 +55,7 @@ CFILE_GLOB=$(top_srcdir)/agent/agent.c \
# Header files to ignore when scanning.
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
IGNORE_HFILES= conncheck.h discovery.h stream.h component.h agent-priv.h \
agent-signals-marshal.h iostream.h inputstream.h outputstream.h \
iostream.h inputstream.h outputstream.h \
gstnice.h gstnicesrc.h gstnicesink.h \
md5.h sha1.h stunhmac.h utils.h rand.h stun5389.h stuncrc32.h
......
..\glib\bin\glib-genmarshal.exe --header --prefix=agent_marshal ..\agent\agent-signals-marshal.list > ..\agent\agent-signals-marshal.h
echo #include "agent-signals-marshal.h" > ..\agent\agent-signals-marshal.c
..\glib\bin\glib-genmarshal.exe --body --prefix=agent_marshal ..\agent\agent-signals-marshal.list >> ..\agent\agent-signals-marshal.c
......@@ -190,14 +190,6 @@
RelativePath="..\..\agent\agent-priv.h"
>
</File>
<File
RelativePath="..\..\agent\agent-signals-marshal.c"
>
</File>
<File
RelativePath="..\..\agent\agent-signals-marshal.h"
>
</File>
<File
RelativePath="..\..\agent\agent.c"
>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment