regedit: Added Hebrew translation

Charles Davis cdavis at mymail.mines.edu
Tue Aug 3 17:58:22 CDT 2010


On 8/3/10 4:58 AM, Yaron Shahrabani wrote:
> How can I compile a single RC file?
After configuring Wine, go to the directory containing the RC file and
type in a Terminal:

make <basename>.res

where <basename> is the part of the filename before the '.rc' extension.
So if you wanted to compile only He.rc for regedit, you'd first 'cd' to
<wine-src>/programs/regedit and then type 'make He.res'.

Chip



More information about the wine-devel mailing list