From 3cbf9b94e215c6a0c3df6117c62e8923e70b4313 Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 23 Dec 2010 10:08:16 +0000 Subject: Use the same options as in the makefile --- mesalib/src/mapi/glapi/gen/gen.bat | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/mesalib/src/mapi/glapi/gen/gen.bat b/mesalib/src/mapi/glapi/gen/gen.bat index d68ca732a..cdd0a76ba 100644 --- a/mesalib/src/mapi/glapi/gen/gen.bat +++ b/mesalib/src/mapi/glapi/gen/gen.bat @@ -1,15 +1,20 @@ echo on glx_server_table.py -f gl_and_glX_API.xml > indirect_table.c -glx_proto_size.py -f gl_and_glX_API.xml -m size_h --only-set > indirect_size.h -glx_proto_size.py -f gl_and_glX_API.xml -m size_h --only-get > indirect_size_get.h -glx_proto_size.py -f gl_and_glX_API.xml -m size_c --only-get > indirect_size_get.c -glx_proto_size.py -f gl_and_glX_API.xml -m reqsize_c > indirect_reqsize.c -glx_proto_size.py -f gl_and_glX_API.xml -m reqsize_h > indirect_reqsize.h -glx_proto_recv.py -f gl_and_glX_API.xml > indirect_dispatch.c -glx_proto_recv.py -f gl_and_glX_API.xml -s > indirect_dispatch_swap.c -glx_proto_recv.py -f gl_and_glX_API.xml -m dispatch_h > indirect_dispatch.h -gl_table.py -f gl_and_glX_API.xml -m table > glapitable.h -gl_table.py -f gl_and_glX_API.xml -m remap_table > dispatch.h -gl_offsets.py -f gl_and_glX_API.xml > glapioffsets.h -gl_apitemp.py -f gl_and_glX_API.xml > glapitemp.h -gl_procs.py -f gl_and_glX_API.xml > glprocs.h +glx_proto_size.py -m size_h --only-set -h _INDIRECT_SIZE_H_ > indirect_size.h +glx_proto_size.py -m size_c --only-set > indirect_size.c +glx_proto_size.py -m size_h --only-get -h _INDIRECT_SIZE_GET_H_ > indirect_size_get.h +glx_proto_size.py -m size_c --only-get > indirect_size_get.c +glx_proto_size.py -m reqsize_c > indirect_reqsize.c +glx_proto_size.py -m reqsize_h --only-get -h _INDIRECT_SIZE_GET_H_ > indirect_reqsize.h +glx_proto_recv.py -m dispatch_c > indirect_dispatch.c +glx_proto_recv.py -m dispatch_c -s > indirect_dispatch_swap.c +glx_proto_recv.py -m dispatch_h -f gl_and_glX_API.xml -s > indirect_dispatch.h +gl_table.py > glapitable.h +gl_table.py -m remap_table > dispatch.h +gl_offsets.py > glapioffsets.h +gl_apitemp.py > glapitemp.h +gl_procs.py > glprocs.h + +glX_proto_send.py -m proto > indirect.c +glX_proto_send.py -m init_h > indirect.h +glX_proto_send.py -m init_c > indirect_init.c -- cgit v1.2.3