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/os2vacpp/makefile

    r2 r391  
    204204                  $(PATHOBJ)\StructModule.obj  \
    205205                  $(PATHOBJ)\TimeModule.obj    \
    206                   $(PATHOBJ)\ThreadModule.obj  \
    207                   $(PATHOBJ)\YUVConvert.obj
     206                  $(PATHOBJ)\ThreadModule.obj
    208207
    209208# Standalone Parser Generator Program (Shares Some of Python's Modules)
     
    11141113         $(PY_INCLUDE)\python.h $(PY_INCLUDE)\pythonrun.h $(PY_INCLUDE)\rangeobject.h \
    11151114         $(PY_INCLUDE)\sliceobject.h $(PY_INCLUDE)\stringobject.h \
    1116          $(PY_INCLUDE)\sysmodule.h $(PY_INCLUDE)\traceback.h $(PY_INCLUDE)\tupleobject.h \
    1117          $(PY_MODULES)\yuv.h
     1115         $(PY_INCLUDE)\sysmodule.h $(PY_INCLUDE)\traceback.h $(PY_INCLUDE)\tupleobject.h
    11181116
    11191117syslogmodule.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h \
     
    11981196         $(PY_INCLUDE)\sliceobject.h $(PY_INCLUDE)\stringobject.h \
    11991197         $(PY_INCLUDE)\sysmodule.h $(PY_INCLUDE)\traceback.h $(PY_INCLUDE)\tupleobject.h
    1200 
    1201 yuvconvert.obj: $(PY_MODULES)\yuv.h
    12021198
    12031199zlibmodule.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\classobject.h \
     
    16971693         $(PY_INCLUDE)\stringobject.h $(PY_INCLUDE)\sysmodule.h $(PY_INCLUDE)\traceback.h \
    16981694         $(PY_INCLUDE)\tupleobject.h
    1699 
    1700 getmtime.obj: pyconfig.h
    17011695
    17021696getplatform.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h \
Note: See TracChangeset for help on using the changeset viewer.