mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
Merge pull request #1035 from RobinD42/fix-issue961
include wxpy_api.h
(cherry picked from commit 7300aa4718)
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user