aboutsummaryrefslogtreecommitdiff
path: root/tcc.c
diff options
context:
space:
mode:
authorgrischka <grischka>2009-07-18 22:07:33 +0200
committergrischka <grischka>2009-07-18 22:07:33 +0200
commit94ae3984b0d4d3d78975d3bd48810cd5b6381618 (patch)
treef00293d6b3ed90f816e3c474ae2d08fa4bae1a7e /tcc.c
parent1df662c1b094d250db0501cf31db83dc5f9060e4 (diff)
downloadtinycc-94ae3984b0d4d3d78975d3bd48810cd5b6381618.tar.gz
tinycc-94ae3984b0d4d3d78975d3bd48810cd5b6381618.tar.bz2
tccpe: set tcc_lib_path from DLL
Diffstat (limited to 'tcc.c')
-rw-r--r--tcc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tcc.c b/tcc.c
index daa1013..cadb5e9 100644
--- a/tcc.c
+++ b/tcc.c
@@ -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;