yuvconvert.c is a part of the "sv" module, an old IRIX thing

and certainly not useful for any Windows build.
This commit is contained in:
Amaury Forgeot d'Arc 2008-11-22 19:39:38 +00:00
parent f1dd4bcf39
commit 98adb5ca65
6 changed files with 4 additions and 35 deletions

View File

@ -747,10 +747,6 @@ SOURCE=..\..\Modules\xxsubtype.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\yuvconvert.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\zipimport.c
# End Source File
# Begin Source File

View File

@ -820,9 +820,6 @@
<File
RelativePath="..\..\Modules\xxsubtype.c">
</File>
<File
RelativePath="..\..\Modules\yuvconvert.c">
</File>
<File
RelativePath="..\..\Modules\zipimport.c">
</File>

View File

@ -1170,14 +1170,6 @@
RelativePath="..\..\Modules\xxsubtype.c"
>
</File>
<File
RelativePath="..\..\Modules\yuv.h"
>
</File>
<File
RelativePath="..\..\Modules\yuvconvert.c"
>
</File>
<File
RelativePath="..\..\Modules\zipimport.c"
>

View File

@ -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 \

View File

@ -164,8 +164,7 @@ MODULES = \
StropModule.obj \
StructModule.obj \
TimeModule.obj \
ThreadModule.obj \
YUVConvert.obj
ThreadModule.obj
# Omitted Modules (and Description/Reason):
#
@ -803,8 +802,7 @@ svmodule.obj: abstract.h c:\mptn\include\sys\time.h ceval.h classobject.h \
intrcheck.h listobject.h longobject.h methodobject.h modsupport.h \
moduleobject.h mymalloc.h myproto.h object.h objimpl.h pydebug.h \
pyerrors.h pyfpe.h pystate.h python.h pythonrun.h rangeobject.h \
sliceobject.h stringobject.h sysmodule.h traceback.h tupleobject.h \
yuv.h
sliceobject.h stringobject.h sysmodule.h traceback.h tupleobject.h
syslogmodule.obj: abstract.h ceval.h classobject.h cobject.h \
complexobject.h pyconfig.h dictobject.h fileobject.h floatobject.h \
@ -854,8 +852,6 @@ xxmodule.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \
pythonrun.h rangeobject.h sliceobject.h stringobject.h sysmodule.h \
traceback.h tupleobject.h
yuvconvert.obj: yuv.h
zlibmodule.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \
pyconfig.h dictobject.h fileobject.h floatobject.h funcobject.h \
import.h intobject.h intrcheck.h listobject.h longobject.h \

View File

@ -1170,14 +1170,6 @@
RelativePath="..\Modules\xxsubtype.c"
>
</File>
<File
RelativePath="..\Modules\yuv.h"
>
</File>
<File
RelativePath="..\Modules\yuvconvert.c"
>
</File>
<File
RelativePath="..\Modules\zipimport.c"
>