Remove all traces of compile time marshallers
authorOlivier Crête <olivier.crete@ocrete.ca>
Tue, 1 Apr 2014 15:00:55 +0000 (11:00 -0400)
committerOlivier Crête <olivier.crete@ocrete.ca>
Tue, 1 Apr 2014 15:00:55 +0000 (11:00 -0400)
README.win32
agent/discovery.c
docs/reference/libnice/Makefile.am
win32/dogenmarshal.cmd [deleted file]
win32/vs9/libnice.vcproj

index 7e8e552..3b1151a 100644 (file)
@@ -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.
index e7f3043..2d9c975 100644 (file)
@@ -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"
index 5356a21..74e9d67 100644 (file)
@@ -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
 
diff --git a/win32/dogenmarshal.cmd b/win32/dogenmarshal.cmd
deleted file mode 100644 (file)
index 0928f1d..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-..\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
index 5aaf852..a4c6bde 100644 (file)
                                >
                        </File>
                        <File
-                               RelativePath="..\..\agent\agent-signals-marshal.c"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\agent\agent-signals-marshal.h"
-                               >
-                       </File>
-                       <File
                                RelativePath="..\..\agent\agent.c"
                                >
                        </File>