mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bgen-generators now drop the python definition file straight in the
Lib:toolbox folder.
This commit is contained in:
parent
819fa1a794
commit
46d9e79de6
33 changed files with 114 additions and 29 deletions
|
@ -1,4 +1,4 @@
|
|||
# Generated from 'flap:CW8 Gold:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:Menus.h'
|
||||
# Generated from 'Sap:CW8 Gold:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:Menus.h'
|
||||
|
||||
f = Function(short, 'GetMBarHeight',
|
||||
)
|
||||
|
|
|
@ -3,11 +3,12 @@ import addpack
|
|||
addpack.addpack(':Tools:bgen:bgen')
|
||||
|
||||
from scantools import Scanner
|
||||
from bgenlocations import TOOLBOXDIR
|
||||
|
||||
def main():
|
||||
input = "Menus.h"
|
||||
output = "menugen.py"
|
||||
defsoutput = "Menus.py"
|
||||
defsoutput = TOOLBOXDIR + "Menus.py"
|
||||
scanner = MyScanner(input, output, defsoutput)
|
||||
scanner.scan()
|
||||
scanner.close()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue