From 17865d5407ba2857567f51b6b4693f2502af7e52 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 12 Mar 2007 12:03:26 +0000 Subject: [PATCH] include wxUniv files in wxDFB distribution [backport from HEAD] git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- distrib/scripts/create_archives.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distrib/scripts/create_archives.sh b/distrib/scripts/create_archives.sh index 56e9d63f57..f62c122503 100755 --- a/distrib/scripts/create_archives.sh +++ b/distrib/scripts/create_archives.sh @@ -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