mirror of
https://github.com/crystalidea/qt-build-tools.git
synced 2024-11-22 19:00:04 +08:00
5.6.3 - unpack tar gz with 7z
This commit is contained in:
parent
bc1b9d78b2
commit
72e5801856
BIN
5.6.3/7z.exe
Normal file
BIN
5.6.3/7z.exe
Normal file
Binary file not shown.
@ -20,8 +20,10 @@ open BAT, '>', $batfile;
|
||||
printLineToBat ("CALL \"C:\\Program Files (x86)\\Microsoft Visual Studio 12.0\\VC\\vcvarsall.bat\" $arch");
|
||||
printLineToBat ("cd qtbase");
|
||||
printLineToBat ("wget $openssl_download");
|
||||
printLineToBat ("tar -xvzf openssl-$openssl_version.tar.gz");
|
||||
printLineToBat ("7z x openssl-$openssl_version.tar.gz");
|
||||
printLineToBat ("7z x openssl-$openssl_version.tar");
|
||||
printLineToBat ("rm openssl-$openssl_version.tar.gz");
|
||||
printLineToBat ("rm openssl-$openssl_version.tar");
|
||||
printLineToBat ("cd $openssl_dir");
|
||||
# build debug
|
||||
printLineToBat ("perl Configure no-asm no-shared --prefix=%cd%\\Debug --openssldir=%cd%\\Debug debug-VC-$openssl_arch");
|
||||
|
Loading…
Reference in New Issue
Block a user