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:
Robin Dunn
2010-11-18 08:13:57 +00:00
parent bbbdae3651
commit 35fcd7e932

View File

@@ -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,