summaryrefslogtreecommitdiffstats
path: root/client/windows/generate.bat
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-06-18 21:10:25 +0200
committerAlexander Larsson <alexl@redhat.com>2010-06-18 21:10:25 +0200
commitae4436215cb113a02eac73c6afd368166090967c (patch)
tree8d144ec5908ada3b363dd4b24a6143f45cdd861b /client/windows/generate.bat
parent0f2e0378348f87c8e408a1db59783e1d9c00d68d (diff)
downloadspice-ae4436215cb113a02eac73c6afd368166090967c.tar.gz
spice-ae4436215cb113a02eac73c6afd368166090967c.tar.xz
spice-ae4436215cb113a02eac73c6afd368166090967c.zip
Make generated marshallers build on win32
Diffstat (limited to 'client/windows/generate.bat')
-rw-r--r--client/windows/generate.bat3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/windows/generate.bat b/client/windows/generate.bat
new file mode 100644
index 00000000..3757bb0c
--- /dev/null
+++ b/client/windows/generate.bat
@@ -0,0 +1,3 @@
+python ..\..\spice_codegen.py -d -c -i common.h -i messages.h ..\..\spice.proto ..\generated_demarshallers.cpp
+python ..\..\spice_codegen.py --generate-marshallers --include messages.h --client ..\..\spice.proto ..\generated_marshallers.cpp
+python ..\..\spice_codegen.py --generate-marshallers --client -H ..\..\spice.proto ..\generated_marshallers.h