tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] Re: Tinycc-devel


From: Nigel Horne
Subject: [Tinycc-devel] Re: Tinycc-devel
Date: Tue, 01 Jan 2008 17:39:14 +0000
User-agent: Thunderbird 2.0.0.9 (X11/20071115)


#ifdef TCC_TARGET_PE
    {
        tcc_lib_path = w32_tcc_lib_path(); <-- added
        char buf[1024];
        snprintf(buf, sizeof(buf), "%s/lib", tcc_lib_path);
        tcc_add_library_path(s, buf);
    }

I still always shudder when people don't put all their declarations at
the top of blocks in C.


TimoVJL

-Nigel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]