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

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

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

trunk/xvidcore/build/win32/libxvidcore.dsp revision 498, Sat Sep 21 02:29:39 2002 UTC branches/dev-api-3/xvidcore/build/win32/libxvidcore.dsp revision 730, Thu Dec 19 00:42:54 2002 UTC
# Line 1  Line 1 
1  # Microsoft Developer Studio Project File - Name="libxvidcore" - Package Owner=<4>  # Microsoft Developer Studio Project File - Name="libxvidcore" - Package Owner=<4>
2  # Microsoft Developer Studio Generated Build File, Format Version 6.00  # Microsoft Developer Studio Generated Build File, Format Version 6.00
3  # ** DO NOT EDIT **  # ** NICHT BEARBEITEN **
4    
5  # TARGTYPE "Win32 (x86) Static Library" 0x0104  # TARGTYPE "Win32 (x86) Static Library" 0x0104
6    
7  CFG=libxvidcore - Win32 Debug  CFG=libxvidcore - Win32 Debug
8  !MESSAGE This is not a valid makefile. To build this project using NMAKE,  !MESSAGE Dies ist kein gültiges Makefile. Zum Erstellen dieses Projekts mit NMAKE
9  !MESSAGE use the Export Makefile command and run  !MESSAGE verwenden Sie den Befehl "Makefile exportieren" und führen Sie den Befehl
10  !MESSAGE  !MESSAGE
11  !MESSAGE NMAKE /f "libxvidcore.mak".  !MESSAGE NMAKE /f "libxvidcore.mak".
12  !MESSAGE  !MESSAGE
13  !MESSAGE You can specify a configuration when running NMAKE  !MESSAGE Sie können beim Ausführen von NMAKE eine Konfiguration angeben
14  !MESSAGE by defining the macro CFG on the command line. For example:  !MESSAGE durch Definieren des Makros CFG in der Befehlszeile. Zum Beispiel:
15  !MESSAGE  !MESSAGE
16  !MESSAGE NMAKE /f "libxvidcore.mak" CFG="libxvidcore - Win32 Debug"  !MESSAGE NMAKE /f "libxvidcore.mak" CFG="libxvidcore - Win32 Debug"
17  !MESSAGE  !MESSAGE
18  !MESSAGE Possible choices for configuration are:  !MESSAGE Für die Konfiguration stehen zur Auswahl:
19  !MESSAGE  !MESSAGE
20  !MESSAGE "libxvidcore - Win32 Release" (based on "Win32 (x86) Static Library")  !MESSAGE "libxvidcore - Win32 Release" (basierend auf  "Win32 (x86) Static Library")
21  !MESSAGE "libxvidcore - Win32 Debug" (based on "Win32 (x86) Static Library")  !MESSAGE "libxvidcore - Win32 Debug" (basierend auf  "Win32 (x86) Static Library")
22  !MESSAGE  !MESSAGE
23    
24  # Begin Project  # Begin Project
25  # PROP AllowPerConfigDependencies 0  # PROP AllowPerConfigDependencies 0
26  # PROP Scc_ProjName ""  # PROP Scc_ProjName ""
27  # PROP Scc_LocalPath ""  # PROP Scc_LocalPath ""
28  CPP=cl.exe  CPP=xicl6.exe
29  RSC=rc.exe  RSC=rc.exe
30    
31  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
# Line 47  Line 47 
47  BSC32=bscmake.exe  BSC32=bscmake.exe
48  # ADD BASE BSC32 /nologo  # ADD BASE BSC32 /nologo
49  # ADD BSC32 /nologo  # ADD BSC32 /nologo
50  LIB32=link.exe -lib  LIB32=xilink6.exe -lib
51  # ADD BASE LIB32 /nologo  # ADD BASE LIB32 /nologo
52  # ADD LIB32 /nologo /out:"bin\libxvidcore.lib"  # ADD LIB32 /nologo /out:"bin\libxvidcore.lib"
53    
# Line 70  Line 70 
70  BSC32=bscmake.exe  BSC32=bscmake.exe
71  # ADD BASE BSC32 /nologo  # ADD BASE BSC32 /nologo
72  # ADD BSC32 /nologo  # ADD BSC32 /nologo
73  LIB32=link.exe -lib  LIB32=xilink6.exe -lib
74  # ADD BASE LIB32 /nologo  # ADD BASE LIB32 /nologo
75  # ADD LIB32 /nologo /out:"bin\libxvidcore.lib"  # ADD LIB32 /nologo /out:"bin\libxvidcore.lib"
76    
# Line 120  Line 120 
120  # PROP Default_Filter ""  # PROP Default_Filter ""
121  # Begin Source File  # Begin Source File
122    
123    SOURCE=..\..\src\bitstream\x86_asm\cbp_3dne.asm
124    
125    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
126    
127    # Begin Custom Build - Assembling $(InputPath)
128    IntDir=.\Release
129    InputPath=..\..\src\bitstream\x86_asm\cbp_3dne.asm
130    InputName=cbp_3dne
131    
132    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
133            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
134    
135    # End Custom Build
136    
137    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
138    
139    # Begin Custom Build - Assembling $(InputPath)
140    IntDir=.\Debug
141    InputPath=..\..\src\bitstream\x86_asm\cbp_3dne.asm
142    InputName=cbp_3dne
143    
144    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
145            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
146    
147    # End Custom Build
148    
149    !ENDIF
150    
151    # End Source File
152    # Begin Source File
153    
154  SOURCE=..\..\src\bitstream\x86_asm\cbp_mmx.asm  SOURCE=..\..\src\bitstream\x86_asm\cbp_mmx.asm
155    
156    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
157    
158    # Begin Custom Build - Assembling $(InputPath)
159    IntDir=.\Release
160    InputPath=..\..\src\bitstream\x86_asm\cbp_mmx.asm
161    InputName=cbp_mmx
162    
163    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
164            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
165    
166    # End Custom Build
167    
168    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
169    
170    # Begin Custom Build - Assembling $(InputPath)
171    IntDir=.\Debug
172    InputPath=..\..\src\bitstream\x86_asm\cbp_mmx.asm
173    InputName=cbp_mmx
174    
175    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
176            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
177    
178    # End Custom Build
179    
180    !ENDIF
181    
182  # End Source File  # End Source File
183  # Begin Source File  # Begin Source File
184    
185  SOURCE=..\..\src\bitstream\x86_asm\cbp_sse2.asm  SOURCE=..\..\src\bitstream\x86_asm\cbp_sse2.asm
186    
187    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
188    
189    # Begin Custom Build - Assembling $(InputPath)
190    IntDir=.\Release
191    InputPath=..\..\src\bitstream\x86_asm\cbp_sse2.asm
192    InputName=cbp_sse2
193    
194    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
195            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
196    
197    # End Custom Build
198    
199    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
200    
201    # Begin Custom Build - Assembling $(InputPath)
202    IntDir=.\Debug
203    InputPath=..\..\src\bitstream\x86_asm\cbp_sse2.asm
204    InputName=cbp_sse2
205    
206    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
207            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
208    
209    # End Custom Build
210    
211    !ENDIF
212    
213  # End Source File  # End Source File
214  # End Group  # End Group
215  # Begin Group "bitstream_h"  # Begin Group "bitstream_h"
# Line 173  Line 258 
258  # Begin Source File  # Begin Source File
259    
260  SOURCE=..\..\src\dct\x86_asm\fdct_mmx.asm  SOURCE=..\..\src\dct\x86_asm\fdct_mmx.asm
261    
262    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
263    
264    # Begin Custom Build - Assembling $(InputPath)
265    IntDir=.\Release
266    InputPath=..\..\src\dct\x86_asm\fdct_mmx.asm
267    InputName=fdct_mmx
268    
269    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
270            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
271    
272    # End Custom Build
273    
274    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
275    
276    # Begin Custom Build - Assembling $(InputPath)
277    IntDir=.\Debug
278    InputPath=..\..\src\dct\x86_asm\fdct_mmx.asm
279    InputName=fdct_mmx
280    
281    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
282            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
283    
284    # End Custom Build
285    
286    !ENDIF
287    
288    # End Source File
289    # Begin Source File
290    
291    SOURCE=..\..\src\dct\x86_asm\idct_3dne.asm
292    
293    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
294    
295    # Begin Custom Build - Assembling $(InputPath)
296    IntDir=.\Release
297    InputPath=..\..\src\dct\x86_asm\idct_3dne.asm
298    InputName=idct_3dne
299    
300    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
301            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
302    
303    # End Custom Build
304    
305    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
306    
307    # Begin Custom Build - Assembling $(InputPath)
308    IntDir=.\Debug
309    InputPath=..\..\src\dct\x86_asm\idct_3dne.asm
310    InputName=idct_3dne
311    
312    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
313            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
314    
315    # End Custom Build
316    
317    !ENDIF
318    
319  # End Source File  # End Source File
320  # Begin Source File  # Begin Source File
321    
322  SOURCE=..\..\src\dct\x86_asm\idct_mmx.asm  SOURCE=..\..\src\dct\x86_asm\idct_mmx.asm
323    
324    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
325    
326    # Begin Custom Build - Assembling $(InputPath)
327    IntDir=.\Release
328    InputPath=..\..\src\dct\x86_asm\idct_mmx.asm
329    InputName=idct_mmx
330    
331    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
332            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
333    
334    # End Custom Build
335    
336    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
337    
338    # Begin Custom Build - Assembling $(InputPath)
339    IntDir=.\Debug
340    InputPath=..\..\src\dct\x86_asm\idct_mmx.asm
341    InputName=idct_mmx
342    
343    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
344            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
345    
346    # End Custom Build
347    
348    !ENDIF
349    
350  # End Source File  # End Source File
351  # End Group  # End Group
352  # Begin Group "dct_h"  # Begin Group "dct_h"
# Line 208  Line 378 
378  # PROP Default_Filter ""  # PROP Default_Filter ""
379  # Begin Source File  # Begin Source File
380    
381  SOURCE=..\..\src\image\x86_asm\interpolate8x8_3dn.asm  SOURCE=..\..\src\image\x86_asm\colorspace_mmx.inc
382  # End Source File  # End Source File
383  # Begin Source File  # Begin Source File
384    
385  SOURCE=..\..\src\image\x86_asm\interpolate8x8_mmx.asm  SOURCE=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm
386    
387    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
388    
389    # Begin Custom Build - Assembling $(InputPath)
390    InputDir=\videocoding\xvidcore\src\image\x86_asm
391    IntDir=.\Release
392    InputPath=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm
393    InputName=colorspace_rgb_mmx
394    
395    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
396            nasm -f win32 -DPREFIX -I"$(InputDir)" -o $(IntDir)\$(InputName).obj $(InputPath)
397    
398    # End Custom Build
399    
400    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
401    
402    # Begin Custom Build - Assembling $(InputPath)
403    InputDir=\videocoding\xvidcore\src\image\x86_asm
404    IntDir=.\Debug
405    InputPath=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm
406    InputName=colorspace_rgb_mmx
407    
408    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
409            nasm -f win32 -DPREFIX -I"$(InputDir)" -o $(IntDir)\$(InputName).obj $(InputPath)
410    
411    # End Custom Build
412    
413    !ENDIF
414    
415  # End Source File  # End Source File
416  # Begin Source File  # Begin Source File
417    
418  SOURCE=..\..\src\image\x86_asm\interpolate8x8_xmm.asm  SOURCE=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm
419    
420    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
421    
422    # Begin Custom Build - Assembling $(InputPath)
423    InputDir=\videocoding\xvidcore\src\image\x86_asm
424    IntDir=.\Release
425    InputPath=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm
426    InputName=colorspace_yuv_mmx
427    
428    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
429            nasm -f win32 -DPREFIX -I"$(InputDir)" -o $(IntDir)\$(InputName).obj $(InputPath)
430    
431    # End Custom Build
432    
433    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
434    
435    # Begin Custom Build - Assembling $(InputPath)
436    InputDir=\videocoding\xvidcore\src\image\x86_asm
437    IntDir=.\Debug
438    InputPath=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm
439    InputName=colorspace_yuv_mmx
440    
441    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
442            nasm -f win32 -DPREFIX -I"$(InputDir)" -o $(IntDir)\$(InputName).obj $(InputPath)
443    
444    # End Custom Build
445    
446    !ENDIF
447    
448  # End Source File  # End Source File
449  # Begin Source File  # Begin Source File
450    
451  SOURCE=..\..\src\image\x86_asm\rgb_to_yv12_mmx.asm  SOURCE=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm
452    
453    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
454    
455    # Begin Custom Build - Assembling $(InputPath)
456    InputDir=\videocoding\xvidcore\src\image\x86_asm
457    IntDir=.\Release
458    InputPath=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm
459    InputName=colorspace_yuyv_mmx
460    
461    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
462            nasm -f win32 -DPREFIX -I"$(InputDir)" -o $(IntDir)\$(InputName).obj $(InputPath)
463    
464    # End Custom Build
465    
466    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
467    
468    # Begin Custom Build - Assembling $(InputPath)
469    InputDir=\videocoding\xvidcore\src\image\x86_asm
470    IntDir=.\Debug
471    InputPath=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm
472    InputName=colorspace_yuyv_mmx
473    
474    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
475            nasm -f win32 -DPREFIX -I"$(InputDir)" -o $(IntDir)\$(InputName).obj $(InputPath)
476    
477    # End Custom Build
478    
479    !ENDIF
480    
481  # End Source File  # End Source File
482  # Begin Source File  # Begin Source File
483    
484  SOURCE=..\..\src\image\x86_asm\yuv_to_yv12_mmx.asm  SOURCE=..\..\src\image\x86_asm\interpolate8x8_3dn.asm
485    
486    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
487    
488    # Begin Custom Build - Assembling $(InputPath)
489    IntDir=.\Release
490    InputPath=..\..\src\image\x86_asm\interpolate8x8_3dn.asm
491    InputName=interpolate8x8_3dn
492    
493    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
494            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
495    
496    # End Custom Build
497    
498    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
499    
500    # Begin Custom Build - Assembling $(InputPath)
501    IntDir=.\Debug
502    InputPath=..\..\src\image\x86_asm\interpolate8x8_3dn.asm
503    InputName=interpolate8x8_3dn
504    
505    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
506            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
507    
508    # End Custom Build
509    
510    !ENDIF
511    
512  # End Source File  # End Source File
513  # Begin Source File  # Begin Source File
514    
515  SOURCE=..\..\src\image\x86_asm\yuyv_to_yv12_mmx.asm  SOURCE=..\..\src\image\x86_asm\interpolate8x8_3dne.asm
516    
517    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
518    
519    # Begin Custom Build - Assembling $(InputPath)
520    IntDir=.\Release
521    InputPath=..\..\src\image\x86_asm\interpolate8x8_3dne.asm
522    InputName=interpolate8x8_3dne
523    
524    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
525            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
526    
527    # End Custom Build
528    
529    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
530    
531    # Begin Custom Build - Assembling $(InputPath)
532    IntDir=.\Debug
533    InputPath=..\..\src\image\x86_asm\interpolate8x8_3dne.asm
534    InputName=interpolate8x8_3dne
535    
536    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
537            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
538    
539    # End Custom Build
540    
541    !ENDIF
542    
543  # End Source File  # End Source File
544  # Begin Source File  # Begin Source File
545    
546  SOURCE=..\..\src\image\x86_asm\yv12_to_rgb24_mmx.asm  SOURCE=..\..\src\image\x86_asm\interpolate8x8_mmx.asm
547    
548    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
549    
550    # Begin Custom Build - Assembling $(InputPath)
551    IntDir=.\Release
552    InputPath=..\..\src\image\x86_asm\interpolate8x8_mmx.asm
553    InputName=interpolate8x8_mmx
554    
555    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
556            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
557    
558    # End Custom Build
559    
560    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
561    
562    # Begin Custom Build - Assembling $(InputPath)
563    IntDir=.\Debug
564    InputPath=..\..\src\image\x86_asm\interpolate8x8_mmx.asm
565    InputName=interpolate8x8_mmx
566    
567    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
568            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
569    
570    # End Custom Build
571    
572    !ENDIF
573    
574  # End Source File  # End Source File
575  # Begin Source File  # Begin Source File
576    
577  SOURCE=..\..\src\image\x86_asm\yv12_to_rgb32_mmx.asm  SOURCE=..\..\src\image\x86_asm\interpolate8x8_xmm.asm
578    
579    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
580    
581    # Begin Custom Build - Assembling $(InputPath)
582    IntDir=.\Release
583    InputPath=..\..\src\image\x86_asm\interpolate8x8_xmm.asm
584    InputName=interpolate8x8_xmm
585    
586    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
587            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
588    
589    # End Custom Build
590    
591    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
592    
593    # Begin Custom Build - Assembling $(InputPath)
594    IntDir=.\Debug
595    InputPath=..\..\src\image\x86_asm\interpolate8x8_xmm.asm
596    InputName=interpolate8x8_xmm
597    
598    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
599            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
600    
601    # End Custom Build
602    
603    !ENDIF
604    
605  # End Source File  # End Source File
606  # Begin Source File  # Begin Source File
607    
608  SOURCE=..\..\src\image\x86_asm\yv12_to_yuyv_mmx.asm  SOURCE=..\..\src\image\x86_asm\reduced_mmx.asm
609    
610    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
611    
612    # Begin Custom Build - Assembling $(InputPath)
613    IntDir=.\Release
614    InputPath=..\..\src\image\x86_asm\reduced_mmx.asm
615    InputName=reduced_mmx
616    
617    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
618            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
619    
620    # End Custom Build
621    
622    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
623    
624    # Begin Custom Build - Assembling $(InputPath)
625    IntDir=.\Debug
626    InputPath=..\..\src\image\x86_asm\reduced_mmx.asm
627    InputName=reduced_mmx
628    
629    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
630            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
631    
632    # End Custom Build
633    
634    !ENDIF
635    
636  # End Source File  # End Source File
637  # End Group  # End Group
638  # Begin Group "image_h"  # Begin Group "image_h"
# Line 252  Line 644 
644  # End Source File  # End Source File
645  # Begin Source File  # Begin Source File
646    
647    SOURCE=..\..\src\image\font.h
648    # End Source File
649    # Begin Source File
650    
651  SOURCE=..\..\src\image\image.h  SOURCE=..\..\src\image\image.h
652  # End Source File  # End Source File
653  # Begin Source File  # Begin Source File
654    
655  SOURCE=..\..\src\image\interpolate8x8.h  SOURCE=..\..\src\image\interpolate8x8.h
656  # End Source File  # End Source File
657    # Begin Source File
658    
659    SOURCE=..\..\src\image\reduced.h
660    # End Source File
661  # End Group  # End Group
662  # Begin Source File  # Begin Source File
663    
# Line 265  Line 665 
665  # End Source File  # End Source File
666  # Begin Source File  # Begin Source File
667    
668    SOURCE=..\..\src\image\font.c
669    # End Source File
670    # Begin Source File
671    
672  SOURCE=..\..\src\image\image.c  SOURCE=..\..\src\image\image.c
673  # End Source File  # End Source File
674  # Begin Source File  # Begin Source File
675    
676  SOURCE=..\..\src\image\interpolate8x8.c  SOURCE=..\..\src\image\interpolate8x8.c
677  # End Source File  # End Source File
678    # Begin Source File
679    
680    SOURCE=..\..\src\image\reduced.c
681    # End Source File
682  # End Group  # End Group
683  # Begin Group "motion"  # Begin Group "motion"
684    
# Line 285  Line 693 
693  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
694    
695  # PROP Ignore_Default_Tool 1  # PROP Ignore_Default_Tool 1
696    # Begin Custom Build - Assembling $(InputPath)
697    IntDir=.\Release
698    InputPath=..\..\src\motion\x86_asm\sad_3dn.asm
699    InputName=sad_3dn
700    
701    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
702            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
703    
704    # End Custom Build
705    
706  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
707    
708    # Begin Custom Build - Assembling $(InputPath)
709    IntDir=.\Debug
710    InputPath=..\..\src\motion\x86_asm\sad_3dn.asm
711    InputName=sad_3dn
712    
713    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
714            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
715    
716    # End Custom Build
717    
718    !ENDIF
719    
720    # End Source File
721    # Begin Source File
722    
723    SOURCE=..\..\src\motion\x86_asm\sad_3dne.asm
724    
725    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
726    
727    # Begin Custom Build - Assembling $(InputPath)
728    IntDir=.\Release
729    InputPath=..\..\src\motion\x86_asm\sad_3dne.asm
730    InputName=sad_3dne
731    
732    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
733            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
734    
735    # End Custom Build
736    
737    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
738    
739    # Begin Custom Build - Assembling $(InputPath)
740    IntDir=.\Debug
741    InputPath=..\..\src\motion\x86_asm\sad_3dne.asm
742    InputName=sad_3dne
743    
744    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
745            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
746    
747    # End Custom Build
748    
749  !ENDIF  !ENDIF
750    
751  # End Source File  # End Source File
752  # Begin Source File  # Begin Source File
753    
754  SOURCE=..\..\src\motion\x86_asm\sad_mmx.asm  SOURCE=..\..\src\motion\x86_asm\sad_mmx.asm
755    
756    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
757    
758    # Begin Custom Build - Assembling $(InputPath)
759    IntDir=.\Release
760    InputPath=..\..\src\motion\x86_asm\sad_mmx.asm
761    InputName=sad_mmx
762    
763    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
764            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
765    
766    # End Custom Build
767    
768    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
769    
770    # Begin Custom Build - Assembling $(InputPath)
771    IntDir=.\Debug
772    InputPath=..\..\src\motion\x86_asm\sad_mmx.asm
773    InputName=sad_mmx
774    
775    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
776            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
777    
778    # End Custom Build
779    
780    !ENDIF
781    
782  # End Source File  # End Source File
783  # Begin Source File  # Begin Source File
784    
785  SOURCE=..\..\src\motion\x86_asm\sad_sse2.asm  SOURCE=..\..\src\motion\x86_asm\sad_sse2.asm
786    
787    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
788    
789    # Begin Custom Build - Assembling $(InputPath)
790    IntDir=.\Release
791    InputPath=..\..\src\motion\x86_asm\sad_sse2.asm
792    InputName=sad_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    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
800    
801    # Begin Custom Build - Assembling $(InputPath)
802    IntDir=.\Debug
803    InputPath=..\..\src\motion\x86_asm\sad_sse2.asm
804    InputName=sad_sse2
805    
806    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
807            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
808    
809    # End Custom Build
810    
811    !ENDIF
812    
813  # End Source File  # End Source File
814  # Begin Source File  # Begin Source File
815    
816  SOURCE=..\..\src\motion\x86_asm\sad_xmm.asm  SOURCE=..\..\src\motion\x86_asm\sad_xmm.asm
817    
818    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
819    
820    # Begin Custom Build - Assembling $(InputPath)
821    IntDir=.\Release
822    InputPath=..\..\src\motion\x86_asm\sad_xmm.asm
823    InputName=sad_xmm
824    
825    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
826            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
827    
828    # End Custom Build
829    
830    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
831    
832    # Begin Custom Build - Assembling $(InputPath)
833    IntDir=.\Debug
834    InputPath=..\..\src\motion\x86_asm\sad_xmm.asm
835    InputName=sad_xmm
836    
837    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
838            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
839    
840    # End Custom Build
841    
842    !ENDIF
843    
844  # End Source File  # End Source File
845  # End Group  # End Group
846  # Begin Group "motion_h"  # Begin Group "motion_h"
# Line 313  Line 852 
852  # End Source File  # End Source File
853  # Begin Source File  # Begin Source File
854    
855    SOURCE=..\..\src\motion\motion_est.h
856    # End Source File
857    # Begin Source File
858    
859  SOURCE=..\..\src\motion\sad.h  SOURCE=..\..\src\motion\sad.h
860  # End Source File  # End Source File
861    # Begin Source File
862    
863    SOURCE=..\..\src\motion\smp_motion_est.h
864    # End Source File
865  # End Group  # End Group
866  # Begin Source File  # Begin Source File
867    
# Line 328  Line 875 
875    
876  SOURCE=..\..\src\motion\sad.c  SOURCE=..\..\src\motion\sad.c
877  # End Source File  # End Source File
878    # Begin Source File
879    
880    SOURCE=..\..\src\motion\smp_motion_est.c
881    # End Source File
882  # End Group  # End Group
883  # Begin Group "prediction"  # Begin Group "prediction"
884    
# Line 354  Line 905 
905  # Begin Source File  # Begin Source File
906    
907  SOURCE=..\..\src\quant\x86_asm\quantize4_mmx.asm  SOURCE=..\..\src\quant\x86_asm\quantize4_mmx.asm
908    
909    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
910    
911    # Begin Custom Build - Assembling $(InputPath)
912    IntDir=.\Release
913    InputPath=..\..\src\quant\x86_asm\quantize4_mmx.asm
914    InputName=quantize4_mmx
915    
916    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
917            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
918    
919    # End Custom Build
920    
921    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
922    
923    # Begin Custom Build - Assembling $(InputPath)
924    IntDir=.\Debug
925    InputPath=..\..\src\quant\x86_asm\quantize4_mmx.asm
926    InputName=quantize4_mmx
927    
928    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
929            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
930    
931    # End Custom Build
932    
933    !ENDIF
934    
935    # End Source File
936    # Begin Source File
937    
938    SOURCE=..\..\src\quant\x86_asm\quantize4_xmm.asm
939    
940    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
941    
942    # Begin Custom Build - Assembling $(InputPath)
943    IntDir=.\Release
944    InputPath=..\..\src\quant\x86_asm\quantize4_xmm.asm
945    InputName=quantize4_xmm
946    
947    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
948            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
949    
950    # End Custom Build
951    
952    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
953    
954    # Begin Custom Build - Assembling $(InputPath)
955    IntDir=.\Debug
956    InputPath=..\..\src\quant\x86_asm\quantize4_xmm.asm
957    InputName=quantize4_xmm
958    
959    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
960            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
961    
962    # End Custom Build
963    
964    !ENDIF
965    
966    # End Source File
967    # Begin Source File
968    
969    SOURCE=..\..\src\quant\x86_asm\quantize_3dne.asm
970    
971    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
972    
973    # Begin Custom Build - Assembling $(InputPath)
974    IntDir=.\Release
975    InputPath=..\..\src\quant\x86_asm\quantize_3dne.asm
976    InputName=quantize_3dne
977    
978    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
979            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
980    
981    # End Custom Build
982    
983    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
984    
985    # Begin Custom Build - Assembling $(InputPath)
986    IntDir=.\Debug
987    InputPath=..\..\src\quant\x86_asm\quantize_3dne.asm
988    InputName=quantize_3dne
989    
990    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
991            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
992    
993    # End Custom Build
994    
995    !ENDIF
996    
997  # End Source File  # End Source File
998  # Begin Source File  # Begin Source File
999    
1000  SOURCE=..\..\src\quant\x86_asm\quantize_mmx.asm  SOURCE=..\..\src\quant\x86_asm\quantize_mmx.asm
1001    
1002    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1003    
1004    # Begin Custom Build - Assembling $(InputPath)
1005    IntDir=.\Release
1006    InputPath=..\..\src\quant\x86_asm\quantize_mmx.asm
1007    InputName=quantize_mmx
1008    
1009    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1010            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1011    
1012    # End Custom Build
1013    
1014    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1015    
1016    # Begin Custom Build - Assembling $(InputPath)
1017    IntDir=.\Debug
1018    InputPath=..\..\src\quant\x86_asm\quantize_mmx.asm
1019    InputName=quantize_mmx
1020    
1021    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1022            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1023    
1024    # End Custom Build
1025    
1026    !ENDIF
1027    
1028  # End Source File  # End Source File
1029  # End Group  # End Group
1030  # Begin Group "quant_h"  # Begin Group "quant_h"
# Line 406  Line 1073 
1073  # Begin Source File  # Begin Source File
1074    
1075  SOURCE=..\..\src\utils\x86_asm\cpuid.asm  SOURCE=..\..\src\utils\x86_asm\cpuid.asm
1076    
1077    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1078    
1079    # Begin Custom Build - Assembling $(InputPath)
1080    IntDir=.\Release
1081    InputPath=..\..\src\utils\x86_asm\cpuid.asm
1082    InputName=cpuid
1083    
1084    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1085            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1086    
1087    # End Custom Build
1088    
1089    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1090    
1091    # Begin Custom Build - Assembling $(InputPath)
1092    IntDir=.\Debug
1093    InputPath=..\..\src\utils\x86_asm\cpuid.asm
1094    InputName=cpuid
1095    
1096    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1097            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1098    
1099    # End Custom Build
1100    
1101    !ENDIF
1102    
1103    # End Source File
1104    # Begin Source File
1105    
1106    SOURCE=..\..\src\utils\x86_asm\interlacing_mmx.asm
1107    
1108    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1109    
1110    # Begin Custom Build - Assembling $(InputPath)
1111    IntDir=.\Release
1112    InputPath=..\..\src\utils\x86_asm\interlacing_mmx.asm
1113    InputName=interlacing_mmx
1114    
1115    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1116            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1117    
1118    # End Custom Build
1119    
1120    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1121    
1122    # Begin Custom Build - Assembling $(InputPath)
1123    IntDir=.\Debug
1124    InputPath=..\..\src\utils\x86_asm\interlacing_mmx.asm
1125    InputName=interlacing_mmx
1126    
1127    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1128            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1129    
1130    # End Custom Build
1131    
1132    !ENDIF
1133    
1134    # End Source File
1135    # Begin Source File
1136    
1137    SOURCE=..\..\src\utils\x86_asm\mem_transfer_3dne.asm
1138    
1139    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1140    
1141    # Begin Custom Build - Assembling $(InputPath)
1142    IntDir=.\Release
1143    InputPath=..\..\src\utils\x86_asm\mem_transfer_3dne.asm
1144    InputName=mem_transfer_3dne
1145    
1146    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1147            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1148    
1149    # End Custom Build
1150    
1151    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1152    
1153    # Begin Custom Build - Assembling $(InputPath)
1154    IntDir=.\Debug
1155    InputPath=..\..\src\utils\x86_asm\mem_transfer_3dne.asm
1156    InputName=mem_transfer_3dne
1157    
1158    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1159            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1160    
1161    # End Custom Build
1162    
1163    !ENDIF
1164    
1165  # End Source File  # End Source File
1166  # Begin Source File  # Begin Source File
1167    
1168  SOURCE=..\..\src\utils\x86_asm\mem_transfer_mmx.asm  SOURCE=..\..\src\utils\x86_asm\mem_transfer_mmx.asm
1169    
1170    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1171    
1172    # Begin Custom Build - Assembling $(InputPath)
1173    IntDir=.\Release
1174    InputPath=..\..\src\utils\x86_asm\mem_transfer_mmx.asm
1175    InputName=mem_transfer_mmx
1176    
1177    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1178            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1179    
1180    # End Custom Build
1181    
1182    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1183    
1184    # Begin Custom Build - Assembling $(InputPath)
1185    IntDir=.\Debug
1186    InputPath=..\..\src\utils\x86_asm\mem_transfer_mmx.asm
1187    InputName=mem_transfer_mmx
1188    
1189    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1190            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1191    
1192    # End Custom Build
1193    
1194    !ENDIF
1195    
1196  # End Source File  # End Source File
1197  # End Group  # End Group
1198  # Begin Group "utils_h"  # Begin Group "utils_h"

Legend:
Removed from v.498  
changed lines
  Added in v.730

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