Removed debug output.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30208 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -384,10 +384,8 @@ arcFile2="${outimpFile}.lib"
|
|||||||
#create $dllFile as something matching 8.3 restrictions,
|
#create $dllFile as something matching 8.3 restrictions,
|
||||||
if [ -z $renameScript ] ; then
|
if [ -z $renameScript ] ; then
|
||||||
dllFile="$outFile"
|
dllFile="$outFile"
|
||||||
echo "using outFile as dllFile ($outFile)".
|
|
||||||
else
|
else
|
||||||
dllFile=`$renameScript $outimpFile`
|
dllFile=`$renameScript $outimpFile`
|
||||||
echo "modified $outimpFile to $dllFile"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $do_backup -ne 0 ] ; then
|
if [ $do_backup -ne 0 ] ; then
|
||||||
@@ -416,7 +414,6 @@ done
|
|||||||
rm -f $defFile
|
rm -f $defFile
|
||||||
echo "LIBRARY `basnam $dllFile` $library_flags" >> $defFile
|
echo "LIBRARY `basnam $dllFile` $library_flags" >> $defFile
|
||||||
dllFile="${dllFile}.dll"
|
dllFile="${dllFile}.dll"
|
||||||
echo "dllFile now $dllFile";
|
|
||||||
if [ ! -z $description ]; then
|
if [ ! -z $description ]; then
|
||||||
echo "DESCRIPTION \"${description}\"" >> $defFile
|
echo "DESCRIPTION \"${description}\"" >> $defFile
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user