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:
@@ -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)],
|
||||
|
Reference in New Issue
Block a user