annotate buildWin.bat @ 783:bb215f38488f

Added a batch script helping me to keep the deployment process mostly equal for all platforms. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@1060 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Thu, 29 Dec 2011 09:31:30 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
783
bb215f38488f Added a batch script helping me to keep the deployment process mostly equal for all platforms.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1 @echo off
bb215f38488f Added a batch script helping me to keep the deployment process mostly equal for all platforms.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2 set QTDIR=C:\QtSDK\Desktop\Qt\4.7.4\mingw
bb215f38488f Added a batch script helping me to keep the deployment process mostly equal for all platforms.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
3 set PATH=%QTDIR%\bin;C:\QtSDK\mingw\bin;c:\cygwin\bin;%PATH%
bb215f38488f Added a batch script helping me to keep the deployment process mostly equal for all platforms.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
4 c:\cygwin\bin\bash.exe buildRelease.sh win32 %QTDIR%