libtcc: minor adjustments
commit74a24d77fd9c08ad9a6b3b6c0f434c7314dae639
authorgrischka <grischka>
Thu, 11 Aug 2011 14:55:30 +0000 (11 16:55 +0200)
committergrischka <grischka>
Thu, 11 Aug 2011 14:55:30 +0000 (11 16:55 +0200)
tree4cae2ee70148c10aeedf322a24ac06a626a6249d
parentfd0cea8895c3d253644fee51f50da9ff94fe83a3
libtcc: minor adjustments

- use {B} to substitute tcc_lih_path (instead of \b)

- expand CONFIG_TCC_CRTPREFIX in CONFIG_TCC_LIBPATHS
  which fixes duplicate CONFIG_SYSROOT.

- put default CONFIG_SYSROOT ("") into tcc.h

- remove hack from commit db6fcce78f4d8ea25036dd6643e9fa83d8e52e5a
  because $(tccdir)/include is already in sysincludes

- configure: error out for unrecognized options.

- win32/build-tcc.bat: put libtcc into base dir where it will
  find lib/include automatically, and build libtcc_test example.
Makefile
configure
libtcc.c
libtcc.h
tcc.c
tcc.h
tccelf.c
tccpp.c
tccrun.c
win32/build-tcc.bat