[TIMOB-18093] CLI: Finish implementation of the build command for Windows platform
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-12-05T21:48:48.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 4.0.0 |
Components | CLI, Tooling, Windows |
Labels | n/a |
Reporter | Christopher Williams |
Assignee | Christopher Williams |
Created | 2014-11-25T19:57:41.000+0000 |
Updated | 2017-03-14T20:11:55.000+0000 |
Description
This includes TODOs like:
- Running cmake to generate the VS solution (WindowsBuilder.prototype.createProject)
- Running msbuild against the solution (WindowsBuilder.prototype.compileApp)
- Fixing up resource copying into the cmake template or VS solution/project (not sure which we're eventually doing, but right now as it stands we stuff resources into Assets folder of cmake template before running cmake) (WindowsBuilder.prototype.copyResources)
https://github.com/appcelerator/titanium_mobile_windows/pull/228
Closing ticket as fixed.