add enumobject.c to build machinery

This commit is contained in:
Andrew MacIntyre 2002-04-30 12:06:23 +00:00
parent af93c4c8d9
commit 63c9d50a84
1 changed files with 4 additions and 0 deletions

View File

@ -257,6 +257,9 @@ EXPORTS
"PyDict_Type"
"PyDictIter_Type"
; From python23_s.lib(enumobject)
"PyEnum_Type"
; From python23_s.lib(fileobject)
"PyFile_AsFile"
"PyFile_Name"
@ -536,6 +539,7 @@ EXPORTS
"PyUnicodeUCS2_Compare"
"PyUnicodeUCS2_Contains"
"PyUnicodeUCS2_Concat"
"_PyUnicode_XStrip"
"PyUnicodeUCS2_Replace"
"PyUnicodeUCS2_Split"
"PyUnicodeUCS2_Format"