fix build bug (#4)

* fix win tools lost

* fix build bug
This commit is contained in:
sakabin
2018-12-05 10:05:45 +08:00
committed by GitHub
parent 82a063226b
commit 386fba139e
2 changed files with 612 additions and 67 deletions
@@ -443,6 +443,7 @@ QDEF(MP_QSTR_buf, (const byte*)"\x74\x49\x03" "buf")
QDEF(MP_QSTR_buffer, (const byte*)"\xe5\xa0\x06" "buffer")
QDEF(MP_QSTR_buffer_size, (const byte*)"\xbf\xd5\x0b" "buffer_size")
QDEF(MP_QSTR_buffering, (const byte*)"\x25\xdb\x09" "buffering")
QDEF(MP_QSTR_buffsize, (const byte*)"\x77\xad\x08" "buffsize")
QDEF(MP_QSTR_builtins, (const byte*)"\xf7\x31\x08" "builtins")
QDEF(MP_QSTR_byte, (const byte*)"\x4f\xa8\x04" "byte")
QDEF(MP_QSTR_bytearray, (const byte*)"\x76\xa3\x09" "bytearray")
@@ -605,6 +606,7 @@ QDEF(MP_QSTR_frexp, (const byte*)"\x1c\x98\x05" "frexp")
QDEF(MP_QSTR_from_bytes, (const byte*)"\x35\x74\x0a" "from_bytes")
QDEF(MP_QSTR_fromkeys, (const byte*)"\x37\xbd\x08" "fromkeys")
QDEF(MP_QSTR_frozenset, (const byte*)"\xed\x9c\x09" "frozenset")
QDEF(MP_QSTR_ftp, (const byte*)"\x47\x39\x03" "ftp")
QDEF(MP_QSTR_func, (const byte*)"\x1b\x68\x04" "func")
QDEF(MP_QSTR_function, (const byte*)"\x27\x02\x08" "function")
QDEF(MP_QSTR_gamma, (const byte*)"\x02\x90\x05" "gamma")
@@ -730,6 +732,7 @@ QDEF(MP_QSTR_lock, (const byte*)"\xae\x23\x04" "lock")
QDEF(MP_QSTR_log, (const byte*)"\x21\x3f\x03" "log")
QDEF(MP_QSTR_log10, (const byte*)"\x40\x91\x05" "log10")
QDEF(MP_QSTR_log2, (const byte*)"\x73\x23\x04" "log2")
QDEF(MP_QSTR_login_msg, (const byte*)"\xa0\x1b\x09" "login_msg")
QDEF(MP_QSTR_loglevel, (const byte*)"\x37\x99\x08" "loglevel")
QDEF(MP_QSTR_lower, (const byte*)"\xc6\xcb\x05" "lower")
QDEF(MP_QSTR_lstrip, (const byte*)"\xe5\xb9\x06" "lstrip")
@@ -997,6 +1000,7 @@ QDEF(MP_QSTR_split, (const byte*)"\xb7\x33\x05" "split")
QDEF(MP_QSTR_splitlines, (const byte*)"\x6a\xd3\x0a" "splitlines")
QDEF(MP_QSTR_sqrt, (const byte*)"\x21\x44\x04" "sqrt")
QDEF(MP_QSTR_ssl, (const byte*)"\xe9\x8d\x03" "ssl")
QDEF(MP_QSTR_stack, (const byte*)"\xab\xed\x05" "stack")
QDEF(MP_QSTR_stack_size, (const byte*)"\x31\x3b\x0a" "stack_size")
QDEF(MP_QSTR_stack_use, (const byte*)"\x97\xf7\x09" "stack_use")
QDEF(MP_QSTR_stacksize, (const byte*)"\xce\xdd\x09" "stacksize")
@@ -1040,6 +1044,7 @@ QDEF(MP_QSTR_tan, (const byte*)"\xfe\x61\x03" "tan")
QDEF(MP_QSTR_tanh, (const byte*)"\xd6\xa1\x04" "tanh")
QDEF(MP_QSTR_tcs, (const byte*)"\xa1\x61\x03" "tcs")
QDEF(MP_QSTR_tell, (const byte*)"\x14\xb1\x04" "tell")
QDEF(MP_QSTR_telnet, (const byte*)"\x67\x4a\x06" "telnet")
QDEF(MP_QSTR_text, (const byte*)"\x98\xaf\x04" "text")
QDEF(MP_QSTR_textClear, (const byte*)"\x21\x72\x09" "textClear")
QDEF(MP_QSTR_textWidth, (const byte*)"\x7e\x9d\x09" "textWidth")
@@ -1105,6 +1110,7 @@ QDEF(MP_QSTR_upper, (const byte*)"\x27\x94\x05" "upper")
QDEF(MP_QSTR_urandom, (const byte*)"\xab\xae\x07" "urandom")
QDEF(MP_QSTR_ure, (const byte*)"\x87\x63\x03" "ure")
QDEF(MP_QSTR_uselect, (const byte*)"\x58\x8e\x07" "uselect")
QDEF(MP_QSTR_user, (const byte*)"\x54\xf1\x04" "user")
QDEF(MP_QSTR_usocket, (const byte*)"\x75\x00\x07" "usocket")
QDEF(MP_QSTR_ussl, (const byte*)"\x1c\xf2\x04" "ussl")
QDEF(MP_QSTR_ustruct, (const byte*)"\x47\x08\x07" "ustruct")
File diff suppressed because it is too large Load Diff