[svn] / branches / dev-api-4 / xvidcore / build / win32 / libxvidcore.dsp Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/build/win32/libxvidcore.dsp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1093, Thu Jul 24 09:06:16 2003 UTC revision 1125, Fri Aug 22 15:52:35 2003 UTC
# Line 469  Line 469 
469  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
470    
471  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
472  InputDir=\xvid\xvidcore\src\image\x86_asm  InputDir=\xvid\xvidcore_dev_api_4\src\image\x86_asm
473  IntDir=.\Release  IntDir=.\Release
474  InputPath=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm
475  InputName=colorspace_rgb_mmx  InputName=colorspace_rgb_mmx
# Line 482  Line 482 
482  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
483    
484  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
485  InputDir=\xvid\xvidcore\src\image\x86_asm  InputDir=\xvid\xvidcore_dev_api_4\src\image\x86_asm
486  IntDir=.\Debug  IntDir=.\Debug
487  InputPath=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm
488  InputName=colorspace_rgb_mmx  InputName=colorspace_rgb_mmx
# Line 502  Line 502 
502  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
503    
504  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
505  InputDir=\xvid\xvidcore\src\image\x86_asm  InputDir=\xvid\xvidcore_dev_api_4\src\image\x86_asm
506  IntDir=.\Release  IntDir=.\Release
507  InputPath=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm
508  InputName=colorspace_yuv_mmx  InputName=colorspace_yuv_mmx
# Line 515  Line 515 
515  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
516    
517  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
518  InputDir=\xvid\xvidcore\src\image\x86_asm  InputDir=\xvid\xvidcore_dev_api_4\src\image\x86_asm
519  IntDir=.\Debug  IntDir=.\Debug
520  InputPath=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm
521  InputName=colorspace_yuv_mmx  InputName=colorspace_yuv_mmx
# Line 535  Line 535 
535  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
536    
537  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
538  InputDir=\xvid\xvidcore\src\image\x86_asm  InputDir=\xvid\xvidcore_dev_api_4\src\image\x86_asm
539  IntDir=.\Release  IntDir=.\Release
540  InputPath=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm
541  InputName=colorspace_yuyv_mmx  InputName=colorspace_yuyv_mmx
# Line 548  Line 548 
548  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
549    
550  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
551  InputDir=\xvid\xvidcore\src\image\x86_asm  InputDir=\xvid\xvidcore_dev_api_4\src\image\x86_asm
552  IntDir=.\Debug  IntDir=.\Debug
553  InputPath=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm
554  InputName=colorspace_yuyv_mmx  InputName=colorspace_yuyv_mmx
# Line 687  Line 687 
687  # End Source File  # End Source File
688  # Begin Source File  # Begin Source File
689    
690    SOURCE=..\..\src\image\x86_asm\qpel_mmx.asm
691    
692    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
693    
694    # Begin Custom Build - Assembling $(InputPath)
695    IntDir=.\Release
696    InputPath=..\..\src\image\x86_asm\qpel_mmx.asm
697    InputName=qpel_mmx
698    
699    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
700            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
701    
702    # End Custom Build
703    
704    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
705    
706    # Begin Custom Build - Assembling $(InputPath)
707    IntDir=.\Debug
708    InputPath=..\..\src\image\x86_asm\qpel_mmx.asm
709    InputName=qpel_mmx
710    
711    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
712            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
713    
714    # End Custom Build
715    
716    !ENDIF
717    
718    # End Source File
719    # Begin Source File
720    
721  SOURCE=..\..\src\image\x86_asm\reduced_mmx.asm  SOURCE=..\..\src\image\x86_asm\reduced_mmx.asm
722    
723  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
# Line 738  Line 769 
769  # End Source File  # End Source File
770  # Begin Source File  # Begin Source File
771    
772    SOURCE=..\..\src\image\qpel.h
773    # End Source File
774    # Begin Source File
775    
776  SOURCE=..\..\src\image\reduced.h  SOURCE=..\..\src\image\reduced.h
777  # End Source File  # End Source File
778  # End Group  # End Group
# Line 759  Line 794 
794  # End Source File  # End Source File
795  # Begin Source File  # Begin Source File
796    
797    SOURCE=..\..\src\image\qpel.c
798    # End Source File
799    # Begin Source File
800    
801  SOURCE=..\..\src\image\reduced.c  SOURCE=..\..\src\image\reduced.c
802  # End Source File  # End Source File
803  # End Group  # End Group

Legend:
Removed from v.1093  
changed lines
  Added in v.1125

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4