summaryrefslogtreecommitdiffstats
path: root/util/scripts/win-binary/doit/doit_2005.bat
diff options
context:
space:
mode:
authorAlexis Menard <alexis.menard@nokia.com>2009-04-17 14:06:06 (GMT)
committerAlexis Menard <alexis.menard@nokia.com>2009-04-17 14:06:06 (GMT)
commitf15b8a83e2e51955776a3f07cb85ebfc342dd8ef (patch)
treec5dc684986051654898db11ce73e03b9fec8db99 /util/scripts/win-binary/doit/doit_2005.bat
downloadQt-f15b8a83e2e51955776a3f07cb85ebfc342dd8ef.zip
Qt-f15b8a83e2e51955776a3f07cb85ebfc342dd8ef.tar.gz
Qt-f15b8a83e2e51955776a3f07cb85ebfc342dd8ef.tar.bz2
Initial import of statemachine branch from the old kinetic repository
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%
+
+