]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed debug output.
authorStefan Neis <Stefan.Neis@t-online.de>
Sun, 31 Oct 2004 19:34:31 +0000 (19:34 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sun, 31 Oct 2004 19:34:31 +0000 (19:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30208 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/os2/dllar.sh

index 86e0fe3340ef558a8929a26de7db6ad9ebcfee5b..99463171d9c796a8216101740c9a49cb0b10d69a 100644 (file)
@@ -384,10 +384,8 @@ arcFile2="${outimpFile}.lib"
 #create $dllFile as something matching 8.3 restrictions,
 if [ -z $renameScript ] ; then
     dllFile="$outFile"
-    echo "using outFile as dllFile ($outFile)".
 else
     dllFile=`$renameScript $outimpFile`
-    echo "modified $outimpFile to $dllFile"
 fi
 
 if [ $do_backup -ne 0 ] ; then
@@ -416,7 +414,6 @@ done
 rm -f $defFile
 echo "LIBRARY `basnam $dllFile` $library_flags" >> $defFile
 dllFile="${dllFile}.dll"
-echo "dllFile now $dllFile";
 if [ ! -z $description ]; then
     echo "DESCRIPTION  \"${description}\"" >> $defFile
 fi