mirror of
https://github.com/crystalidea/qt-build-tools.git
synced 2024-11-23 03:10:06 +08:00
5.12.1: misc
This commit is contained in:
parent
9a3195570e
commit
a5826dc4b6
@ -38,6 +38,10 @@ printLineToBat ("cd $openssl_dir");
|
|||||||
printLineToBat ("perl Configure VC-$openssl_arch no-asm no-shared no-tests --prefix=%cd%\\build --openssldir=%cd%\\build");
|
printLineToBat ("perl Configure VC-$openssl_arch no-asm no-shared no-tests --prefix=%cd%\\build --openssldir=%cd%\\build");
|
||||||
printLineToBat ("nmake");
|
printLineToBat ("nmake");
|
||||||
printLineToBat ("nmake install");
|
printLineToBat ("nmake install");
|
||||||
|
# do little clean up
|
||||||
|
printLineToBat ("rm test\\*.exe");
|
||||||
|
printLineToBat ("rm test\\*.pdb");
|
||||||
|
printLineToBat ("rm test\\*.obj");
|
||||||
printLineToBat (":OPENSSL_ALREAD_COMPILED");
|
printLineToBat (":OPENSSL_ALREAD_COMPILED");
|
||||||
# go back to qtbase
|
# go back to qtbase
|
||||||
printLineToBat ("cd ..");
|
printLineToBat ("cd ..");
|
||||||
|
Loading…
Reference in New Issue
Block a user