This topic has not yet been rated - Rate this topic

COPYRES (Windows Embedded Compact 7)

1/23/2013

This macro definition specifies where to copy binary resource (.res) files.

If RESFILE is specified, that value is used.

The default value is based on the name of the .dll file or .lib file specified in TARGETNAME.

If set, this macro definition specifies that a .res file should be copied to the release library directory during the build process.

The name of the .res file that is copied defaults to TARGETNAME, but you can override this by using the RESFILE macro definition.

Conversely, the name of the destination file in the release library directory to which this .res file is copied defaults to TARGETNAME, but you can override this by using the TARGETRESNAME macro definition.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.