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

Diff of /vfw/vfw.dsp

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

revision 1.1.1.1, Fri Mar 8 02:46:03 2002 UTC revision 1.9, Sat Sep 21 03:09:54 2002 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  # ** NICHT BEARBEITEN **  # ** DO NOT EDIT **
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 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 "vfw.mak".  !MESSAGE NMAKE /f "vfw.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 "vfw.mak" CFG="vfw - Win32 Debug"  !MESSAGE NMAKE /f "vfw.mak" CFG="vfw - 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 "vfw - Win32 Release" (basierend auf  "Win32 (x86) Dynamic-Link Library")  !MESSAGE "vfw - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21  !MESSAGE "vfw - Win32 Debug" (basierend auf  "Win32 (x86) Dynamic-Link Library")  !MESSAGE "vfw - Win32 Debug" (based on "Win32 (x86) Dynamic-Link 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=xicl6.exe  CPP=cl.exe
29  MTL=midl.exe  MTL=midl.exe
30  RSC=rc.exe  RSC=rc.exe
31    
# Line 43  Line 43 
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 /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
46  # ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c  # ADD CPP /nologo /MT /W3 /GX /O2 /I "..\xvidcore\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
47  # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32  # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
48  # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32  # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
49  # ADD BASE RSC /l 0xc09 /d "NDEBUG"  # ADD BASE RSC /l 0xc09 /d "NDEBUG"
# Line 51  Line 51 
51  BSC32=bscmake.exe  BSC32=bscmake.exe
52  # ADD BASE BSC32 /nologo  # ADD BASE BSC32 /nologo
53  # ADD BSC32 /nologo  # ADD BSC32 /nologo
54  LINK32=xilink6.exe  LINK32=link.exe
55  # 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
56  # ADD LINK32 user32.lib comdlg32.lib comctl32.lib advapi32.lib gdi32.lib shell32.lib winmm.lib 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 ..\xvidcore\build\win32\bin\core.lib /nologo /dll /machine:I386 /out:"bin\xvid.dll"
57    
58  !ELSEIF  "$(CFG)" == "vfw - Win32 Debug"  !ELSEIF  "$(CFG)" == "vfw - Win32 Debug"
59    
# Line 69  Line 69 
69  # PROP Ignore_Export_Lib 0  # PROP Ignore_Export_Lib 0
70  # PROP Target_Dir ""  # PROP Target_Dir ""
71  # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /GZ /c  # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /GZ /c
72  # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /GZ /c  # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\xvidcore\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /GZ /c
73  # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32  # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
74  # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32  # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
75  # ADD BASE RSC /l 0xc09 /d "_DEBUG"  # ADD BASE RSC /l 0xc09 /d "_DEBUG"
# Line 77  Line 77 
77  BSC32=bscmake.exe  BSC32=bscmake.exe
78  # ADD BASE BSC32 /nologo  # ADD BASE BSC32 /nologo
79  # ADD BSC32 /nologo  # ADD BSC32 /nologo
80  LINK32=xilink6.exe  LINK32=link.exe
81  # 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
82  # ADD LINK32 user32.lib comdlg32.lib comctl32.lib advapi32.lib gdi32.lib shell32.lib winmm.lib ..\core\build\win32\bin\core.lib /nologo /dll /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 ..\xvidcore\build\win32\bin\core.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"bin\xvid.dll" /pdbtype:sept
83  # SUBTRACT LINK32 /pdb:none  # SUBTRACT LINK32 /pdb:none
84    
85  !ENDIF  !ENDIF
# Line 113  Line 113 
113  # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"  # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
114  # Begin Source File  # Begin Source File
115    
116    SOURCE=.\src\2pass.c
117    # End Source File
118    # Begin Source File
119    
120  SOURCE=.\src\codec.c  SOURCE=.\src\codec.c
121  # End Source File  # End Source File
122  # Begin Source File  # Begin Source File
# Line 129  Line 133 
133  # PROP Default_Filter "h;hpp;hxx;hm;inl"  # PROP Default_Filter "h;hpp;hxx;hm;inl"
134  # Begin Source File  # Begin Source File
135    
136  SOURCE=.\src\codec.h  SOURCE=.\src\2pass.h
137  # End Source File  # End Source File
138  # Begin Source File  # Begin Source File
139    
140  SOURCE=.\src\config.h  SOURCE=.\src\codec.h
141  # End Source File  # End Source File
142  # Begin Source File  # Begin Source File
143    
144  SOURCE=.\src\xvid.h  SOURCE=.\src\config.h
145  # End Source File  # End Source File
146  # End Group  # End Group
147  # Begin Group "Resource Files"  # Begin Group "Resource Files"
# Line 160  Line 164 
164  SOURCE=.\src\driverproc.def  SOURCE=.\src\driverproc.def
165  # End Source File  # End Source File
166  # End Group  # End Group
167    # Begin Source File
168    
169    SOURCE=..\xvidcore\build\win32\bin\core.lib
170    # End Source File
171  # End Target  # End Target
172  # End Project  # End Project

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.9

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