OSDN Git Service

Integrate generation of comTypes COM interfaces in to scons:
authorMichael Curran <mick@kulgan.net>
Mon, 15 Nov 2010 06:28:44 +0000 (16:28 +1000)
committerMichael Curran <mick@kulgan.net>
Mon, 15 Nov 2010 06:28:44 +0000 (16:28 +1000)
commitd42fed7cf66856fc600b8ea1a652b22cac7038cc
tree2890bd4e1ce6b0fd0028b144dcf5e36bf3cfd890
parentc1105b4c99f018278d73b926980117f88f884234
Integrate generation of comTypes COM interfaces in to scons:
*Rename source/generate.py to source/generateComInterfaces.py, as that is all this file does now.
*NVDA's root sconstruct: generate comtypes COM interfaces in source/comInterfaces with the help of generateComInterfaces.py.
*source/setup.py: no longer call generate.py.
sconstruct
source/generateComInterfaces.py [moved from source/generate.py with 95% similarity]
source/setup.py