[Scummvm-cvs-logs] CVS: scummvm/backends/wince/simon simon.vcp,1.2,1.3

Nicolas Bacca arisme at users.sourceforge.net
Sun Dec 1 15:31:06 CET 2002


Update of /cvsroot/scummvm/scummvm/backends/wince/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv23285/simon

Modified Files:
	simon.vcp 
Log Message:
Update project files, for whatever reason

Index: simon.vcp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/wince/simon/simon.vcp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- simon.vcp	27 Oct 2002 06:04:30 -0000	1.2
+++ simon.vcp	1 Dec 2002 23:30:40 -0000	1.3
@@ -158,7 +158,7 @@
 # PROP Target_Dir ""
 CPP=clarm.exe
 # ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "NDEBUG" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /Oxs /M$(CECrtMT) /c
-# ADD CPP /nologo /W3 /I "../" /I "../../.." /I "../../../common" /I "../../../scumm" /I "../missing" /D "_LIB" /D "ARM" /D "_ARM_" /D "NDEBUG" /D "WIN32" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "SCUMM_NEED_ALIGNMENT" /D "FPM_DEFAULT" /D "USE_MAD" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /O2 /I "../" /I "../../.." /I "../../../common" /I "../../../scumm" /I "../missing" /D "_LIB" /D "ARM" /D "_ARM_" /D "NDEBUG" /D "WIN32" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "SCUMM_NEED_ALIGNMENT" /D "FPM_DEFAULT" /D "USE_MAD" /FR /YX /Oxs /M$(CECrtMT) /c
 LIB32=link.exe -lib
 # ADD BASE LIB32 /nologo
 # ADD LIB32 /nologo
@@ -267,26 +267,29 @@
 
 DEP_CPP_DEBUG=\
 	"..\..\..\common\engine.h"\
-	"..\..\..\common\file.h"\
 	"..\..\..\common\scummsys.h"\
 	"..\..\..\common\stdafx.h"\
 	"..\..\..\common\system.h"\
+	"..\..\..\simon\debug.h"\
 	"..\..\..\simon\intern.h"\
 	"..\..\..\simon\midi.h"\
 	"..\..\..\simon\simon.h"\
 	"..\..\..\simon\vga.h"\
 	"..\..\..\sound\mixer.h"\
 	"..\missing\unistd.h"\
-	{$(INCLUDE)}"mad.h"\
-	{$(INCLUDE)}"SDL_byteorder.h"\
+	"..\portdefs.h"\
 	
 NODEP_CPP_DEBUG=\
 	"..\..\..\common\macos.h"\
+	"..\..\..\simon\simonsound.h"\
+	".\ad.h"\
+	".\DL_byteorder.h"\
 	
 
 !ELSEIF  "$(CFG)" == "simon - Win32 (WCE MIPS) Debug"
 
 NODEP_CPP_DEBUG=\
+	"..\..\..\simon\simon\debug.h"\
 	"..\..\..\simon\simon\intern.h"\
 	"..\..\..\simon\simon\simon.h"\
 	"..\..\..\simon\simon\vga.h"\
@@ -297,26 +300,29 @@
 
 DEP_CPP_DEBUG=\
 	"..\..\..\common\engine.h"\
-	"..\..\..\common\file.h"\
 	"..\..\..\common\scummsys.h"\
 	"..\..\..\common\stdafx.h"\
 	"..\..\..\common\system.h"\
+	"..\..\..\simon\debug.h"\
 	"..\..\..\simon\intern.h"\
 	"..\..\..\simon\midi.h"\
 	"..\..\..\simon\simon.h"\
 	"..\..\..\simon\vga.h"\
 	"..\..\..\sound\mixer.h"\
 	"..\missing\unistd.h"\
-	{$(INCLUDE)}"mad.h"\
-	{$(INCLUDE)}"SDL_byteorder.h"\
+	"..\portdefs.h"\
 	
 NODEP_CPP_DEBUG=\
 	"..\..\..\common\macos.h"\
+	"..\..\..\simon\simonsound.h"\
+	".\ad.h"\
+	".\DL_byteorder.h"\
 	
 
 !ELSEIF  "$(CFG)" == "simon - Win32 (WCE SH3) Debug"
 
 NODEP_CPP_DEBUG=\
+	"..\..\..\simon\simon\debug.h"\
 	"..\..\..\simon\simon\intern.h"\
 	"..\..\..\simon\simon\simon.h"\
 	"..\..\..\simon\simon\vga.h"\
@@ -327,16 +333,19 @@
 
 DEP_CPP_DEBUG=\
 	"..\..\..\common\engine.h"\
-	"..\..\..\common\file.h"\
 	"..\..\..\common\scummsys.h"\
 	"..\..\..\common\stdafx.h"\
 	"..\..\..\common\system.h"\
+	"..\..\..\common\util.h"\
+	"..\..\..\simon\debug.h"\
 	"..\..\..\simon\intern.h"\
 	"..\..\..\simon\midi.h"\
 	"..\..\..\simon\simon.h"\
+	"..\..\..\simon\sound.h"\
 	"..\..\..\simon\vga.h"\
 	"..\..\..\sound\mixer.h"\
 	"..\missing\unistd.h"\
+	"..\portdefs.h"\
 	{$(INCLUDE)}"mad.h"\
 	{$(INCLUDE)}"SDL_byteorder.h"\
 	
@@ -367,6 +376,7 @@
 !ELSEIF  "$(CFG)" == "simon - Win32 (WCE x86em) Release"
 
 NODEP_CPP_DEBUG=\
+	"..\..\..\simon\simon\debug.h"\
 	"..\..\..\simon\simon\intern.h"\
 	"..\..\..\simon\simon\simon.h"\
 	"..\..\..\simon\simon\vga.h"\
@@ -376,6 +386,7 @@
 !ELSEIF  "$(CFG)" == "simon - Win32 (WCE x86em) Debug"
 
 NODEP_CPP_DEBUG=\
+	"..\..\..\simon\simon\debug.h"\
 	"..\..\..\simon\simon\intern.h"\
 	"..\..\..\simon\simon\simon.h"\
 	"..\..\..\simon\simon\vga.h"\
@@ -397,7 +408,6 @@
 
 DEP_CPP_ITEMS=\
 	"..\..\..\common\engine.h"\
-	"..\..\..\common\file.h"\
 	"..\..\..\common\scummsys.h"\
 	"..\..\..\common\stdafx.h"\
 	"..\..\..\common\system.h"\
@@ -406,11 +416,13 @@
 	"..\..\..\simon\simon.h"\
 	"..\..\..\sound\mixer.h"\
 	"..\missing\unistd.h"\
-	{$(INCLUDE)}"mad.h"\
-	{$(INCLUDE)}"SDL_byteorder.h"\
+	"..\portdefs.h"\
 	
 NODEP_CPP_ITEMS=\
 	"..\..\..\common\macos.h"\
+	"..\..\..\simon\simonsound.h"\
+	".\ad.h"\
+	".\DL_byteorder.h"\
 	
 
 !ELSEIF  "$(CFG)" == "simon - Win32 (WCE MIPS) Debug"
@@ -425,7 +437,6 @@
 
 DEP_CPP_ITEMS=\
 	"..\..\..\common\engine.h"\
-	"..\..\..\common\file.h"\
 	"..\..\..\common\scummsys.h"\
 	"..\..\..\common\stdafx.h"\
 	"..\..\..\common\system.h"\
@@ -434,11 +445,13 @@
 	"..\..\..\simon\simon.h"\
 	"..\..\..\sound\mixer.h"\
 	"..\missing\unistd.h"\
-	{$(INCLUDE)}"mad.h"\
-	{$(INCLUDE)}"SDL_byteorder.h"\
+	"..\portdefs.h"\
 	
 NODEP_CPP_ITEMS=\
 	"..\..\..\common\macos.h"\
+	"..\..\..\simon\simonsound.h"\
+	".\ad.h"\
+	".\DL_byteorder.h"\
 	
 
 !ELSEIF  "$(CFG)" == "simon - Win32 (WCE SH3) Debug"
@@ -453,15 +466,17 @@
 
 DEP_CPP_ITEMS=\
 	"..\..\..\common\engine.h"\
-	"..\..\..\common\file.h"\
 	"..\..\..\common\scummsys.h"\
 	"..\..\..\common\stdafx.h"\
 	"..\..\..\common\system.h"\
+	"..\..\..\common\util.h"\
 	"..\..\..\simon\intern.h"\
 	"..\..\..\simon\midi.h"\
 	"..\..\..\simon\simon.h"\
+	"..\..\..\simon\sound.h"\
 	"..\..\..\sound\mixer.h"\
 	"..\missing\unistd.h"\
+	"..\portdefs.h"\
 	{$(INCLUDE)}"mad.h"\
 	{$(INCLUDE)}"SDL_byteorder.h"\
 	
@@ -520,25 +535,30 @@
 	"..\..\..\common\scummsys.h"\
 	"..\..\..\common\stdafx.h"\
 	"..\..\..\common\system.h"\
+	"..\..\..\simon\intern.h"\
 	"..\..\..\simon\midi.h"\
 	"..\..\..\simon\simon.h"\
 	"..\..\..\sound\mididrv.h"\
+	"..\..\..\sound\midistreamer.h"\
 	"..\..\..\sound\mixer.h"\
 	"..\missing\unistd.h"\
-	{$(INCLUDE)}"mad.h"\
-	{$(INCLUDE)}"SDL_byteorder.h"\
+	"..\portdefs.h"\
 	
 NODEP_CPP_MIDI_=\
 	"..\..\..\common\macos.h"\
+	"..\..\..\simon\simonsound.h"\
+	".\ad.h"\
+	".\DL_byteorder.h"\
 	
 
 !ELSEIF  "$(CFG)" == "simon - Win32 (WCE MIPS) Debug"
 
 NODEP_CPP_MIDI_=\
+	"..\..\..\simon\common\file.h"\
 	"..\..\..\simon\common\system.h"\
 	"..\..\..\simon\scummsys.h"\
 	"..\..\..\simon\simon\simon.h"\
-	"..\..\..\simon\sound\mididrv.h"\
+	"..\..\..\simon\sound\midistreamer.h"\
 	"..\..\..\simon\sound\mixer.h"\
 	"..\..\..\simon\stdafx.h"\
 	
@@ -551,25 +571,30 @@
 	"..\..\..\common\scummsys.h"\
 	"..\..\..\common\stdafx.h"\
 	"..\..\..\common\system.h"\
+	"..\..\..\simon\intern.h"\
 	"..\..\..\simon\midi.h"\
 	"..\..\..\simon\simon.h"\
 	"..\..\..\sound\mididrv.h"\
+	"..\..\..\sound\midistreamer.h"\
 	"..\..\..\sound\mixer.h"\
 	"..\missing\unistd.h"\
-	{$(INCLUDE)}"mad.h"\
-	{$(INCLUDE)}"SDL_byteorder.h"\
+	"..\portdefs.h"\
 	
 NODEP_CPP_MIDI_=\
 	"..\..\..\common\macos.h"\
+	"..\..\..\simon\simonsound.h"\
+	".\ad.h"\
+	".\DL_byteorder.h"\
 	
 
 !ELSEIF  "$(CFG)" == "simon - Win32 (WCE SH3) Debug"
 
 NODEP_CPP_MIDI_=\
+	"..\..\..\simon\common\file.h"\
 	"..\..\..\simon\common\system.h"\
 	"..\..\..\simon\scummsys.h"\
 	"..\..\..\simon\simon\simon.h"\
-	"..\..\..\simon\sound\mididrv.h"\
+	"..\..\..\simon\sound\midistreamer.h"\
 	"..\..\..\simon\sound\mixer.h"\
 	"..\..\..\simon\stdafx.h"\
 	
@@ -582,11 +607,16 @@
 	"..\..\..\common\scummsys.h"\
 	"..\..\..\common\stdafx.h"\
 	"..\..\..\common\system.h"\
+	"..\..\..\common\util.h"\
+	"..\..\..\simon\intern.h"\
 	"..\..\..\simon\midi.h"\
 	"..\..\..\simon\simon.h"\
+	"..\..\..\simon\sound.h"\
 	"..\..\..\sound\mididrv.h"\
+	"..\..\..\sound\midistreamer.h"\
 	"..\..\..\sound\mixer.h"\
 	"..\missing\unistd.h"\
+	"..\portdefs.h"\
 	{$(INCLUDE)}"mad.h"\
 	{$(INCLUDE)}"SDL_byteorder.h"\
 	
@@ -617,10 +647,11 @@
 !ELSEIF  "$(CFG)" == "simon - Win32 (WCE x86em) Release"
 
 NODEP_CPP_MIDI_=\
+	"..\..\..\simon\common\file.h"\
 	"..\..\..\simon\common\system.h"\
 	"..\..\..\simon\scummsys.h"\
 	"..\..\..\simon\simon\simon.h"\
-	"..\..\..\simon\sound\mididrv.h"\
+	"..\..\..\simon\sound\midistreamer.h"\
 	"..\..\..\simon\sound\mixer.h"\
 	"..\..\..\simon\stdafx.h"\
 	
@@ -628,10 +659,11 @@
 !ELSEIF  "$(CFG)" == "simon - Win32 (WCE x86em) Debug"
 
 NODEP_CPP_MIDI_=\
+	"..\..\..\simon\common\file.h"\
 	"..\..\..\simon\common\system.h"\
 	"..\..\..\simon\scummsys.h"\
 	"..\..\..\simon\simon\simon.h"\
-	"..\..\..\simon\sound\mididrv.h"\
+	"..\..\..\simon\sound\midistreamer.h"\
 	"..\..\..\simon\sound\mixer.h"\
 	"..\..\..\simon\stdafx.h"\
 	
@@ -660,16 +692,19 @@
 	"..\..\..\simon\simon.h"\
 	"..\..\..\sound\mixer.h"\
 	"..\missing\unistd.h"\
-	{$(INCLUDE)}"mad.h"\
-	{$(INCLUDE)}"SDL_byteorder.h"\
+	"..\portdefs.h"\
 	
 NODEP_CPP_RES_C=\
 	"..\..\..\common\macos.h"\
+	"..\..\..\simon\simonsound.h"\
+	".\ad.h"\
+	".\DL_byteorder.h"\
 	
 
 !ELSEIF  "$(CFG)" == "simon - Win32 (WCE MIPS) Debug"
 
 NODEP_CPP_RES_C=\
+	"..\..\..\simon\common\file.h"\
 	"..\..\..\simon\simon\intern.h"\
 	"..\..\..\simon\simon\simon.h"\
 	"..\..\..\simon\stdafx.h"\
@@ -688,16 +723,19 @@
 	"..\..\..\simon\simon.h"\
 	"..\..\..\sound\mixer.h"\
 	"..\missing\unistd.h"\
-	{$(INCLUDE)}"mad.h"\
-	{$(INCLUDE)}"SDL_byteorder.h"\
+	"..\portdefs.h"\
 	
 NODEP_CPP_RES_C=\
 	"..\..\..\common\macos.h"\
+	"..\..\..\simon\simonsound.h"\
+	".\ad.h"\
+	".\DL_byteorder.h"\
 	
 
 !ELSEIF  "$(CFG)" == "simon - Win32 (WCE SH3) Debug"
 
 NODEP_CPP_RES_C=\
+	"..\..\..\simon\common\file.h"\
 	"..\..\..\simon\simon\intern.h"\
 	"..\..\..\simon\simon\simon.h"\
 	"..\..\..\simon\stdafx.h"\
@@ -711,11 +749,14 @@
 	"..\..\..\common\scummsys.h"\
 	"..\..\..\common\stdafx.h"\
 	"..\..\..\common\system.h"\
+	"..\..\..\common\util.h"\
 	"..\..\..\simon\intern.h"\
 	"..\..\..\simon\midi.h"\
 	"..\..\..\simon\simon.h"\
+	"..\..\..\simon\sound.h"\
 	"..\..\..\sound\mixer.h"\
 	"..\missing\unistd.h"\
+	"..\portdefs.h"\
 	{$(INCLUDE)}"mad.h"\
 	{$(INCLUDE)}"SDL_byteorder.h"\
 	
@@ -746,6 +787,7 @@
 !ELSEIF  "$(CFG)" == "simon - Win32 (WCE x86em) Release"
 
 NODEP_CPP_RES_C=\
+	"..\..\..\simon\common\file.h"\
 	"..\..\..\simon\simon\intern.h"\
 	"..\..\..\simon\simon\simon.h"\
 	"..\..\..\simon\stdafx.h"\
@@ -754,6 +796,7 @@
 !ELSEIF  "$(CFG)" == "simon - Win32 (WCE x86em) Debug"
 
 NODEP_CPP_RES_C=\
+	"..\..\..\simon\common\file.h"\
 	"..\..\..\simon\simon\intern.h"\
 	"..\..\..\simon\simon\simon.h"\
 	"..\..\..\simon\stdafx.h"\
@@ -784,16 +827,19 @@
 	"..\..\..\sound\mididrv.h"\
 	"..\..\..\sound\mixer.h"\
 	"..\missing\unistd.h"\
-	{$(INCLUDE)}"mad.h"\
-	{$(INCLUDE)}"SDL_byteorder.h"\
+	"..\portdefs.h"\
 	
 NODEP_CPP_SIMON=\
 	"..\..\..\common\macos.h"\
+	"..\..\..\simon\simonsound.h"\
+	".\ad.h"\
+	".\DL_byteorder.h"\
 	
 
 !ELSEIF  "$(CFG)" == "simon - Win32 (WCE MIPS) Debug"
 
 NODEP_CPP_SIMON=\
+	"..\..\..\simon\common\file.h"\
 	"..\..\..\simon\common\gameDetector.h"\
 	"..\..\..\simon\simon\intern.h"\
 	"..\..\..\simon\simon\simon.h"\
@@ -820,16 +866,19 @@
 	"..\..\..\sound\mididrv.h"\
 	"..\..\..\sound\mixer.h"\
 	"..\missing\unistd.h"\
-	{$(INCLUDE)}"mad.h"\
-	{$(INCLUDE)}"SDL_byteorder.h"\
+	"..\portdefs.h"\
 	
 NODEP_CPP_SIMON=\
 	"..\..\..\common\macos.h"\
+	"..\..\..\simon\simonsound.h"\
+	".\ad.h"\
+	".\DL_byteorder.h"\
 	
 
 !ELSEIF  "$(CFG)" == "simon - Win32 (WCE SH3) Debug"
 
 NODEP_CPP_SIMON=\
+	"..\..\..\simon\common\file.h"\
 	"..\..\..\simon\common\gameDetector.h"\
 	"..\..\..\simon\simon\intern.h"\
 	"..\..\..\simon\simon\simon.h"\
@@ -849,13 +898,16 @@
 	"..\..\..\common\stdafx.h"\
 	"..\..\..\common\str.h"\
 	"..\..\..\common\system.h"\
+	"..\..\..\common\util.h"\
 	"..\..\..\simon\intern.h"\
 	"..\..\..\simon\midi.h"\
 	"..\..\..\simon\simon.h"\
+	"..\..\..\simon\sound.h"\
 	"..\..\..\simon\vga.h"\
 	"..\..\..\sound\mididrv.h"\
 	"..\..\..\sound\mixer.h"\
 	"..\missing\unistd.h"\
+	"..\portdefs.h"\
 	{$(INCLUDE)}"mad.h"\
 	{$(INCLUDE)}"SDL_byteorder.h"\
 	
@@ -890,6 +942,7 @@
 !ELSEIF  "$(CFG)" == "simon - Win32 (WCE x86em) Release"
 
 NODEP_CPP_SIMON=\
+	"..\..\..\simon\common\file.h"\
 	"..\..\..\simon\common\gameDetector.h"\
 	"..\..\..\simon\simon\intern.h"\
 	"..\..\..\simon\simon\simon.h"\
@@ -901,6 +954,7 @@
 !ELSEIF  "$(CFG)" == "simon - Win32 (WCE x86em) Debug"
 
 NODEP_CPP_SIMON=\
+	"..\..\..\simon\common\file.h"\
 	"..\..\..\simon\common\gameDetector.h"\
 	"..\..\..\simon\simon\intern.h"\
 	"..\..\..\simon\simon\simon.h"\
@@ -918,13 +972,131 @@
 # End Source File
 # Begin Source File
 
+SOURCE=..\..\..\simon\sound.cpp
+
+!IF  "$(CFG)" == "simon - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SOUND=\
+	"..\..\..\common\engine.h"\
+	"..\..\..\common\file.h"\
+	"..\..\..\common\scummsys.h"\
+	"..\..\..\common\stdafx.h"\
+	"..\..\..\common\system.h"\
+	"..\..\..\simon\intern.h"\
+	"..\..\..\simon\sound.h"\
+	"..\..\..\sound\mixer.h"\
+	"..\missing\unistd.h"\
+	"..\portdefs.h"\
+	
+NODEP_CPP_SOUND=\
+	"..\..\..\common\macos.h"\
+	
+
+!ELSEIF  "$(CFG)" == "simon - Win32 (WCE MIPS) Debug"
+
+NODEP_CPP_SOUND=\
+	"..\..\..\simon\common\engine.h"\
+	"..\..\..\simon\common\file.h"\
+	"..\..\..\simon\simon\sound.h"\
+	
+
+!ELSEIF  "$(CFG)" == "simon - Win32 (WCE SH3) Release"
+
+DEP_CPP_SOUND=\
+	"..\..\..\common\engine.h"\
+	"..\..\..\common\file.h"\
+	"..\..\..\common\scummsys.h"\
+	"..\..\..\common\stdafx.h"\
+	"..\..\..\common\system.h"\
+	"..\..\..\simon\intern.h"\
+	"..\..\..\simon\sound.h"\
+	"..\..\..\sound\mixer.h"\
+	"..\missing\unistd.h"\
+	"..\portdefs.h"\
+	
+NODEP_CPP_SOUND=\
+	"..\..\..\common\macos.h"\
+	
+
+!ELSEIF  "$(CFG)" == "simon - Win32 (WCE SH3) Debug"
+
+NODEP_CPP_SOUND=\
+	"..\..\..\simon\common\engine.h"\
+	"..\..\..\simon\common\file.h"\
+	"..\..\..\simon\simon\sound.h"\
+	
+
+!ELSEIF  "$(CFG)" == "simon - Win32 (WCE ARM) Release"
+
+DEP_CPP_SOUND=\
+	"..\..\..\common\engine.h"\
+	"..\..\..\common\file.h"\
+	"..\..\..\common\scummsys.h"\
+	"..\..\..\common\stdafx.h"\
+	"..\..\..\common\system.h"\
+	"..\..\..\simon\intern.h"\
+	"..\..\..\simon\sound.h"\
+	"..\..\..\sound\mixer.h"\
+	"..\missing\unistd.h"\
+	"..\portdefs.h"\
+	{$(INCLUDE)}"mad.h"\
+	{$(INCLUDE)}"SDL_byteorder.h"\
+	
+NODEP_CPP_SOUND=\
+	"..\..\..\common\macos.h"\
+	
+
+!ELSEIF  "$(CFG)" == "simon - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SOUND=\
+	"..\..\..\common\engine.h"\
+	"..\..\..\common\file.h"\
+	"..\..\..\common\scummsys.h"\
+	"..\..\..\common\stdafx.h"\
+	"..\..\..\common\system.h"\
+	"..\..\..\simon\intern.h"\
+	"..\..\..\simon\sound.h"\
+	"..\..\..\sound\mixer.h"\
+	"..\missing\unistd.h"\
+	"..\portdefs.h"\
+	{$(INCLUDE)}"mad.h"\
+	{$(INCLUDE)}"SDL_byteorder.h"\
+	
+NODEP_CPP_SOUND=\
+	"..\..\..\common\macos.h"\
+	
+
+!ELSEIF  "$(CFG)" == "simon - Win32 (WCE x86em) Release"
+
+NODEP_CPP_SOUND=\
+	"..\..\..\simon\common\engine.h"\
+	"..\..\..\simon\common\file.h"\
+	"..\..\..\simon\simon\sound.h"\
+	
+
+!ELSEIF  "$(CFG)" == "simon - Win32 (WCE x86em) Debug"
+
+NODEP_CPP_SOUND=\
+	"..\..\..\simon\common\engine.h"\
+	"..\..\..\simon\common\file.h"\
+	"..\..\..\simon\simon\sound.h"\
+	
+
+!ENDIF 
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\simon\sound.h
+# End Source File
+# Begin Source File
+
 SOURCE=..\..\..\simon\verb.cpp
 
 !IF  "$(CFG)" == "simon - Win32 (WCE MIPS) Release"
 
 DEP_CPP_VERB_=\
 	"..\..\..\common\engine.h"\
-	"..\..\..\common\file.h"\
 	"..\..\..\common\scummsys.h"\
 	"..\..\..\common\stdafx.h"\
 	"..\..\..\common\system.h"\
@@ -933,11 +1105,13 @@
 	"..\..\..\simon\simon.h"\
 	"..\..\..\sound\mixer.h"\
 	"..\missing\unistd.h"\
-	{$(INCLUDE)}"mad.h"\
-	{$(INCLUDE)}"SDL_byteorder.h"\
+	"..\portdefs.h"\
 	
 NODEP_CPP_VERB_=\
 	"..\..\..\common\macos.h"\
+	"..\..\..\simon\simonsound.h"\
+	".\ad.h"\
+	".\DL_byteorder.h"\
 	
 
 !ELSEIF  "$(CFG)" == "simon - Win32 (WCE MIPS) Debug"
@@ -952,7 +1126,6 @@
 
 DEP_CPP_VERB_=\
 	"..\..\..\common\engine.h"\
-	"..\..\..\common\file.h"\
 	"..\..\..\common\scummsys.h"\
 	"..\..\..\common\stdafx.h"\
 	"..\..\..\common\system.h"\
@@ -961,11 +1134,13 @@
 	"..\..\..\simon\simon.h"\
 	"..\..\..\sound\mixer.h"\
 	"..\missing\unistd.h"\
-	{$(INCLUDE)}"mad.h"\
-	{$(INCLUDE)}"SDL_byteorder.h"\
+	"..\portdefs.h"\
 	
 NODEP_CPP_VERB_=\
 	"..\..\..\common\macos.h"\
+	"..\..\..\simon\simonsound.h"\
+	".\ad.h"\
+	".\DL_byteorder.h"\
 	
 
 !ELSEIF  "$(CFG)" == "simon - Win32 (WCE SH3) Debug"
@@ -980,15 +1155,17 @@
 
 DEP_CPP_VERB_=\
 	"..\..\..\common\engine.h"\
-	"..\..\..\common\file.h"\
 	"..\..\..\common\scummsys.h"\
 	"..\..\..\common\stdafx.h"\
 	"..\..\..\common\system.h"\
+	"..\..\..\common\util.h"\
 	"..\..\..\simon\intern.h"\
 	"..\..\..\simon\midi.h"\
 	"..\..\..\simon\simon.h"\
+	"..\..\..\simon\sound.h"\
 	"..\..\..\sound\mixer.h"\
 	"..\missing\unistd.h"\
+	"..\portdefs.h"\
 	{$(INCLUDE)}"mad.h"\
 	{$(INCLUDE)}"SDL_byteorder.h"\
 	
@@ -1043,7 +1220,6 @@
 
 DEP_CPP_VGA_C=\
 	"..\..\..\common\engine.h"\
-	"..\..\..\common\file.h"\
 	"..\..\..\common\scummsys.h"\
 	"..\..\..\common\stdafx.h"\
 	"..\..\..\common\system.h"\
@@ -1053,11 +1229,13 @@
 	"..\..\..\simon\vga.h"\
 	"..\..\..\sound\mixer.h"\
 	"..\missing\unistd.h"\
-	{$(INCLUDE)}"mad.h"\
-	{$(INCLUDE)}"SDL_byteorder.h"\
+	"..\portdefs.h"\
 	
 NODEP_CPP_VGA_C=\
 	"..\..\..\common\macos.h"\
+	"..\..\..\simon\simonsound.h"\
+	".\ad.h"\
+	".\DL_byteorder.h"\
 	
 
 !ELSEIF  "$(CFG)" == "simon - Win32 (WCE MIPS) Debug"
@@ -1073,7 +1251,6 @@
 
 DEP_CPP_VGA_C=\
 	"..\..\..\common\engine.h"\
-	"..\..\..\common\file.h"\
 	"..\..\..\common\scummsys.h"\
 	"..\..\..\common\stdafx.h"\
 	"..\..\..\common\system.h"\
@@ -1083,11 +1260,13 @@
 	"..\..\..\simon\vga.h"\
 	"..\..\..\sound\mixer.h"\
 	"..\missing\unistd.h"\
-	{$(INCLUDE)}"mad.h"\
-	{$(INCLUDE)}"SDL_byteorder.h"\
+	"..\portdefs.h"\
 	
 NODEP_CPP_VGA_C=\
 	"..\..\..\common\macos.h"\
+	"..\..\..\simon\simonsound.h"\
+	".\ad.h"\
+	".\DL_byteorder.h"\
 	
 
 !ELSEIF  "$(CFG)" == "simon - Win32 (WCE SH3) Debug"
@@ -1103,16 +1282,18 @@
 
 DEP_CPP_VGA_C=\
 	"..\..\..\common\engine.h"\
-	"..\..\..\common\file.h"\
 	"..\..\..\common\scummsys.h"\
 	"..\..\..\common\stdafx.h"\
 	"..\..\..\common\system.h"\
+	"..\..\..\common\util.h"\
 	"..\..\..\simon\intern.h"\
 	"..\..\..\simon\midi.h"\
 	"..\..\..\simon\simon.h"\
+	"..\..\..\simon\sound.h"\
 	"..\..\..\simon\vga.h"\
 	"..\..\..\sound\mixer.h"\
 	"..\missing\unistd.h"\
+	"..\portdefs.h"\
 	{$(INCLUDE)}"mad.h"\
 	{$(INCLUDE)}"SDL_byteorder.h"\
 	





More information about the Scummvm-git-logs mailing list