]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/scripts/create_archives.sh
avoid duplicated empty help menu in localized applications (patch 1600747)
[wxWidgets.git] / distrib / scripts / create_archives.sh
index 56e9d63f576e11a7743e19f51e9677a5612cf4d4..9e5532234d4ff44f401c16a03a3c8a26cfa96f52 100755 (executable)
@@ -41,7 +41,7 @@ getfilelist(){
   filelist="base.rsp"
   contribfiles="stc.rsp contrib.rsp ogl.rsp"
   utilsfiles="tex2rtf.rsp utils.rsp utilmake.rsp"
-  commonfiles="generic.rsp jpeg.rsp tiff.rsp xml.rsp deprecated.rsp makefile.rsp $utilsfiles $contribfiles"
+  commonfiles="generic.rsp generic_samples.rsp jpeg.rsp tiff.rsp xml.rsp deprecated.rsp makefile.rsp $utilsfiles $contribfiles"
 
   if [ ! $port = "base" ]; then
     filelist="$filelist $commonfiles"
@@ -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