Modify build system files to use PlatWXcocoa.mm

A recent commit added the file src/stc/PlatWXcocoa.mm needed for wxSTC
with the cocoa port. This commit modifies the build system files to
use this new file when it is needed.
This commit is contained in:
New Pagodi
2019-03-20 00:12:41 -05:00
parent 66d340ae15
commit f2e1aa46fe
6 changed files with 42 additions and 9 deletions

View File

@@ -82,7 +82,7 @@ if (!$only_bkl) {
qa => [qw(QA)],
ribbon => [qw(RIBBON)],
richtext => [qw(RICHTEXT)],
stc => [qw(STC)],
stc => [qw(STC_CMN)],
webview => [qw(WEBVIEW_CMN WEBVIEW_MSW)],
xml => [qw(XML)],
xrc => [qw(XRC)],