git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27384
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
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"
-if [ -n $description ]; then
+if [ ! -z $description ]; then
echo "DESCRIPTION \"${description}\"" >> $defFile
fi
echo "EXPORTS" >> $defFile
echo "DESCRIPTION \"${description}\"" >> $defFile
fi
echo "EXPORTS" >> $defFile