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

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

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

revision 68, Mon Mar 25 20:01:54 2002 UTC revision 295, Fri Jul 12 12:26:55 2002 UTC
# Line 19  Line 19 
19  !MESSAGE  !MESSAGE
20  !MESSAGE "core - Win32 Release" (based on "Win32 (x86) Static Library")  !MESSAGE "core - Win32 Release" (based on "Win32 (x86) Static Library")
21  !MESSAGE "core - Win32 Debug" (based on "Win32 (x86) Static Library")  !MESSAGE "core - Win32 Debug" (based on "Win32 (x86) Static Library")
22    !MESSAGE "core - Win32 Release _SMP" (based on "Win32 (x86) Static Library")
23  !MESSAGE  !MESSAGE
24    
25  # Begin Project  # Begin Project
# Line 64  Line 65 
65  # PROP Intermediate_Dir "Debug"  # PROP Intermediate_Dir "Debug"
66  # PROP Target_Dir ""  # PROP Target_Dir ""
67  # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c  # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
68  # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "ARCH_X86" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c  # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "ARCH_X86" /D "WIN32" /D "_MBCS" /D "_LIB" /D "BFRAMES" /FR /YX /FD /GZ /c
69  # ADD BASE RSC /l 0xc09 /d "_DEBUG"  # ADD BASE RSC /l 0xc09 /d "_DEBUG"
70  # ADD RSC /l 0xc09 /d "_DEBUG"  # ADD RSC /l 0xc09 /d "_DEBUG"
71  BSC32=bscmake.exe  BSC32=bscmake.exe
# Line 74  Line 75 
75  # ADD BASE LIB32 /nologo  # ADD BASE LIB32 /nologo
76  # ADD LIB32 /nologo /out:"bin\core.lib"  # ADD LIB32 /nologo /out:"bin\core.lib"
77    
78    !ELSEIF  "$(CFG)" == "core - Win32 Release _SMP"
79    
80    # PROP BASE Use_MFC 0
81    # PROP BASE Use_Debug_Libraries 0
82    # PROP BASE Output_Dir "core___Win32_Release__SMP"
83    # PROP BASE Intermediate_Dir "core___Win32_Release__SMP"
84    # PROP BASE Target_Dir ""
85    # PROP Use_MFC 0
86    # PROP Use_Debug_Libraries 0
87    # PROP Output_Dir "Release_SMP"
88    # PROP Intermediate_Dir "Release_SMP"
89    # PROP Target_Dir ""
90    # ADD BASE CPP /nologo /W3 /GX /O2 /Ob2 /D "NDEBUG" /D "ARCH_X86" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /FD /c
91    # ADD CPP /nologo /W3 /GX /O2 /Ob2 /D "NDEBUG" /D "ARCH_X86" /D "WIN32" /D "_MBCS" /D "_LIB" /D "_SMP" /YX /FD /c
92    # ADD BASE RSC /l 0xc09 /d "NDEBUG"
93    # ADD RSC /l 0xc09 /d "NDEBUG"
94    BSC32=bscmake.exe
95    # ADD BASE BSC32 /nologo
96    # ADD BSC32 /nologo
97    LIB32=link.exe -lib
98    # ADD BASE LIB32 /nologo /out:"bin\core.lib"
99    # ADD LIB32 /nologo /out:"bin\core.lib"
100    
101  !ENDIF  !ENDIF
102    
103  # Begin Target  # Begin Target
104    
105  # Name "core - Win32 Release"  # Name "core - Win32 Release"
106  # Name "core - Win32 Debug"  # Name "core - Win32 Debug"
107    # Name "core - Win32 Release _SMP"
108  # Begin Group "docs"  # Begin Group "docs"
109    
110  # PROP Default_Filter ""  # PROP Default_Filter ""
# Line 89  Line 114 
114  # End Source File  # End Source File
115  # Begin Source File  # Begin Source File
116    
117    SOURCE=..\..\CodingStyle
118    # End Source File
119    # Begin Source File
120    
121  SOURCE=..\..\gpl.txt  SOURCE=..\..\gpl.txt
122  # End Source File  # End Source File
123  # Begin Source File  # Begin Source File
# Line 130  Line 159 
159    
160  # End Custom Build  # End Custom Build
161    
162    !ELSEIF  "$(CFG)" == "core - Win32 Release _SMP"
163    
164    # Begin Custom Build - Assembling $(InputPath)
165    IntDir=.\Release_SMP
166    InputPath=..\..\src\bitstream\x86_asm\cbp_mmx.asm
167    InputName=cbp_mmx
168    
169    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
170            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
171    
172    # End Custom Build
173    
174    !ENDIF
175    
176    # End Source File
177    # Begin Source File
178    
179    SOURCE=..\..\src\bitstream\x86_asm\cbp_sse2.asm
180    
181    !IF  "$(CFG)" == "core - Win32 Release"
182    
183    # Begin Custom Build - Assembling $(InputPath)
184    IntDir=.\Release
185    InputPath=..\..\src\bitstream\x86_asm\cbp_sse2.asm
186    InputName=cbp_sse2
187    
188    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
189            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
190    
191    # End Custom Build
192    
193    !ELSEIF  "$(CFG)" == "core - Win32 Debug"
194    
195    # Begin Custom Build - Assembling $(InputPath)
196    IntDir=.\Debug
197    InputPath=..\..\src\bitstream\x86_asm\cbp_sse2.asm
198    InputName=cbp_sse2
199    
200    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
201            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
202    
203    # End Custom Build
204    
205    !ELSEIF  "$(CFG)" == "core - Win32 Release _SMP"
206    
207    # Begin Custom Build - Assembling $(InputPath)
208    IntDir=.\Release_SMP
209    InputPath=..\..\src\bitstream\x86_asm\cbp_sse2.asm
210    InputName=cbp_sse2
211    
212    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
213            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
214    
215    # End Custom Build
216    
217  !ENDIF  !ENDIF
218    
219  # End Source File  # End Source File
# Line 205  Line 289 
289    
290  # End Custom Build  # End Custom Build
291    
292    !ELSEIF  "$(CFG)" == "core - Win32 Release _SMP"
293    
294    # Begin Custom Build - Assembling $(InputPath)
295    IntDir=.\Release_SMP
296    InputPath=..\..\src\dct\x86_asm\fdct_mmx.asm
297    InputName=fdct_mmx
298    
299    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
300            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
301    
302    # End Custom Build
303    
304  !ENDIF  !ENDIF
305    
306  # End Source File  # End Source File
# Line 236  Line 332 
332    
333  # End Custom Build  # End Custom Build
334    
335    !ELSEIF  "$(CFG)" == "core - Win32 Release _SMP"
336    
337    # Begin Custom Build - Assembling $(InputPath)
338    IntDir=.\Release_SMP
339    InputPath=..\..\src\dct\x86_asm\idct_mmx.asm
340    InputName=idct_mmx
341    
342    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
343            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
344    
345    # End Custom Build
346    
347  !ENDIF  !ENDIF
348    
349  # End Source File  # End Source File
# Line 269  Line 377 
377  # PROP Default_Filter ""  # PROP Default_Filter ""
378  # Begin Source File  # Begin Source File
379    
380    SOURCE=..\..\src\image\x86_asm\interpolate8x8_3dn.asm
381    
382    !IF  "$(CFG)" == "core - Win32 Release"
383    
384    # Begin Custom Build - Assembling $(InputPath)
385    IntDir=.\Release
386    InputPath=..\..\src\image\x86_asm\interpolate8x8_3dn.asm
387    InputName=interpolate8x8_3dn
388    
389    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
390            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
391    
392    # End Custom Build
393    
394    !ELSEIF  "$(CFG)" == "core - Win32 Debug"
395    
396    # Begin Custom Build - Assembling $(InputPath)
397    IntDir=.\Debug
398    InputPath=..\..\src\image\x86_asm\interpolate8x8_3dn.asm
399    InputName=interpolate8x8_3dn
400    
401    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
402            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
403    
404    # End Custom Build
405    
406    !ELSEIF  "$(CFG)" == "core - Win32 Release _SMP"
407    
408    # Begin Custom Build - Assembling $(InputPath)
409    IntDir=.\Release_SMP
410    InputPath=..\..\src\image\x86_asm\interpolate8x8_3dn.asm
411    InputName=interpolate8x8_3dn
412    
413    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
414            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
415    
416    # End Custom Build
417    
418    !ENDIF
419    
420    # End Source File
421    # Begin Source File
422    
423  SOURCE=..\..\src\image\x86_asm\interpolate8x8_mmx.asm  SOURCE=..\..\src\image\x86_asm\interpolate8x8_mmx.asm
424    
425  !IF  "$(CFG)" == "core - Win32 Release"  !IF  "$(CFG)" == "core - Win32 Release"
# Line 295  Line 446 
446    
447  # End Custom Build  # End Custom Build
448    
449    !ELSEIF  "$(CFG)" == "core - Win32 Release _SMP"
450    
451    # Begin Custom Build - Assembling $(InputPath)
452    IntDir=.\Release_SMP
453    InputPath=..\..\src\image\x86_asm\interpolate8x8_mmx.asm
454    InputName=interpolate8x8_mmx
455    
456    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
457            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
458    
459    # End Custom Build
460    
461    !ENDIF
462    
463    # End Source File
464    # Begin Source File
465    
466    SOURCE=..\..\src\image\x86_asm\interpolate8x8_xmm.asm
467    
468    !IF  "$(CFG)" == "core - Win32 Release"
469    
470    # Begin Custom Build - Assembling $(InputPath)
471    IntDir=.\Release
472    InputPath=..\..\src\image\x86_asm\interpolate8x8_xmm.asm
473    InputName=interpolate8x8_xmm
474    
475    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
476            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
477    
478    # End Custom Build
479    
480    !ELSEIF  "$(CFG)" == "core - Win32 Debug"
481    
482    # Begin Custom Build - Assembling $(InputPath)
483    IntDir=.\Debug
484    InputPath=..\..\src\image\x86_asm\interpolate8x8_xmm.asm
485    InputName=interpolate8x8_xmm
486    
487    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
488            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
489    
490    # End Custom Build
491    
492    !ELSEIF  "$(CFG)" == "core - Win32 Release _SMP"
493    
494    # Begin Custom Build - Assembling $(InputPath)
495    IntDir=.\Release_SMP
496    InputPath=..\..\src\image\x86_asm\interpolate8x8_xmm.asm
497    InputName=interpolate8x8_xmm
498    
499    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
500            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
501    
502    # End Custom Build
503    
504  !ENDIF  !ENDIF
505    
506  # End Source File  # End Source File
# Line 326  Line 532 
532    
533  # End Custom Build  # End Custom Build
534    
535    !ELSEIF  "$(CFG)" == "core - Win32 Release _SMP"
536    
537    # Begin Custom Build - Assembling $(InputPath)
538    IntDir=.\Release_SMP
539    InputPath=..\..\src\image\x86_asm\rgb_to_yv12_mmx.asm
540    InputName=rgb_to_yv12_mmx
541    
542    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
543            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
544    
545    # End Custom Build
546    
547  !ENDIF  !ENDIF
548    
549  # End Source File  # End Source File
# Line 357  Line 575 
575    
576  # End Custom Build  # End Custom Build
577    
578    !ELSEIF  "$(CFG)" == "core - Win32 Release _SMP"
579    
580    # Begin Custom Build - Assembling $(InputPath)
581    IntDir=.\Release_SMP
582    InputPath=..\..\src\image\x86_asm\yuv_to_yv12_mmx.asm
583    InputName=yuv_to_yv12_mmx
584    
585    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
586            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
587    
588    # End Custom Build
589    
590  !ENDIF  !ENDIF
591    
592  # End Source File  # End Source File
# Line 388  Line 618 
618    
619  # End Custom Build  # End Custom Build
620    
621    !ELSEIF  "$(CFG)" == "core - Win32 Release _SMP"
622    
623    # Begin Custom Build - Assembling $(InputPath)
624    IntDir=.\Release_SMP
625    InputPath=..\..\src\image\x86_asm\yuyv_to_yv12_mmx.asm
626    InputName=yuyv_to_yv12_mmx
627    
628    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
629            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
630    
631    # End Custom Build
632    
633  !ENDIF  !ENDIF
634    
635  # End Source File  # End Source File
# Line 419  Line 661 
661    
662  # End Custom Build  # End Custom Build
663    
664    !ELSEIF  "$(CFG)" == "core - Win32 Release _SMP"
665    
666    # Begin Custom Build - Assembling $(InputPath)
667    IntDir=.\Release_SMP
668    InputPath=..\..\src\image\x86_asm\yv12_to_rgb24_mmx.asm
669    InputName=yv12_to_rgb24_mmx
670    
671    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
672            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
673    
674    # End Custom Build
675    
676  !ENDIF  !ENDIF
677    
678  # End Source File  # End Source File
# Line 450  Line 704 
704    
705  # End Custom Build  # End Custom Build
706    
707    !ELSEIF  "$(CFG)" == "core - Win32 Release _SMP"
708    
709    # Begin Custom Build - Assembling $(InputPath)
710    IntDir=.\Release_SMP
711    InputPath=..\..\src\image\x86_asm\yv12_to_rgb32_mmx.asm
712    InputName=yv12_to_rgb32_mmx
713    
714    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
715            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
716    
717    # End Custom Build
718    
719  !ENDIF  !ENDIF
720    
721  # End Source File  # End Source File
# Line 481  Line 747 
747    
748  # End Custom Build  # End Custom Build
749    
750    !ELSEIF  "$(CFG)" == "core - Win32 Release _SMP"
751    
752    # Begin Custom Build - Assembling $(InputPath)
753    IntDir=.\Release_SMP
754    InputPath=..\..\src\image\x86_asm\yv12_to_yuyv_mmx.asm
755    InputName=yv12_to_yuyv_mmx
756    
757    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
758            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
759    
760    # End Custom Build
761    
762  !ENDIF  !ENDIF
763    
764  # End Source File  # End Source File
# Line 494  Line 772 
772  # End Source File  # End Source File
773  # Begin Source File  # Begin Source File
774    
775    SOURCE=..\..\src\image\font.h
776    # End Source File
777    # Begin Source File
778    
779  SOURCE=..\..\src\image\image.h  SOURCE=..\..\src\image\image.h
780  # End Source File  # End Source File
781  # Begin Source File  # Begin Source File
# Line 507  Line 789 
789  # End Source File  # End Source File
790  # Begin Source File  # Begin Source File
791    
792    SOURCE=..\..\src\image\font.c
793    # End Source File
794    # Begin Source File
795    
796  SOURCE=..\..\src\image\image.c  SOURCE=..\..\src\image\image.c
797  # End Source File  # End Source File
798  # Begin Source File  # Begin Source File
# Line 548  Line 834 
834    
835  # End Custom Build  # End Custom Build
836    
837    !ELSEIF  "$(CFG)" == "core - Win32 Release _SMP"
838    
839    # Begin Custom Build - Assembling $(InputPath)
840    IntDir=.\Release_SMP
841    InputPath=..\..\src\motion\x86_asm\sad_mmx.asm
842    InputName=sad_mmx
843    
844    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
845            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
846    
847    # End Custom Build
848    
849    !ENDIF
850    
851    # End Source File
852    # Begin Source File
853    
854    SOURCE=..\..\src\motion\x86_asm\sad_sse2.asm
855    
856    !IF  "$(CFG)" == "core - Win32 Release"
857    
858    # Begin Custom Build - Assembling $(InputPath)
859    IntDir=.\Release
860    InputPath=..\..\src\motion\x86_asm\sad_sse2.asm
861    InputName=sad_sse2
862    
863    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
864            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
865    
866    # End Custom Build
867    
868    !ELSEIF  "$(CFG)" == "core - Win32 Debug"
869    
870    # Begin Custom Build - Assembling $(InputPath)
871    IntDir=.\Debug
872    InputPath=..\..\src\motion\x86_asm\sad_sse2.asm
873    InputName=sad_sse2
874    
875    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
876            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
877    
878    # End Custom Build
879    
880    !ELSEIF  "$(CFG)" == "core - Win32 Release _SMP"
881    
882    # Begin Custom Build - Assembling $(InputPath)
883    IntDir=.\Release_SMP
884    InputPath=..\..\src\motion\x86_asm\sad_sse2.asm
885    InputName=sad_sse2
886    
887    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
888            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
889    
890    # End Custom Build
891    
892    !ENDIF
893    
894    # End Source File
895    # Begin Source File
896    
897    SOURCE=..\..\src\motion\x86_asm\sad_xmm.asm
898    
899    !IF  "$(CFG)" == "core - Win32 Release"
900    
901    # Begin Custom Build - Assembling $(InputPath)
902    IntDir=.\Release
903    InputPath=..\..\src\motion\x86_asm\sad_xmm.asm
904    InputName=sad_xmm
905    
906    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
907            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
908    
909    # End Custom Build
910    
911    !ELSEIF  "$(CFG)" == "core - Win32 Debug"
912    
913    # Begin Custom Build - Assembling $(InputPath)
914    IntDir=.\Debug
915    InputPath=..\..\src\motion\x86_asm\sad_xmm.asm
916    InputName=sad_xmm
917    
918    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
919            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
920    
921    # End Custom Build
922    
923    !ELSEIF  "$(CFG)" == "core - Win32 Release _SMP"
924    
925    # Begin Custom Build - Assembling $(InputPath)
926    IntDir=.\Release_SMP
927    InputPath=..\..\src\motion\x86_asm\sad_xmm.asm
928    InputName=sad_xmm
929    
930    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
931            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
932    
933    # End Custom Build
934    
935  !ENDIF  !ENDIF
936    
937  # End Source File  # End Source File
# Line 557  Line 941 
941  # PROP Default_Filter ""  # PROP Default_Filter ""
942  # Begin Source File  # Begin Source File
943    
944    SOURCE=..\..\src\motion\motion.h
945    # End Source File
946    # Begin Source File
947    
948  SOURCE=..\..\src\motion\sad.h  SOURCE=..\..\src\motion\sad.h
949  # End Source File  # End Source File
950    # Begin Source File
951    
952    SOURCE=..\..\src\motion\smp_motion_est.h
953    # End Source File
954  # End Group  # End Group
955  # Begin Source File  # Begin Source File
956    
# Line 572  Line 964 
964    
965  SOURCE=..\..\src\motion\sad.c  SOURCE=..\..\src\motion\sad.c
966  # End Source File  # End Source File
967    # Begin Source File
968    
969    SOURCE=..\..\src\motion\smp_motion_est.c
970    # End Source File
971  # End Group  # End Group
972  # Begin Group "prediction"  # Begin Group "prediction"
973    
# Line 619  Line 1015 
1015    
1016  # End Custom Build  # End Custom Build
1017    
1018    !ELSEIF  "$(CFG)" == "core - Win32 Release _SMP"
1019    
1020    # Begin Custom Build - Assembling $(InputPath)
1021    IntDir=.\Release_SMP
1022    InputPath=..\..\src\quant\x86_asm\quantize4_mmx.asm
1023    InputName=quantize4_mmx
1024    
1025    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1026            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1027    
1028    # End Custom Build
1029    
1030  !ENDIF  !ENDIF
1031    
1032  # End Source File  # End Source File
# Line 650  Line 1058 
1058    
1059  # End Custom Build  # End Custom Build
1060    
1061    !ELSEIF  "$(CFG)" == "core - Win32 Release _SMP"
1062    
1063    # Begin Custom Build - Assembling $(InputPath)
1064    IntDir=.\Release_SMP
1065    InputPath=..\..\src\quant\x86_asm\quantize_mmx.asm
1066    InputName=quantize_mmx
1067    
1068    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1069            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1070    
1071    # End Custom Build
1072    
1073  !ENDIF  !ENDIF
1074    
1075  # End Source File  # End Source File
# Line 725  Line 1145 
1145    
1146  # End Custom Build  # End Custom Build
1147    
1148    !ELSEIF  "$(CFG)" == "core - Win32 Release _SMP"
1149    
1150    # Begin Custom Build - Assembling $(InputPath)
1151    IntDir=.\Release_SMP
1152    InputPath=..\..\src\utils\x86_asm\cpuid.asm
1153    InputName=cpuid
1154    
1155    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1156            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1157    
1158    # End Custom Build
1159    
1160  !ENDIF  !ENDIF
1161    
1162  # End Source File  # End Source File
# Line 756  Line 1188 
1188    
1189  # End Custom Build  # End Custom Build
1190    
1191    !ELSEIF  "$(CFG)" == "core - Win32 Release _SMP"
1192    
1193    # Begin Custom Build - Assembling $(InputPath)
1194    IntDir=.\Release_SMP
1195    InputPath=..\..\src\utils\x86_asm\mem_transfer_mmx.asm
1196    InputName=mem_transfer_mmx
1197    
1198    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1199            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1200    
1201    # End Custom Build
1202    
1203  !ENDIF  !ENDIF
1204    
1205  # End Source File  # End Source File

Legend:
Removed from v.68  
changed lines
  Added in v.295

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