generate h files on linux and then use them on windows

This commit is contained in:
richard 2021-10-16 20:46:52 +01:00
parent 10545a2f37
commit ef2d56308a
16 changed files with 2533 additions and 384 deletions

View file

@ -66,6 +66,7 @@ for name, attr in getmembers(rl):
" ", "")+"_"+str(i)
if 'params' in json_object:
p = json_object['params']
#print("param_name: ", param_name, "i", i, "params: ",p,file=sys.stderr)
param_name = list(p)[i]
param_type = ctype_to_python_type(arg.cname)
sig += f"{param_name}: {param_type},"