Bug #8356, add support for image types in Xcode files.
This commit is contained in:
parent
324f51cfc8
commit
0a8532c3a0
@ -650,6 +650,10 @@ cmGlobalXCodeGenerator::CreateXCodeFileReference(cmSourceFile* sf,
|
|||||||
{
|
{
|
||||||
sourcecode += ".c.c";
|
sourcecode += ".c.c";
|
||||||
}
|
}
|
||||||
|
else if(ext == "png" || ext == "gif" || ext == "jpg")
|
||||||
|
{
|
||||||
|
sourcecode = "image";
|
||||||
|
}
|
||||||
else if(ext == "txt")
|
else if(ext == "txt")
|
||||||
{
|
{
|
||||||
sourcecode += ".text";
|
sourcecode += ".text";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user