mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
Add etg scripts for the windowid, tracker, kbdstate, mousestate and event header files.
Other etg weaks and cleanups as needed. git-svn-id: https://svn.wxwidgets.org/svn/wx/sandbox/trunk/Phoenix@66191 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
16
setup.py
16
setup.py
@@ -1,12 +1,12 @@
|
|||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
# Name: setup.py
|
# Name: setup.py
|
||||||
# Purpose: Distutils build script for wxPython
|
# Purpose: Distutils build script for wxPython (phoenix)
|
||||||
#
|
#
|
||||||
# Author: Robin Dunn
|
# Author: Robin Dunn
|
||||||
#
|
#
|
||||||
# Created: 3-Nov-2010
|
# Created: 3-Nov-2010
|
||||||
# Copyright: (c) 2010 by Total Control Software
|
# Copyright: (c) 2010 by Total Control Software
|
||||||
# Licence: wxWindows license
|
# License: wxWindows License
|
||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
@@ -125,10 +125,20 @@ ext.append(
|
|||||||
|
|
||||||
ext.append(
|
ext.append(
|
||||||
Extension('_core', ['etg/_core.py',
|
Extension('_core', ['etg/_core.py',
|
||||||
|
'etg/windowid.py',
|
||||||
'etg/object.py',
|
'etg/object.py',
|
||||||
|
|
||||||
|
'etg/kbdstate.py',
|
||||||
|
'etg/mousestate.py',
|
||||||
|
'etg/tracker.py',
|
||||||
|
'etg/event.py',
|
||||||
|
|
||||||
'etg/gdicmn.py',
|
'etg/gdicmn.py',
|
||||||
'etg/geometry.py',
|
'etg/geometry.py',
|
||||||
],
|
] + rc_file,
|
||||||
|
depends = [ 'src/string.sip',
|
||||||
|
'src/clntdata.sip',
|
||||||
|
],
|
||||||
include_dirs = cfg.includes,
|
include_dirs = cfg.includes,
|
||||||
define_macros = cfg.defines,
|
define_macros = cfg.defines,
|
||||||
library_dirs = cfg.libdirs,
|
library_dirs = cfg.libdirs,
|
||||||
|
|||||||
Reference in New Issue
Block a user