Changeset 388 for python/vendor/current/Misc/BeOS-setup.py
- Timestamp:
- Mar 19, 2014, 11:11:30 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/vendor/current/Misc/BeOS-setup.py
r2 r388 196 196 # operator.add() and similar goodies 197 197 exts.append( Extension('operator', ['operator.c']) ) 198 # access to the built in codecs and codec registry198 # access to the built-in codecs and codec registry 199 199 exts.append( Extension('_codecs', ['_codecsmodule.c']) ) 200 200 # Python C API test module … … 357 357 358 358 # Unix-only modules 359 if platform not in ['mac', 'win32']:359 if platform == 'win32': 360 360 # Steen Lumholt's termios module 361 361 exts.append( Extension('termios', ['termios.c']) )
Note:
See TracChangeset
for help on using the changeset viewer.