changes to make building plugins possible; build wxSound SDL plugin on Unix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25458 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f93ca9fd7e
commit
c79241a238
9 changed files with 125 additions and 20 deletions
|
|
@ -43,6 +43,7 @@ EXTRALIBS = {
|
|||
'xml' : '$(EXTRALIBS_XML)',
|
||||
'html' : '$(EXTRALIBS_HTML)',
|
||||
'odbc' : '$(EXTRALIBS_ODBC)',
|
||||
'adv' : '$(PLUGIN_ADV_EXTRALIBS)',
|
||||
}
|
||||
|
||||
def mkLibName(wxid):
|
||||
|
|
@ -142,4 +143,4 @@ def headersOnly(files):
|
|||
|
||||
def makeDspDependency(lib):
|
||||
"""Returns suitable entry for <depends-on-dsp> for main libs."""
|
||||
return '%s:$(nativePaths(WXTOPDIR))build\msw\wx_%s.dsp' % (lib,lib)
|
||||
return '%s:$(nativePaths(WXTOPDIR))build\\msw\\wx_%s.dsp' % (lib,lib)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue