changeset 269:744234d7f997

Fixed little bug, where the executable extension detection for win32 to copy the by indent.exe needed dlls did not work. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@483 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Mon, 05 Nov 2007 19:55:23 +0000
parents ab4b8f1a87c1
children 027f6107053b
files buildWin32Release.sh
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/buildWin32Release.sh	Wed Oct 17 15:40:55 2007 +0000
+++ b/buildWin32Release.sh	Mon Nov 05 19:55:23 2007 +0000
@@ -18,7 +18,7 @@
 
 # Qt specific settings
 #QTDIR=/c/Programmierung/qt.4.3.0_gcc_static
-QTDIR=/f/Qt/qt.4.3.0_gpl_static
+QTDIR=/f/Qt/qt.4.3.2_gpl_static
 QMAKESPEC=win32-g++
 
 echo "Making some environment settings"
@@ -204,8 +204,8 @@
 echo "Copying the indenter executables and example file to the target data dir"
 echo "------------------------------------------------------------------------"
 indenters="astyle$ext astyle.html bcpp$ext bcpp.txt csstidy$ext gc.exe gc.txt htmltidy$ext htmltidy.html indent$ext indent.html uncrustify$ext uncrustify.txt example.cpp"
-if [ "$ext" = "exe" ]; then
-    indenters = $indenters + " libiconv-2.dll libintl-2.dll";
+if [ "$ext" = ".exe" ]; then
+    indenters="$indenters libiconv-2.dll libintl-2.dll"
 fi
 for i in $indenters
 do