Build x86 and x64 in the same directory?

Do not post support requests, bug reports or feature requests. Discuss CEF here. Non-CEF related discussion goes in General Discussion!

Build x86 and x64 in the same directory?

Postby cristianamarie » Mon Jun 05, 2017 7:30 am

I have asked this some time ago (read: 1-2 years) and it was, as expected, not possible.
Now I see the scripts cef_create_projects script generates all targets in out/ directory (Debug|Release_GN_x86|x64).

I wonder if this is now possible, or I still have to resort to dual directory (one for x86 one for x64).
cristianamarie
Techie
 
Posts: 10
Joined: Wed Nov 05, 2014 11:01 am

Re: Build x86 and x64 in the same directory?

Postby magreenblatt » Mon Jun 05, 2017 8:10 am

You can use the same CEF/Chromium checkout but separate build output directories.
magreenblatt
Site Admin
 
Posts: 12382
Joined: Fri May 29, 2009 6:57 pm

Re: Build x86 and x64 in the same directory?

Postby cristianamarie » Mon Jun 05, 2017 8:40 am

Just to be 100% sure:
ninja -C out\Release_GN_x64
ninja -C out\Release_GN_x86
means different output directories?

Or should I do something like
ninja -C out_x64\Release_GN_x64
ninja -C out_x86\Release_GN_x86
(out directory should be entirely different) ?
cristianamarie
Techie
 
Posts: 10
Joined: Wed Nov 05, 2014 11:01 am

Re: Build x86 and x64 in the same directory?

Postby magreenblatt » Mon Jun 05, 2017 8:52 am

cristianamarie wrote:Just to be 100% sure:
ninja -C out\Release_GN_x64
ninja -C out\Release_GN_x86
means different output directories?

Correct.
magreenblatt
Site Admin
 
Posts: 12382
Joined: Fri May 29, 2009 6:57 pm


Return to CEF Discussion

Who is online

Users browsing this forum: No registered users and 31 guests

cron