Rather massive changes:

- Make the stuff run on Jack's machine (and hopefully all machines) in
  stead of Guido's only (addpack stuff)
- Use the Universal Headers in stead of the Think headers
- Fixed the test programs to use the new routine names
This commit is contained in:
Jack Jansen 1995-06-05 22:34:12 +00:00
parent f301dcac73
commit c7cfb95559
7 changed files with 165 additions and 359 deletions

View file

@ -7,7 +7,7 @@ can have (without having to rely on Apple's implementation).
"""
import addpack
addpack.addpack('Demo')
addpack.addpack('Tools')
addpack.addpack('bgen')
addpack.addpack('ae')
addpack.addpack('evt')