tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] VS2015 / was Ready for Release 0.9.27


From: Vladimir Vissoultchev
Subject: Re: [Tinycc-devel] VS2015 / was Ready for Release 0.9.27
Date: Tue, 14 Feb 2017 11:52:38 +0200

> 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>




reply via email to

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