diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2000-12-12 21:53:48 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2000-12-12 21:53:48 (GMT) |
commit | 968c36d81b840a01f8e0fe92283dc9126f29c16c (patch) | |
tree | 0c74429cec8dc14f90a166c09d263ed20eb698a5 /Mac/scripts/genpluginprojects.py | |
parent | b5e4248f71136a3657f7709fc334cc546bcc7189 (diff) | |
download | cpython-968c36d81b840a01f8e0fe92283dc9126f29c16c.zip cpython-968c36d81b840a01f8e0fe92283dc9126f29c16c.tar.gz cpython-968c36d81b840a01f8e0fe92283dc9126f29c16c.tar.bz2 |
Qdoffs now exports GWorld new/convert, and Qt uses them.
Drag moved to core toolbox modules (Win uses it).
Diffstat (limited to 'Mac/scripts/genpluginprojects.py')
-rw-r--r-- | Mac/scripts/genpluginprojects.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mac/scripts/genpluginprojects.py b/Mac/scripts/genpluginprojects.py index 7351015..f10f28a 100644 --- a/Mac/scripts/genpluginprojects.py +++ b/Mac/scripts/genpluginprojects.py @@ -67,13 +67,13 @@ def genallprojects(): "CmpInstObj_New", "CmpInstObj_Convert", ]) - genpluginproject("Drag", libraries=["DragLib"]) genpluginproject("Fm") genpluginproject("Help") genpluginproject("Icn", libraries=["IconServicesLib"]) genpluginproject("List") - genpluginproject("Qt", libraries=["QuickTimeLib", "Cm.ppc.slb"], extradirs=["::Plugins"]) - genpluginproject("Qdoffs") + genpluginproject("Qt", libraries=["QuickTimeLib", "Cm.ppc.slb", "Qdoffs.ppc.slb"], extradirs=["::Plugins"]) + genpluginproject("Qdoffs", + extraexportsymbols=["GWorldObj_New", "GWorldObj_Convert"]) genpluginproject("Scrap") genpluginproject("Snd", libraries=["SoundLib"]) genpluginproject("Sndihooks", sources=[":snd:Sndihooks.c"]) |