> I have only this warning:
> 
> C>tiny_impdef libtcc.dll -o libtcc\libtcc.def
> tiny_impdef: could not get exported function names.

You might get this if you use vcvars32.bat on x64 platforms because the .bat
file thinks that cl.exe will produce x64 executables, so compiled
tiny_impdef.exe expects x64 dlls.

Just pushed a fix for this: now checks %Platform% instead of
%PROCESSOR_ARCHITECTURE% when using cl.exe

Also, if target is forced (-t 32/64) the batch explicitly calls
vcvars32/64.bat to force correct cl.exe settings.

cheers,
</wqw>


_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to