aboutsummaryrefslogtreecommitdiff
path: root/scummvm.dsp
diff options
context:
space:
mode:
authorJames Brown2002-03-07 09:21:43 +0000
committerJames Brown2002-03-07 09:21:43 +0000
commitad800009b22b3c6603f0fe189f262284abd85d63 (patch)
tree1439405352d3f39caa4e731fbe5cab4d970789d7 /scummvm.dsp
parent7f79aa82cecdafcd36507383a8a3c40cd7be826f (diff)
downloadscummvm-rg350-ad800009b22b3c6603f0fe189f262284abd85d63.tar.gz
scummvm-rg350-ad800009b22b3c6603f0fe189f262284abd85d63.tar.bz2
scummvm-rg350-ad800009b22b3c6603f0fe189f262284abd85d63.zip
Added new project configuration: MP3 Enabled Debug
svn-id: r3683
Diffstat (limited to 'scummvm.dsp')
-rw-r--r--scummvm.dsp68
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