Left: | ||
Right: |
OLD | NEW |
---|---|
1 @echo off | 1 @echo off |
2 set version=%1 | |
3 IF %1.==. set version=99.9 | |
2 pushd %~dp0 | 4 pushd %~dp0 |
3 python ..\libadblockplus\msvs_gyp_wrapper.py --depth=build\ia32 -f msvs --genera tor-output=build\ia32 -G msvs_version=2012 -Dtarget_arch=ia32 installer.gyp | 5 python ..\libadblockplus\msvs_gyp_wrapper.py --depth=build\ia32 -f msvs --genera tor-output=build\ia32 -G msvs_version=2012 -Dtarget_arch=ia32 -Dversion=%version % installer.gyp |
4 python ..\libadblockplus\msvs_gyp_wrapper.py --depth=build\x64 -f msvs --genera tor-output=build\x64 -G msvs_version=2012 -Dtarget_arch=x64 installer.gyp | 6 python ..\libadblockplus\msvs_gyp_wrapper.py --depth=build\x64 -f msvs --genera tor-output=build\x64 -G msvs_version=2012 -Dtarget_arch=x64 -Dversion=%version% installer.gyp |
5 popd | 7 popd |
OLD | NEW |