diff options
| -rw-r--r-- | scummvm.dsp | 68 | 
1 files changed, 66 insertions, 2 deletions
diff --git a/scummvm.dsp b/scummvm.dsp index 8e42a52840..b2d6102b63 100644 --- a/scummvm.dsp +++ b/scummvm.dsp @@ -4,7 +4,7 @@  # TARGTYPE "Win32 (x86) Console Application" 0x0103
 -CFG=scummvm - Win32 Debug
 +CFG=scummvm - Win32 MP3 Enabled Debug
  !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  !MESSAGE use the Export Makefile command and run
  !MESSAGE 
 @@ -13,12 +13,13 @@ CFG=scummvm - Win32 Debug  !MESSAGE You can specify a configuration when running NMAKE
  !MESSAGE by defining the macro CFG on the command line. For example:
  !MESSAGE 
 -!MESSAGE NMAKE /f "scummvm.mak" CFG="scummvm - Win32 Debug"
 +!MESSAGE NMAKE /f "scummvm.mak" CFG="scummvm - Win32 MP3 Enabled Debug"
  !MESSAGE 
  !MESSAGE Possible choices for configuration are:
  !MESSAGE 
  !MESSAGE "scummvm - Win32 Release" (based on "Win32 (x86) Console Application")
  !MESSAGE "scummvm - Win32 Debug" (based on "Win32 (x86) Console Application")
 +!MESSAGE "scummvm - Win32 MP3 Enabled Debug" (based on "Win32 (x86) Console Application")
  !MESSAGE 
  # Begin Project
 @@ -78,12 +79,40 @@ LINK32=link.exe  # 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 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 /subsystem:console /debug /machine:I386 /pdbtype:sept
  # ADD LINK32 kernel32.lib user32.lib gdi32.lib sdl.lib winmm.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
 +!ELSEIF  "$(CFG)" == "scummvm - Win32 MP3 Enabled Debug"
 +
 +# PROP BASE Use_MFC 0
 +# PROP BASE Use_Debug_Libraries 1
 +# PROP BASE Output_Dir "scummvm___Win32_MP3_Enabled_Debug"
 +# PROP BASE Intermediate_Dir "scummvm___Win32_MP3_Enabled_Debug"
 +# PROP BASE Ignore_Export_Lib 0
 +# PROP BASE Target_Dir ""
 +# PROP Use_MFC 0
 +# PROP Use_Debug_Libraries 1
 +# PROP Output_Dir "scummvm___Win32_MP3_Enabled_Debug"
 +# PROP Intermediate_Dir "scummvm___Win32_MP3_Enabled_Debug"
 +# PROP Ignore_Export_Lib 0
 +# PROP Target_Dir ""
 +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /I "./sound" /I "./" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "ALLOW_GDI" /D "BYPASS_COPY_PROT" /D "USE_ADLIB" /D "DUMP_SCRIPTS" /D "COMPRESSED_SOUND_FILE" /Yu"stdafx.h" /FD /GZ /c
 +# SUBTRACT BASE CPP /Fr
 +# ADD CPP /nologo /W3 /Gm /GX /Zi /Od /I "./sound" /I "./" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "ALLOW_GDI" /D "BYPASS_COPY_PROT" /D "USE_ADLIB" /D "DUMP_SCRIPTS" /D "COMPRESSED_SOUND_FILE" /Yu"stdafx.h" /FD /GZ /c
 +# SUBTRACT CPP /Fr
 +# ADD BASE RSC /l 0x41d /d "_DEBUG"
 +# ADD RSC /l 0x41d /d "_DEBUG"
 +BSC32=bscmake.exe
 +# ADD BASE BSC32 /nologo
 +# ADD BSC32 /nologo
 +LINK32=link.exe
 +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib sdl.lib winmm.lib libmad.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib sdl.lib winmm.lib libmad.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
 +
  !ENDIF 
  # Begin Target
  # Name "scummvm - Win32 Release"
  # Name "scummvm - Win32 Debug"
 +# Name "scummvm - Win32 MP3 Enabled Debug"
  # Begin Group "Source Files"
  # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
 @@ -117,6 +146,8 @@ SOURCE=.\actor.cpp  !ELSEIF  "$(CFG)" == "scummvm - Win32 Debug"
 +!ELSEIF  "$(CFG)" == "scummvm - Win32 MP3 Enabled Debug"
 +
  !ENDIF 
  # End Source File
 @@ -134,6 +165,8 @@ SOURCE=.\boxes.cpp  !ELSEIF  "$(CFG)" == "scummvm - Win32 Debug"
 +!ELSEIF  "$(CFG)" == "scummvm - Win32 MP3 Enabled Debug"
 +
  !ENDIF 
  # End Source File
 @@ -151,6 +184,8 @@ SOURCE=.\debug.cpp  !ELSEIF  "$(CFG)" == "scummvm - Win32 Debug"
 +!ELSEIF  "$(CFG)" == "scummvm - Win32 MP3 Enabled Debug"
 +
  !ENDIF 
  # End Source File
 @@ -164,6 +199,8 @@ SOURCE=.\gfx.cpp  !ELSEIF  "$(CFG)" == "scummvm - Win32 Debug"
 +!ELSEIF  "$(CFG)" == "scummvm - Win32 MP3 Enabled Debug"
 +
  !ENDIF 
  # End Source File
 @@ -185,6 +222,8 @@ SOURCE=.\object.cpp  !ELSEIF  "$(CFG)" == "scummvm - Win32 Debug"
 +!ELSEIF  "$(CFG)" == "scummvm - Win32 MP3 Enabled Debug"
 +
  !ENDIF 
  # End Source File
 @@ -198,6 +237,8 @@ SOURCE=.\resource.cpp  !ELSEIF  "$(CFG)" == "scummvm - Win32 Debug"
 +!ELSEIF  "$(CFG)" == "scummvm - Win32 MP3 Enabled Debug"
 +
  !ENDIF 
  # End Source File
 @@ -211,6 +252,8 @@ SOURCE=.\saveload.cpp  !ELSEIF  "$(CFG)" == "scummvm - Win32 Debug"
 +!ELSEIF  "$(CFG)" == "scummvm - Win32 MP3 Enabled Debug"
 +
  !ENDIF 
  # End Source File
 @@ -224,6 +267,8 @@ SOURCE=.\script.cpp  !ELSEIF  "$(CFG)" == "scummvm - Win32 Debug"
 +!ELSEIF  "$(CFG)" == "scummvm - Win32 MP3 Enabled Debug"
 +
  !ENDIF 
  # End Source File
 @@ -237,6 +282,8 @@ SOURCE=.\script_v1.cpp  !ELSEIF  "$(CFG)" == "scummvm - Win32 Debug"
 +!ELSEIF  "$(CFG)" == "scummvm - Win32 MP3 Enabled Debug"
 +
  !ENDIF 
  # End Source File
 @@ -250,6 +297,8 @@ SOURCE=.\script_v2.cpp  !ELSEIF  "$(CFG)" == "scummvm - Win32 Debug"
 +!ELSEIF  "$(CFG)" == "scummvm - Win32 MP3 Enabled Debug"
 +
  !ENDIF 
  # End Source File
 @@ -263,6 +312,8 @@ SOURCE=.\scummvm.cpp  !ELSEIF  "$(CFG)" == "scummvm - Win32 Debug"
 +!ELSEIF  "$(CFG)" == "scummvm - Win32 MP3 Enabled Debug"
 +
  !ENDIF 
  # End Source File
 @@ -280,6 +331,8 @@ SOURCE=.\sound.cpp  !ELSEIF  "$(CFG)" == "scummvm - Win32 Debug"
 +!ELSEIF  "$(CFG)" == "scummvm - Win32 MP3 Enabled Debug"
 +
  !ENDIF 
  # End Source File
 @@ -295,6 +348,11 @@ SOURCE=.\StdAfx.cpp  # ADD CPP /Yc"stdafx.h"
 +!ELSEIF  "$(CFG)" == "scummvm - Win32 MP3 Enabled Debug"
 +
 +# ADD BASE CPP /Yc"stdafx.h"
 +# ADD CPP /Yc"stdafx.h"
 +
  !ENDIF 
  # End Source File
 @@ -308,6 +366,8 @@ SOURCE=.\string.cpp  !ELSEIF  "$(CFG)" == "scummvm - Win32 Debug"
 +!ELSEIF  "$(CFG)" == "scummvm - Win32 MP3 Enabled Debug"
 +
  !ENDIF 
  # End Source File
 @@ -321,6 +381,8 @@ SOURCE=.\sys.cpp  !ELSEIF  "$(CFG)" == "scummvm - Win32 Debug"
 +!ELSEIF  "$(CFG)" == "scummvm - Win32 MP3 Enabled Debug"
 +
  !ENDIF 
  # End Source File
 @@ -338,6 +400,8 @@ SOURCE=.\verbs.cpp  !ELSEIF  "$(CFG)" == "scummvm - Win32 Debug"
 +!ELSEIF  "$(CFG)" == "scummvm - Win32 MP3 Enabled Debug"
 +
  !ENDIF 
  # End Source File
  | 
