diff options
Diffstat (limited to 'util/scripts/win-binary/doit/doit_2008.bat')
-rwxr-xr-x | util/scripts/win-binary/doit/doit_2008.bat | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/util/scripts/win-binary/doit/doit_2008.bat b/util/scripts/win-binary/doit/doit_2008.bat deleted file mode 100755 index c6d4aae..0000000 --- a/util/scripts/win-binary/doit/doit_2008.bat +++ /dev/null @@ -1,12 +0,0 @@ -@rem The qt_pkg_setup is a .bat file that must be in your PATH -@rem It should set the proper environment for the compiler requested -call qt_pkg_setup msvc2008 - -c: -cd \installer\win-binary -call iwmake.bat vs2008-commercial >out.txt -ren log.txt log-commercial.txt -call iwmake.bat vs2008-eval >>out.txt -ren log.txt log-eval.txt -pscp -batch -i c:\key1.ppk c:\iwmake\*.exe qt@tirion:public_html/packages/%QT_VERSION% - |