Changeset 391 for python/trunk/PC/os2emx/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/os2emx/Makefile
r2 r391 238 238 # Output file names 239 239 PYTHON_VER= 2.6 240 PYTHON_LIB= python2 6240 PYTHON_LIB= python27 241 241 PYTHON.LIB= $(PYTHON_LIB)_s$A 242 242 PYTHON.IMPLIB= $(PYTHON_LIB)$A … … 352 352 Python/getcompiler.c \ 353 353 Python/getcopyright.c \ 354 Python/getmtime.c \355 354 Python/getplatform.c \ 356 355 Python/getversion.c \ … … 364 363 Python/peephole.c \ 365 364 Python/pyarena.c \ 365 Python/pyctype.c \ 366 366 Python/pyfpe.c \ 367 367 Python/pymath.c \ … … 385 385 Objects/cellobject.c \ 386 386 Objects/classobject.c \ 387 Objects/capsule.c \ 387 388 Objects/cobject.c \ 388 389 Objects/codeobject.c \
Note:
See TracChangeset
for help on using the changeset viewer.