Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-19047] Windows: Cmake should support PRIResource element

GitHub Issuen/a
TypeImprovement
PriorityMedium
StatusClosed
ResolutionInvalid
Resolution Date2016-04-20T21:33:01.000+0000
Affected Version/sRelease 4.1.0
Fix Version/sn/a
ComponentsWindows
LabelsWindows, cmake
ReporterKota Iguchi
AssigneeChee Kiat Ng
Created2015-06-19T05:01:04.000+0000
Updated2016-04-20T21:33:01.000+0000

Description

In order to make Windows resource management classes work with cmake, we need a way to handle Windows string resource files *.resw with cmake. (See [How to load string resources (XAML)](https://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh965323.aspx) for details). The problem is tha it looks like latest cmake doesn't support PRIResource element for Visual Studio project, which is used to create link to the resource files. Currently it is not a problem for Titanium CLI build process because CLI is able to add those lines from template by updating .vcxproj files manually. This ticket is mainly for calling for attention on build process using cmake.

Comments

  1. Kota Iguchi 2016-04-20

    Marking this invalid because this is obsolete now.

JSON Source