[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 22, Mon Mar 11 01:16:26 2002 UTC revision 262, Sun Jul 7 09:45:40 2002 UTC
# Line 41  Line 41 
41  # PROP Intermediate_Dir "Release"  # PROP Intermediate_Dir "Release"
42  # PROP Target_Dir ""  # PROP Target_Dir ""
43  # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c  # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
44  # ADD CPP /nologo /W3 /GX /O2 /D "NDEBUG" /D "ARCH_X86" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /FD /c  # ADD CPP /nologo /W3 /GX /O2 /Ob2 /D "NDEBUG" /D "ARCH_X86" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /FD /c
45  # ADD BASE RSC /l 0xc09 /d "NDEBUG"  # ADD BASE RSC /l 0xc09 /d "NDEBUG"
46  # ADD RSC /l 0xc09 /d "NDEBUG"  # ADD RSC /l 0xc09 /d "NDEBUG"
47  BSC32=bscmake.exe  BSC32=bscmake.exe
# Line 64  Line 64 
64  # PROP Intermediate_Dir "Debug"  # PROP Intermediate_Dir "Debug"
65  # PROP Target_Dir ""  # PROP Target_Dir ""
66  # 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
67  # 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
68  # ADD BASE RSC /l 0xc09 /d "_DEBUG"  # ADD BASE RSC /l 0xc09 /d "_DEBUG"
69  # ADD RSC /l 0xc09 /d "_DEBUG"  # ADD RSC /l 0xc09 /d "_DEBUG"
70  BSC32=bscmake.exe  BSC32=bscmake.exe
# Line 89  Line 89 
89  # End Source File  # End Source File
90  # Begin Source File  # Begin Source File
91    
92    SOURCE=..\..\CodingStyle
93    # End Source File
94    # Begin Source File
95    
96  SOURCE=..\..\gpl.txt  SOURCE=..\..\gpl.txt
97  # End Source File  # End Source File
98  # Begin Source File  # Begin Source File
# Line 133  Line 137 
137  !ENDIF  !ENDIF
138    
139  # End Source File  # End Source File
140    # Begin Source File
141    
142    SOURCE=..\..\src\bitstream\x86_asm\cbp_sse2.asm
143    
144    !IF  "$(CFG)" == "core - Win32 Release"
145    
146    # Begin Custom Build - Assembling $(InputPath)
147    IntDir=.\Release
148    InputPath=..\..\src\bitstream\x86_asm\cbp_sse2.asm
149    InputName=cbp_sse2
150    
151    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
152            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
153    
154    # End Custom Build
155    
156    !ELSEIF  "$(CFG)" == "core - Win32 Debug"
157    
158    # Begin Custom Build - Assembling $(InputPath)
159    IntDir=.\Debug
160    InputPath=..\..\src\bitstream\x86_asm\cbp_sse2.asm
161    InputName=cbp_sse2
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    !ENDIF
169    
170    # End Source File
171    # End Group
172    # Begin Group "bitstream_h"
173    
174    # PROP Default_Filter ""
175    # Begin Source File
176    
177    SOURCE=..\..\src\bitstream\bitstream.h
178    # End Source File
179    # Begin Source File
180    
181    SOURCE=..\..\src\bitstream\cbp.h
182    # End Source File
183    # Begin Source File
184    
185    SOURCE=..\..\src\bitstream\mbcoding.h
186    # End Source File
187    # Begin Source File
188    
189    SOURCE=..\..\src\bitstream\vlc_codes.h
190    # End Source File
191    # Begin Source File
192    
193    SOURCE=..\..\src\bitstream\zigzag.h
194    # End Source File
195  # End Group  # End Group
196  # Begin Source File  # Begin Source File
197    
# Line 216  Line 275 
275    
276  # End Source File  # End Source File
277  # End Group  # End Group
278    # Begin Group "dct_h"
279    
280    # PROP Default_Filter ""
281    # Begin Source File
282    
283    SOURCE=..\..\src\dct\fdct.h
284    # End Source File
285    # Begin Source File
286    
287    SOURCE=..\..\src\dct\idct.h
288    # End Source File
289    # End Group
290  # Begin Source File  # Begin Source File
291    
292  SOURCE=..\..\src\dct\fdct.c  SOURCE=..\..\src\dct\fdct.c
# Line 233  Line 304 
304  # PROP Default_Filter ""  # PROP Default_Filter ""
305  # Begin Source File  # Begin Source File
306    
307    SOURCE=..\..\src\image\x86_asm\interpolate8x8_3dn.asm
308    
309    !IF  "$(CFG)" == "core - Win32 Release"
310    
311    # Begin Custom Build - Assembling $(InputPath)
312    IntDir=.\Release
313    InputPath=..\..\src\image\x86_asm\interpolate8x8_3dn.asm
314    InputName=interpolate8x8_3dn
315    
316    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
317            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
318    
319    # End Custom Build
320    
321    !ELSEIF  "$(CFG)" == "core - Win32 Debug"
322    
323    # Begin Custom Build - Assembling $(InputPath)
324    IntDir=.\Debug
325    InputPath=..\..\src\image\x86_asm\interpolate8x8_3dn.asm
326    InputName=interpolate8x8_3dn
327    
328    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
329            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
330    
331    # End Custom Build
332    
333    !ENDIF
334    
335    # End Source File
336    # Begin Source File
337    
338  SOURCE=..\..\src\image\x86_asm\interpolate8x8_mmx.asm  SOURCE=..\..\src\image\x86_asm\interpolate8x8_mmx.asm
339    
340  !IF  "$(CFG)" == "core - Win32 Release"  !IF  "$(CFG)" == "core - Win32 Release"
# Line 264  Line 366 
366  # End Source File  # End Source File
367  # Begin Source File  # Begin Source File
368    
369    SOURCE=..\..\src\image\x86_asm\interpolate8x8_xmm.asm
370    
371    !IF  "$(CFG)" == "core - Win32 Release"
372    
373    # Begin Custom Build - Assembling $(InputPath)
374    IntDir=.\Release
375    InputPath=..\..\src\image\x86_asm\interpolate8x8_xmm.asm
376    InputName=interpolate8x8_xmm
377    
378    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
379            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
380    
381    # End Custom Build
382    
383    !ELSEIF  "$(CFG)" == "core - Win32 Debug"
384    
385    # Begin Custom Build - Assembling $(InputPath)
386    IntDir=.\Debug
387    InputPath=..\..\src\image\x86_asm\interpolate8x8_xmm.asm
388    InputName=interpolate8x8_xmm
389    
390    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
391            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
392    
393    # End Custom Build
394    
395    !ENDIF
396    
397    # End Source File
398    # Begin Source File
399    
400  SOURCE=..\..\src\image\x86_asm\rgb_to_yv12_mmx.asm  SOURCE=..\..\src\image\x86_asm\rgb_to_yv12_mmx.asm
401    
402  !IF  "$(CFG)" == "core - Win32 Release"  !IF  "$(CFG)" == "core - Win32 Release"
# Line 449  Line 582 
582    
583  # End Source File  # End Source File
584  # End Group  # End Group
585    # Begin Group "image_h"
586    
587    # PROP Default_Filter ""
588    # Begin Source File
589    
590    SOURCE=..\..\src\image\colorspace.h
591    # End Source File
592    # Begin Source File
593    
594    SOURCE=..\..\src\image\font.h
595    # End Source File
596    # Begin Source File
597    
598    SOURCE=..\..\src\image\image.h
599    # End Source File
600    # Begin Source File
601    
602    SOURCE=..\..\src\image\interpolate8x8.h
603    # End Source File
604    # End Group
605  # Begin Source File  # Begin Source File
606    
607  SOURCE=..\..\src\image\colorspace.c  SOURCE=..\..\src\image\colorspace.c
608  # End Source File  # End Source File
609  # Begin Source File  # Begin Source File
610    
611    SOURCE=..\..\src\image\font.c
612    # End Source File
613    # Begin Source File
614    
615  SOURCE=..\..\src\image\image.c  SOURCE=..\..\src\image\image.c
616  # End Source File  # End Source File
617  # Begin Source File  # Begin Source File
# Line 499  Line 656 
656  !ENDIF  !ENDIF
657    
658  # End Source File  # End Source File
659    # Begin Source File
660    
661    SOURCE=..\..\src\motion\x86_asm\sad_sse2.asm
662    
663    !IF  "$(CFG)" == "core - Win32 Release"
664    
665    # Begin Custom Build - Assembling $(InputPath)
666    IntDir=.\Release
667    InputPath=..\..\src\motion\x86_asm\sad_sse2.asm
668    InputName=sad_sse2
669    
670    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
671            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
672    
673    # End Custom Build
674    
675    !ELSEIF  "$(CFG)" == "core - Win32 Debug"
676    
677    # Begin Custom Build - Assembling $(InputPath)
678    IntDir=.\Debug
679    InputPath=..\..\src\motion\x86_asm\sad_sse2.asm
680    InputName=sad_sse2
681    
682    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
683            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
684    
685    # End Custom Build
686    
687    !ENDIF
688    
689    # End Source File
690    # Begin Source File
691    
692    SOURCE=..\..\src\motion\x86_asm\sad_xmm.asm
693    
694    !IF  "$(CFG)" == "core - Win32 Release"
695    
696    # Begin Custom Build - Assembling $(InputPath)
697    IntDir=.\Release
698    InputPath=..\..\src\motion\x86_asm\sad_xmm.asm
699    InputName=sad_xmm
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)" == "core - Win32 Debug"
707    
708    # Begin Custom Build - Assembling $(InputPath)
709    IntDir=.\Debug
710    InputPath=..\..\src\motion\x86_asm\sad_xmm.asm
711    InputName=sad_xmm
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    # End Group
722    # Begin Group "motion_h"
723    
724    # PROP Default_Filter ""
725    # Begin Source File
726    
727    SOURCE=..\..\src\motion\motion.h
728    # End Source File
729    # Begin Source File
730    
731    SOURCE=..\..\src\motion\sad.h
732    # End Source File
733    # Begin Source File
734    
735    SOURCE=..\..\src\motion\smp_motion_est.h
736    # End Source File
737  # End Group  # End Group
738  # Begin Source File  # Begin Source File
739    
# Line 512  Line 747 
747    
748  SOURCE=..\..\src\motion\sad.c  SOURCE=..\..\src\motion\sad.c
749  # End Source File  # End Source File
750    # Begin Source File
751    
752    SOURCE=..\..\src\motion\smp_motion_est.c
753    # End Source File
754  # End Group  # End Group
755  # Begin Group "prediction"  # Begin Group "prediction"
756    
# Line 520  Line 759 
759    
760  SOURCE=..\..\src\prediction\mbprediction.c  SOURCE=..\..\src\prediction\mbprediction.c
761  # End Source File  # End Source File
762    # Begin Source File
763    
764    SOURCE=..\..\src\prediction\mbprediction.h
765    # End Source File
766  # End Group  # End Group
767  # Begin Group "quant"  # Begin Group "quant"
768    
# Line 590  Line 833 
833    
834  # End Source File  # End Source File
835  # End Group  # End Group
836    # Begin Group "quant_h"
837    
838    # PROP Default_Filter ""
839    # Begin Source File
840    
841    SOURCE=..\..\src\quant\adapt_quant.h
842    # End Source File
843    # Begin Source File
844    
845    SOURCE=..\..\src\quant\quant_h263.h
846    # End Source File
847    # Begin Source File
848    
849    SOURCE=..\..\src\quant\quant_matrix.h
850    # End Source File
851    # Begin Source File
852    
853    SOURCE=..\..\src\quant\quant_mpeg4.h
854    # End Source File
855    # End Group
856  # Begin Source File  # Begin Source File
857    
858  SOURCE=..\..\src\quant\adapt_quant.c  SOURCE=..\..\src\quant\adapt_quant.c
# Line 676  Line 939 
939    
940  # End Source File  # End Source File
941  # End Group  # End Group
942    # Begin Group "utils_h"
943    
944    # PROP Default_Filter ""
945    # Begin Source File
946    
947    SOURCE=..\..\src\utils\emms.h
948    # End Source File
949    # Begin Source File
950    
951    SOURCE=..\..\src\utils\mbfunctions.h
952    # End Source File
953    # Begin Source File
954    
955    SOURCE=..\..\src\utils\mem_align.h
956    # End Source File
957    # Begin Source File
958    
959    SOURCE=..\..\src\utils\mem_transfer.h
960    # End Source File
961    # Begin Source File
962    
963    SOURCE=..\..\src\utils\ratecontrol.h
964    # End Source File
965    # Begin Source File
966    
967    SOURCE=..\..\src\utils\timer.h
968    # End Source File
969    # End Group
970  # Begin Source File  # Begin Source File
971    
972  SOURCE=..\..\src\utils\emms.c  SOURCE=..\..\src\utils\emms.c
# Line 701  Line 992 
992  SOURCE=..\..\src\utils\timer.c  SOURCE=..\..\src\utils\timer.c
993  # End Source File  # End Source File
994  # End Group  # End Group
995    # Begin Group "xvidcore_h"
996    
997    # PROP Default_Filter ""
998    # Begin Source File
999    
1000    SOURCE=..\..\src\decoder.h
1001    # End Source File
1002    # Begin Source File
1003    
1004    SOURCE=..\..\src\divx4.h
1005    # End Source File
1006    # Begin Source File
1007    
1008    SOURCE=..\..\src\encoder.h
1009    # End Source File
1010    # Begin Source File
1011    
1012    SOURCE=..\..\src\global.h
1013    # End Source File
1014    # Begin Source File
1015    
1016    SOURCE=..\..\src\portab.h
1017    # End Source File
1018    # Begin Source File
1019    
1020    SOURCE=..\..\src\xvid.h
1021    # End Source File
1022    # End Group
1023  # Begin Source File  # Begin Source File
1024    
1025  SOURCE=..\..\src\decoder.c  SOURCE=..\..\src\decoder.c

Legend:
Removed from v.22  
changed lines
  Added in v.262

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