From 01078b2b22add4f3b5b1cabddd2acee1eeaaed5b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 12 Mar 2007 12:01:43 +0000 Subject: [PATCH] include wxUniv files in wxDFB distribution git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44780 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 1a11589f3f..9e5532234d 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 -- 2.45.2