[Spice-commits] client/windows

Alon Levy alon at kemper.freedesktop.org
Tue Apr 17 00:24:34 PDT 2012


 client/windows/generate.bat  |    4 ++--
 client/windows/generate1.bat |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 3cd2f843b5ec43a8fff3233d2659c745c8fdca3f
Author: Aric Stewart <aric at codeweavers.com>
Date:   Mon Apr 16 13:10:01 2012 -0500

    update windows client generate.bat and generate1.bat
    
    the python script is now in spice-common and client_marshallers.h needs
    to be included instead of marshallers.h

diff --git a/client/windows/generate.bat b/client/windows/generate.bat
index 6bd06d7..f3001fb 100644
--- a/client/windows/generate.bat
+++ b/client/windows/generate.bat
@@ -1,2 +1,2 @@
-python ..\..\spice_codegen.py -d -c  -i common.h -i messages.h ..\..\spice.proto ..\generated_demarshallers.cpp
-python ..\..\spice_codegen.py --generate-marshallers -P --include "common.h" --include messages.h --include marshallers.h --client ..\..\spice.proto ..\generated_marshallers.cpp
+python ..\..\spice-common\spice_codegen.py -d -c  -i common.h -i messages.h ..\..\spice-common\spice.proto ..\generated_demarshallers.cpp
+python ..\..\spice-common\spice_codegen.py --generate-marshallers -P --include "common.h" --include messages.h --include client_marshallers.h --client ..\..\spice-common\spice.proto ..\generated_marshallers.cpp
diff --git a/client/windows/generate1.bat b/client/windows/generate1.bat
index 559c670..86af4a5 100644
--- a/client/windows/generate1.bat
+++ b/client/windows/generate1.bat
@@ -1,2 +1,2 @@
-python ..\..\spice_codegen.py -d -c  -i common.h -i messages.h --prefix 1 --ptrsize 8 ..\..\spice1.proto ..\generated_demarshallers1.cpp
-python ..\..\spice_codegen.py --generate-marshallers -P --include "common.h" --include messages.h  --include marshallers.h --client --prefix 1 --ptrsize 8 ..\..\spice1.proto ..\generated_marshallers1.cpp
+python ..\..\spice-common\spice_codegen.py -d -c  -i common.h -i messages.h --prefix 1 --ptrsize 8 ..\..\spice-common\spice1.proto ..\generated_demarshallers1.cpp
+python ..\..\spice-common\spice_codegen.py --generate-marshallers -P --include "common.h" --include messages.h  --include client_marshallers.h --client --prefix 1 --ptrsize 8 ..\..\spice-common\spice1.proto ..\generated_marshallers1.cpp


More information about the Spice-commits mailing list