If you cannot compile your patches, run them against the Testbot beforeOn 8/3/10 4:58 AM, Yaron Shahrabani wrote:
After configuring Wine, go to the directory containing the RC file andHow can I compile a single RC file?
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'.
submitting them. It will point out compile errors and verify your
changes against various Windows platforms.
James McKenzie