mirror of
https://github.com/crystalidea/qt-build-tools.git
synced 2024-11-23 03:10:06 +08:00
fixed compilation
This commit is contained in:
parent
d2015aaeba
commit
98df8bc1c3
@ -42,6 +42,8 @@ printLineToBat ("nmake install");
|
|||||||
printLineToBat ("rm test\\*.exe");
|
printLineToBat ("rm test\\*.exe");
|
||||||
printLineToBat ("rm test\\*.pdb");
|
printLineToBat ("rm test\\*.pdb");
|
||||||
printLineToBat ("rm test\\*.obj");
|
printLineToBat ("rm test\\*.obj");
|
||||||
|
printLineToBat ("del /s /f /q out32");
|
||||||
|
printLineToBat ("del /s /f /q out32.dbg");
|
||||||
printLineToBat ("cd .."); # go back to qtbase
|
printLineToBat ("cd .."); # go back to qtbase
|
||||||
|
|
||||||
printLineToBat (":OPENSSL_ALREAD_COMPILED");
|
printLineToBat (":OPENSSL_ALREAD_COMPILED");
|
||||||
@ -60,14 +62,8 @@ printLineToBat ("..\\qtbase\\bin\\qmake");
|
|||||||
printLineToBat ("nmake");
|
printLineToBat ("nmake");
|
||||||
printLineToBat ("cd ..\\qtbase");
|
printLineToBat ("cd ..\\qtbase");
|
||||||
printLineToBat ("cd .."); # go up to qt dir
|
printLineToBat ("cd .."); # go up to qt dir
|
||||||
# openssl clean up
|
|
||||||
printLineToBat ("cd qtbase");
|
# clean up
|
||||||
printLineToBat ("cd $openssl_dir");
|
|
||||||
printLineToBat ("del /s /f /q out32");
|
|
||||||
printLineToBat ("del /s /f /q out32.dbg");
|
|
||||||
printLineToBat ("cd ..");
|
|
||||||
printLineToBat ("cd ..");
|
|
||||||
# the rest
|
|
||||||
printLineToBat ("del *.obj /s /f");
|
printLineToBat ("del *.obj /s /f");
|
||||||
printLineToBat ("del *.ilk /s /f");
|
printLineToBat ("del *.ilk /s /f");
|
||||||
printLineToBat ("del *.pch /s /f");
|
printLineToBat ("del *.pch /s /f");
|
||||||
|
Loading…
Reference in New Issue
Block a user