[
https://issues.apache.org/jira/browse/CB-6728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14019804#comment-14019804
]
ASF GitHub Bot commented on CB-6728:
------------------------------------
GitHub user vladimir-kotikov opened a pull request:
https://github.com/apache/cordova-wp8/pull/39
CB-6728 Support chip architecture as an option when building Windows Phone
projects
Adds support for target architectures to build command
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/MSOpenTech/cordova-wp8 CB-6728
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-wp8/pull/39.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #39
----
commit 351ff3e74b07e4d380a244cfb443e51257c7edb7
Author: Vladimir Kotikov <[email protected]>
Date: 2014-06-06T06:45:08Z
Adds support for target architectures to build command
----
> Support chip architecture as an option when building Windows and Windows
> Phone projects
> ---------------------------------------------------------------------------------------
>
> Key: CB-6728
> URL: https://issues.apache.org/jira/browse/CB-6728
> Project: Apache Cordova
> Issue Type: Improvement
> Components: Android, CLI, iOS, Windows 8, WP8
> Affects Versions: 3.4.0
> Reporter: Vladimir Kotikov
> Assignee: Jesse MacFadyen
> Labels: arm, cli, windows, wp8, x64, x86
>
> Currently apps for Windows 8 and Windows Phone 8 are targeted to AnyCPU
> architecture, which is universal, but sometimes it's critical to build
> application for specific processor architecture.
> As an example is WebSQL plugin which contains references to C++ libs so needs
> to be built for specific architecture (x84, x64, ARM) and which does not
> support AnyCPU target.
> So it looks important to add support for additional build flags `-x64`,
> `-x86`, `-arm`, '-any' to specify target chip architecture.
> {noformat}
> cordova build windows8 --release --x64
> cordova build wp8 --arm
> {noformat}
> If flag is not specified, `AnuCPU` target platform should be used by default.
--
This message was sent by Atlassian JIRA
(v6.2#6252)