Manually added HRHTMLRenderingLibAvailable.

Blacklist HRDisposeReference and call it in the dispose routine.
This commit is contained in:
Jack Jansen 2000-05-15 15:36:52 +00:00
parent 036194ceb4
commit d9c01a56a0
3 changed files with 23 additions and 3 deletions

View file

@ -14,7 +14,7 @@ OBJECT = "HRReference"
def main():
## input = LONG + ".h"
input = "Macintosh HD:SWdev:Jack:Universal:Interfaces:CIncludes:HTMLRendering.h"
input = "Macintosh HD:ufs:jack:SWdev:Universal:Interfaces:CIncludes:HTMLRendering.h"
output = SHORT + "gen.py"
defsoutput = TOOLBOXDIR + LONG + ".py"
scanner = MyScanner(input, output, defsoutput)
@ -38,6 +38,7 @@ class MyScanner(Scanner):
def makeblacklistnames(self):
return [
"HRDisposeReference",
]
def makeblacklisttypes(self):