Add AUI_MSW to AUI sources in upmake_script.pl too

This new variable was added to the generated upmake in
de96b0dae7 but not to the source script.
This commit is contained in:
Vadim Zeitlin 2016-02-07 14:41:59 +01:00
parent 3161c907a3
commit 36b5df11a5

View File

@ -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)],