[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 294, Fri Jul 12 00:49:59 2002 UTC revision 295, Fri Jul 12 12:26:55 2002 UTC
# Line 1  Line 1 
1  # Microsoft Developer Studio Project File - Name="core" - Package Owner=<4>  # Microsoft Developer Studio Project File - Name="core" - 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  # ** NICHT BEARBEITEN **  # ** DO NOT EDIT **
4    
5  # TARGTYPE "Win32 (x86) Static Library" 0x0104  # TARGTYPE "Win32 (x86) Static Library" 0x0104
6    
7  CFG=core - Win32 Debug  CFG=core - Win32 Debug
8  !MESSAGE Dies ist kein gültiges Makefile. Zum Erstellen dieses Projekts mit NMAKE  !MESSAGE This is not a valid makefile. To build this project using NMAKE,
9  !MESSAGE verwenden Sie den Befehl "Makefile exportieren" und führen Sie den Befehl  !MESSAGE use the Export Makefile command and run
10  !MESSAGE  !MESSAGE
11  !MESSAGE NMAKE /f "core.mak".  !MESSAGE NMAKE /f "core.mak".
12  !MESSAGE  !MESSAGE
13  !MESSAGE Sie können beim Ausführen von NMAKE eine Konfiguration angeben  !MESSAGE You can specify a configuration when running NMAKE
14  !MESSAGE durch Definieren des Makros CFG in der Befehlszeile. Zum Beispiel:  !MESSAGE by defining the macro CFG on the command line. For example:
15  !MESSAGE  !MESSAGE
16  !MESSAGE NMAKE /f "core.mak" CFG="core - Win32 Debug"  !MESSAGE NMAKE /f "core.mak" CFG="core - Win32 Debug"
17  !MESSAGE  !MESSAGE
18  !MESSAGE Für die Konfiguration stehen zur Auswahl:  !MESSAGE Possible choices for configuration are:
19  !MESSAGE  !MESSAGE
20  !MESSAGE "core - Win32 Release" (basierend auf  "Win32 (x86) Static Library")  !MESSAGE "core - Win32 Release" (based on "Win32 (x86) Static Library")
21  !MESSAGE "core - Win32 Debug" (basierend auf  "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
26  # PROP AllowPerConfigDependencies 0  # PROP AllowPerConfigDependencies 0
27  # PROP Scc_ProjName ""  # PROP Scc_ProjName ""
28  # PROP Scc_LocalPath ""  # PROP Scc_LocalPath ""
29  CPP=xicl6.exe  CPP=cl.exe
30  RSC=rc.exe  RSC=rc.exe
31    
32  !IF  "$(CFG)" == "core - Win32 Release"  !IF  "$(CFG)" == "core - Win32 Release"
# Line 47  Line 48 
48  BSC32=bscmake.exe  BSC32=bscmake.exe
49  # ADD BASE BSC32 /nologo  # ADD BASE BSC32 /nologo
50  # ADD BSC32 /nologo  # ADD BSC32 /nologo
51  LIB32=xilink6.exe -lib  LIB32=link.exe -lib
52  # ADD BASE LIB32 /nologo  # ADD BASE LIB32 /nologo
53  # ADD LIB32 /nologo /out:"bin\core.lib"  # ADD LIB32 /nologo /out:"bin\core.lib"
54    
# Line 70  Line 71 
71  BSC32=bscmake.exe  BSC32=bscmake.exe
72  # ADD BASE BSC32 /nologo  # ADD BASE BSC32 /nologo
73  # ADD BSC32 /nologo  # ADD BSC32 /nologo
74  LIB32=xilink6.exe -lib  LIB32=link.exe -lib
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 134  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  !ENDIF
175    
176  # End Source File  # End Source File
# Line 165  Line 202 
202    
203  # End Custom Build  # 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 240  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 271  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 330  Line 403 
403    
404  # End Custom Build  # 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  !ENDIF
419    
420  # End Source File  # End Source File
# Line 361  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  !ENDIF
462    
463  # End Source File  # End Source File
# Line 392  Line 489 
489    
490  # End Custom Build  # 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 423  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 454  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 485  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 516  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 547  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 578  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 653  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  !ENDIF
850    
851  # End Source File  # End Source File
# Line 684  Line 877 
877    
878  # End Custom Build  # 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  !ENDIF
893    
894  # End Source File  # End Source File
# Line 715  Line 920 
920    
921  # End Custom Build  # 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 798  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 829  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 904  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 935  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.294  
changed lines
  Added in v.295

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