[svn] / trunk / xvidcore / build / win32 / libxvidcore_static.dsp Repository:
ViewVC logotype

Diff of /trunk/xvidcore/build/win32/libxvidcore_static.dsp

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

revision 1435, Fri Apr 16 09:09:33 2004 UTC revision 1493, Thu Jul 15 10:09:30 2004 UTC
# Line 521  Line 521 
521  !IF  "$(CFG)" == "libxvidcore_static - Win32 Release"  !IF  "$(CFG)" == "libxvidcore_static - Win32 Release"
522    
523  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
524  InputDir=\xvid\xvidcore-CVSHEAD\src\image\x86_asm  InputDir=..\..\src\image\x86_asm
525  IntDir=.\Release  IntDir=.\Release
526  InputPath=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm
527  InputName=colorspace_rgb_mmx  InputName=colorspace_rgb_mmx
# Line 534  Line 534 
534  !ELSEIF  "$(CFG)" == "libxvidcore_static - Win32 Debug"  !ELSEIF  "$(CFG)" == "libxvidcore_static - Win32 Debug"
535    
536  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
537  InputDir=\xvid\xvidcore-CVSHEAD\src\image\x86_asm  InputDir=..\..\src\image\x86_asm
538  IntDir=.\Debug  IntDir=.\Debug
539  InputPath=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm
540  InputName=colorspace_rgb_mmx  InputName=colorspace_rgb_mmx
# Line 554  Line 554 
554  !IF  "$(CFG)" == "libxvidcore_static - Win32 Release"  !IF  "$(CFG)" == "libxvidcore_static - Win32 Release"
555    
556  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
557  InputDir=\xvid\xvidcore-CVSHEAD\src\image\x86_asm  InputDir=..\..\src\image\x86_asm
558  IntDir=.\Release  IntDir=.\Release
559  InputPath=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm
560  InputName=colorspace_yuv_mmx  InputName=colorspace_yuv_mmx
# Line 567  Line 567 
567  !ELSEIF  "$(CFG)" == "libxvidcore_static - Win32 Debug"  !ELSEIF  "$(CFG)" == "libxvidcore_static - Win32 Debug"
568    
569  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
570  InputDir=\xvid\xvidcore-CVSHEAD\src\image\x86_asm  InputDir=..\..\src\image\x86_asm
571  IntDir=.\Debug  IntDir=.\Debug
572  InputPath=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm
573  InputName=colorspace_yuv_mmx  InputName=colorspace_yuv_mmx
# Line 587  Line 587 
587  !IF  "$(CFG)" == "libxvidcore_static - Win32 Release"  !IF  "$(CFG)" == "libxvidcore_static - Win32 Release"
588    
589  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
590  InputDir=\xvid\xvidcore-CVSHEAD\src\image\x86_asm  InputDir=..\..\src\image\x86_asm
591  IntDir=.\Release  IntDir=.\Release
592  InputPath=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm
593  InputName=colorspace_yuyv_mmx  InputName=colorspace_yuyv_mmx
# Line 600  Line 600 
600  !ELSEIF  "$(CFG)" == "libxvidcore_static - Win32 Debug"  !ELSEIF  "$(CFG)" == "libxvidcore_static - Win32 Debug"
601    
602  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
603  InputDir=\xvid\xvidcore-CVSHEAD\src\image\x86_asm  InputDir=..\..\src\image\x86_asm
604  IntDir=.\Debug  IntDir=.\Debug
605  InputPath=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm
606  InputName=colorspace_yuyv_mmx  InputName=colorspace_yuyv_mmx
# Line 770  Line 770 
770  # End Source File  # End Source File
771  # Begin Source File  # Begin Source File
772    
773    SOURCE=..\..\src\image\x86_asm\postprocessing_sse2.asm
774    
775    !IF  "$(CFG)" == "libxvidcore_static - Win32 Release"
776    
777    # Begin Custom Build - Assembling $(InputPath)
778    IntDir=.\Release
779    InputPath=..\..\src\image\x86_asm\postprocessing_sse2.asm
780    InputName=postprocessing_sse2
781    
782    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
783            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
784    
785    # End Custom Build
786    
787    !ELSEIF  "$(CFG)" == "libxvidcore_static - Win32 Debug"
788    
789    # Begin Custom Build - Assembling $(InputPath)
790    IntDir=.\Debug
791    InputPath=..\..\src\image\x86_asm\postprocessing_sse2.asm
792    InputName=postprocessing_sse2
793    
794    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
795            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
796    
797    # End Custom Build
798    
799    !ENDIF
800    
801    # End Source File
802    # Begin Source File
803    
804  SOURCE=..\..\src\image\x86_asm\qpel_mmx.asm  SOURCE=..\..\src\image\x86_asm\qpel_mmx.asm
805    
806  !IF  "$(CFG)" == "libxvidcore_static - Win32 Release"  !IF  "$(CFG)" == "libxvidcore_static - Win32 Release"

Legend:
Removed from v.1435  
changed lines
  Added in v.1493

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