Accept colon separated paths with -L and -I
commitdf9cce24a87442079d878978e56caa0787f37e1a
authorgrischka <grischka>
Sun, 31 Jul 2011 23:10:36 +0000 (1 01:10 +0200)
committergrischka <grischka>
Sun, 31 Jul 2011 23:10:36 +0000 (1 01:10 +0200)
tree9758c048385bdf2181f67ce835fa140ce8119a95
parent626a9074512c6c6ba060dc8a4a0d1caa49db76c1
Accept colon separated paths with -L and -I

This allows passing colon separated paths to
  tcc_add_library_path
  tcc_add_sysinclude_path
  tcc_add_include_path

Also there are new configure variables
  CONFIG_TCC_LIBPATH
  CONFIG_TCC_SYSINCLUDE_PATHS
which define the lib/sysinclude paths all in one and can
be overridden from configure/make

For TCC_TARGET_PE semicolons (;) are used as separators

Also, \b in the path string is replaced by s->tcc_lib_path
(CONFIG_TCCDIR rsp. -B option)
Makefile
libtcc.c
tcc.h
tccelf.c
tccgen.c