Also update richtext MSVS project from upmake

This project was accidentally omitted from the list of projects updated by
upmake, add it too now.
This commit is contained in:
Vadim Zeitlin
2015-01-25 01:25:13 +01:00
parent 4b12516d42
commit 2ee9e28fc2
2 changed files with 2 additions and 0 deletions

View File

@@ -1418,6 +1418,7 @@ if (!$only_bkl) {
propgrid => [qw(PROPGRID)], propgrid => [qw(PROPGRID)],
qa => [qw(QA)], qa => [qw(QA)],
ribbon => [qw(RIBBON)], ribbon => [qw(RIBBON)],
richtext => [qw(RICHTEXT)],
stc => [qw(STC)], stc => [qw(STC)],
webview => [qw(WEBVIEW_CMN WEBVIEW_MSW)], webview => [qw(WEBVIEW_CMN WEBVIEW_MSW)],
xml => [qw(XML)], xml => [qw(XML)],

View File

@@ -76,6 +76,7 @@ if (!$only_bkl) {
propgrid => [qw(PROPGRID)], propgrid => [qw(PROPGRID)],
qa => [qw(QA)], qa => [qw(QA)],
ribbon => [qw(RIBBON)], ribbon => [qw(RIBBON)],
richtext => [qw(RICHTEXT)],
stc => [qw(STC)], stc => [qw(STC)],
webview => [qw(WEBVIEW_CMN WEBVIEW_MSW)], webview => [qw(WEBVIEW_CMN WEBVIEW_MSW)],
xml => [qw(XML)], xml => [qw(XML)],