Changeset 391 for python/trunk/PC/os2vacpp/makefile
- 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/PC/os2vacpp/makefile
r2 r391 204 204 $(PATHOBJ)\StructModule.obj \ 205 205 $(PATHOBJ)\TimeModule.obj \ 206 $(PATHOBJ)\ThreadModule.obj \ 207 $(PATHOBJ)\YUVConvert.obj 206 $(PATHOBJ)\ThreadModule.obj 208 207 209 208 # Standalone Parser Generator Program (Shares Some of Python's Modules) … … 1114 1113 $(PY_INCLUDE)\python.h $(PY_INCLUDE)\pythonrun.h $(PY_INCLUDE)\rangeobject.h \ 1115 1114 $(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 1118 1116 1119 1117 syslogmodule.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h \ … … 1198 1196 $(PY_INCLUDE)\sliceobject.h $(PY_INCLUDE)\stringobject.h \ 1199 1197 $(PY_INCLUDE)\sysmodule.h $(PY_INCLUDE)\traceback.h $(PY_INCLUDE)\tupleobject.h 1200 1201 yuvconvert.obj: $(PY_MODULES)\yuv.h1202 1198 1203 1199 zlibmodule.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\classobject.h \ … … 1697 1693 $(PY_INCLUDE)\stringobject.h $(PY_INCLUDE)\sysmodule.h $(PY_INCLUDE)\traceback.h \ 1698 1694 $(PY_INCLUDE)\tupleobject.h 1699 1700 getmtime.obj: pyconfig.h1701 1695 1702 1696 getplatform.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h \
Note:
See TracChangeset
for help on using the changeset viewer.