rename libtcc1.c

This commit is contained in:
jiang
2014-04-30 17:35:44 +08:00
parent 5af0ea7fb8
commit ba61fd9cd1
10 changed files with 47 additions and 47 deletions

View File

@ -1773,7 +1773,7 @@ static void pe_add_runtime(TCCState *s1, struct pe_info *pe)
if (0 == s1->nostdlib) {
static const char *libs[] = {
"libtcc1.a", "msvcrt", "kernel32", "", "user32", "gdi32", NULL
"libcrt.a", "msvcrt", "kernel32", "", "user32", "gdi32", NULL
};
const char **pp, *p;
for (pp = libs; 0 != (p = *pp); ++pp) {