Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/PC/os2emx/Makefile

    r2 r391  
    238238# Output file names
    239239PYTHON_VER=     2.6
    240 PYTHON_LIB=     python26
     240PYTHON_LIB=     python27
    241241PYTHON.LIB=     $(PYTHON_LIB)_s$A
    242242PYTHON.IMPLIB=  $(PYTHON_LIB)$A
     
    352352                Python/getcompiler.c \
    353353                Python/getcopyright.c \
    354                 Python/getmtime.c \
    355354                Python/getplatform.c \
    356355                Python/getversion.c \
     
    364363                Python/peephole.c \
    365364                Python/pyarena.c \
     365                Python/pyctype.c \
    366366                Python/pyfpe.c \
    367367                Python/pymath.c \
     
    385385                Objects/cellobject.c \
    386386                Objects/classobject.c \
     387                Objects/capsule.c \
    387388                Objects/cobject.c \
    388389                Objects/codeobject.c \
Note: See TracChangeset for help on using the changeset viewer.