[svn] / trunk / vfw / vfw.dsp Repository:
ViewVC logotype

Diff of /trunk/vfw/vfw.dsp

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

revision 380, Sun Aug 18 12:12:39 2002 UTC revision 499, Sat Sep 21 03:11:36 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")
 !MESSAGE "vfw - Win32 Release _SMP" (basierend auf  "Win32 (x86) Dynamic-Link Library")  
22  !MESSAGE  !MESSAGE
23    
24  # Begin Project  # Begin Project
# Line 70  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 /I "..\xvidcore\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "BFRAMES" /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 83  Line 82 
82  # 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  # 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    
 !ELSEIF  "$(CFG)" == "vfw - Win32 Release _SMP"  
   
 # PROP BASE Use_MFC 0  
 # 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 "..\xvidcore\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 ..\xvidcore\build\win32\bin\core.lib pthreadVC.lib /nologo /dll /machine:I386 /out:"bin\xvid.dll"  
   
85  !ENDIF  !ENDIF
86    
87  # Begin Target  # Begin Target
88    
89  # Name "vfw - Win32 Release"  # Name "vfw - Win32 Release"
90  # Name "vfw - Win32 Debug"  # Name "vfw - Win32 Debug"
 # Name "vfw - Win32 Release _SMP"  
91  # Begin Group "doc"  # Begin Group "doc"
92    
93  # PROP Default_Filter ""  # PROP Default_Filter ""

Legend:
Removed from v.380  
changed lines
  Added in v.499

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