Changeset 391 for python/trunk/Misc/BeOS-setup.py
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Misc/BeOS-setup.py
r2 r391 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.