From 36b5df11a5e8da6d40c7388b0b53343ee0d809c7 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 7 Feb 2016 14:41:59 +0100 Subject: [PATCH] Add AUI_MSW to AUI sources in upmake_script.pl too This new variable was added to the generated upmake in de96b0dae72e928d33bc40bc8bcb4f663d5f02e9 but not to the source script. --- build/upmake_script.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/upmake_script.pl b/build/upmake_script.pl index 5d09792207..75939c8407 100755 --- a/build/upmake_script.pl +++ b/build/upmake_script.pl @@ -66,7 +66,7 @@ if (!$only_bkl) { # containing the files that should appear in them. my %projects_vars = ( adv => [qw(ADVANCED_CMN ADVANCED_MSW ADVANCED_MSW_DESKTOP ADVANCED_MSW_NATIVE)], - aui => [qw(AUI_CMN)], + aui => [qw(AUI_CMN AUI_MSW)], base => [qw(BASE_CMN BASE_AND_GUI_CMN BASE_WIN32 BASE_AND_GUI_WIN32)], core => [qw(BASE_AND_GUI_CMN BASE_AND_GUI_WIN32 MSW_LOWLEVEL MSW_DESKTOP_LOWLEVEL MSW MSW_DESKTOP GUI_CMN)], gl => [qw(OPENGL_CMN OPENGL_MSW)],