]> git.saurik.com Git - wxWidgets.git/commitdiff
include wxUniv files in wxDFB distribution
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Mar 2007 12:01:43 +0000 (12:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Mar 2007 12:01:43 +0000 (12:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44780 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/scripts/create_archives.sh

index 1a11589f3ff4742ad06d9fae33eae5b118aec263..9e5532234d4ff44f401c16a03a3c8a26cfa96f52 100755 (executable)
@@ -64,7 +64,7 @@ getfilelist(){
   fi
   
   if [ $port = "dfb" ] || [ $port = "all" ]; then
-    filelist="$filelist dfb.rsp" 
+    filelist="$filelist univ.rsp dfb.rsp" 
   fi
   
   if [ $port = "gtk" ] || [ $port = "all" ]; then