mirror of
https://github.com/crystalidea/qt-build-tools.git
synced 2024-11-22 18:52:31 +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 ("nmake");
|
||||
printLineToBat ("nmake install");
|
||||
# do little clean up
|
||||
printLineToBat ("rm test\\*.exe");
|
||||
printLineToBat ("rm test\\*.pdb");
|
||||
printLineToBat ("rm test\\*.obj");
|
||||
printLineToBat (":OPENSSL_ALREAD_COMPILED");
|
||||
# go back to qtbase
|
||||
printLineToBat ("cd ..");
|
||||
|
Loading…
Reference in New Issue
Block a user