PR# 16459 When freezing WEL samples requiring a .rc file, the .rc file is not included

Problem Report Summary
Submitter: manus_eiffel
Category: .NET
Priority: Low
Date: 2009/11/17
Class: Bug
Severity: Non-critical
Number: 16459
Release: 6.5
Confidential: No
Status: Open
Responsible:
Environment: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729)
Synopsis: When freezing WEL samples requiring a .rc file, the .rc file is not included

Description
Let's take the `pizza' example. Because this example does not include any C externals, we do not generate the `libpizza.dll' which contains the C externals and the .rc file as the one from the precompiled library contains all the C externals.

I see two solutions:
1- Generate an empty .c file or with a dummy routine so that the DLL is generated
2- Add support for .rc files in ECF which will automatically trigger a C compilation so that the `libpizza.dll' is generated.
To Reproduce

										
Problem Report Interactions