summaryrefslogtreecommitdiffstats
path: root/util/scripts/win-binary/doit/doit_2005.bat
diff options
context:
space:
mode:
Diffstat (limited to 'util/scripts/win-binary/doit/doit_2005.bat')
-rwxr-xr-xutil/scripts/win-binary/doit/doit_2005.bat13
1 files changed, 13 insertions, 0 deletions
diff --git a/util/scripts/win-binary/doit/doit_2005.bat b/util/scripts/win-binary/doit/doit_2005.bat
new file mode 100755
index 0000000..202eeda
--- /dev/null
+++ b/util/scripts/win-binary/doit/doit_2005.bat
@@ -0,0 +1,13 @@
+@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 msvc2005
+
+c:
+cd \installer\win-binary
+call iwmake.bat vs2005-commercial >out.txt
+ren log.txt log-commercial.txt
+call iwmake.bat vs2005-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%
+
+