Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for ARM processor #528

Closed
marcosnz opened this issue Nov 18, 2015 · 0 comments
Closed

Add support for ARM processor #528

marcosnz opened this issue Nov 18, 2015 · 0 comments
Labels
Milestone

Comments

@marcosnz
Copy link
Contributor

Windows Phone 81 projects need to compile for ARM must use the x86 msbuild.exe...
So need to be able to specify:

                    .SetPlatformTarget(PlatformTarget.ARM)
                    .SetMSBuildPlatform(MSBuildPlatform.x86);

and have the command line be like:
...\x86\msbuild.exe /p:Configuration=Release /p:Platform=ARM /target:Build "SomeWp81ARM.sln"

as mentioned in #523

@marcosnz marcosnz changed the title Add support for ARM processor #523 Add support for ARM processor Nov 18, 2015
marcosnz added a commit to marcosnz/cake that referenced this issue Nov 18, 2015
marcosnz added a commit to marcosnz/cake that referenced this issue Nov 18, 2015
marcosnz added a commit to marcosnz/cake that referenced this issue Nov 18, 2015
marcosnz added a commit to marcosnz/cake that referenced this issue Nov 18, 2015
@gep13 gep13 added this to the v0.6.1 milestone Nov 26, 2015
@gep13 gep13 added the Feature label Nov 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants