Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Windows 64 build #664

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Windows 64 build #664

wants to merge 9 commits into from

Conversation

g-217
Copy link
Contributor

@g-217 g-217 commented Apr 2, 2019

Windows 64 bit build can be done using following commands. I am using this build as my default brackets and have not seen any issue yet.
TODO: installer is not working.

grunt setup --force-target-word-size=64 
grunt build  --force-target-word-size=64

@g-217 g-217 changed the title Win64 build fix Windows 64 build Apr 2, 2019
@shubhsnov
Copy link
Collaborator

Nit: Change the command line flag: to --arch=x64 instead of --force-target-word-size=64

@g-217
Copy link
Contributor Author

g-217 commented May 3, 2019

Addressed review comments.
commands to setup and build becomes(ia32 is default):

grunt setup --arch=[x64|ia32] 
grunt build  --arch=[x64|ia32]

Gruntfile.js Outdated Show resolved Hide resolved
appshell/cef_window.h Outdated Show resolved Hide resolved
tasks/common.js Outdated Show resolved Hide resolved
tasks/common.js Outdated Show resolved Hide resolved
tasks/build.js Outdated Show resolved Hide resolved
tasks/common.js Outdated Show resolved Hide resolved
@g-217
Copy link
Contributor Author

g-217 commented May 28, 2019

Hi @vickramdhawal, I've addressed all the review comments.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants