Re: [v8-users] Recreate solution files on Windows.

2015-12-30 Thread Jakob Kummerow
We have this note in the build instructions : If you switch between ia32 and x64 targets, you may have to manually delete > the generated .vcproj/.sln files before regenerating them. Patches are most welcome if you figure out how to

Re: [v8-users] Recreate solution files on Windows.

2015-12-30 Thread Ben Noordhuis
On Tue, Dec 29, 2015 at 9:47 PM, Jane Chen wrote: > Once the .sln and .vcxproj files are generated through python, how is one > supposed to re-generate them with different gyp flags? When I run: > > python build/gyp_v8 -Dtarget_arch=x64 -Dv8_use_external_startup_data=0 > > for example, I get "up

[v8-users] Recreate solution files on Windows.

2015-12-29 Thread Jane Chen
Once the .sln and .vcxproj files are generated through python, how is one supposed to re-generate them with different gyp flags? When I run: python build/gyp_v8 -Dtarget_arch=x64 -Dv8_use_external_startup_data=0 for example, I get "updating project files...", but then only to find out nothing