Merge pull request #1035 from RobinD42/fix-issue961

include wxpy_api.h

(cherry picked from commit 7300aa4718)
This commit is contained in:
Robin Dunn
2018-10-12 12:13:36 +08:00
parent b6a38c1cb8
commit e9e3736fa0
25 changed files with 32 additions and 27 deletions

View File

@@ -111,7 +111,8 @@ class Configuration(object):
self.WXDIR = wxDir()
self.includes = [phoenixDir() + '/sip/siplib', # to get our version of sip.h
phoenixDir() + '/src', # for any hand-written headers
phoenixDir() + '/wx/include', # for the wxPython API
phoenixDir() + '/src', # for other hand-written headers
]
self.DOXY_XML_DIR = os.path.join(self.WXDIR, 'docs/doxygen/out/xml')