summaryrefslogtreecommitdiffstats
path: root/PC/os2vacpp/makefile
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-11-22 19:39:38 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-11-22 19:39:38 (GMT)
commit98adb5ca65624782918556a51c53fe9fbaf158a0 (patch)
tree04b0fb08088d2a9d5b2caa74901211a66a43c7d1 /PC/os2vacpp/makefile
parentf1dd4bcf39382d896677f73267f8be895ca1c7b5 (diff)
downloadcpython-98adb5ca65624782918556a51c53fe9fbaf158a0.zip
cpython-98adb5ca65624782918556a51c53fe9fbaf158a0.tar.gz
cpython-98adb5ca65624782918556a51c53fe9fbaf158a0.tar.bz2
yuvconvert.c is a part of the "sv" module, an old IRIX thing
and certainly not useful for any Windows build.
Diffstat (limited to 'PC/os2vacpp/makefile')
-rw-r--r--PC/os2vacpp/makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/PC/os2vacpp/makefile b/PC/os2vacpp/makefile
index f34047f..c75bec3 100644
--- a/PC/os2vacpp/makefile
+++ b/PC/os2vacpp/makefile
@@ -203,8 +203,7 @@ MODULES = \
$(PATHOBJ)\StropModule.obj \
$(PATHOBJ)\StructModule.obj \
$(PATHOBJ)\TimeModule.obj \
- $(PATHOBJ)\ThreadModule.obj \
- $(PATHOBJ)\YUVConvert.obj
+ $(PATHOBJ)\ThreadModule.obj
# Standalone Parser Generator Program (Shares Some of Python's Modules)
PGEN = \
@@ -1113,8 +1112,7 @@ svmodule.obj: $(PY_INCLUDE)\abstract.h $(OS2TCPIP)\Include\sys\time.h $(PY_INCLU
$(PY_INCLUDE)\pyerrors.h $(PY_INCLUDE)\pyfpe.h $(PY_INCLUDE)\pystate.h \
$(PY_INCLUDE)\python.h $(PY_INCLUDE)\pythonrun.h $(PY_INCLUDE)\rangeobject.h \
$(PY_INCLUDE)\sliceobject.h $(PY_INCLUDE)\stringobject.h \
- $(PY_INCLUDE)\sysmodule.h $(PY_INCLUDE)\traceback.h $(PY_INCLUDE)\tupleobject.h \
- $(PY_MODULES)\yuv.h
+ $(PY_INCLUDE)\sysmodule.h $(PY_INCLUDE)\traceback.h $(PY_INCLUDE)\tupleobject.h
syslogmodule.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h \
$(PY_INCLUDE)\classobject.h $(PY_INCLUDE)\cobject.h $(PY_INCLUDE)\complexobject.h \
@@ -1198,8 +1196,6 @@ xxmodule.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\class
$(PY_INCLUDE)\sliceobject.h $(PY_INCLUDE)\stringobject.h \
$(PY_INCLUDE)\sysmodule.h $(PY_INCLUDE)\traceback.h $(PY_INCLUDE)\tupleobject.h
-yuvconvert.obj: $(PY_MODULES)\yuv.h
-
zlibmodule.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\classobject.h \
$(PY_INCLUDE)\cobject.h $(PY_INCLUDE)\complexobject.h pyconfig.h \
$(PY_INCLUDE)\dictobject.h $(PY_INCLUDE)\fileobject.h $(PY_INCLUDE)\floatobject.h \