[cvs] / xvidcore / vfw / vfw.dsp Repository:
ViewVC logotype

Diff of /xvidcore/vfw/vfw.dsp

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

revision 1.1.2.3, Tue Apr 15 11:01:13 2003 UTC revision 1.3.2.1, Wed Nov 1 10:20:09 2006 UTC
# Line 1  Line 1 
1  # Microsoft Developer Studio Project File - Name="vfw" - Package Owner=<4>  # Microsoft Developer Studio Project File - Name="vfw" - 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) Dynamic-Link Library" 0x0102  # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
6    
7  CFG=vfw - Win32 Debug  CFG=vfw - 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 "vfw.mak".  !MESSAGE NMAKE /f "vfw.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 "vfw.mak" CFG="vfw - Win32 Debug"  !MESSAGE NMAKE /f "vfw.mak" CFG="vfw - 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 "vfw - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")  !MESSAGE "vfw - Win32 Release" (basierend auf  "Win32 (x86) Dynamic-Link Library")
21  !MESSAGE "vfw - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")  !MESSAGE "vfw - Win32 Debug" (basierend auf  "Win32 (x86) Dynamic-Link Library")
 !MESSAGE "vfw - Win32 Release _SMP" (based on "Win32 (x86) Dynamic-Link Library")  
22  !MESSAGE  !MESSAGE
23    
24  # Begin Project  # Begin Project
# Line 43  Line 42 
42  # PROP Intermediate_Dir "Release"  # PROP Intermediate_Dir "Release"
43  # PROP Ignore_Export_Lib 0  # PROP Ignore_Export_Lib 0
44  # PROP Target_Dir ""  # PROP Target_Dir ""
45  # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c  # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
46  # ADD CPP /nologo /MT /W3 /GX /O2 /I "..\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c  # ADD CPP /nologo /W3 /GX /O2 /I "..\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FR /FD /c
47    # SUBTRACT CPP /YX
48  # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32  # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
49  # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32  # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
50  # ADD BASE RSC /l 0xc09 /d "NDEBUG"  # ADD BASE RSC /l 0xc09 /d "NDEBUG"
# Line 54  Line 54 
54  # ADD BSC32 /nologo  # ADD BSC32 /nologo
55  LINK32=link.exe  LINK32=link.exe
56  # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386  # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
57  # ADD LINK32 user32.lib comdlg32.lib comctl32.lib advapi32.lib gdi32.lib shell32.lib winmm.lib ..\build\win32\bin\libxvidcore.lib /nologo /dll /machine:I386 /out:"bin\xvid.dll"  # ADD LINK32 user32.lib comdlg32.lib comctl32.lib advapi32.lib gdi32.lib shell32.lib winmm.lib /nologo /dll /machine:I386 /out:"bin\xvidvfw.dll"
58    # Begin Special Build Tool
59    SOURCE="$(InputPath)"
60    PostBuild_Cmds=copy "..\build\win32\bin\xvidcore.dll" ".\bin"
61    # End Special Build Tool
62    
63  !ELSEIF  "$(CFG)" == "vfw - Win32 Debug"  !ELSEIF  "$(CFG)" == "vfw - Win32 Debug"
64    
# Line 69  Line 73 
73  # PROP Intermediate_Dir "Debug"  # PROP Intermediate_Dir "Debug"
74  # PROP Ignore_Export_Lib 0  # PROP Ignore_Export_Lib 0
75  # PROP Target_Dir ""  # PROP Target_Dir ""
76  # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /GZ /c  # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /GZ /c
77  # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FR /YX /FD /GZ /c  # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FR /FD /GZ /c
78    # SUBTRACT CPP /YX
79  # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32  # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
80  # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32  # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
81  # ADD BASE RSC /l 0xc09 /d "_DEBUG"  # ADD BASE RSC /l 0xc09 /d "_DEBUG"
# Line 80  Line 85 
85  # ADD BSC32 /nologo  # ADD BSC32 /nologo
86  LINK32=link.exe  LINK32=link.exe
87  # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept  # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
88  # ADD LINK32 user32.lib comdlg32.lib comctl32.lib advapi32.lib gdi32.lib shell32.lib winmm.lib ..\build\win32\bin\libxvidcore.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"bin\xvid.dll" /pdbtype:sept  # ADD LINK32 user32.lib comdlg32.lib comctl32.lib advapi32.lib gdi32.lib shell32.lib winmm.lib /nologo /dll /debug /machine:I386 /out:"bin\xvidvfw.dll" /pdbtype:sept
89  # SUBTRACT LINK32 /pdb:none  # SUBTRACT LINK32 /pdb:none /incremental:no
90    # Begin Special Build Tool
91  !ELSEIF  "$(CFG)" == "vfw - Win32 Release _SMP"  SOURCE="$(InputPath)"
92    PostBuild_Cmds=copy ../build/win32/bin/xvidcore.dll bin
93  # PROP BASE Use_MFC 0  # End Special Build Tool
 # PROP BASE Use_Debug_Libraries 0  
 # PROP BASE Output_Dir "vfw___Win32_Release__SMP"  
 # PROP BASE Intermediate_Dir "vfw___Win32_Release__SMP"  
 # PROP BASE Ignore_Export_Lib 0  
 # PROP BASE Target_Dir ""  
 # PROP Use_MFC 0  
 # PROP Use_Debug_Libraries 0  
 # PROP Output_Dir "Release_SMP"  
 # PROP Intermediate_Dir "Release_SMP"  
 # PROP Ignore_Export_Lib 0  
 # PROP Target_Dir ""  
 # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c  
 # ADD CPP /nologo /MT /W3 /GX /O2 /I "..\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_SMP" /YX /FD /c  
 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32  
 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32  
 # ADD BASE RSC /l 0xc09 /d "NDEBUG"  
 # ADD RSC /l 0xc09 /d "NDEBUG"  
 BSC32=bscmake.exe  
 # ADD BASE BSC32 /nologo  
 # ADD BSC32 /nologo  
 LINK32=link.exe  
 # ADD BASE LINK32 user32.lib comdlg32.lib comctl32.lib advapi32.lib gdi32.lib shell32.lib winmm.lib ..\xvidcore\build\win32\bin\core.lib /nologo /dll /machine:I386 /out:"bin\xvid.dll"  
 # ADD LINK32 user32.lib comdlg32.lib comctl32.lib advapi32.lib gdi32.lib shell32.lib winmm.lib ..\build\win32\bin\libxvidcore.lib pthreadVC.lib /nologo /dll /machine:I386 /out:"bin\xvid.dll"  
94    
95  !ENDIF  !ENDIF
96    
# Line 116  Line 98 
98    
99  # Name "vfw - Win32 Release"  # Name "vfw - Win32 Release"
100  # Name "vfw - Win32 Debug"  # Name "vfw - Win32 Debug"
 # Name "vfw - Win32 Release _SMP"  
101  # Begin Group "doc"  # Begin Group "doc"
102    
103  # PROP Default_Filter ""  # PROP Default_Filter ""
 # Begin Source File  
   
 SOURCE=.\authors.txt  
 # End Source File  
 # Begin Source File  
   
 SOURCE=.\gpl.txt  
 # End Source File  
 # Begin Source File  
   
 SOURCE=.\help.txt  
 # End Source File  
 # Begin Source File  
   
 SOURCE=.\todo.txt  
 # End Source File  
104  # End Group  # End Group
105  # Begin Group "Source Files"  # Begin Group "Source Files"
106    
# Line 152  Line 117 
117    
118  SOURCE=.\src\driverproc.c  SOURCE=.\src\driverproc.c
119  # End Source File  # End Source File
120    # Begin Source File
121    
122    SOURCE=.\src\status.c
123    # End Source File
124  # End Group  # End Group
125  # Begin Group "Header Files"  # Begin Group "Header Files"
126    
# Line 168  Line 137 
137    
138  SOURCE=.\src\debug.h  SOURCE=.\src\debug.h
139  # End Source File  # End Source File
140    # Begin Source File
141    
142    SOURCE=.\src\resource.h
143    # End Source File
144    # Begin Source File
145    
146    SOURCE=.\src\status.h
147    # End Source File
148    # Begin Source File
149    
150    SOURCE=.\src\vfwext.h
151    # End Source File
152  # End Group  # End Group
153  # Begin Group "Resource Files"  # Begin Group "Resource Files"
154    
155  # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"  # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
156  # Begin Source File  # Begin Source File
157    
158  SOURCE=.\src\config.rc  SOURCE=.\src\resource.rc
159    # End Source File
160    # Begin Source File
161    
162    SOURCE=.\src\xvid.ico
163  # End Source File  # End Source File
164  # Begin Source File  # Begin Source File
165    

Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.3.2.1

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