implement #pragma comment(lib,...)

This commit is contained in:
Steven G. Messervey
2015-04-15 22:56:21 -04:00
parent e50d68e417
commit aeaff94ec1
4 changed files with 48 additions and 1 deletions

View File

@ -153,6 +153,8 @@
DEF(TOK_ASM_push, "push")
DEF(TOK_ASM_pop, "pop")
#endif
DEF(TOK_comment, "comment")
DEF(TOK_lib, "lib")
/* builtin functions or variables */
#ifndef TCC_ARM_EABI