Trying a workaround for bug in some of the unix-like shells available for OS/2.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -409,7 +409,7 @@ 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"
|
||||||
if [ -n $description ]; then
|
if [ ! -z $description ]; then
|
||||||
echo "DESCRIPTION \"${description}\"" >> $defFile
|
echo "DESCRIPTION \"${description}\"" >> $defFile
|
||||||
fi
|
fi
|
||||||
echo "EXPORTS" >> $defFile
|
echo "EXPORTS" >> $defFile
|
||||||
|
Reference in New Issue
Block a user