summaryrefslogtreecommitdiff
path: root/README.win32
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@ocrete.ca>2014-04-01 11:00:55 -0400
committerOlivier CrĂȘte <olivier.crete@ocrete.ca>2014-04-01 11:00:55 -0400
commit8eab01825d8efa533957e7468b265428e2162b32 (patch)
tree0beeae7408bd8a9adde9fdb7c487562c46f031c9 /README.win32
parentd82ca9cee6c7cc7fcbc96c2603b891035cf9d62b (diff)
downloadlibnice-8eab01825d8efa533957e7468b265428e2162b32.tar.gz
Remove all traces of compile time marshallers
Diffstat (limited to 'README.win32')
-rw-r--r--README.win327
1 files changed, 1 insertions, 6 deletions
diff --git a/README.win32 b/README.win32
index 7e8e552..3b1151a 100644
--- a/README.win32
+++ b/README.win32
@@ -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.