]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/dllar.sh
1. set all wxUSE_XXXs to 0 in the generated setup.h.in
[wxWidgets.git] / src / os2 / dllar.sh
index 86e0fe3340ef558a8929a26de7db6ad9ebcfee5b..66e1e8096e973494ff6591740232806fa072445d 100644 (file)
@@ -384,10 +384,8 @@ arcFile2="${outimpFile}.lib"
 #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
@@ -407,7 +405,7 @@ for file in $inputFiles ; do
     *!)
         ;;
     *)
     *!)
         ;;
     *)
-        doCommand "emxexp -u $file >> $tmpdefFile"
+        doCommand "emxexp -u $file | grep -v weak$ >> $tmpdefFile || true"
         ;;
     esac
 done
         ;;
     esac
 done
@@ -416,7 +414,6 @@ done
 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