How to set .resx file as embedded resource via compiler command?

How to set .resx file as embedded resource via compiler command?

am 23.11.2004 00:37:01 von CindyLiu

Hi,

I have a VS.Net project that has a resource file set as embedded resource.
To compile the project via VS, I have no problem. But our build system uses
compiler command, not VS.Net. How to set a resource file as embedded resource
in the command line?

Thanks in advance!!!
Cindy

RE: How to set .resx file as embedded resource via compiler command?

am 23.11.2004 01:25:03 von deepak

Use /res:

Regards,

Deepak
[I Code, therefore I am]


"Cindy Liu" wrote:

> Hi,
>
> I have a VS.Net project that has a resource file set as embedded resource.
> To compile the project via VS, I have no problem. But our build system uses
> compiler command, not VS.Net. How to set a resource file as embedded resource
> in the command line?
>
> Thanks in advance!!!
> Cindy