tccpe: set tcc_lib_path from DLL

This commit is contained in:
grischka
2009-07-18 22:07:33 +02:00
parent 1df662c1b0
commit 94ae3984b0
4 changed files with 10 additions and 33 deletions

4
tcc.c
View File

@ -427,9 +427,7 @@ int main(int argc, char **argv)
int64_t start_time = 0;
s = tcc_new();
#ifdef _WIN32
tcc_set_lib_path_w32(s);
#endif
output_type = TCC_OUTPUT_EXE;
outfile = NULL;
multiple_files = 1;