1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-09-10 00:59:07 +00:00

Outside build libsearpc.

This commit is contained in:
gnehzuil
2012-06-20 20:24:49 +08:00
parent 3ff1ecd4d3
commit d97e9e997a
8 changed files with 58 additions and 89 deletions

View File

@@ -6,6 +6,7 @@ Generate function define macros.
import string
import sys
import os
# type -> (<c type if used as parameter>, <c type if used as ret type>,
@@ -173,6 +174,7 @@ def gen_signature_list():
if __name__ == "__main__":
sys.path.append(os.getcwd())
gen_marshal_functions()
gen_marshal_register_function()
gen_signature_list()