mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-27 07:14:10 +00:00
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
This commit is contained in:
parent
2ec2dbc78a
commit
3cd2f843b5
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user