On Di, 2006-09-12 at 14:50 +0100, Eric Chubb wrote: > Yes, I tried linking to that library but the compiler seems to treat the > library > argument as a filename,
> tcc: cannot find -lC:\tcc\lib\KERNEL32.lib tcc needs a simple "*.def" - File and in <tcc>/win32/lib/ are only old versions for kernel32, user32, gdi32 and msvcrt. You can use tcc_impdef to create updated or missing Import-files from an existing DLL. -- By by ... Detlef _______________________________________________ Tinycc-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/tinycc-devel
