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 .res
where is the part of the filename before the '.rc' extension.
So if you wanted to compile only He.rc for regedit,
How can I compile a single RC file?
Yaron Shahrabani
On Tue, Aug 3, 2010 at 12:39 PM, Alexandre Julliard wrote:
> Yaron Shahrabani writes:
>
> > Hope everything is cool this time :)
> > +IDD_EXPORT_TEMPLATE DIALOG 50, 50, 278, 54
> > +STYLE DS_3DLOOK | DS_CONTROL | WS_CHILD | WS_VISIBLE |
Yaron Shahrabani writes:
> Hope everything is cool this time :)
> +IDD_EXPORT_TEMPLATE DIALOG 50, 50, 278, 54
> +STYLE DS_3DLOOK | DS_CONTROL | WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS |
> +WS_BORDER
> +WS_EX_LAYOUTRTL
> +FONT 8, "MS Shell Dlg"
That's not valid syntax. Please try to compile