git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30208
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#create $dllFile as something matching 8.3 restrictions,
if [ -z $renameScript ] ; then
dllFile="$outFile"
#create $dllFile as something matching 8.3 restrictions,
if [ -z $renameScript ] ; then
dllFile="$outFile"
- echo "using outFile as dllFile ($outFile)".
else
dllFile=`$renameScript $outimpFile`
else
dllFile=`$renameScript $outimpFile`
- echo "modified $outimpFile to $dllFile"
fi
if [ $do_backup -ne 0 ] ; then
fi
if [ $do_backup -ne 0 ] ; then
rm -f $defFile
echo "LIBRARY `basnam $dllFile` $library_flags" >> $defFile
dllFile="${dllFile}.dll"
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
if [ ! -z $description ]; then
echo "DESCRIPTION \"${description}\"" >> $defFile
fi