|-------- 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.
#include "agent.h"
#include "agent-priv.h"
-#include "agent-signals-marshal.h"
#include "component.h"
#include "discovery.h"
#include "stun/usages/bind.h"
# 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
+++ /dev/null
-..\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
>
</File>
<File
- RelativePath="..\..\agent\agent-signals-marshal.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\agent-signals-marshal.h"
- >
- </File>
- <File
RelativePath="..\..\agent\agent.c"
>
</File>