 Issue 6584950149087232:
  Issue 1280 - Update v8  (Closed)
    
  
    Issue 6584950149087232:
  Issue 1280 - Update v8  (Closed) 
  | Left: | ||
| Right: | 
| OLD | NEW | 
|---|---|
| 1 @echo off | 1 @echo off | 
| 2 | 2 | 
| 3 pushd %~dp0 | 3 pushd %~dp0 | 
| 4 mkdir build\ia32\shell | 4 mkdir build\ia32\shell | 
| 5 mkdir build\x64\shell | 5 mkdir build\x64\shell | 
| 6 python msvs_gyp_wrapper.py --depth=build\ia32 -f msvs -I common.gypi --generator -output=build\ia32 -G msvs_version=2012 -Dtarget_arch=ia32 libadblockplus.gyp | 6 python msvs_gyp_wrapper.py --depth=build\ia32 -f msvs -I common.gypi --generator -output=build\ia32 -G msvs_version=2012 -Dtarget_arch=ia32 -Dhost_arch=ia32 liba dblockplus.gyp | 
| 7 python msvs_gyp_wrapper.py --depth=build\x64 -f msvs -I common.gypi --generator- output=build\x64 -G msvs_version=2012 -Dtarget_arch=x64 libadblockplus.gyp | 7 python msvs_gyp_wrapper.py --depth=build\x64 -f msvs -I common.gypi --generator- output=build\x64 -G msvs_version=2012 -Dtarget_arch=x64 -Dhost_arch=x64 libadblo ckplus.gyp | 
| 8 popd | 8 popd | 
| OLD | NEW |