[fpc-pascal] Resource compiler under Linux - windres?

Ludo Brands ludo.brands at free.fr
Sat Sep 1 10:15:13 CEST 2012


> Does anybody know if there is a 'winres' for non-Windows 
> platforms? How 
> do I compile *.rc files into *.res files under Linux, FreeBSD etc? Or 
> does Linux/*BSD executables simply not support such resources?
>

Windres for linux can be found in the cross binutils for windows. When
installed they end up as i686-pc-mingw32-windres, i686-pc-linux-gnu-windres,
i586-mingw32msvc-windres, depending on the package you installed. Iirc on
ubuntu the package is mingw32-binutils.

Ludo




More information about the fpc-pascal mailing list