Revert "Use CString to concat linker options"
commit16202e054f0385499ec16463b87e23c97dc02328
authorThomas Preud'homme <robotux@celest.fr>
Tue, 10 Apr 2012 14:33:39 +0000 (10 16:33 +0200)
committerThomas Preud'homme <robotux@celest.fr>
Tue, 10 Apr 2012 14:33:39 +0000 (10 16:33 +0200)
treea2cebb39739a66ea704183bc56fa84732a078528
parent1c11b857fe87a73d7047701dacdbe8394967b1d1
Revert "Use CString to concat linker options"

This reverts commit 1c11b857fe87a73d7047701dacdbe8394967b1d1.

On windows, libtcc.c is compiled with ONE_SOURCE and then tcc.c is
linked to it. Thus tcc.c can only use public functions which cstr_* are
not.
tcc.c