mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-16 11:40:25 -06:00
VS: Add support for .resw files (#15811)
These are used on the WinRT & WinPhone platforms. Build them using the `PRIResource` tool.
This commit is contained in:
committed by
Brad King
parent
3187de20fd
commit
77dde5cb1f
@@ -1305,6 +1305,10 @@ void cmVisualStudio10TargetGenerator::WriteExtraSource(cmSourceFile const* sf)
|
|||||||
{
|
{
|
||||||
tool = "Image";
|
tool = "Image";
|
||||||
}
|
}
|
||||||
|
else if(ext == "resw")
|
||||||
|
{
|
||||||
|
tool = "PRIResource";
|
||||||
|
}
|
||||||
else if(ext == "xml")
|
else if(ext == "xml")
|
||||||
{
|
{
|
||||||
tool = "XML";
|
tool = "XML";
|
||||||
|
|||||||
Reference in New Issue
Block a user