[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 261, Sat Jul 6 21:41:14 2002 UTC revision 262, Sun Jul 7 09:45:40 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  # ** DO NOT EDIT **  # ** NICHT BEARBEITEN **
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 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 "core.mak".  !MESSAGE NMAKE /f "core.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 "core.mak" CFG="core - Win32 Debug"  !MESSAGE NMAKE /f "core.mak" CFG="core - 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 "core - Win32 Release" (based on "Win32 (x86) Static Library")  !MESSAGE "core - Win32 Release" (basierend auf  "Win32 (x86) Static Library")
21  !MESSAGE "core - Win32 Debug" (based on "Win32 (x86) Static Library")  !MESSAGE "core - 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)" == "core - Win32 Release"  !IF  "$(CFG)" == "core - 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\core.lib"  # ADD LIB32 /nologo /out:"bin\core.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\core.lib"  # ADD LIB32 /nologo /out:"bin\core.lib"
76    
# Line 137  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  # End Group
172  # Begin Group "bitstream_h"  # Begin Group "bitstream_h"
173    
# Line 273  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 304  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 563  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  # End Group
722  # Begin Group "motion_h"  # Begin Group "motion_h"
723    
# Line 575  Line 730 
730    
731  SOURCE=..\..\src\motion\sad.h  SOURCE=..\..\src\motion\sad.h
732  # End Source File  # 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 588  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    

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

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