X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d5a547f391f7619b006ee0717b562826677bcd4a..28dfea7754424218398d2a7bd4e6bbbd253d7933:/src/os2/dllar.sh diff --git a/src/os2/dllar.sh b/src/os2/dllar.sh index 86e0fe3340..99463171d9 100644 --- a/src/os2/dllar.sh +++ b/src/os2/dllar.sh @@ -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