From 2a02a2554a76ca4792856a3925616e7e13b0d4e9 Mon Sep 17 00:00:00 2001 From: Nicolas Bacca Date: Tue, 21 Jan 2003 18:42:55 +0000 Subject: Update project files to compile with CVS tree svn-id: r6531 --- backends/wince/PocketSCUMM.rc | 20 +- backends/wince/pocketpc.cpp | 6 +- backends/wince/resource.h | 3 +- backends/wince/scumm/scumm.vcp | 5998 ++++++++++++++++++++++++++++-------- backends/wince/scummvm/scummvm.vcp | 3227 +++++++++++++------ backends/wince/simon/simon.vcp | 205 +- 6 files changed, 7149 insertions(+), 2310 deletions(-) (limited to 'backends') diff --git a/backends/wince/PocketSCUMM.rc b/backends/wince/PocketSCUMM.rc index 780419648a..c9c223ec64 100644 --- a/backends/wince/PocketSCUMM.rc +++ b/backends/wince/PocketSCUMM.rc @@ -13,11 +13,11 @@ #undef APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// -// Neutral (Default) resources +// French (France) resources -#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEUD) +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_FRA) #ifdef _WIN32 -LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT +LANGUAGE LANG_FRENCH, SUBLANG_FRENCH #pragma code_page(1252) #endif //_WIN32 @@ -28,19 +28,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. -IDI_ICON1 ICON DISCARDABLE "icons\\scumm_icon.ico" -#endif // Neutral (Default) resources -///////////////////////////////////////////////////////////////////////////// - - -///////////////////////////////////////////////////////////////////////////// -// French (France) resources - -#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_FRA) -#ifdef _WIN32 -LANGUAGE LANG_FRENCH, SUBLANG_FRENCH -#pragma code_page(1252) -#endif //_WIN32 +IDI_ICON1 ICON DISCARDABLE "scumm_icon.ico" #ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// diff --git a/backends/wince/pocketpc.cpp b/backends/wince/pocketpc.cpp index 33b3aaeb35..34d8955f8d 100644 --- a/backends/wince/pocketpc.cpp +++ b/backends/wince/pocketpc.cpp @@ -586,6 +586,7 @@ private: void draw_mouse(); void undraw_mouse(); + void warp_mouse(int x, int y); void load_gfx_mode(); void unload_gfx_mode(); @@ -1805,6 +1806,9 @@ void OSystem_WINCE3::undraw_mouse() { } } + +void OSystem_WINCE3::warp_mouse(int x, int y) { +} void OSystem_WINCE3::set_mouse_pos(int x, int y) { if (x != _ms_cur.x || y != _ms_cur.y) { @@ -1955,7 +1959,7 @@ void OSystem_WINCE3::play_cdrom(int track, int num_loops, int start_frame, int e bool OSystem_WINCE3::poll_cdrom() {return 0;} void OSystem_WINCE3::update_cdrom() {;} -void ScummDebugger::attach(Scumm *s) {;} +//void ScummDebugger::attach(Scumm *s) {;} /* Mutex stuff */ void* OSystem_WINCE3::create_mutex() { diff --git a/backends/wince/resource.h b/backends/wince/resource.h index 16230f94c7..004a574a00 100644 --- a/backends/wince/resource.h +++ b/backends/wince/resource.h @@ -3,13 +3,12 @@ // Used by PocketSCUMM.rc // #define IDI_ICON1 101 -#define IDI_ICON2 103 // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 111 +#define _APS_NEXT_RESOURCE_VALUE 102 #define _APS_NEXT_COMMAND_VALUE 40001 #define _APS_NEXT_CONTROL_VALUE 1000 #define _APS_NEXT_SYMED_VALUE 101 diff --git a/backends/wince/scumm/scumm.vcp b/backends/wince/scumm/scumm.vcp index 1e4d7ff200..304dc7371c 100644 --- a/backends/wince/scumm/scumm.vcp +++ b/backends/wince/scumm/scumm.vcp @@ -277,6 +277,8 @@ DEP_CPP_BLITT=\ "..\..\..\scumm\smush\chunk.h"\ "..\..\..\scumm\smush\config.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_BLITT=\ "..\..\..\common\macos.h"\ @@ -306,10 +308,11 @@ DEP_CPP_BLITT=\ "..\..\..\scumm\smush\chunk.h"\ "..\..\..\scumm\smush\config.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_BLITT=\ "..\..\..\common\macos.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" @@ -337,7 +340,6 @@ DEP_CPP_BLITT=\ "..\..\..\scumm\smush\config.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_BLITT=\ "..\..\..\common\macos.h"\ @@ -346,14 +348,19 @@ NODEP_CPP_BLITT=\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" DEP_CPP_BLITT=\ + "..\..\..\common\rect.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\smush\blitter.h"\ "..\..\..\scumm\smush\chunk.h"\ "..\..\..\scumm\smush\config.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_BLITT=\ - "..\..\..\scumm\smush\common\rect.h"\ - "..\..\..\scumm\smush\common\util.h"\ - "..\..\..\scumm\smush\stdafx.h"\ + "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" @@ -398,6 +405,7 @@ SOURCE=..\..\..\scumm\smush\brenderer.cpp DEP_CPP_BREND=\ "..\..\..\common\engine.h"\ "..\..\..\common\rect.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -407,10 +415,11 @@ DEP_CPP_BREND=\ "..\..\..\scumm\smush\palette.h"\ "..\..\..\scumm\smush\renderer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_BREND=\ "..\..\..\common\macos.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" @@ -432,6 +441,7 @@ NODEP_CPP_BREND=\ DEP_CPP_BREND=\ "..\..\..\common\engine.h"\ "..\..\..\common\rect.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -441,10 +451,11 @@ DEP_CPP_BREND=\ "..\..\..\scumm\smush\palette.h"\ "..\..\..\scumm\smush\renderer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_BREND=\ "..\..\..\common\macos.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" @@ -466,6 +477,7 @@ NODEP_CPP_BREND=\ DEP_CPP_BREND=\ "..\..\..\common\engine.h"\ "..\..\..\common\rect.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -476,7 +488,6 @@ DEP_CPP_BREND=\ "..\..\..\scumm\smush\renderer.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_BREND=\ "..\..\..\common\macos.h"\ @@ -485,15 +496,23 @@ NODEP_CPP_BREND=\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" DEP_CPP_BREND=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\rect.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\system.h"\ "..\..\..\scumm\smush\brenderer.h"\ "..\..\..\scumm\smush\color.h"\ "..\..\..\scumm\smush\config.h"\ "..\..\..\scumm\smush\palette.h"\ "..\..\..\scumm\smush\renderer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_BREND=\ - "..\..\..\scumm\smush\common\engine.h"\ - "..\..\..\scumm\smush\common\rect.h"\ + "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" @@ -544,16 +563,20 @@ SOURCE=..\..\..\scumm\smush\chunk.cpp DEP_CPP_CHUNK=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\scumm\smush\chunk.h"\ "..\..\..\scumm\smush\config.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_CHUNK=\ "..\..\..\common\macos.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" @@ -565,6 +588,7 @@ DEP_CPP_CHUNK=\ NODEP_CPP_CHUNK=\ "..\..\..\scumm\smush\common\engine.h"\ "..\..\..\scumm\smush\common\file.h"\ + "..\..\..\scumm\smush\common\str.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Release" @@ -572,16 +596,20 @@ NODEP_CPP_CHUNK=\ DEP_CPP_CHUNK=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\scumm\smush\chunk.h"\ "..\..\..\scumm\smush\config.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_CHUNK=\ "..\..\..\common\macos.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" @@ -593,6 +621,7 @@ DEP_CPP_CHUNK=\ NODEP_CPP_CHUNK=\ "..\..\..\scumm\smush\common\engine.h"\ "..\..\..\scumm\smush\common\file.h"\ + "..\..\..\scumm\smush\common\str.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Release" @@ -601,6 +630,7 @@ DEP_CPP_CHUNK=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ @@ -609,7 +639,6 @@ DEP_CPP_CHUNK=\ "..\..\..\scumm\smush\config.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_CHUNK=\ "..\..\..\common\macos.h"\ @@ -618,12 +647,22 @@ NODEP_CPP_CHUNK=\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" DEP_CPP_CHUNK=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ "..\..\..\scumm\smush\chunk.h"\ "..\..\..\scumm\smush\config.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_CHUNK=\ - "..\..\..\scumm\smush\common\engine.h"\ - "..\..\..\scumm\smush\common\file.h"\ + "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" @@ -635,6 +674,7 @@ DEP_CPP_CHUNK=\ NODEP_CPP_CHUNK=\ "..\..\..\scumm\smush\common\engine.h"\ "..\..\..\scumm\smush\common\file.h"\ + "..\..\..\scumm\smush\common\str.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Debug" @@ -646,6 +686,7 @@ DEP_CPP_CHUNK=\ NODEP_CPP_CHUNK=\ "..\..\..\scumm\smush\common\engine.h"\ "..\..\..\scumm\smush\common\file.h"\ + "..\..\..\scumm\smush\common\str.h"\ !ENDIF @@ -675,6 +716,8 @@ DEP_CPP_CODEC=\ "..\..\..\scumm\smush\config.h"\ "..\..\..\scumm\smush\decoder.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_CODEC=\ "..\..\..\common\macos.h"\ @@ -705,10 +748,11 @@ DEP_CPP_CODEC=\ "..\..\..\scumm\smush\config.h"\ "..\..\..\scumm\smush\decoder.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_CODEC=\ "..\..\..\common\macos.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" @@ -737,7 +781,6 @@ DEP_CPP_CODEC=\ "..\..\..\scumm\smush\decoder.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_CODEC=\ "..\..\..\common\macos.h"\ @@ -746,14 +789,20 @@ NODEP_CPP_CODEC=\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" DEP_CPP_CODEC=\ + "..\..\..\common\rect.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ "..\..\..\scumm\smush\blitter.h"\ "..\..\..\scumm\smush\chunk.h"\ "..\..\..\scumm\smush\codec1.h"\ "..\..\..\scumm\smush\config.h"\ "..\..\..\scumm\smush\decoder.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_CODEC=\ - "..\..\..\scumm\smush\common\rect.h"\ + "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" @@ -798,6 +847,7 @@ SOURCE=..\..\..\scumm\smush\codec37.cpp DEP_CPP_CODEC3=\ "..\..\..\common\engine.h"\ "..\..\..\common\rect.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -807,6 +857,8 @@ DEP_CPP_CODEC3=\ "..\..\..\scumm\smush\config.h"\ "..\..\..\scumm\smush\decoder.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_CODEC3=\ "..\..\..\common\macos.h"\ @@ -831,6 +883,7 @@ NODEP_CPP_CODEC3=\ DEP_CPP_CODEC3=\ "..\..\..\common\engine.h"\ "..\..\..\common\rect.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -840,10 +893,11 @@ DEP_CPP_CODEC3=\ "..\..\..\scumm\smush\config.h"\ "..\..\..\scumm\smush\decoder.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_CODEC3=\ "..\..\..\common\macos.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" @@ -865,6 +919,7 @@ NODEP_CPP_CODEC3=\ DEP_CPP_CODEC3=\ "..\..\..\common\engine.h"\ "..\..\..\common\rect.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -875,7 +930,6 @@ DEP_CPP_CODEC3=\ "..\..\..\scumm\smush\decoder.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_CODEC3=\ "..\..\..\common\macos.h"\ @@ -884,15 +938,23 @@ NODEP_CPP_CODEC3=\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" DEP_CPP_CODEC3=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\rect.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\system.h"\ "..\..\..\scumm\smush\blitter.h"\ "..\..\..\scumm\smush\chunk.h"\ "..\..\..\scumm\smush\codec37.h"\ "..\..\..\scumm\smush\config.h"\ "..\..\..\scumm\smush\decoder.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_CODEC3=\ - "..\..\..\scumm\smush\common\engine.h"\ - "..\..\..\scumm\smush\common\rect.h"\ + "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" @@ -946,6 +1008,8 @@ DEP_CPP_CODEC4=\ "..\..\..\scumm\smush\config.h"\ "..\..\..\scumm\smush\decoder.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_CODEC4=\ "..\..\..\common\macos.h"\ @@ -976,10 +1040,11 @@ DEP_CPP_CODEC4=\ "..\..\..\scumm\smush\config.h"\ "..\..\..\scumm\smush\decoder.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_CODEC4=\ "..\..\..\common\macos.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" @@ -1008,7 +1073,6 @@ DEP_CPP_CODEC4=\ "..\..\..\scumm\smush\decoder.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_CODEC4=\ "..\..\..\common\macos.h"\ @@ -1017,14 +1081,20 @@ NODEP_CPP_CODEC4=\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" DEP_CPP_CODEC4=\ + "..\..\..\common\rect.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ "..\..\..\scumm\smush\blitter.h"\ "..\..\..\scumm\smush\chunk.h"\ "..\..\..\scumm\smush\codec44.h"\ "..\..\..\scumm\smush\config.h"\ "..\..\..\scumm\smush\decoder.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_CODEC4=\ - "..\..\..\scumm\smush\common\rect.h"\ + "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" @@ -1067,18 +1137,34 @@ SOURCE=..\..\..\scumm\smush\codec47.cpp !IF "$(CFG)" == "scumm - Win32 (WCE MIPS) Release" DEP_CPP_CODEC47=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ "..\..\..\common\rect.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\scumm.h"\ "..\..\..\scumm\smush\blitter.h"\ "..\..\..\scumm\smush\chunk.h"\ "..\..\..\scumm\smush\codec47.h"\ "..\..\..\scumm\smush\config.h"\ "..\..\..\scumm\smush\decoder.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_CODEC47=\ "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" @@ -1092,24 +1178,41 @@ DEP_CPP_CODEC47=\ NODEP_CPP_CODEC47=\ "..\..\..\scumm\smush\common\rect.h"\ + "..\..\..\scumm\smush\engine.h"\ + "..\..\..\scumm\smush\scumm\scumm.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Release" DEP_CPP_CODEC47=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ "..\..\..\common\rect.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\scumm.h"\ "..\..\..\scumm\smush\blitter.h"\ "..\..\..\scumm\smush\chunk.h"\ "..\..\..\scumm\smush\codec47.h"\ "..\..\..\scumm\smush\config.h"\ "..\..\..\scumm\smush\decoder.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_CODEC47=\ "..\..\..\common\macos.h"\ - ".\DL_byteorder.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" @@ -1123,14 +1226,29 @@ DEP_CPP_CODEC47=\ NODEP_CPP_CODEC47=\ "..\..\..\scumm\smush\common\rect.h"\ + "..\..\..\scumm\smush\engine.h"\ + "..\..\..\scumm\smush\scumm\scumm.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Release" DEP_CPP_CODEC47=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ "..\..\..\common\rect.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\scumm.h"\ "..\..\..\scumm\smush\blitter.h"\ "..\..\..\scumm\smush\chunk.h"\ "..\..\..\scumm\smush\codec47.h"\ @@ -1138,23 +1256,43 @@ DEP_CPP_CODEC47=\ "..\..\..\scumm\smush\decoder.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_CODEC47=\ "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" DEP_CPP_CODEC47=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\rect.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\scumm.h"\ "..\..\..\scumm\smush\blitter.h"\ "..\..\..\scumm\smush\chunk.h"\ "..\..\..\scumm\smush\codec47.h"\ "..\..\..\scumm\smush\config.h"\ "..\..\..\scumm\smush\decoder.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_CODEC47=\ - "..\..\..\scumm\smush\common\rect.h"\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" @@ -1168,6 +1306,8 @@ DEP_CPP_CODEC47=\ NODEP_CPP_CODEC47=\ "..\..\..\scumm\smush\common\rect.h"\ + "..\..\..\scumm\smush\engine.h"\ + "..\..\..\scumm\smush\scumm\scumm.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Debug" @@ -1181,6 +1321,8 @@ DEP_CPP_CODEC47=\ NODEP_CPP_CODEC47=\ "..\..\..\scumm\smush\common\rect.h"\ + "..\..\..\scumm\smush\engine.h"\ + "..\..\..\scumm\smush\scumm\scumm.h"\ !ENDIF @@ -1202,6 +1344,8 @@ DEP_CPP_COLOR=\ "..\..\..\scumm\smush\color.h"\ "..\..\..\scumm\smush\config.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_COLOR=\ "..\..\..\common\macos.h"\ @@ -1222,10 +1366,11 @@ DEP_CPP_COLOR=\ "..\..\..\scumm\smush\color.h"\ "..\..\..\scumm\smush\config.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_COLOR=\ "..\..\..\common\macos.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" @@ -1244,7 +1389,6 @@ DEP_CPP_COLOR=\ "..\..\..\scumm\smush\config.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_COLOR=\ "..\..\..\common\macos.h"\ @@ -1253,8 +1397,16 @@ NODEP_CPP_COLOR=\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" DEP_CPP_COLOR=\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ "..\..\..\scumm\smush\color.h"\ "..\..\..\scumm\smush\config.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_COLOR=\ + "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" @@ -1294,11 +1446,21 @@ SOURCE=..\..\..\scumm\smush\frenderer.cpp DEP_CPP_FREND=\ "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ "..\..\..\common\rect.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\scumm.h"\ "..\..\..\scumm\smush\blitter.h"\ "..\..\..\scumm\smush\brenderer.h"\ "..\..\..\scumm\smush\color.h"\ @@ -1307,10 +1469,12 @@ DEP_CPP_FREND=\ "..\..\..\scumm\smush\palette.h"\ "..\..\..\scumm\smush\renderer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_FREND=\ "..\..\..\common\macos.h"\ - ".\DL_byteorder.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" @@ -1328,17 +1492,28 @@ NODEP_CPP_FREND=\ "..\..\..\scumm\smush\common\engine.h"\ "..\..\..\scumm\smush\common\rect.h"\ "..\..\..\scumm\smush\common\util.h"\ + "..\..\..\scumm\smush\scumm\scumm.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Release" DEP_CPP_FREND=\ "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ "..\..\..\common\rect.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\scumm.h"\ "..\..\..\scumm\smush\blitter.h"\ "..\..\..\scumm\smush\brenderer.h"\ "..\..\..\scumm\smush\color.h"\ @@ -1347,10 +1522,12 @@ DEP_CPP_FREND=\ "..\..\..\scumm\smush\palette.h"\ "..\..\..\scumm\smush\renderer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_FREND=\ "..\..\..\common\macos.h"\ - ".\DL_byteorder.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" @@ -1368,17 +1545,28 @@ NODEP_CPP_FREND=\ "..\..\..\scumm\smush\common\engine.h"\ "..\..\..\scumm\smush\common\rect.h"\ "..\..\..\scumm\smush\common\util.h"\ + "..\..\..\scumm\smush\scumm\scumm.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Release" DEP_CPP_FREND=\ "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ "..\..\..\common\rect.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\scumm.h"\ "..\..\..\scumm\smush\blitter.h"\ "..\..\..\scumm\smush\brenderer.h"\ "..\..\..\scumm\smush\color.h"\ @@ -1388,15 +1576,31 @@ DEP_CPP_FREND=\ "..\..\..\scumm\smush\renderer.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_FREND=\ "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" DEP_CPP_FREND=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\rect.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\scumm.h"\ "..\..\..\scumm\smush\blitter.h"\ "..\..\..\scumm\smush\brenderer.h"\ "..\..\..\scumm\smush\color.h"\ @@ -1404,11 +1608,13 @@ DEP_CPP_FREND=\ "..\..\..\scumm\smush\frenderer.h"\ "..\..\..\scumm\smush\palette.h"\ "..\..\..\scumm\smush\renderer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_FREND=\ - "..\..\..\scumm\smush\common\engine.h"\ - "..\..\..\scumm\smush\common\rect.h"\ - "..\..\..\scumm\smush\common\util.h"\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" @@ -1426,6 +1632,7 @@ NODEP_CPP_FREND=\ "..\..\..\scumm\smush\common\engine.h"\ "..\..\..\scumm\smush\common\rect.h"\ "..\..\..\scumm\smush\common\util.h"\ + "..\..\..\scumm\smush\scumm\scumm.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Debug" @@ -1443,6 +1650,7 @@ NODEP_CPP_FREND=\ "..\..\..\scumm\smush\common\engine.h"\ "..\..\..\scumm\smush\common\rect.h"\ "..\..\..\scumm\smush\common\util.h"\ + "..\..\..\scumm\smush\scumm\scumm.h"\ !ENDIF @@ -1460,6 +1668,7 @@ SOURCE=..\..\..\scumm\smush\imuse_channel.cpp DEP_CPP_IMUSE=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -1468,6 +1677,8 @@ DEP_CPP_IMUSE=\ "..\..\..\scumm\smush\chunk_type.h"\ "..\..\..\scumm\smush\config.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_IMUSE=\ "..\..\..\common\macos.h"\ @@ -1489,6 +1700,7 @@ NODEP_CPP_IMUSE=\ DEP_CPP_IMUSE=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -1497,10 +1709,11 @@ DEP_CPP_IMUSE=\ "..\..\..\scumm\smush\chunk_type.h"\ "..\..\..\scumm\smush\config.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_IMUSE=\ "..\..\..\common\macos.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" @@ -1519,6 +1732,7 @@ NODEP_CPP_IMUSE=\ DEP_CPP_IMUSE=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -1528,7 +1742,6 @@ DEP_CPP_IMUSE=\ "..\..\..\scumm\smush\config.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_IMUSE=\ "..\..\..\common\macos.h"\ @@ -1537,13 +1750,21 @@ NODEP_CPP_IMUSE=\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" DEP_CPP_IMUSE=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\system.h"\ "..\..\..\scumm\smush\channel.h"\ "..\..\..\scumm\smush\chunk.h"\ "..\..\..\scumm\smush\chunk_type.h"\ "..\..\..\scumm\smush\config.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_IMUSE=\ - "..\..\..\scumm\smush\common\engine.h"\ + "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" @@ -1590,11 +1811,20 @@ SOURCE=..\..\..\scumm\smush\player.cpp DEP_CPP_PLAYE=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ - "..\..\..\common\rect.h"\ - "..\..\..\common\scummsys.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\rect.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\scumm.h"\ "..\..\..\scumm\smush\blitter.h"\ "..\..\..\scumm\smush\brenderer.h"\ "..\..\..\scumm\smush\channel.h"\ @@ -1612,11 +1842,15 @@ DEP_CPP_PLAYE=\ "..\..\..\scumm\smush\palette.h"\ "..\..\..\scumm\smush\player.h"\ "..\..\..\scumm\smush\renderer.h"\ + "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_PLAYE=\ "..\..\..\common\macos.h"\ - ".\DL_byteorder.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" @@ -1645,6 +1879,8 @@ NODEP_CPP_PLAYE=\ "..\..\..\scumm\smush\common\file.h"\ "..\..\..\scumm\smush\common\rect.h"\ "..\..\..\scumm\smush\common\util.h"\ + "..\..\..\scumm\smush\scumm\scumm.h"\ + "..\..\..\scumm\smush\sound\mixer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Release" @@ -1652,11 +1888,20 @@ NODEP_CPP_PLAYE=\ DEP_CPP_PLAYE=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ "..\..\..\common\rect.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\scumm.h"\ "..\..\..\scumm\smush\blitter.h"\ "..\..\..\scumm\smush\brenderer.h"\ "..\..\..\scumm\smush\channel.h"\ @@ -1674,11 +1919,15 @@ DEP_CPP_PLAYE=\ "..\..\..\scumm\smush\palette.h"\ "..\..\..\scumm\smush\player.h"\ "..\..\..\scumm\smush\renderer.h"\ + "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_PLAYE=\ "..\..\..\common\macos.h"\ - ".\DL_byteorder.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" @@ -1707,6 +1956,8 @@ NODEP_CPP_PLAYE=\ "..\..\..\scumm\smush\common\file.h"\ "..\..\..\scumm\smush\common\rect.h"\ "..\..\..\scumm\smush\common\util.h"\ + "..\..\..\scumm\smush\scumm\scumm.h"\ + "..\..\..\scumm\smush\sound\mixer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Release" @@ -1714,11 +1965,20 @@ NODEP_CPP_PLAYE=\ DEP_CPP_PLAYE=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ "..\..\..\common\rect.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\scumm.h"\ "..\..\..\scumm\smush\blitter.h"\ "..\..\..\scumm\smush\brenderer.h"\ "..\..\..\scumm\smush\channel.h"\ @@ -1736,17 +1996,34 @@ DEP_CPP_PLAYE=\ "..\..\..\scumm\smush\palette.h"\ "..\..\..\scumm\smush\player.h"\ "..\..\..\scumm\smush\renderer.h"\ + "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_PLAYE=\ "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" DEP_CPP_PLAYE=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\rect.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\scumm.h"\ "..\..\..\scumm\smush\blitter.h"\ "..\..\..\scumm\smush\brenderer.h"\ "..\..\..\scumm\smush\channel.h"\ @@ -1764,12 +2041,15 @@ DEP_CPP_PLAYE=\ "..\..\..\scumm\smush\palette.h"\ "..\..\..\scumm\smush\player.h"\ "..\..\..\scumm\smush\renderer.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_PLAYE=\ - "..\..\..\scumm\smush\common\engine.h"\ - "..\..\..\scumm\smush\common\file.h"\ - "..\..\..\scumm\smush\common\rect.h"\ - "..\..\..\scumm\smush\common\util.h"\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" @@ -1798,6 +2078,8 @@ NODEP_CPP_PLAYE=\ "..\..\..\scumm\smush\common\file.h"\ "..\..\..\scumm\smush\common\rect.h"\ "..\..\..\scumm\smush\common\util.h"\ + "..\..\..\scumm\smush\scumm\scumm.h"\ + "..\..\..\scumm\smush\sound\mixer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Debug" @@ -1826,6 +2108,8 @@ NODEP_CPP_PLAYE=\ "..\..\..\scumm\smush\common\file.h"\ "..\..\..\scumm\smush\common\rect.h"\ "..\..\..\scumm\smush\common\util.h"\ + "..\..\..\scumm\smush\scumm\scumm.h"\ + "..\..\..\scumm\smush\sound\mixer.h"\ !ENDIF @@ -1847,6 +2131,7 @@ SOURCE=..\..\..\scumm\smush\saud_channel.cpp DEP_CPP_SAUD_=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -1855,6 +2140,8 @@ DEP_CPP_SAUD_=\ "..\..\..\scumm\smush\chunk_type.h"\ "..\..\..\scumm\smush\config.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_SAUD_=\ "..\..\..\common\macos.h"\ @@ -1876,6 +2163,7 @@ NODEP_CPP_SAUD_=\ DEP_CPP_SAUD_=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -1884,10 +2172,11 @@ DEP_CPP_SAUD_=\ "..\..\..\scumm\smush\chunk_type.h"\ "..\..\..\scumm\smush\config.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_SAUD_=\ "..\..\..\common\macos.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" @@ -1906,6 +2195,7 @@ NODEP_CPP_SAUD_=\ DEP_CPP_SAUD_=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -1915,7 +2205,6 @@ DEP_CPP_SAUD_=\ "..\..\..\scumm\smush\config.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_SAUD_=\ "..\..\..\common\macos.h"\ @@ -1924,13 +2213,21 @@ NODEP_CPP_SAUD_=\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" DEP_CPP_SAUD_=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\system.h"\ "..\..\..\scumm\smush\channel.h"\ "..\..\..\scumm\smush\chunk.h"\ "..\..\..\scumm\smush\chunk_type.h"\ "..\..\..\scumm\smush\config.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_SAUD_=\ - "..\..\..\scumm\smush\common\engine.h"\ + "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" @@ -1969,9 +2266,14 @@ SOURCE=..\..\..\scumm\smush\scumm_renderer.cpp DEP_CPP_SCUMM=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ "..\..\..\common\rect.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ @@ -1979,6 +2281,7 @@ DEP_CPP_SCUMM=\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ "..\..\..\scumm\scumm.h"\ "..\..\..\scumm\smush\brenderer.h"\ "..\..\..\scumm\smush\channel.h"\ @@ -1991,12 +2294,13 @@ DEP_CPP_SCUMM=\ "..\..\..\scumm\sound.h"\ "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_SCUMM=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" @@ -2027,9 +2331,14 @@ NODEP_CPP_SCUMM=\ DEP_CPP_SCUMM=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ "..\..\..\common\rect.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ @@ -2037,6 +2346,7 @@ DEP_CPP_SCUMM=\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ "..\..\..\scumm\scumm.h"\ "..\..\..\scumm\smush\brenderer.h"\ "..\..\..\scumm\smush\channel.h"\ @@ -2049,12 +2359,13 @@ DEP_CPP_SCUMM=\ "..\..\..\scumm\sound.h"\ "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_SCUMM=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" @@ -2085,9 +2396,14 @@ NODEP_CPP_SCUMM=\ DEP_CPP_SCUMM=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ "..\..\..\common\rect.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ @@ -2095,6 +2411,7 @@ DEP_CPP_SCUMM=\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ "..\..\..\scumm\scumm.h"\ "..\..\..\scumm\smush\brenderer.h"\ "..\..\..\scumm\smush\channel.h"\ @@ -2108,8 +2425,6 @@ DEP_CPP_SCUMM=\ "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"mad.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_SCUMM=\ "..\..\..\common\macos.h"\ @@ -2119,6 +2434,25 @@ NODEP_CPP_SCUMM=\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" DEP_CPP_SCUMM=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\rect.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ + "..\..\..\scumm\scumm.h"\ "..\..\..\scumm\smush\brenderer.h"\ "..\..\..\scumm\smush\channel.h"\ "..\..\..\scumm\smush\color.h"\ @@ -2127,16 +2461,16 @@ DEP_CPP_SCUMM=\ "..\..\..\scumm\smush\palette.h"\ "..\..\..\scumm\smush\renderer.h"\ "..\..\..\scumm\smush\scumm_renderer.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_SCUMM=\ - "..\..\..\scumm\smush\common\engine.h"\ - "..\..\..\scumm\smush\common\rect.h"\ - "..\..\..\scumm\smush\common\util.h"\ - "..\..\..\scumm\smush\scumm\actor.h"\ - "..\..\..\scumm\smush\scumm\imuse.h"\ - "..\..\..\scumm\smush\scumm\scumm.h"\ - "..\..\..\scumm\smush\scumm\sound.h"\ - "..\..\..\scumm\smush\sound\mixer.h"\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" @@ -2202,26 +2536,36 @@ SOURCE=..\..\..\scumm\actor.cpp DEP_CPP_ACTOR=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\akos.h"\ + "..\..\..\scumm\base-costume.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ "..\..\..\scumm\costume.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\usage_bits.h"\ "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_ACTOR=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" @@ -2229,18 +2573,27 @@ NODEP_CPP_ACTOR=\ DEP_CPP_ACTOR=\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\akos.h"\ + "..\..\..\scumm\base-costume.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ "..\..\..\scumm\costume.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\usage_bits.h"\ NODEP_CPP_ACTOR=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scumm\sound.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\sound\mixer.h"\ "..\..\..\scumm\stdafx.h"\ @@ -2249,26 +2602,36 @@ NODEP_CPP_ACTOR=\ DEP_CPP_ACTOR=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\akos.h"\ + "..\..\..\scumm\base-costume.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ "..\..\..\scumm\costume.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\usage_bits.h"\ "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_ACTOR=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" @@ -2276,18 +2639,27 @@ NODEP_CPP_ACTOR=\ DEP_CPP_ACTOR=\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\akos.h"\ + "..\..\..\scumm\base-costume.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ "..\..\..\scumm\costume.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\usage_bits.h"\ NODEP_CPP_ACTOR=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scumm\sound.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\sound\mixer.h"\ "..\..\..\scumm\stdafx.h"\ @@ -2296,23 +2668,30 @@ NODEP_CPP_ACTOR=\ DEP_CPP_ACTOR=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\akos.h"\ + "..\..\..\scumm\base-costume.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ "..\..\..\scumm\costume.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\usage_bits.h"\ "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"mad.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_ACTOR=\ "..\..\..\common\macos.h"\ @@ -2322,21 +2701,38 @@ NODEP_CPP_ACTOR=\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" DEP_CPP_ACTOR=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\akos.h"\ + "..\..\..\scumm\base-costume.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ "..\..\..\scumm\costume.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\usage_bits.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_ACTOR=\ - "..\..\..\scumm\common\engine.h"\ - "..\..\..\scumm\common\file.h"\ - "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scumm\sound.h"\ - "..\..\..\scumm\scummsys.h"\ - "..\..\..\scumm\stdafx.h"\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" @@ -2344,18 +2740,27 @@ NODEP_CPP_ACTOR=\ DEP_CPP_ACTOR=\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\akos.h"\ + "..\..\..\scumm\base-costume.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ "..\..\..\scumm\costume.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\usage_bits.h"\ NODEP_CPP_ACTOR=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scumm\sound.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\sound\mixer.h"\ "..\..\..\scumm\stdafx.h"\ @@ -2364,18 +2769,27 @@ NODEP_CPP_ACTOR=\ DEP_CPP_ACTOR=\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\akos.h"\ + "..\..\..\scumm\base-costume.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ "..\..\..\scumm\costume.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\usage_bits.h"\ NODEP_CPP_ACTOR=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scumm\sound.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\sound\mixer.h"\ "..\..\..\scumm\stdafx.h"\ @@ -2395,21 +2809,31 @@ SOURCE=..\..\..\scumm\akos.cpp DEP_CPP_AKOS_=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\akos.h"\ + "..\..\..\scumm\base-costume.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ "..\..\..\scumm\scumm.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_AKOS_=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" @@ -2417,15 +2841,22 @@ NODEP_CPP_AKOS_=\ DEP_CPP_AKOS_=\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\akos.h"\ + "..\..\..\scumm\base-costume.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ "..\..\..\scumm\scumm.h"\ NODEP_CPP_AKOS_=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\stdafx.h"\ @@ -2434,21 +2865,31 @@ NODEP_CPP_AKOS_=\ DEP_CPP_AKOS_=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\akos.h"\ + "..\..\..\scumm\base-costume.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ "..\..\..\scumm\scumm.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_AKOS_=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" @@ -2456,15 +2897,22 @@ NODEP_CPP_AKOS_=\ DEP_CPP_AKOS_=\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\akos.h"\ + "..\..\..\scumm\base-costume.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ "..\..\..\scumm\scumm.h"\ NODEP_CPP_AKOS_=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\stdafx.h"\ @@ -2473,18 +2921,26 @@ NODEP_CPP_AKOS_=\ DEP_CPP_AKOS_=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\akos.h"\ + "..\..\..\scumm\base-costume.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ "..\..\..\scumm\scumm.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_AKOS_=\ "..\..\..\common\macos.h"\ @@ -2494,18 +2950,33 @@ NODEP_CPP_AKOS_=\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" DEP_CPP_AKOS_=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\akos.h"\ + "..\..\..\scumm\base-costume.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ "..\..\..\scumm\scumm.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_AKOS_=\ - "..\..\..\scumm\common\engine.h"\ - "..\..\..\scumm\common\file.h"\ - "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scummsys.h"\ - "..\..\..\scumm\stdafx.h"\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" @@ -2513,15 +2984,22 @@ NODEP_CPP_AKOS_=\ DEP_CPP_AKOS_=\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\akos.h"\ + "..\..\..\scumm\base-costume.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ "..\..\..\scumm\scumm.h"\ NODEP_CPP_AKOS_=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\stdafx.h"\ @@ -2530,15 +3008,22 @@ NODEP_CPP_AKOS_=\ DEP_CPP_AKOS_=\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\akos.h"\ + "..\..\..\scumm\base-costume.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ "..\..\..\scumm\scumm.h"\ NODEP_CPP_AKOS_=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\stdafx.h"\ @@ -2551,6 +3036,10 @@ SOURCE=..\..\..\scumm\akos.h # End Source File # Begin Source File +SOURCE="..\..\..\scumm\base-costume.h" +# End Source File +# Begin Source File + SOURCE=..\..\..\scumm\boxes.cpp !IF "$(CFG)" == "scumm - Win32 (WCE MIPS) Release" @@ -2558,8 +3047,13 @@ SOURCE=..\..\..\scumm\boxes.cpp DEP_CPP_BOXES=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ @@ -2568,11 +3062,12 @@ DEP_CPP_BOXES=\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\scumm.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_BOXES=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" @@ -2586,9 +3081,12 @@ DEP_CPP_BOXES=\ NODEP_CPP_BOXES=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ "..\..\..\scumm\common\util.h"\ - "..\..\..\scumm\scummsys.h"\ "..\..\..\scumm\stdafx.h"\ @@ -2597,8 +3095,13 @@ NODEP_CPP_BOXES=\ DEP_CPP_BOXES=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ @@ -2607,11 +3110,12 @@ DEP_CPP_BOXES=\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\scumm.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_BOXES=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" @@ -2625,9 +3129,12 @@ DEP_CPP_BOXES=\ NODEP_CPP_BOXES=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ "..\..\..\scumm\common\util.h"\ - "..\..\..\scumm\scummsys.h"\ "..\..\..\scumm\stdafx.h"\ @@ -2636,8 +3143,13 @@ NODEP_CPP_BOXES=\ DEP_CPP_BOXES=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ @@ -2647,7 +3159,6 @@ DEP_CPP_BOXES=\ "..\..\..\scumm\scumm.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_BOXES=\ "..\..\..\common\macos.h"\ @@ -2657,18 +3168,29 @@ NODEP_CPP_BOXES=\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" DEP_CPP_BOXES=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\scumm.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_BOXES=\ - "..\..\..\scumm\common\engine.h"\ - "..\..\..\scumm\common\file.h"\ - "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\common\util.h"\ - "..\..\..\scumm\scummsys.h"\ - "..\..\..\scumm\stdafx.h"\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" @@ -2682,9 +3204,12 @@ DEP_CPP_BOXES=\ NODEP_CPP_BOXES=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ "..\..\..\scumm\common\util.h"\ - "..\..\..\scumm\scummsys.h"\ "..\..\..\scumm\stdafx.h"\ @@ -2699,9 +3224,12 @@ DEP_CPP_BOXES=\ NODEP_CPP_BOXES=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ "..\..\..\scumm\common\util.h"\ - "..\..\..\scumm\scummsys.h"\ "..\..\..\scumm\stdafx.h"\ @@ -2721,20 +3249,27 @@ SOURCE=..\..\..\scumm\bundle.cpp DEP_CPP_BUNDL=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\bundle.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\scumm.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_BUNDL=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" @@ -2748,7 +3283,11 @@ DEP_CPP_BUNDL=\ NODEP_CPP_BUNDL=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\file.h"\ "..\..\..\scumm\scummsys.h"\ "..\..\..\scumm\stdafx.h"\ @@ -2759,20 +3298,27 @@ NODEP_CPP_BUNDL=\ DEP_CPP_BUNDL=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\bundle.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\scumm.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_BUNDL=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" @@ -2786,7 +3332,11 @@ DEP_CPP_BUNDL=\ NODEP_CPP_BUNDL=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\file.h"\ "..\..\..\scumm\scummsys.h"\ "..\..\..\scumm\stdafx.h"\ @@ -2797,17 +3347,22 @@ NODEP_CPP_BUNDL=\ DEP_CPP_BUNDL=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\bundle.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\scumm.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_BUNDL=\ "..\..\..\common\macos.h"\ @@ -2817,18 +3372,29 @@ NODEP_CPP_BUNDL=\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" DEP_CPP_BUNDL=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\bundle.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\scumm.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_BUNDL=\ - "..\..\..\scumm\common\engine.h"\ - "..\..\..\scumm\common\file.h"\ - "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\file.h"\ - "..\..\..\scumm\scummsys.h"\ - "..\..\..\scumm\stdafx.h"\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" @@ -2842,7 +3408,11 @@ DEP_CPP_BUNDL=\ NODEP_CPP_BUNDL=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\file.h"\ "..\..\..\scumm\scummsys.h"\ "..\..\..\scumm\stdafx.h"\ @@ -2859,7 +3429,11 @@ DEP_CPP_BUNDL=\ NODEP_CPP_BUNDL=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\file.h"\ "..\..\..\scumm\scummsys.h"\ "..\..\..\scumm\stdafx.h"\ @@ -2874,171 +3448,204 @@ SOURCE=..\..\..\scumm\bundle.h # End Source File # Begin Source File -SOURCE=..\..\..\scumm\costume.cpp +SOURCE=..\..\..\scumm\charset.cpp !IF "$(CFG)" == "scumm - Win32 (WCE MIPS) Release" -DEP_CPP_COSTU=\ +DEP_CPP_CHARS=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ - "..\..\..\scumm\actor.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\costume.h"\ + "..\..\..\scumm\charset.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\nut_renderer.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\scumm\sound.h"\ - "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_COSTU=\ +NODEP_CPP_CHARS=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" -DEP_CPP_COSTU=\ - "..\..\..\scumm\actor.h"\ +DEP_CPP_CHARS=\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\costume.h"\ + "..\..\..\scumm\charset.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\nut_renderer.h"\ "..\..\..\scumm\scumm.h"\ -NODEP_CPP_COSTU=\ +NODEP_CPP_CHARS=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scumm\sound.h"\ - "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Release" -DEP_CPP_COSTU=\ +DEP_CPP_CHARS=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ - "..\..\..\scumm\actor.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\costume.h"\ + "..\..\..\scumm\charset.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\nut_renderer.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\scumm\sound.h"\ - "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_COSTU=\ +NODEP_CPP_CHARS=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" -DEP_CPP_COSTU=\ - "..\..\..\scumm\actor.h"\ +DEP_CPP_CHARS=\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\costume.h"\ + "..\..\..\scumm\charset.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\nut_renderer.h"\ "..\..\..\scumm\scumm.h"\ -NODEP_CPP_COSTU=\ +NODEP_CPP_CHARS=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scumm\sound.h"\ - "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Release" -DEP_CPP_COSTU=\ +DEP_CPP_CHARS=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ - "..\..\..\scumm\actor.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\costume.h"\ + "..\..\..\scumm\charset.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\nut_renderer.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\scumm\sound.h"\ - "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"mad.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_COSTU=\ +NODEP_CPP_CHARS=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" -DEP_CPP_COSTU=\ - "..\..\..\scumm\actor.h"\ +DEP_CPP_CHARS=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\costume.h"\ + "..\..\..\scumm\charset.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\nut_renderer.h"\ "..\..\..\scumm\scumm.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_COSTU=\ - "..\..\..\scumm\common\engine.h"\ - "..\..\..\scumm\common\file.h"\ - "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scumm\sound.h"\ - "..\..\..\scumm\scummsys.h"\ - "..\..\..\scumm\stdafx.h"\ +NODEP_CPP_CHARS=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" -DEP_CPP_COSTU=\ - "..\..\..\scumm\actor.h"\ +DEP_CPP_CHARS=\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\costume.h"\ + "..\..\..\scumm\charset.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\nut_renderer.h"\ "..\..\..\scumm\scumm.h"\ -NODEP_CPP_COSTU=\ +NODEP_CPP_CHARS=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scumm\sound.h"\ - "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Debug" -DEP_CPP_COSTU=\ - "..\..\..\scumm\actor.h"\ +DEP_CPP_CHARS=\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\costume.h"\ + "..\..\..\scumm\charset.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\nut_renderer.h"\ "..\..\..\scumm\scumm.h"\ -NODEP_CPP_COSTU=\ +NODEP_CPP_CHARS=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scumm\sound.h"\ - "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\stdafx.h"\ @@ -3047,169 +3654,231 @@ NODEP_CPP_COSTU=\ # End Source File # Begin Source File -SOURCE=..\..\..\scumm\costume.h +SOURCE=..\..\..\scumm\charset.h # End Source File # Begin Source File -SOURCE=..\..\..\scumm\debug.cpp +SOURCE=..\..\..\scumm\costume.cpp !IF "$(CFG)" == "scumm - Win32 (WCE MIPS) Release" -DEP_CPP_DEBUG=\ +DEP_CPP_COSTU=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\base-costume.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\debug.h"\ - "..\..\..\scumm\debugrl.h"\ + "..\..\..\scumm\costume.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_DEBUG=\ +NODEP_CPP_COSTU=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" -DEP_CPP_DEBUG=\ +DEP_CPP_COSTU=\ "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\base-costume.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\debug.h"\ - "..\..\..\scumm\debugrl.h"\ + "..\..\..\scumm\costume.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\scumm.h"\ -NODEP_CPP_DEBUG=\ +NODEP_CPP_COSTU=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\scumm\sound.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Release" -DEP_CPP_DEBUG=\ +DEP_CPP_COSTU=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\base-costume.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\debug.h"\ - "..\..\..\scumm\debugrl.h"\ + "..\..\..\scumm\costume.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ - -NODEP_CPP_DEBUG=\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_COSTU=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" -DEP_CPP_DEBUG=\ +DEP_CPP_COSTU=\ "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\base-costume.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\debug.h"\ - "..\..\..\scumm\debugrl.h"\ + "..\..\..\scumm\costume.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\scumm.h"\ -NODEP_CPP_DEBUG=\ +NODEP_CPP_COSTU=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\scumm\sound.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Release" -DEP_CPP_DEBUG=\ +DEP_CPP_COSTU=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\base-costume.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\debug.h"\ - "..\..\..\scumm\debugrl.h"\ + "..\..\..\scumm\costume.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_DEBUG=\ +NODEP_CPP_COSTU=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" -DEP_CPP_DEBUG=\ +DEP_CPP_COSTU=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\base-costume.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\debug.h"\ - "..\..\..\scumm\debugrl.h"\ + "..\..\..\scumm\costume.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_DEBUG=\ - "..\..\..\scumm\common\engine.h"\ - "..\..\..\scumm\common\file.h"\ - "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scummsys.h"\ - "..\..\..\scumm\stdafx.h"\ +NODEP_CPP_COSTU=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" -DEP_CPP_DEBUG=\ +DEP_CPP_COSTU=\ "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\base-costume.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\debug.h"\ - "..\..\..\scumm\debugrl.h"\ + "..\..\..\scumm\costume.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\scumm.h"\ -NODEP_CPP_DEBUG=\ +NODEP_CPP_COSTU=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\scumm\sound.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Debug" -DEP_CPP_DEBUG=\ +DEP_CPP_COSTU=\ "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\base-costume.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\debug.h"\ - "..\..\..\scumm\debugrl.h"\ + "..\..\..\scumm\costume.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\scumm.h"\ -NODEP_CPP_DEBUG=\ +NODEP_CPP_COSTU=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\scumm\sound.h"\ "..\..\..\scumm\stdafx.h"\ @@ -3218,302 +3887,236 @@ NODEP_CPP_DEBUG=\ # End Source File # Begin Source File -SOURCE=..\..\..\scumm\debug.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\scumm\debugrl.cpp - -!IF "$(CFG)" == "scumm - Win32 (WCE MIPS) Release" - -DEP_CPP_DEBUGR=\ - "..\..\..\scumm\debugrl.h"\ - - -!ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" - -DEP_CPP_DEBUGR=\ - "..\..\..\scumm\debugrl.h"\ - - -!ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Release" - -DEP_CPP_DEBUGR=\ - "..\..\..\scumm\debugrl.h"\ - - -!ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" - -DEP_CPP_DEBUGR=\ - "..\..\..\scumm\debugrl.h"\ - - -!ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Release" - -DEP_CPP_DEBUGR=\ - "..\..\..\scumm\debugrl.h"\ - - -!ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" - -DEP_CPP_DEBUGR=\ - "..\..\..\scumm\debugrl.h"\ - - -!ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" - -DEP_CPP_DEBUGR=\ - "..\..\..\scumm\debugrl.h"\ - - -!ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Debug" - -DEP_CPP_DEBUGR=\ - "..\..\..\scumm\debugrl.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\scumm\debugrl.h +SOURCE=..\..\..\scumm\costume.h # End Source File # Begin Source File -SOURCE=..\..\..\scumm\dialogs.cpp +SOURCE=..\..\..\scumm\debug.cpp !IF "$(CFG)" == "scumm - Win32 (WCE MIPS) Release" -DEP_CPP_DIALO=\ - "..\..\..\common\config-file.h"\ +DEP_CPP_DEBUG=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ + "..\..\..\gui\console.h"\ "..\..\..\gui\dialog.h"\ - "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ + "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\debug.h"\ + "..\..\..\scumm\debugrl.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\imuse.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\scumm\sound.h"\ - "..\..\..\sound\mididrv.h"\ - "..\..\..\sound\mixer.h"\ - "..\gapi_keys.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_DIALO=\ +NODEP_CPP_DEBUG=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" -DEP_CPP_DIALO=\ +DEP_CPP_DEBUG=\ + "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\debug.h"\ + "..\..\..\scumm\debugrl.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\imuse.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\scumm\sound.h"\ -NODEP_CPP_DIALO=\ - "..\..\..\scumm\common\config-file.h"\ +NODEP_CPP_DEBUG=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\gui\dialog.h"\ - "..\..\..\scumm\gui\ListWidget.h"\ - "..\..\..\scumm\gui\newgui.h"\ - "..\..\..\scumm\scummsys.h"\ - "..\..\..\scumm\sound\mididrv.h"\ - "..\..\..\scumm\sound\mixer.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\gui\console.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Release" -DEP_CPP_DIALO=\ - "..\..\..\common\config-file.h"\ +DEP_CPP_DEBUG=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ + "..\..\..\gui\console.h"\ "..\..\..\gui\dialog.h"\ - "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ + "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\debug.h"\ + "..\..\..\scumm\debugrl.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\imuse.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\scumm\sound.h"\ - "..\..\..\sound\mididrv.h"\ - "..\..\..\sound\mixer.h"\ - "..\gapi_keys.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_DIALO=\ +NODEP_CPP_DEBUG=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" -DEP_CPP_DIALO=\ +DEP_CPP_DEBUG=\ + "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\debug.h"\ + "..\..\..\scumm\debugrl.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\imuse.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\scumm\sound.h"\ -NODEP_CPP_DIALO=\ - "..\..\..\scumm\common\config-file.h"\ +NODEP_CPP_DEBUG=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\gui\dialog.h"\ - "..\..\..\scumm\gui\ListWidget.h"\ - "..\..\..\scumm\gui\newgui.h"\ - "..\..\..\scumm\scummsys.h"\ - "..\..\..\scumm\sound\mididrv.h"\ - "..\..\..\scumm\sound\mixer.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\gui\console.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Release" -DEP_CPP_DIALO=\ - "..\..\..\common\config-file.h"\ +DEP_CPP_DEBUG=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ + "..\..\..\gui\console.h"\ "..\..\..\gui\dialog.h"\ - "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ + "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\debug.h"\ + "..\..\..\scumm\debugrl.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\imuse.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\scumm\sound.h"\ - "..\..\..\sound\mididrv.h"\ - "..\..\..\sound\mixer.h"\ - "..\gapi_keys.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"mad.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_DIALO=\ +NODEP_CPP_DEBUG=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" -DEP_CPP_DIALO=\ +DEP_CPP_DEBUG=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\gui\console.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ + "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\dialogs.h"\ - "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\debug.h"\ + "..\..\..\scumm\debugrl.h"\ + "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\scumm\sound.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_DIALO=\ - "..\..\..\scumm\common\config-file.h"\ - "..\..\..\scumm\common\engine.h"\ - "..\..\..\scumm\common\file.h"\ - "..\..\..\scumm\common\str.h"\ - "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\gui\dialog.h"\ - "..\..\..\scumm\gui\ListWidget.h"\ - "..\..\..\scumm\gui\newgui.h"\ - "..\..\..\scumm\scummsys.h"\ - "..\..\..\scumm\sound\mididrv.h"\ - "..\..\..\scumm\sound\mixer.h"\ - "..\..\..\scumm\stdafx.h"\ +NODEP_CPP_DEBUG=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" -DEP_CPP_DIALO=\ +DEP_CPP_DEBUG=\ + "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\debug.h"\ + "..\..\..\scumm\debugrl.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\imuse.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\scumm\sound.h"\ -NODEP_CPP_DIALO=\ - "..\..\..\scumm\common\config-file.h"\ +NODEP_CPP_DEBUG=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\gui\dialog.h"\ - "..\..\..\scumm\gui\ListWidget.h"\ - "..\..\..\scumm\gui\newgui.h"\ - "..\..\..\scumm\scummsys.h"\ - "..\..\..\scumm\sound\mididrv.h"\ - "..\..\..\scumm\sound\mixer.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\gui\console.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Debug" -DEP_CPP_DIALO=\ +DEP_CPP_DEBUG=\ + "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\debug.h"\ + "..\..\..\scumm\debugrl.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\imuse.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\scumm\sound.h"\ -NODEP_CPP_DIALO=\ - "..\..\..\scumm\common\config-file.h"\ +NODEP_CPP_DEBUG=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\gui\dialog.h"\ - "..\..\..\scumm\gui\ListWidget.h"\ - "..\..\..\scumm\gui\newgui.h"\ - "..\..\..\scumm\scummsys.h"\ - "..\..\..\scumm\sound\mididrv.h"\ - "..\..\..\scumm\sound\mixer.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\gui\console.h"\ "..\..\..\scumm\stdafx.h"\ @@ -3522,182 +4125,251 @@ NODEP_CPP_DIALO=\ # End Source File # Begin Source File -SOURCE=..\..\..\scumm\dialogs.h +SOURCE=..\..\..\scumm\debug.h # End Source File # Begin Source File -SOURCE=..\..\..\scumm\gfx.cpp +SOURCE=..\..\..\scumm\debugger.cpp !IF "$(CFG)" == "scumm - Win32 (WCE MIPS) Release" -DEP_CPP_GFX_C=\ +DEP_CPP_DEBUGG=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\gui\console.h"\ + "..\..\..\gui\dialog.h"\ "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\debugger.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_GFX_C=\ +NODEP_CPP_DEBUGG=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - "..\..\..\gui\gui.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" -DEP_CPP_GFX_C=\ +DEP_CPP_DEBUGG=\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\debugger.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ -NODEP_CPP_GFX_C=\ +NODEP_CPP_DEBUGG=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\gui\gui.h"\ - "..\..\..\scumm\gui\newgui.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\gui\console.h"\ "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\sound\mixer.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Release" -DEP_CPP_GFX_C=\ +DEP_CPP_DEBUGG=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\gui\console.h"\ + "..\..\..\gui\dialog.h"\ "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\debugger.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_GFX_C=\ +NODEP_CPP_DEBUGG=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - "..\..\..\gui\gui.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" -DEP_CPP_GFX_C=\ +DEP_CPP_DEBUGG=\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\debugger.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ -NODEP_CPP_GFX_C=\ +NODEP_CPP_DEBUGG=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\gui\gui.h"\ - "..\..\..\scumm\gui\newgui.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\gui\console.h"\ "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\sound\mixer.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Release" -DEP_CPP_GFX_C=\ +DEP_CPP_DEBUGG=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\gui\console.h"\ + "..\..\..\gui\dialog.h"\ "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\debugger.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_GFX_C=\ +NODEP_CPP_DEBUGG=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" -DEP_CPP_GFX_C=\ +DEP_CPP_DEBUGG=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\gui\console.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\debugger.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_GFX_C=\ - "..\..\..\scumm\common\engine.h"\ - "..\..\..\scumm\common\file.h"\ - "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\gui\gui.h"\ - "..\..\..\scumm\gui\newgui.h"\ - "..\..\..\scumm\scummsys.h"\ - "..\..\..\scumm\stdafx.h"\ +NODEP_CPP_DEBUGG=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" -DEP_CPP_GFX_C=\ +DEP_CPP_DEBUGG=\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\debugger.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ -NODEP_CPP_GFX_C=\ +NODEP_CPP_DEBUGG=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\gui\gui.h"\ - "..\..\..\scumm\gui\newgui.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\gui\console.h"\ "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\sound\mixer.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Debug" -DEP_CPP_GFX_C=\ +DEP_CPP_DEBUGG=\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\debugger.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ -NODEP_CPP_GFX_C=\ +NODEP_CPP_DEBUGG=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\gui\gui.h"\ - "..\..\..\scumm\gui\newgui.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\gui\console.h"\ "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\sound\mixer.h"\ "..\..\..\scumm\stdafx.h"\ @@ -3706,190 +4378,354 @@ NODEP_CPP_GFX_C=\ # End Source File # Begin Source File -SOURCE=..\..\..\scumm\gfx.h +SOURCE=..\..\..\scumm\debugger.h # End Source File # Begin Source File -SOURCE=..\..\..\scumm\imuse.cpp +SOURCE=..\..\..\scumm\debugrl.cpp !IF "$(CFG)" == "scumm - Win32 (WCE MIPS) Release" -DEP_CPP_IMUSE_=\ +DEP_CPP_DEBUGR=\ + "..\..\..\scumm\debugrl.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" + +DEP_CPP_DEBUGR=\ + "..\..\..\scumm\debugrl.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Release" + +DEP_CPP_DEBUGR=\ + "..\..\..\scumm\debugrl.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" + +DEP_CPP_DEBUGR=\ + "..\..\..\scumm\debugrl.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Release" + +DEP_CPP_DEBUGR=\ + "..\..\..\scumm\debugrl.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" + +DEP_CPP_DEBUGR=\ + "..\..\..\scumm\debugrl.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" + +DEP_CPP_DEBUGR=\ + "..\..\..\scumm\debugrl.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Debug" + +DEP_CPP_DEBUGR=\ + "..\..\..\scumm\debugrl.h"\ + + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\scumm\debugrl.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\scumm\dialogs.cpp + +!IF "$(CFG)" == "scumm - Win32 (WCE MIPS) Release" + +DEP_CPP_DIALO=\ + "..\..\..\common\config-file.h"\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\ListWidget.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\dialogs.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\imuse.h"\ - "..\..\..\scumm\saveload.h"\ + "..\..\..\scumm\imuse_digi.h"\ "..\..\..\scumm\scumm.h"\ "..\..\..\scumm\sound.h"\ - "..\..\..\sound\fmopl.h"\ + "..\..\..\scumm\verbs.h"\ "..\..\..\sound\mididrv.h"\ "..\..\..\sound\mixer.h"\ + "..\gapi_keys.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_IMUSE_=\ +NODEP_CPP_DIALO=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - "..\..\..\scumm\morphos.h"\ - "..\..\..\scumm\morphos_sound.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" -NODEP_CPP_IMUSE_=\ - "..\..\..\scumm\common\util.h"\ - "..\..\..\scumm\morphos.h"\ - "..\..\..\scumm\morphos_sound.h"\ - "..\..\..\scumm\scumm\imuse.h"\ - "..\..\..\scumm\scumm\saveload.h"\ - "..\..\..\scumm\scumm\scumm.h"\ - "..\..\..\scumm\scumm\sound.h"\ - "..\..\..\scumm\sound\fmopl.h"\ - "..\..\..\scumm\sound\mididrv.h"\ - "..\..\..\scumm\stdafx.h"\ - - +DEP_CPP_DIALO=\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + +NODEP_CPP_DIALO=\ + "..\..\..\scumm\common\config-file.h"\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\str.h"\ + "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\gapi_keys.h"\ + "..\..\..\scumm\gui\dialog.h"\ + "..\..\..\scumm\gui\ListWidget.h"\ + "..\..\..\scumm\gui\newgui.h"\ + "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\sound\mididrv.h"\ + "..\..\..\scumm\sound\mixer.h"\ + "..\..\..\scumm\stdafx.h"\ + + !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Release" -DEP_CPP_IMUSE_=\ +DEP_CPP_DIALO=\ + "..\..\..\common\config-file.h"\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\ListWidget.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\dialogs.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\imuse.h"\ - "..\..\..\scumm\saveload.h"\ + "..\..\..\scumm\imuse_digi.h"\ "..\..\..\scumm\scumm.h"\ "..\..\..\scumm\sound.h"\ - "..\..\..\sound\fmopl.h"\ + "..\..\..\scumm\verbs.h"\ "..\..\..\sound\mididrv.h"\ "..\..\..\sound\mixer.h"\ + "..\gapi_keys.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_IMUSE_=\ +NODEP_CPP_DIALO=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - "..\..\..\scumm\morphos.h"\ - "..\..\..\scumm\morphos_sound.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" -NODEP_CPP_IMUSE_=\ +DEP_CPP_DIALO=\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + +NODEP_CPP_DIALO=\ + "..\..\..\scumm\common\config-file.h"\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\str.h"\ + "..\..\..\scumm\common\timer.h"\ "..\..\..\scumm\common\util.h"\ - "..\..\..\scumm\morphos.h"\ - "..\..\..\scumm\morphos_sound.h"\ - "..\..\..\scumm\scumm\imuse.h"\ - "..\..\..\scumm\scumm\saveload.h"\ - "..\..\..\scumm\scumm\scumm.h"\ - "..\..\..\scumm\scumm\sound.h"\ - "..\..\..\scumm\sound\fmopl.h"\ + "..\..\..\scumm\gapi_keys.h"\ + "..\..\..\scumm\gui\dialog.h"\ + "..\..\..\scumm\gui\ListWidget.h"\ + "..\..\..\scumm\gui\newgui.h"\ + "..\..\..\scumm\scummsys.h"\ "..\..\..\scumm\sound\mididrv.h"\ + "..\..\..\scumm\sound\mixer.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Release" -DEP_CPP_IMUSE_=\ +DEP_CPP_DIALO=\ + "..\..\..\common\config-file.h"\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\ListWidget.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\dialogs.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\imuse.h"\ - "..\..\..\scumm\saveload.h"\ + "..\..\..\scumm\imuse_digi.h"\ "..\..\..\scumm\scumm.h"\ "..\..\..\scumm\sound.h"\ - "..\..\..\sound\fmopl.h"\ + "..\..\..\scumm\verbs.h"\ "..\..\..\sound\mididrv.h"\ "..\..\..\sound\mixer.h"\ + "..\gapi_keys.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"mad.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_IMUSE_=\ +NODEP_CPP_DIALO=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - "..\..\..\scumm\morphos.h"\ - "..\..\..\scumm\morphos_sound.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" -DEP_CPP_IMUSE_=\ +DEP_CPP_DIALO=\ + "..\..\..\common\config-file.h"\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\ListWidget.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\dialogs.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\imuse.h"\ - "..\..\..\scumm\saveload.h"\ + "..\..\..\scumm\imuse_digi.h"\ "..\..\..\scumm\scumm.h"\ "..\..\..\scumm\sound.h"\ - "..\..\..\sound\fmopl.h"\ + "..\..\..\scumm\verbs.h"\ "..\..\..\sound\mididrv.h"\ "..\..\..\sound\mixer.h"\ + "..\gapi_keys.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_IMUSE_=\ +NODEP_CPP_DIALO=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - "..\..\..\scumm\morphos.h"\ - "..\..\..\scumm\morphos_sound.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" -NODEP_CPP_IMUSE_=\ +DEP_CPP_DIALO=\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + +NODEP_CPP_DIALO=\ + "..\..\..\scumm\common\config-file.h"\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\str.h"\ + "..\..\..\scumm\common\timer.h"\ "..\..\..\scumm\common\util.h"\ - "..\..\..\scumm\morphos.h"\ - "..\..\..\scumm\morphos_sound.h"\ - "..\..\..\scumm\scumm\imuse.h"\ - "..\..\..\scumm\scumm\saveload.h"\ - "..\..\..\scumm\scumm\scumm.h"\ - "..\..\..\scumm\scumm\sound.h"\ - "..\..\..\scumm\sound\fmopl.h"\ + "..\..\..\scumm\gapi_keys.h"\ + "..\..\..\scumm\gui\dialog.h"\ + "..\..\..\scumm\gui\ListWidget.h"\ + "..\..\..\scumm\gui\newgui.h"\ + "..\..\..\scumm\scummsys.h"\ "..\..\..\scumm\sound\mididrv.h"\ + "..\..\..\scumm\sound\mixer.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Debug" -NODEP_CPP_IMUSE_=\ +DEP_CPP_DIALO=\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + +NODEP_CPP_DIALO=\ + "..\..\..\scumm\common\config-file.h"\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\str.h"\ + "..\..\..\scumm\common\timer.h"\ "..\..\..\scumm\common\util.h"\ - "..\..\..\scumm\morphos.h"\ - "..\..\..\scumm\morphos_sound.h"\ - "..\..\..\scumm\scumm\imuse.h"\ - "..\..\..\scumm\scumm\saveload.h"\ - "..\..\..\scumm\scumm\scumm.h"\ - "..\..\..\scumm\scumm\sound.h"\ - "..\..\..\scumm\sound\fmopl.h"\ + "..\..\..\scumm\gapi_keys.h"\ + "..\..\..\scumm\gui\dialog.h"\ + "..\..\..\scumm\gui\ListWidget.h"\ + "..\..\..\scumm\gui\newgui.h"\ + "..\..\..\scumm\scummsys.h"\ "..\..\..\scumm\sound\mididrv.h"\ + "..\..\..\scumm\sound\mixer.h"\ "..\..\..\scumm\stdafx.h"\ @@ -3898,169 +4734,224 @@ NODEP_CPP_IMUSE_=\ # End Source File # Begin Source File -SOURCE=..\..\..\scumm\imuse.h +SOURCE=..\..\..\scumm\dialogs.h # End Source File # Begin Source File -SOURCE=..\..\..\scumm\object.cpp +SOURCE=..\..\..\scumm\gfx.cpp !IF "$(CFG)" == "scumm - Win32 (WCE MIPS) Release" -DEP_CPP_OBJEC=\ +DEP_CPP_GFX_C=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\object.h"\ "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\usage_bits.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_OBJEC=\ +NODEP_CPP_GFX_C=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" -DEP_CPP_OBJEC=\ +DEP_CPP_GFX_C=\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\object.h"\ "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\usage_bits.h"\ -NODEP_CPP_OBJEC=\ +NODEP_CPP_GFX_C=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Release" -DEP_CPP_OBJEC=\ +DEP_CPP_GFX_C=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\object.h"\ "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\usage_bits.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_OBJEC=\ +NODEP_CPP_GFX_C=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" -DEP_CPP_OBJEC=\ +DEP_CPP_GFX_C=\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\object.h"\ "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\usage_bits.h"\ -NODEP_CPP_OBJEC=\ +NODEP_CPP_GFX_C=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Release" -DEP_CPP_OBJEC=\ +DEP_CPP_GFX_C=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\object.h"\ "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\usage_bits.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_OBJEC=\ +NODEP_CPP_GFX_C=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" -DEP_CPP_OBJEC=\ +DEP_CPP_GFX_C=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\object.h"\ "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\usage_bits.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_OBJEC=\ - "..\..\..\scumm\common\engine.h"\ - "..\..\..\scumm\common\file.h"\ - "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scummsys.h"\ - "..\..\..\scumm\stdafx.h"\ +NODEP_CPP_GFX_C=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" -DEP_CPP_OBJEC=\ +DEP_CPP_GFX_C=\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\object.h"\ "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\usage_bits.h"\ -NODEP_CPP_OBJEC=\ +NODEP_CPP_GFX_C=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Debug" -DEP_CPP_OBJEC=\ +DEP_CPP_GFX_C=\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\object.h"\ "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\usage_bits.h"\ -NODEP_CPP_OBJEC=\ +NODEP_CPP_GFX_C=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\stdafx.h"\ @@ -4069,162 +4960,207 @@ NODEP_CPP_OBJEC=\ # End Source File # Begin Source File -SOURCE=..\..\..\scumm\object.h +SOURCE=..\..\..\scumm\gfx.h # End Source File # Begin Source File -SOURCE=..\..\..\scumm\resource.cpp +SOURCE=..\..\..\scumm\imuse.cpp !IF "$(CFG)" == "scumm - Win32 (WCE MIPS) Release" -DEP_CPP_RESOU=\ +DEP_CPP_IMUSE_=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ + "..\..\..\scumm\instrument.h"\ + "..\..\..\scumm\saveload.h"\ "..\..\..\scumm\scumm.h"\ "..\..\..\scumm\sound.h"\ + "..\..\..\sound\fmopl.h"\ + "..\..\..\sound\mididrv.h"\ "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_RESOU=\ +NODEP_CPP_IMUSE_=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" -DEP_CPP_RESOU=\ - "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\resource.h"\ - "..\..\..\scumm\scumm.h"\ - -NODEP_CPP_RESOU=\ - "..\..\..\scumm\common\engine.h"\ - "..\..\..\scumm\common\file.h"\ - "..\..\..\scumm\common\timer.h"\ +NODEP_CPP_IMUSE_=\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\scumm\imuse.h"\ + "..\..\..\scumm\scumm\instrument.h"\ + "..\..\..\scumm\scumm\saveload.h"\ + "..\..\..\scumm\scumm\scumm.h"\ "..\..\..\scumm\scumm\sound.h"\ + "..\..\..\scumm\sound\fmopl.h"\ + "..\..\..\scumm\sound\mididrv.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Release" -DEP_CPP_RESOU=\ +DEP_CPP_IMUSE_=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ + "..\..\..\scumm\instrument.h"\ + "..\..\..\scumm\saveload.h"\ "..\..\..\scumm\scumm.h"\ "..\..\..\scumm\sound.h"\ + "..\..\..\sound\fmopl.h"\ + "..\..\..\sound\mididrv.h"\ "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_RESOU=\ +NODEP_CPP_IMUSE_=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" -DEP_CPP_RESOU=\ - "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\resource.h"\ - "..\..\..\scumm\scumm.h"\ - -NODEP_CPP_RESOU=\ - "..\..\..\scumm\common\engine.h"\ - "..\..\..\scumm\common\file.h"\ - "..\..\..\scumm\common\timer.h"\ +NODEP_CPP_IMUSE_=\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\scumm\imuse.h"\ + "..\..\..\scumm\scumm\instrument.h"\ + "..\..\..\scumm\scumm\saveload.h"\ + "..\..\..\scumm\scumm\scumm.h"\ "..\..\..\scumm\scumm\sound.h"\ + "..\..\..\scumm\sound\fmopl.h"\ + "..\..\..\scumm\sound\mididrv.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Release" -DEP_CPP_RESOU=\ +DEP_CPP_IMUSE_=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ + "..\..\..\scumm\instrument.h"\ + "..\..\..\scumm\saveload.h"\ "..\..\..\scumm\scumm.h"\ "..\..\..\scumm\sound.h"\ + "..\..\..\sound\fmopl.h"\ + "..\..\..\sound\mididrv.h"\ "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"mad.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_RESOU=\ +NODEP_CPP_IMUSE_=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" -DEP_CPP_RESOU=\ +DEP_CPP_IMUSE_=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ + "..\..\..\scumm\instrument.h"\ + "..\..\..\scumm\saveload.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\sound\fmopl.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_RESOU=\ - "..\..\..\scumm\common\engine.h"\ - "..\..\..\scumm\common\file.h"\ - "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scumm\sound.h"\ - "..\..\..\scumm\stdafx.h"\ +NODEP_CPP_IMUSE_=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" -DEP_CPP_RESOU=\ - "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\resource.h"\ - "..\..\..\scumm\scumm.h"\ - -NODEP_CPP_RESOU=\ - "..\..\..\scumm\common\engine.h"\ - "..\..\..\scumm\common\file.h"\ - "..\..\..\scumm\common\timer.h"\ +NODEP_CPP_IMUSE_=\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\scumm\imuse.h"\ + "..\..\..\scumm\scumm\instrument.h"\ + "..\..\..\scumm\scumm\saveload.h"\ + "..\..\..\scumm\scumm\scumm.h"\ "..\..\..\scumm\scumm\sound.h"\ + "..\..\..\scumm\sound\fmopl.h"\ + "..\..\..\scumm\sound\mididrv.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Debug" -DEP_CPP_RESOU=\ - "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\resource.h"\ - "..\..\..\scumm\scumm.h"\ - -NODEP_CPP_RESOU=\ - "..\..\..\scumm\common\engine.h"\ - "..\..\..\scumm\common\file.h"\ - "..\..\..\scumm\common\timer.h"\ +NODEP_CPP_IMUSE_=\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\scumm\imuse.h"\ + "..\..\..\scumm\scumm\instrument.h"\ + "..\..\..\scumm\scumm\saveload.h"\ + "..\..\..\scumm\scumm\scumm.h"\ "..\..\..\scumm\scumm\sound.h"\ + "..\..\..\scumm\sound\fmopl.h"\ + "..\..\..\scumm\sound\mididrv.h"\ "..\..\..\scumm\stdafx.h"\ @@ -4233,148 +5169,167 @@ NODEP_CPP_RESOU=\ # End Source File # Begin Source File -SOURCE=..\..\..\scumm\resource.h +SOURCE=..\..\..\scumm\imuse.h # End Source File # Begin Source File -SOURCE=..\..\..\scumm\resource_v2.cpp +SOURCE=..\..\..\scumm\imuse_digi.cpp !IF "$(CFG)" == "scumm - Win32 (WCE MIPS) Release" -DEP_CPP_RESOUR=\ +DEP_CPP_IMUSE_D=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\imuse_digi.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_RESOUR=\ +NODEP_CPP_IMUSE_D=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" -DEP_CPP_RESOUR=\ - "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\resource.h"\ - "..\..\..\scumm\scumm.h"\ - -NODEP_CPP_RESOUR=\ - "..\..\..\scumm\common\engine.h"\ - "..\..\..\scumm\common\file.h"\ - "..\..\..\scumm\common\timer.h"\ +NODEP_CPP_IMUSE_D=\ + "..\..\..\scumm\scumm\imuse_digi.h"\ + "..\..\..\scumm\scumm\scumm.h"\ + "..\..\..\scumm\scumm\sound.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Release" -DEP_CPP_RESOUR=\ +DEP_CPP_IMUSE_D=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\imuse_digi.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_RESOUR=\ +NODEP_CPP_IMUSE_D=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" -DEP_CPP_RESOUR=\ - "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\resource.h"\ - "..\..\..\scumm\scumm.h"\ - -NODEP_CPP_RESOUR=\ - "..\..\..\scumm\common\engine.h"\ - "..\..\..\scumm\common\file.h"\ - "..\..\..\scumm\common\timer.h"\ +NODEP_CPP_IMUSE_D=\ + "..\..\..\scumm\scumm\imuse_digi.h"\ + "..\..\..\scumm\scumm\scumm.h"\ + "..\..\..\scumm\scumm\sound.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Release" -DEP_CPP_RESOUR=\ +DEP_CPP_IMUSE_D=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\imuse_digi.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_RESOUR=\ +NODEP_CPP_IMUSE_D=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" -DEP_CPP_RESOUR=\ +DEP_CPP_IMUSE_D=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\imuse_digi.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_RESOUR=\ - "..\..\..\scumm\common\engine.h"\ - "..\..\..\scumm\common\file.h"\ - "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\stdafx.h"\ +NODEP_CPP_IMUSE_D=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" -DEP_CPP_RESOUR=\ - "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\resource.h"\ - "..\..\..\scumm\scumm.h"\ - -NODEP_CPP_RESOUR=\ - "..\..\..\scumm\common\engine.h"\ - "..\..\..\scumm\common\file.h"\ - "..\..\..\scumm\common\timer.h"\ +NODEP_CPP_IMUSE_D=\ + "..\..\..\scumm\scumm\imuse_digi.h"\ + "..\..\..\scumm\scumm\scumm.h"\ + "..\..\..\scumm\scumm\sound.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Debug" -DEP_CPP_RESOUR=\ - "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\resource.h"\ - "..\..\..\scumm\scumm.h"\ - -NODEP_CPP_RESOUR=\ - "..\..\..\scumm\common\engine.h"\ - "..\..\..\scumm\common\file.h"\ - "..\..\..\scumm\common\timer.h"\ +NODEP_CPP_IMUSE_D=\ + "..\..\..\scumm\scumm\imuse_digi.h"\ + "..\..\..\scumm\scumm\scumm.h"\ + "..\..\..\scumm\scumm\sound.h"\ "..\..\..\scumm\stdafx.h"\ @@ -4383,144 +5338,168 @@ NODEP_CPP_RESOUR=\ # End Source File # Begin Source File -SOURCE=..\..\..\scumm\resource_v3.cpp +SOURCE=..\..\..\scumm\imuse_digi.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\scumm\instrument.cpp !IF "$(CFG)" == "scumm - Win32 (WCE MIPS) Release" -DEP_CPP_RESOURC=\ +DEP_CPP_INSTR=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\instrument.h"\ + "..\..\..\scumm\saveload.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\sound\mididrv.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_RESOURC=\ +NODEP_CPP_INSTR=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" -DEP_CPP_RESOURC=\ - "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\resource.h"\ - "..\..\..\scumm\scumm.h"\ - -NODEP_CPP_RESOURC=\ - "..\..\..\scumm\common\engine.h"\ - "..\..\..\scumm\common\file.h"\ - "..\..\..\scumm\common\timer.h"\ +NODEP_CPP_INSTR=\ + "..\..\..\scumm\scumm\instrument.h"\ + "..\..\..\scumm\scumm\saveload.h"\ + "..\..\..\scumm\scumm\scumm.h"\ + "..\..\..\scumm\sound\mididrv.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Release" -DEP_CPP_RESOURC=\ +DEP_CPP_INSTR=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\instrument.h"\ + "..\..\..\scumm\saveload.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\sound\mididrv.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_RESOURC=\ +NODEP_CPP_INSTR=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" -DEP_CPP_RESOURC=\ - "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\resource.h"\ - "..\..\..\scumm\scumm.h"\ - -NODEP_CPP_RESOURC=\ - "..\..\..\scumm\common\engine.h"\ - "..\..\..\scumm\common\file.h"\ - "..\..\..\scumm\common\timer.h"\ +NODEP_CPP_INSTR=\ + "..\..\..\scumm\scumm\instrument.h"\ + "..\..\..\scumm\scumm\saveload.h"\ + "..\..\..\scumm\scumm\scumm.h"\ + "..\..\..\scumm\sound\mididrv.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Release" -DEP_CPP_RESOURC=\ +DEP_CPP_INSTR=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\instrument.h"\ + "..\..\..\scumm\saveload.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\sound\mididrv.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_RESOURC=\ +NODEP_CPP_INSTR=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" -DEP_CPP_RESOURC=\ +DEP_CPP_INSTR=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\instrument.h"\ + "..\..\..\scumm\saveload.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\sound\mididrv.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_RESOURC=\ - "..\..\..\scumm\common\engine.h"\ - "..\..\..\scumm\common\file.h"\ - "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\stdafx.h"\ +NODEP_CPP_INSTR=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" -DEP_CPP_RESOURC=\ - "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\resource.h"\ - "..\..\..\scumm\scumm.h"\ - -NODEP_CPP_RESOURC=\ - "..\..\..\scumm\common\engine.h"\ - "..\..\..\scumm\common\file.h"\ - "..\..\..\scumm\common\timer.h"\ +NODEP_CPP_INSTR=\ + "..\..\..\scumm\scumm\instrument.h"\ + "..\..\..\scumm\scumm\saveload.h"\ + "..\..\..\scumm\scumm\scumm.h"\ + "..\..\..\scumm\sound\mididrv.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Debug" -DEP_CPP_RESOURC=\ - "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\resource.h"\ - "..\..\..\scumm\scumm.h"\ - -NODEP_CPP_RESOURC=\ - "..\..\..\scumm\common\engine.h"\ - "..\..\..\scumm\common\file.h"\ - "..\..\..\scumm\common\timer.h"\ +NODEP_CPP_INSTR=\ + "..\..\..\scumm\scumm\instrument.h"\ + "..\..\..\scumm\scumm\saveload.h"\ + "..\..\..\scumm\scumm\scumm.h"\ + "..\..\..\scumm\sound\mididrv.h"\ "..\..\..\scumm\stdafx.h"\ @@ -4529,136 +5508,200 @@ NODEP_CPP_RESOURC=\ # End Source File # Begin Source File -SOURCE=..\..\..\scumm\resource_v4.cpp +SOURCE=..\..\..\scumm\instrument.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\scumm\intern.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\scumm\nut_renderer.cpp !IF "$(CFG)" == "scumm - Win32 (WCE MIPS) Release" -DEP_CPP_RESOURCE=\ +DEP_CPP_NUT_R=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\nut_renderer.h"\ "..\..\..\scumm\scumm.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_RESOURCE=\ +NODEP_CPP_NUT_R=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" -DEP_CPP_RESOURCE=\ +DEP_CPP_NUT_R=\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\nut_renderer.h"\ "..\..\..\scumm\scumm.h"\ -NODEP_CPP_RESOURCE=\ +NODEP_CPP_NUT_R=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Release" -DEP_CPP_RESOURCE=\ +DEP_CPP_NUT_R=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\nut_renderer.h"\ "..\..\..\scumm\scumm.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_RESOURCE=\ +NODEP_CPP_NUT_R=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" -DEP_CPP_RESOURCE=\ +DEP_CPP_NUT_R=\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\nut_renderer.h"\ "..\..\..\scumm\scumm.h"\ -NODEP_CPP_RESOURCE=\ +NODEP_CPP_NUT_R=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Release" -DEP_CPP_RESOURCE=\ +DEP_CPP_NUT_R=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\nut_renderer.h"\ "..\..\..\scumm\scumm.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_RESOURCE=\ +NODEP_CPP_NUT_R=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" -DEP_CPP_RESOURCE=\ +DEP_CPP_NUT_R=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\nut_renderer.h"\ "..\..\..\scumm\scumm.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_RESOURCE=\ - "..\..\..\scumm\common\engine.h"\ - "..\..\..\scumm\common\file.h"\ - "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\stdafx.h"\ +NODEP_CPP_NUT_R=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" -DEP_CPP_RESOURCE=\ +DEP_CPP_NUT_R=\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\nut_renderer.h"\ "..\..\..\scumm\scumm.h"\ -NODEP_CPP_RESOURCE=\ +NODEP_CPP_NUT_R=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Debug" -DEP_CPP_RESOURCE=\ +DEP_CPP_NUT_R=\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\nut_renderer.h"\ "..\..\..\scumm\scumm.h"\ -NODEP_CPP_RESOURCE=\ +NODEP_CPP_NUT_R=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\stdafx.h"\ @@ -4667,16 +5710,21 @@ NODEP_CPP_RESOURCE=\ # End Source File # Begin Source File -SOURCE=..\..\..\scumm\saveload.cpp +SOURCE=..\..\..\scumm\nut_renderer.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\scumm\object.cpp !IF "$(CFG)" == "scumm - Win32 (WCE MIPS) Release" -DEP_CPP_SAVEL=\ - "..\..\..\common\config-file.h"\ +DEP_CPP_OBJEC=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ @@ -4686,52 +5734,51 @@ DEP_CPP_SAVEL=\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\object.h"\ "..\..\..\scumm\resource.h"\ - "..\..\..\scumm\saveload.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\scumm\sound.h"\ - "..\..\..\sound\mididrv.h"\ - "..\..\..\sound\mixer.h"\ + "..\..\..\scumm\usage_bits.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_SAVEL=\ +NODEP_CPP_OBJEC=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" -DEP_CPP_SAVEL=\ +DEP_CPP_OBJEC=\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\object.h"\ "..\..\..\scumm\resource.h"\ - "..\..\..\scumm\saveload.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\usage_bits.h"\ -NODEP_CPP_SAVEL=\ +NODEP_CPP_OBJEC=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\config-file.h"\ - "..\..\..\scumm\scumm\imuse.h"\ - "..\..\..\scumm\scumm\sound.h"\ - "..\..\..\scumm\scummsys.h"\ - "..\..\..\scumm\sound\mididrv.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Release" -DEP_CPP_SAVEL=\ - "..\..\..\common\config-file.h"\ +DEP_CPP_OBJEC=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ @@ -4741,52 +5788,51 @@ DEP_CPP_SAVEL=\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\object.h"\ "..\..\..\scumm\resource.h"\ - "..\..\..\scumm\saveload.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\scumm\sound.h"\ - "..\..\..\sound\mididrv.h"\ - "..\..\..\sound\mixer.h"\ + "..\..\..\scumm\usage_bits.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_SAVEL=\ +NODEP_CPP_OBJEC=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" -DEP_CPP_SAVEL=\ +DEP_CPP_OBJEC=\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\object.h"\ "..\..\..\scumm\resource.h"\ - "..\..\..\scumm\saveload.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\usage_bits.h"\ -NODEP_CPP_SAVEL=\ +NODEP_CPP_OBJEC=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\config-file.h"\ - "..\..\..\scumm\scumm\imuse.h"\ - "..\..\..\scumm\scumm\sound.h"\ - "..\..\..\scumm\scummsys.h"\ - "..\..\..\scumm\sound\mididrv.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Release" -DEP_CPP_SAVEL=\ - "..\..\..\common\config-file.h"\ +DEP_CPP_OBJEC=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ @@ -4796,86 +5842,92 @@ DEP_CPP_SAVEL=\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\object.h"\ "..\..\..\scumm\resource.h"\ - "..\..\..\scumm\saveload.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\scumm\sound.h"\ - "..\..\..\sound\mididrv.h"\ - "..\..\..\sound\mixer.h"\ + "..\..\..\scumm\usage_bits.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"mad.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_SAVEL=\ +NODEP_CPP_OBJEC=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" -DEP_CPP_SAVEL=\ +DEP_CPP_OBJEC=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\object.h"\ "..\..\..\scumm\resource.h"\ - "..\..\..\scumm\saveload.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\usage_bits.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_SAVEL=\ - "..\..\..\scumm\common\engine.h"\ - "..\..\..\scumm\common\file.h"\ - "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\config-file.h"\ - "..\..\..\scumm\scumm\imuse.h"\ - "..\..\..\scumm\scumm\sound.h"\ - "..\..\..\scumm\scummsys.h"\ - "..\..\..\scumm\sound\mididrv.h"\ - "..\..\..\scumm\stdafx.h"\ +NODEP_CPP_OBJEC=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" -DEP_CPP_SAVEL=\ +DEP_CPP_OBJEC=\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\object.h"\ "..\..\..\scumm\resource.h"\ - "..\..\..\scumm\saveload.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\usage_bits.h"\ -NODEP_CPP_SAVEL=\ +NODEP_CPP_OBJEC=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\config-file.h"\ - "..\..\..\scumm\scumm\imuse.h"\ - "..\..\..\scumm\scumm\sound.h"\ - "..\..\..\scumm\scummsys.h"\ - "..\..\..\scumm\sound\mididrv.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Debug" -DEP_CPP_SAVEL=\ +DEP_CPP_OBJEC=\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\object.h"\ "..\..\..\scumm\resource.h"\ - "..\..\..\scumm\saveload.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\usage_bits.h"\ -NODEP_CPP_SAVEL=\ +NODEP_CPP_OBJEC=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\config-file.h"\ - "..\..\..\scumm\scumm\imuse.h"\ - "..\..\..\scumm\scumm\sound.h"\ - "..\..\..\scumm\scummsys.h"\ - "..\..\..\scumm\sound\mididrv.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\stdafx.h"\ @@ -4884,168 +5936,250 @@ NODEP_CPP_SAVEL=\ # End Source File # Begin Source File -SOURCE=..\..\..\scumm\saveload.h +SOURCE=..\..\..\scumm\object.h # End Source File # Begin Source File -SOURCE=..\..\..\scumm\script.cpp +SOURCE=..\..\..\scumm\resource.cpp !IF "$(CFG)" == "scumm - Win32 (WCE MIPS) Release" -DEP_CPP_SCRIP=\ +DEP_CPP_RESOU=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ - "..\..\..\scumm\actor.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\message.h"\ + "..\..\..\gui\widget.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\dialogs.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_SCRIP=\ +NODEP_CPP_RESOU=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" -DEP_CPP_SCRIP=\ - "..\..\..\scumm\actor.h"\ +DEP_CPP_RESOU=\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\dialogs.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\verbs.h"\ -NODEP_CPP_SCRIP=\ +NODEP_CPP_RESOU=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\gui\dialog.h"\ + "..\..\..\scumm\gui\message.h"\ + "..\..\..\scumm\scumm\sound.h"\ "..\..\..\scumm\scummsys.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Release" -DEP_CPP_SCRIP=\ +DEP_CPP_RESOU=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ - "..\..\..\scumm\actor.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\message.h"\ + "..\..\..\gui\widget.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\dialogs.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_SCRIP=\ +NODEP_CPP_RESOU=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" -DEP_CPP_SCRIP=\ - "..\..\..\scumm\actor.h"\ +DEP_CPP_RESOU=\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\dialogs.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\verbs.h"\ -NODEP_CPP_SCRIP=\ +NODEP_CPP_RESOU=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\gui\dialog.h"\ + "..\..\..\scumm\gui\message.h"\ + "..\..\..\scumm\scumm\sound.h"\ "..\..\..\scumm\scummsys.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Release" -DEP_CPP_SCRIP=\ +DEP_CPP_RESOU=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ - "..\..\..\scumm\actor.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\message.h"\ + "..\..\..\gui\widget.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\dialogs.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_SCRIP=\ +NODEP_CPP_RESOU=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" -DEP_CPP_SCRIP=\ - "..\..\..\scumm\actor.h"\ +DEP_CPP_RESOU=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\message.h"\ + "..\..\..\gui\widget.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\dialogs.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_SCRIP=\ - "..\..\..\scumm\common\engine.h"\ - "..\..\..\scumm\common\file.h"\ - "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\common\util.h"\ - "..\..\..\scumm\scummsys.h"\ - "..\..\..\scumm\stdafx.h"\ +NODEP_CPP_RESOU=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" -DEP_CPP_SCRIP=\ - "..\..\..\scumm\actor.h"\ +DEP_CPP_RESOU=\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\dialogs.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\verbs.h"\ -NODEP_CPP_SCRIP=\ +NODEP_CPP_RESOU=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\gui\dialog.h"\ + "..\..\..\scumm\gui\message.h"\ + "..\..\..\scumm\scumm\sound.h"\ "..\..\..\scumm\scummsys.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Debug" -DEP_CPP_SCRIP=\ - "..\..\..\scumm\actor.h"\ +DEP_CPP_RESOU=\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\dialogs.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\verbs.h"\ -NODEP_CPP_SCRIP=\ +NODEP_CPP_RESOU=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\gui\dialog.h"\ + "..\..\..\scumm\gui\message.h"\ + "..\..\..\scumm\scumm\sound.h"\ "..\..\..\scumm\scummsys.h"\ "..\..\..\scumm\stdafx.h"\ @@ -5055,163 +6189,204 @@ NODEP_CPP_SCRIP=\ # End Source File # Begin Source File -SOURCE=..\..\..\scumm\script_v1.cpp +SOURCE=..\..\..\scumm\resource.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\scumm\resource_v2.cpp !IF "$(CFG)" == "scumm - Win32 (WCE MIPS) Release" -DEP_CPP_SCRIPT=\ +DEP_CPP_RESOUR=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ - "..\..\..\scumm\actor.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\scumm\sound.h"\ - "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_SCRIPT=\ +NODEP_CPP_RESOUR=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" -DEP_CPP_SCRIPT=\ - "..\..\..\scumm\actor.h"\ +DEP_CPP_RESOUR=\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ -NODEP_CPP_SCRIPT=\ +NODEP_CPP_RESOUR=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scumm\sound.h"\ - "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Release" -DEP_CPP_SCRIPT=\ +DEP_CPP_RESOUR=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ - "..\..\..\scumm\actor.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\scumm\sound.h"\ - "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_SCRIPT=\ +NODEP_CPP_RESOUR=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" -DEP_CPP_SCRIPT=\ - "..\..\..\scumm\actor.h"\ +DEP_CPP_RESOUR=\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ -NODEP_CPP_SCRIPT=\ +NODEP_CPP_RESOUR=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scumm\sound.h"\ - "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Release" -DEP_CPP_SCRIPT=\ +DEP_CPP_RESOUR=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ - "..\..\..\common\scummsys.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ - "..\..\..\scumm\actor.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\scumm\sound.h"\ - "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"mad.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_SCRIPT=\ +NODEP_CPP_RESOUR=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" -DEP_CPP_SCRIPT=\ - "..\..\..\scumm\actor.h"\ +DEP_CPP_RESOUR=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_SCRIPT=\ - "..\..\..\scumm\common\engine.h"\ - "..\..\..\scumm\common\file.h"\ - "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scumm\sound.h"\ - "..\..\..\scumm\scummsys.h"\ - "..\..\..\scumm\stdafx.h"\ +NODEP_CPP_RESOUR=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" -DEP_CPP_SCRIPT=\ - "..\..\..\scumm\actor.h"\ +DEP_CPP_RESOUR=\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ -NODEP_CPP_SCRIPT=\ +NODEP_CPP_RESOUR=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scumm\sound.h"\ - "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Debug" -DEP_CPP_SCRIPT=\ - "..\..\..\scumm\actor.h"\ +DEP_CPP_RESOUR=\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ -NODEP_CPP_SCRIPT=\ +NODEP_CPP_RESOUR=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scumm\sound.h"\ - "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\stdafx.h"\ @@ -5220,240 +6395,1870 @@ NODEP_CPP_SCRIPT=\ # End Source File # Begin Source File -SOURCE=..\..\..\scumm\script_v2.cpp +SOURCE=..\..\..\scumm\resource_v3.cpp !IF "$(CFG)" == "scumm - Win32 (WCE MIPS) Release" -DEP_CPP_SCRIPT_=\ +DEP_CPP_RESOURC=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ - "..\..\..\common\rect.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ - "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\scumm\smush\brenderer.h"\ - "..\..\..\scumm\smush\chunk.h"\ - "..\..\..\scumm\smush\codec1.h"\ - "..\..\..\scumm\smush\codec37.h"\ - "..\..\..\scumm\smush\codec44.h"\ - "..\..\..\scumm\smush\codec47.h"\ - "..\..\..\scumm\smush\color.h"\ - "..\..\..\scumm\smush\config.h"\ - "..\..\..\scumm\smush\decoder.h"\ - "..\..\..\scumm\smush\palette.h"\ - "..\..\..\scumm\smush\player.h"\ - "..\..\..\scumm\smush\renderer.h"\ - "..\..\..\scumm\smush\scumm_renderer.h"\ - "..\..\..\scumm\sound.h"\ - "..\..\..\sound\mididrv.h"\ - "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_SCRIPT_=\ +NODEP_CPP_RESOURC=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" -DEP_CPP_SCRIPT_=\ - "..\..\..\scumm\actor.h"\ +DEP_CPP_RESOURC=\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\scumm\smush\brenderer.h"\ - "..\..\..\scumm\smush\chunk.h"\ - "..\..\..\scumm\smush\codec1.h"\ - "..\..\..\scumm\smush\codec37.h"\ - "..\..\..\scumm\smush\codec44.h"\ - "..\..\..\scumm\smush\codec47.h"\ - "..\..\..\scumm\smush\color.h"\ - "..\..\..\scumm\smush\config.h"\ - "..\..\..\scumm\smush\decoder.h"\ - "..\..\..\scumm\smush\palette.h"\ - "..\..\..\scumm\smush\player.h"\ - "..\..\..\scumm\smush\renderer.h"\ - "..\..\..\scumm\smush\scumm_renderer.h"\ -NODEP_CPP_SCRIPT_=\ +NODEP_CPP_RESOURC=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scumm\imuse.h"\ - "..\..\..\scumm\scumm\sound.h"\ - "..\..\..\scumm\scummsys.h"\ - "..\..\..\scumm\smush\common\rect.h"\ - "..\..\..\scumm\smush\common\util.h"\ - "..\..\..\scumm\sound\mididrv.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Release" -DEP_CPP_SCRIPT_=\ +DEP_CPP_RESOURC=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ - "..\..\..\common\rect.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ - "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\scumm\smush\brenderer.h"\ - "..\..\..\scumm\smush\chunk.h"\ - "..\..\..\scumm\smush\codec1.h"\ - "..\..\..\scumm\smush\codec37.h"\ - "..\..\..\scumm\smush\codec44.h"\ - "..\..\..\scumm\smush\codec47.h"\ - "..\..\..\scumm\smush\color.h"\ - "..\..\..\scumm\smush\config.h"\ - "..\..\..\scumm\smush\decoder.h"\ - "..\..\..\scumm\smush\palette.h"\ - "..\..\..\scumm\smush\player.h"\ - "..\..\..\scumm\smush\renderer.h"\ - "..\..\..\scumm\smush\scumm_renderer.h"\ - "..\..\..\scumm\sound.h"\ - "..\..\..\sound\mididrv.h"\ - "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_SCRIPT_=\ +NODEP_CPP_RESOURC=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" -DEP_CPP_SCRIPT_=\ - "..\..\..\scumm\actor.h"\ +DEP_CPP_RESOURC=\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\scumm\smush\brenderer.h"\ - "..\..\..\scumm\smush\chunk.h"\ - "..\..\..\scumm\smush\codec1.h"\ - "..\..\..\scumm\smush\codec37.h"\ - "..\..\..\scumm\smush\codec44.h"\ - "..\..\..\scumm\smush\codec47.h"\ - "..\..\..\scumm\smush\color.h"\ - "..\..\..\scumm\smush\config.h"\ - "..\..\..\scumm\smush\decoder.h"\ - "..\..\..\scumm\smush\palette.h"\ - "..\..\..\scumm\smush\player.h"\ - "..\..\..\scumm\smush\renderer.h"\ - "..\..\..\scumm\smush\scumm_renderer.h"\ -NODEP_CPP_SCRIPT_=\ +NODEP_CPP_RESOURC=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scumm\imuse.h"\ - "..\..\..\scumm\scumm\sound.h"\ - "..\..\..\scumm\scummsys.h"\ - "..\..\..\scumm\smush\common\rect.h"\ - "..\..\..\scumm\smush\common\util.h"\ - "..\..\..\scumm\sound\mididrv.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Release" -DEP_CPP_SCRIPT_=\ +DEP_CPP_RESOURC=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ - "..\..\..\common\rect.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ - "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\scumm\smush\brenderer.h"\ - "..\..\..\scumm\smush\chunk.h"\ - "..\..\..\scumm\smush\codec1.h"\ - "..\..\..\scumm\smush\codec37.h"\ - "..\..\..\scumm\smush\codec44.h"\ - "..\..\..\scumm\smush\codec47.h"\ - "..\..\..\scumm\smush\color.h"\ - "..\..\..\scumm\smush\config.h"\ - "..\..\..\scumm\smush\decoder.h"\ - "..\..\..\scumm\smush\palette.h"\ - "..\..\..\scumm\smush\player.h"\ - "..\..\..\scumm\smush\renderer.h"\ - "..\..\..\scumm\smush\scumm_renderer.h"\ - "..\..\..\scumm\sound.h"\ - "..\..\..\sound\mididrv.h"\ - "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"mad.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_SCRIPT_=\ +NODEP_CPP_RESOURC=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" -DEP_CPP_SCRIPT_=\ - "..\..\..\scumm\actor.h"\ +DEP_CPP_RESOURC=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\scumm\smush\brenderer.h"\ - "..\..\..\scumm\smush\chunk.h"\ - "..\..\..\scumm\smush\codec1.h"\ - "..\..\..\scumm\smush\codec37.h"\ - "..\..\..\scumm\smush\codec44.h"\ - "..\..\..\scumm\smush\codec47.h"\ - "..\..\..\scumm\smush\color.h"\ - "..\..\..\scumm\smush\config.h"\ - "..\..\..\scumm\smush\decoder.h"\ - "..\..\..\scumm\smush\palette.h"\ - "..\..\..\scumm\smush\player.h"\ - "..\..\..\scumm\smush\renderer.h"\ - "..\..\..\scumm\smush\scumm_renderer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_SCRIPT_=\ - "..\..\..\scumm\common\engine.h"\ - "..\..\..\scumm\common\file.h"\ - "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scumm\imuse.h"\ - "..\..\..\scumm\scumm\sound.h"\ - "..\..\..\scumm\scummsys.h"\ - "..\..\..\scumm\smush\common\rect.h"\ - "..\..\..\scumm\smush\common\util.h"\ - "..\..\..\scumm\sound\mididrv.h"\ - "..\..\..\scumm\stdafx.h"\ +NODEP_CPP_RESOURC=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" -DEP_CPP_SCRIPT_=\ - "..\..\..\scumm\actor.h"\ +DEP_CPP_RESOURC=\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\scumm.h"\ + +NODEP_CPP_RESOURC=\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\str.h"\ + "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\stdafx.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Debug" + +DEP_CPP_RESOURC=\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\scumm.h"\ + +NODEP_CPP_RESOURC=\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\str.h"\ + "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\stdafx.h"\ + + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\scumm\resource_v4.cpp + +!IF "$(CFG)" == "scumm - Win32 (WCE MIPS) Release" + +DEP_CPP_RESOURCE=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\scumm.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_RESOURCE=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" + +DEP_CPP_RESOURCE=\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\scumm.h"\ + +NODEP_CPP_RESOURCE=\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\str.h"\ + "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\stdafx.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Release" + +DEP_CPP_RESOURCE=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\scumm.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_RESOURCE=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" + +DEP_CPP_RESOURCE=\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\scumm.h"\ + +NODEP_CPP_RESOURCE=\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\str.h"\ + "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\stdafx.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Release" + +DEP_CPP_RESOURCE=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\scumm.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + +NODEP_CPP_RESOURCE=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" + +DEP_CPP_RESOURCE=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\scumm.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_RESOURCE=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" + +DEP_CPP_RESOURCE=\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\scumm.h"\ + +NODEP_CPP_RESOURCE=\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\str.h"\ + "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\stdafx.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Debug" + +DEP_CPP_RESOURCE=\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\scumm.h"\ + +NODEP_CPP_RESOURCE=\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\str.h"\ + "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\stdafx.h"\ + + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\scumm\saveload.cpp + +!IF "$(CFG)" == "scumm - Win32 (WCE MIPS) Release" + +DEP_CPP_SAVEL=\ + "..\..\..\common\config-file.h"\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\saveload.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_SAVEL=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" + +DEP_CPP_SAVEL=\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\saveload.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + +NODEP_CPP_SAVEL=\ + "..\..\..\scumm\common\config-file.h"\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ + "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\sound\mididrv.h"\ + "..\..\..\scumm\sound\mixer.h"\ + "..\..\..\scumm\stdafx.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Release" + +DEP_CPP_SAVEL=\ + "..\..\..\common\config-file.h"\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\saveload.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_SAVEL=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" + +DEP_CPP_SAVEL=\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\saveload.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + +NODEP_CPP_SAVEL=\ + "..\..\..\scumm\common\config-file.h"\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ + "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\sound\mididrv.h"\ + "..\..\..\scumm\sound\mixer.h"\ + "..\..\..\scumm\stdafx.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Release" + +DEP_CPP_SAVEL=\ + "..\..\..\common\config-file.h"\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\saveload.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + +NODEP_CPP_SAVEL=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" + +DEP_CPP_SAVEL=\ + "..\..\..\common\config-file.h"\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\saveload.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_SAVEL=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" + +DEP_CPP_SAVEL=\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\saveload.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + +NODEP_CPP_SAVEL=\ + "..\..\..\scumm\common\config-file.h"\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ + "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\sound\mididrv.h"\ + "..\..\..\scumm\sound\mixer.h"\ + "..\..\..\scumm\stdafx.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Debug" + +DEP_CPP_SAVEL=\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\saveload.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + +NODEP_CPP_SAVEL=\ + "..\..\..\scumm\common\config-file.h"\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ + "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\sound\mididrv.h"\ + "..\..\..\scumm\sound\mixer.h"\ + "..\..\..\scumm\stdafx.h"\ + + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\scumm\saveload.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\scumm\script.cpp + +!IF "$(CFG)" == "scumm - Win32 (WCE MIPS) Release" + +DEP_CPP_SCRIP=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\scumm.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_SCRIP=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" + +DEP_CPP_SCRIP=\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\scumm.h"\ + +NODEP_CPP_SCRIP=\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ + "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\stdafx.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Release" + +DEP_CPP_SCRIP=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\scumm.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_SCRIP=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" + +DEP_CPP_SCRIP=\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\scumm.h"\ + +NODEP_CPP_SCRIP=\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ + "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\stdafx.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Release" + +DEP_CPP_SCRIP=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\scumm.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + +NODEP_CPP_SCRIP=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" + +DEP_CPP_SCRIP=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\scumm.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_SCRIP=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" + +DEP_CPP_SCRIP=\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\scumm.h"\ + +NODEP_CPP_SCRIP=\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ + "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\stdafx.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Debug" + +DEP_CPP_SCRIP=\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\scumm.h"\ + +NODEP_CPP_SCRIP=\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ + "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\stdafx.h"\ + + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\scumm\script_v5.cpp + +!IF "$(CFG)" == "scumm - Win32 (WCE MIPS) Release" + +DEP_CPP_SCRIPT=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_SCRIPT=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" + +DEP_CPP_SCRIPT=\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + +NODEP_CPP_SCRIPT=\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ + "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\sound\mixer.h"\ + "..\..\..\scumm\stdafx.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Release" + +DEP_CPP_SCRIPT=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_SCRIPT=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" + +DEP_CPP_SCRIPT=\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + +NODEP_CPP_SCRIPT=\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ + "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\sound\mixer.h"\ + "..\..\..\scumm\stdafx.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Release" + +DEP_CPP_SCRIPT=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + +NODEP_CPP_SCRIPT=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" + +DEP_CPP_SCRIPT=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_SCRIPT=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" + +DEP_CPP_SCRIPT=\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + +NODEP_CPP_SCRIPT=\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ + "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\sound\mixer.h"\ + "..\..\..\scumm\stdafx.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Debug" + +DEP_CPP_SCRIPT=\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + +NODEP_CPP_SCRIPT=\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ + "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\sound\mixer.h"\ + "..\..\..\scumm\stdafx.h"\ + + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\scumm\script_v6.cpp + +!IF "$(CFG)" == "scumm - Win32 (WCE MIPS) Release" + +DEP_CPP_SCRIPT_=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\rect.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\widget.h"\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\smush\brenderer.h"\ + "..\..\..\scumm\smush\chunk.h"\ + "..\..\..\scumm\smush\codec1.h"\ + "..\..\..\scumm\smush\codec37.h"\ + "..\..\..\scumm\smush\codec44.h"\ + "..\..\..\scumm\smush\codec47.h"\ + "..\..\..\scumm\smush\color.h"\ + "..\..\..\scumm\smush\config.h"\ + "..\..\..\scumm\smush\decoder.h"\ + "..\..\..\scumm\smush\palette.h"\ + "..\..\..\scumm\smush\player.h"\ + "..\..\..\scumm\smush\renderer.h"\ + "..\..\..\scumm\smush\scumm_renderer.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_SCRIPT_=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" + +DEP_CPP_SCRIPT_=\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\smush\brenderer.h"\ + "..\..\..\scumm\smush\chunk.h"\ + "..\..\..\scumm\smush\codec1.h"\ + "..\..\..\scumm\smush\codec37.h"\ + "..\..\..\scumm\smush\codec44.h"\ + "..\..\..\scumm\smush\codec47.h"\ + "..\..\..\scumm\smush\color.h"\ + "..\..\..\scumm\smush\config.h"\ + "..\..\..\scumm\smush\decoder.h"\ + "..\..\..\scumm\smush\palette.h"\ + "..\..\..\scumm\smush\player.h"\ + "..\..\..\scumm\smush\renderer.h"\ + "..\..\..\scumm\smush\scumm_renderer.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + +NODEP_CPP_SCRIPT_=\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ + "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\gui\dialog.h"\ + "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\smush\common\rect.h"\ + "..\..\..\scumm\smush\common\util.h"\ + "..\..\..\scumm\sound\mididrv.h"\ + "..\..\..\scumm\sound\mixer.h"\ + "..\..\..\scumm\stdafx.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Release" + +DEP_CPP_SCRIPT_=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\rect.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\widget.h"\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\smush\brenderer.h"\ + "..\..\..\scumm\smush\chunk.h"\ + "..\..\..\scumm\smush\codec1.h"\ + "..\..\..\scumm\smush\codec37.h"\ + "..\..\..\scumm\smush\codec44.h"\ + "..\..\..\scumm\smush\codec47.h"\ + "..\..\..\scumm\smush\color.h"\ + "..\..\..\scumm\smush\config.h"\ + "..\..\..\scumm\smush\decoder.h"\ + "..\..\..\scumm\smush\palette.h"\ + "..\..\..\scumm\smush\player.h"\ + "..\..\..\scumm\smush\renderer.h"\ + "..\..\..\scumm\smush\scumm_renderer.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_SCRIPT_=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" + +DEP_CPP_SCRIPT_=\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\smush\brenderer.h"\ + "..\..\..\scumm\smush\chunk.h"\ + "..\..\..\scumm\smush\codec1.h"\ + "..\..\..\scumm\smush\codec37.h"\ + "..\..\..\scumm\smush\codec44.h"\ + "..\..\..\scumm\smush\codec47.h"\ + "..\..\..\scumm\smush\color.h"\ + "..\..\..\scumm\smush\config.h"\ + "..\..\..\scumm\smush\decoder.h"\ + "..\..\..\scumm\smush\palette.h"\ + "..\..\..\scumm\smush\player.h"\ + "..\..\..\scumm\smush\renderer.h"\ + "..\..\..\scumm\smush\scumm_renderer.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + +NODEP_CPP_SCRIPT_=\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ + "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\gui\dialog.h"\ + "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\smush\common\rect.h"\ + "..\..\..\scumm\smush\common\util.h"\ + "..\..\..\scumm\sound\mididrv.h"\ + "..\..\..\scumm\sound\mixer.h"\ + "..\..\..\scumm\stdafx.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Release" + +DEP_CPP_SCRIPT_=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\rect.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\widget.h"\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\smush\brenderer.h"\ + "..\..\..\scumm\smush\chunk.h"\ + "..\..\..\scumm\smush\codec1.h"\ + "..\..\..\scumm\smush\codec37.h"\ + "..\..\..\scumm\smush\codec44.h"\ + "..\..\..\scumm\smush\codec47.h"\ + "..\..\..\scumm\smush\color.h"\ + "..\..\..\scumm\smush\config.h"\ + "..\..\..\scumm\smush\decoder.h"\ + "..\..\..\scumm\smush\palette.h"\ + "..\..\..\scumm\smush\player.h"\ + "..\..\..\scumm\smush\renderer.h"\ + "..\..\..\scumm\smush\scumm_renderer.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + +NODEP_CPP_SCRIPT_=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" + +DEP_CPP_SCRIPT_=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\rect.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\widget.h"\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\smush\brenderer.h"\ + "..\..\..\scumm\smush\chunk.h"\ + "..\..\..\scumm\smush\codec1.h"\ + "..\..\..\scumm\smush\codec37.h"\ + "..\..\..\scumm\smush\codec44.h"\ + "..\..\..\scumm\smush\codec47.h"\ + "..\..\..\scumm\smush\color.h"\ + "..\..\..\scumm\smush\config.h"\ + "..\..\..\scumm\smush\decoder.h"\ + "..\..\..\scumm\smush\palette.h"\ + "..\..\..\scumm\smush\player.h"\ + "..\..\..\scumm\smush\renderer.h"\ + "..\..\..\scumm\smush\scumm_renderer.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_SCRIPT_=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" + +DEP_CPP_SCRIPT_=\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\smush\brenderer.h"\ + "..\..\..\scumm\smush\chunk.h"\ + "..\..\..\scumm\smush\codec1.h"\ + "..\..\..\scumm\smush\codec37.h"\ + "..\..\..\scumm\smush\codec44.h"\ + "..\..\..\scumm\smush\codec47.h"\ + "..\..\..\scumm\smush\color.h"\ + "..\..\..\scumm\smush\config.h"\ + "..\..\..\scumm\smush\decoder.h"\ + "..\..\..\scumm\smush\palette.h"\ + "..\..\..\scumm\smush\player.h"\ + "..\..\..\scumm\smush\renderer.h"\ + "..\..\..\scumm\smush\scumm_renderer.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + +NODEP_CPP_SCRIPT_=\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ + "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\gui\dialog.h"\ + "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\smush\common\rect.h"\ + "..\..\..\scumm\smush\common\util.h"\ + "..\..\..\scumm\sound\mididrv.h"\ + "..\..\..\scumm\sound\mixer.h"\ + "..\..\..\scumm\stdafx.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Debug" + +DEP_CPP_SCRIPT_=\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\smush\brenderer.h"\ + "..\..\..\scumm\smush\chunk.h"\ + "..\..\..\scumm\smush\codec1.h"\ + "..\..\..\scumm\smush\codec37.h"\ + "..\..\..\scumm\smush\codec44.h"\ + "..\..\..\scumm\smush\codec47.h"\ + "..\..\..\scumm\smush\color.h"\ + "..\..\..\scumm\smush\config.h"\ + "..\..\..\scumm\smush\decoder.h"\ + "..\..\..\scumm\smush\palette.h"\ + "..\..\..\scumm\smush\player.h"\ + "..\..\..\scumm\smush\renderer.h"\ + "..\..\..\scumm\smush\scumm_renderer.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + +NODEP_CPP_SCRIPT_=\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ + "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\gui\dialog.h"\ + "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\smush\common\rect.h"\ + "..\..\..\scumm\smush\common\util.h"\ + "..\..\..\scumm\sound\mididrv.h"\ + "..\..\..\scumm\sound\mixer.h"\ + "..\..\..\scumm\stdafx.h"\ + + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\scumm\script_v8.cpp + +!IF "$(CFG)" == "scumm - Win32 (WCE MIPS) Release" + +DEP_CPP_SCRIPT_V=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\rect.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\smush\brenderer.h"\ + "..\..\..\scumm\smush\chunk.h"\ + "..\..\..\scumm\smush\codec1.h"\ + "..\..\..\scumm\smush\codec37.h"\ + "..\..\..\scumm\smush\codec44.h"\ + "..\..\..\scumm\smush\codec47.h"\ + "..\..\..\scumm\smush\color.h"\ + "..\..\..\scumm\smush\config.h"\ + "..\..\..\scumm\smush\decoder.h"\ + "..\..\..\scumm\smush\palette.h"\ + "..\..\..\scumm\smush\player.h"\ + "..\..\..\scumm\smush\renderer.h"\ + "..\..\..\scumm\smush\scumm_renderer.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_SCRIPT_V=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" + +DEP_CPP_SCRIPT_V=\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\smush\brenderer.h"\ + "..\..\..\scumm\smush\chunk.h"\ + "..\..\..\scumm\smush\codec1.h"\ + "..\..\..\scumm\smush\codec37.h"\ + "..\..\..\scumm\smush\codec44.h"\ + "..\..\..\scumm\smush\codec47.h"\ + "..\..\..\scumm\smush\color.h"\ + "..\..\..\scumm\smush\config.h"\ + "..\..\..\scumm\smush\decoder.h"\ + "..\..\..\scumm\smush\palette.h"\ + "..\..\..\scumm\smush\player.h"\ + "..\..\..\scumm\smush\renderer.h"\ + "..\..\..\scumm\smush\scumm_renderer.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + +NODEP_CPP_SCRIPT_V=\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ + "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\smush\common\rect.h"\ + "..\..\..\scumm\smush\common\util.h"\ + "..\..\..\scumm\sound\mixer.h"\ + "..\..\..\scumm\stdafx.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Release" + +DEP_CPP_SCRIPT_V=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\rect.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\smush\brenderer.h"\ + "..\..\..\scumm\smush\chunk.h"\ + "..\..\..\scumm\smush\codec1.h"\ + "..\..\..\scumm\smush\codec37.h"\ + "..\..\..\scumm\smush\codec44.h"\ + "..\..\..\scumm\smush\codec47.h"\ + "..\..\..\scumm\smush\color.h"\ + "..\..\..\scumm\smush\config.h"\ + "..\..\..\scumm\smush\decoder.h"\ + "..\..\..\scumm\smush\palette.h"\ + "..\..\..\scumm\smush\player.h"\ + "..\..\..\scumm\smush\renderer.h"\ + "..\..\..\scumm\smush\scumm_renderer.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_SCRIPT_V=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" + +DEP_CPP_SCRIPT_V=\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\smush\brenderer.h"\ + "..\..\..\scumm\smush\chunk.h"\ + "..\..\..\scumm\smush\codec1.h"\ + "..\..\..\scumm\smush\codec37.h"\ + "..\..\..\scumm\smush\codec44.h"\ + "..\..\..\scumm\smush\codec47.h"\ + "..\..\..\scumm\smush\color.h"\ + "..\..\..\scumm\smush\config.h"\ + "..\..\..\scumm\smush\decoder.h"\ + "..\..\..\scumm\smush\palette.h"\ + "..\..\..\scumm\smush\player.h"\ + "..\..\..\scumm\smush\renderer.h"\ + "..\..\..\scumm\smush\scumm_renderer.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + +NODEP_CPP_SCRIPT_V=\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ + "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\smush\common\rect.h"\ + "..\..\..\scumm\smush\common\util.h"\ + "..\..\..\scumm\sound\mixer.h"\ + "..\..\..\scumm\stdafx.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Release" + +DEP_CPP_SCRIPT_V=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\rect.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\smush\brenderer.h"\ + "..\..\..\scumm\smush\chunk.h"\ + "..\..\..\scumm\smush\codec1.h"\ + "..\..\..\scumm\smush\codec37.h"\ + "..\..\..\scumm\smush\codec44.h"\ + "..\..\..\scumm\smush\codec47.h"\ + "..\..\..\scumm\smush\color.h"\ + "..\..\..\scumm\smush\config.h"\ + "..\..\..\scumm\smush\decoder.h"\ + "..\..\..\scumm\smush\palette.h"\ + "..\..\..\scumm\smush\player.h"\ + "..\..\..\scumm\smush\renderer.h"\ + "..\..\..\scumm\smush\scumm_renderer.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + +NODEP_CPP_SCRIPT_V=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" + +DEP_CPP_SCRIPT_V=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\rect.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\smush\brenderer.h"\ + "..\..\..\scumm\smush\chunk.h"\ + "..\..\..\scumm\smush\codec1.h"\ + "..\..\..\scumm\smush\codec37.h"\ + "..\..\..\scumm\smush\codec44.h"\ + "..\..\..\scumm\smush\codec47.h"\ + "..\..\..\scumm\smush\color.h"\ + "..\..\..\scumm\smush\config.h"\ + "..\..\..\scumm\smush\decoder.h"\ + "..\..\..\scumm\smush\palette.h"\ + "..\..\..\scumm\smush\player.h"\ + "..\..\..\scumm\smush\renderer.h"\ + "..\..\..\scumm\smush\scumm_renderer.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_SCRIPT_V=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" + +DEP_CPP_SCRIPT_V=\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\smush\brenderer.h"\ + "..\..\..\scumm\smush\chunk.h"\ + "..\..\..\scumm\smush\codec1.h"\ + "..\..\..\scumm\smush\codec37.h"\ + "..\..\..\scumm\smush\codec44.h"\ + "..\..\..\scumm\smush\codec47.h"\ + "..\..\..\scumm\smush\color.h"\ + "..\..\..\scumm\smush\config.h"\ + "..\..\..\scumm\smush\decoder.h"\ + "..\..\..\scumm\smush\palette.h"\ + "..\..\..\scumm\smush\player.h"\ + "..\..\..\scumm\smush\renderer.h"\ + "..\..\..\scumm\smush\scumm_renderer.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + +NODEP_CPP_SCRIPT_V=\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ + "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\smush\common\rect.h"\ + "..\..\..\scumm\smush\common\util.h"\ + "..\..\..\scumm\sound\mixer.h"\ + "..\..\..\scumm\stdafx.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Debug" + +DEP_CPP_SCRIPT_V=\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ "..\..\..\scumm\scumm.h"\ "..\..\..\scumm\smush\brenderer.h"\ "..\..\..\scumm\smush\chunk.h"\ @@ -5468,51 +8273,383 @@ DEP_CPP_SCRIPT_=\ "..\..\..\scumm\smush\player.h"\ "..\..\..\scumm\smush\renderer.h"\ "..\..\..\scumm\smush\scumm_renderer.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + +NODEP_CPP_SCRIPT_V=\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ + "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\smush\common\rect.h"\ + "..\..\..\scumm\smush\common\util.h"\ + "..\..\..\scumm\sound\mixer.h"\ + "..\..\..\scumm\stdafx.h"\ + + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\scumm\scumm.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\scumm\scummvm.cpp + +!IF "$(CFG)" == "scumm - Win32 (WCE MIPS) Release" + +DEP_CPP_SCUMMV=\ + "..\..\..\common\config-file.h"\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\gui\console.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\message.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\bundle.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\debugger.h"\ + "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\object.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_SCUMMV=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" + +DEP_CPP_SCUMMV=\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\bundle.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\debugger.h"\ + "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\object.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ -NODEP_CPP_SCRIPT_=\ +NODEP_CPP_SCUMMV=\ + "..\..\..\scumm\common\config-file.h"\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scumm\imuse.h"\ - "..\..\..\scumm\scumm\sound.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\file.h"\ + "..\..\..\scumm\gui\console.h"\ + "..\..\..\scumm\gui\dialog.h"\ + "..\..\..\scumm\gui\message.h"\ + "..\..\..\scumm\gui\newgui.h"\ + "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\sound\mididrv.h"\ + "..\..\..\scumm\sound\mixer.h"\ + "..\..\..\scumm\stdafx.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Release" + +DEP_CPP_SCUMMV=\ + "..\..\..\common\config-file.h"\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\gui\console.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\message.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\bundle.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\debugger.h"\ + "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\object.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_SCUMMV=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" + +DEP_CPP_SCUMMV=\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\bundle.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\debugger.h"\ + "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\object.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + +NODEP_CPP_SCUMMV=\ + "..\..\..\scumm\common\config-file.h"\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ + "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\file.h"\ + "..\..\..\scumm\gui\console.h"\ + "..\..\..\scumm\gui\dialog.h"\ + "..\..\..\scumm\gui\message.h"\ + "..\..\..\scumm\gui\newgui.h"\ + "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\sound\mididrv.h"\ + "..\..\..\scumm\sound\mixer.h"\ + "..\..\..\scumm\stdafx.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Release" + +DEP_CPP_SCUMMV=\ + "..\..\..\common\config-file.h"\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\gui\console.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\message.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\bundle.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\debugger.h"\ + "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\object.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + +NODEP_CPP_SCUMMV=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" + +DEP_CPP_SCUMMV=\ + "..\..\..\common\config-file.h"\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\gui\console.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\message.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\bundle.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\debugger.h"\ + "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\object.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_SCUMMV=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + + +!ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" + +DEP_CPP_SCUMMV=\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\bundle.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\debugger.h"\ + "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\object.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + +NODEP_CPP_SCUMMV=\ + "..\..\..\scumm\common\config-file.h"\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ + "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\file.h"\ + "..\..\..\scumm\gui\console.h"\ + "..\..\..\scumm\gui\dialog.h"\ + "..\..\..\scumm\gui\message.h"\ + "..\..\..\scumm\gui\newgui.h"\ "..\..\..\scumm\scummsys.h"\ - "..\..\..\scumm\smush\common\rect.h"\ - "..\..\..\scumm\smush\common\util.h"\ "..\..\..\scumm\sound\mididrv.h"\ + "..\..\..\scumm\sound\mixer.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Debug" -DEP_CPP_SCRIPT_=\ +DEP_CPP_SCUMMV=\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\bundle.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\debugger.h"\ + "..\..\..\scumm\dialogs.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ + "..\..\..\scumm\intern.h"\ + "..\..\..\scumm\object.h"\ + "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\scumm\smush\brenderer.h"\ - "..\..\..\scumm\smush\chunk.h"\ - "..\..\..\scumm\smush\codec1.h"\ - "..\..\..\scumm\smush\codec37.h"\ - "..\..\..\scumm\smush\codec44.h"\ - "..\..\..\scumm\smush\codec47.h"\ - "..\..\..\scumm\smush\color.h"\ - "..\..\..\scumm\smush\config.h"\ - "..\..\..\scumm\smush\decoder.h"\ - "..\..\..\scumm\smush\palette.h"\ - "..\..\..\scumm\smush\player.h"\ - "..\..\..\scumm\smush\renderer.h"\ - "..\..\..\scumm\smush\scumm_renderer.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ -NODEP_CPP_SCRIPT_=\ +NODEP_CPP_SCUMMV=\ + "..\..\..\scumm\common\config-file.h"\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scumm\imuse.h"\ - "..\..\..\scumm\scumm\sound.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\file.h"\ + "..\..\..\scumm\gui\console.h"\ + "..\..\..\scumm\gui\dialog.h"\ + "..\..\..\scumm\gui\message.h"\ + "..\..\..\scumm\gui\newgui.h"\ "..\..\..\scumm\scummsys.h"\ - "..\..\..\scumm\smush\common\rect.h"\ - "..\..\..\scumm\smush\common\util.h"\ "..\..\..\scumm\sound\mididrv.h"\ + "..\..\..\scumm\sound\mixer.h"\ "..\..\..\scumm\stdafx.h"\ @@ -5521,76 +8658,67 @@ NODEP_CPP_SCRIPT_=\ # End Source File # Begin Source File -SOURCE=..\..\..\scumm\scumm.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\scumm\scummvm.cpp +SOURCE=..\..\..\scumm\sound.cpp !IF "$(CFG)" == "scumm - Win32 (WCE MIPS) Release" -DEP_CPP_SCUMMV=\ +DEP_CPP_SOUND=\ + "..\..\..\common\config-file.h"\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ - "..\..\..\gui\dialog.h"\ - "..\..\..\gui\message.h"\ - "..\..\..\gui\newgui.h"\ - "..\..\..\gui\widget.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\bundle.h"\ - "..\..\..\scumm\debug.h"\ - "..\..\..\scumm\dialogs.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\imuse.h"\ - "..\..\..\scumm\object.h"\ - "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\imuse_digi.h"\ "..\..\..\scumm\scumm.h"\ "..\..\..\scumm\sound.h"\ "..\..\..\sound\mididrv.h"\ "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_SCUMMV=\ +NODEP_CPP_SOUND=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - "..\..\..\gui\gui.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" -DEP_CPP_SCUMMV=\ +DEP_CPP_SOUND=\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\debug.h"\ - "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\bundle.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\object.h"\ - "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ -NODEP_CPP_SCUMMV=\ +NODEP_CPP_SOUND=\ + "..\..\..\scumm\common\config-file.h"\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\gameDetector.h"\ - "..\..\..\scumm\gui\dialog.h"\ - "..\..\..\scumm\gui\gui.h"\ - "..\..\..\scumm\gui\message.h"\ - "..\..\..\scumm\gui\newgui.h"\ - "..\..\..\scumm\scumm\bundle.h"\ - "..\..\..\scumm\scumm\imuse.h"\ - "..\..\..\scumm\scumm\sound.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\file.h"\ "..\..\..\scumm\scummsys.h"\ "..\..\..\scumm\sound\mididrv.h"\ "..\..\..\scumm\sound\mixer.h"\ @@ -5599,68 +8727,63 @@ NODEP_CPP_SCUMMV=\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Release" -DEP_CPP_SCUMMV=\ +DEP_CPP_SOUND=\ + "..\..\..\common\config-file.h"\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ - "..\..\..\gui\dialog.h"\ - "..\..\..\gui\message.h"\ - "..\..\..\gui\newgui.h"\ - "..\..\..\gui\widget.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\bundle.h"\ - "..\..\..\scumm\debug.h"\ - "..\..\..\scumm\dialogs.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\imuse.h"\ - "..\..\..\scumm\object.h"\ - "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\imuse_digi.h"\ "..\..\..\scumm\scumm.h"\ "..\..\..\scumm\sound.h"\ "..\..\..\sound\mididrv.h"\ "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_SCUMMV=\ +NODEP_CPP_SOUND=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - "..\..\..\gui\gui.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" -DEP_CPP_SCUMMV=\ +DEP_CPP_SOUND=\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\debug.h"\ - "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\bundle.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\object.h"\ - "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ -NODEP_CPP_SCUMMV=\ +NODEP_CPP_SOUND=\ + "..\..\..\scumm\common\config-file.h"\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\gameDetector.h"\ - "..\..\..\scumm\gui\dialog.h"\ - "..\..\..\scumm\gui\gui.h"\ - "..\..\..\scumm\gui\message.h"\ - "..\..\..\scumm\gui\newgui.h"\ - "..\..\..\scumm\scumm\bundle.h"\ - "..\..\..\scumm\scumm\imuse.h"\ - "..\..\..\scumm\scumm\sound.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\file.h"\ "..\..\..\scumm\scummsys.h"\ "..\..\..\scumm\sound\mididrv.h"\ "..\..\..\scumm\sound\mixer.h"\ @@ -5669,99 +8792,97 @@ NODEP_CPP_SCUMMV=\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Release" -DEP_CPP_SCUMMV=\ +DEP_CPP_SOUND=\ + "..\..\..\common\config-file.h"\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ - "..\..\..\gui\dialog.h"\ - "..\..\..\gui\message.h"\ - "..\..\..\gui\newgui.h"\ - "..\..\..\gui\widget.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\bundle.h"\ - "..\..\..\scumm\debug.h"\ - "..\..\..\scumm\dialogs.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\imuse.h"\ - "..\..\..\scumm\object.h"\ - "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\imuse_digi.h"\ "..\..\..\scumm\scumm.h"\ "..\..\..\scumm\sound.h"\ "..\..\..\sound\mididrv.h"\ "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"mad.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_SCUMMV=\ +NODEP_CPP_SOUND=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" -DEP_CPP_SCUMMV=\ +DEP_CPP_SOUND=\ + "..\..\..\common\config-file.h"\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\debug.h"\ - "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\bundle.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\object.h"\ - "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_SCUMMV=\ - "..\..\..\scumm\common\engine.h"\ - "..\..\..\scumm\common\file.h"\ - "..\..\..\scumm\common\str.h"\ - "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\gameDetector.h"\ - "..\..\..\scumm\gui\dialog.h"\ - "..\..\..\scumm\gui\gui.h"\ - "..\..\..\scumm\gui\message.h"\ - "..\..\..\scumm\gui\newgui.h"\ - "..\..\..\scumm\scumm\bundle.h"\ - "..\..\..\scumm\scumm\imuse.h"\ - "..\..\..\scumm\scumm\sound.h"\ - "..\..\..\scumm\scummsys.h"\ - "..\..\..\scumm\sound\mididrv.h"\ - "..\..\..\scumm\sound\mixer.h"\ - "..\..\..\scumm\stdafx.h"\ +NODEP_CPP_SOUND=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" -DEP_CPP_SCUMMV=\ +DEP_CPP_SOUND=\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\debug.h"\ - "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\bundle.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\object.h"\ - "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ -NODEP_CPP_SCUMMV=\ +NODEP_CPP_SOUND=\ + "..\..\..\scumm\common\config-file.h"\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\gameDetector.h"\ - "..\..\..\scumm\gui\dialog.h"\ - "..\..\..\scumm\gui\gui.h"\ - "..\..\..\scumm\gui\message.h"\ - "..\..\..\scumm\gui\newgui.h"\ - "..\..\..\scumm\scumm\bundle.h"\ - "..\..\..\scumm\scumm\imuse.h"\ - "..\..\..\scumm\scumm\sound.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\file.h"\ "..\..\..\scumm\scummsys.h"\ "..\..\..\scumm\sound\mididrv.h"\ "..\..\..\scumm\sound\mixer.h"\ @@ -5770,29 +8891,27 @@ NODEP_CPP_SCUMMV=\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Debug" -DEP_CPP_SCUMMV=\ +DEP_CPP_SOUND=\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\debug.h"\ - "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\bundle.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\object.h"\ - "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ -NODEP_CPP_SCUMMV=\ +NODEP_CPP_SOUND=\ + "..\..\..\scumm\common\config-file.h"\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\gameDetector.h"\ - "..\..\..\scumm\gui\dialog.h"\ - "..\..\..\scumm\gui\gui.h"\ - "..\..\..\scumm\gui\message.h"\ - "..\..\..\scumm\gui\newgui.h"\ - "..\..\..\scumm\scumm\bundle.h"\ - "..\..\..\scumm\scumm\imuse.h"\ - "..\..\..\scumm\scumm\sound.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\file.h"\ "..\..\..\scumm\scummsys.h"\ "..\..\..\scumm\sound\mididrv.h"\ "..\..\..\scumm\sound\mixer.h"\ @@ -5804,222 +8923,255 @@ NODEP_CPP_SCUMMV=\ # End Source File # Begin Source File -SOURCE=..\..\..\scumm\sound.cpp +SOURCE=..\..\..\scumm\sound.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\scumm\string.cpp !IF "$(CFG)" == "scumm - Win32 (WCE MIPS) Release" -DEP_CPP_SOUND=\ - "..\..\..\common\config-file.h"\ +DEP_CPP_STRIN=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\widget.h"\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\bundle.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\dialogs.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\imuse.h"\ "..\..\..\scumm\scumm.h"\ "..\..\..\scumm\sound.h"\ - "..\..\..\sound\mididrv.h"\ + "..\..\..\scumm\verbs.h"\ "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_SOUND=\ +NODEP_CPP_STRIN=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" -DEP_CPP_SOUND=\ +DEP_CPP_STRIN=\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\bundle.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\dialogs.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\imuse.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ -NODEP_CPP_SOUND=\ - "..\..\..\scumm\common\config-file.h"\ +NODEP_CPP_STRIN=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ "..\..\..\scumm\common\util.h"\ - "..\..\..\scumm\file.h"\ + "..\..\..\scumm\gui\dialog.h"\ + "..\..\..\scumm\scumm\sound.h"\ "..\..\..\scumm\scummsys.h"\ - "..\..\..\scumm\sound\mididrv.h"\ - "..\..\..\scumm\sound\mixer.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Release" -DEP_CPP_SOUND=\ - "..\..\..\common\config-file.h"\ +DEP_CPP_STRIN=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\widget.h"\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\bundle.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\dialogs.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\imuse.h"\ "..\..\..\scumm\scumm.h"\ "..\..\..\scumm\sound.h"\ - "..\..\..\sound\mididrv.h"\ + "..\..\..\scumm\verbs.h"\ "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_SOUND=\ +NODEP_CPP_STRIN=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" -DEP_CPP_SOUND=\ +DEP_CPP_STRIN=\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\bundle.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\dialogs.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\imuse.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ -NODEP_CPP_SOUND=\ - "..\..\..\scumm\common\config-file.h"\ +NODEP_CPP_STRIN=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ "..\..\..\scumm\common\util.h"\ - "..\..\..\scumm\file.h"\ + "..\..\..\scumm\gui\dialog.h"\ + "..\..\..\scumm\scumm\sound.h"\ "..\..\..\scumm\scummsys.h"\ - "..\..\..\scumm\sound\mididrv.h"\ - "..\..\..\scumm\sound\mixer.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Release" -DEP_CPP_SOUND=\ - "..\..\..\common\config-file.h"\ +DEP_CPP_STRIN=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\widget.h"\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\bundle.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\dialogs.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\imuse.h"\ "..\..\..\scumm\scumm.h"\ "..\..\..\scumm\sound.h"\ - "..\..\..\sound\mididrv.h"\ + "..\..\..\scumm\verbs.h"\ "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"mad.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_SOUND=\ +NODEP_CPP_STRIN=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" -DEP_CPP_SOUND=\ +DEP_CPP_STRIN=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\widget.h"\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\bundle.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\dialogs.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\imuse.h"\ "..\..\..\scumm\scumm.h"\ "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_SOUND=\ - "..\..\..\scumm\common\config-file.h"\ - "..\..\..\scumm\common\engine.h"\ - "..\..\..\scumm\common\file.h"\ - "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\common\util.h"\ - "..\..\..\scumm\file.h"\ - "..\..\..\scumm\scummsys.h"\ - "..\..\..\scumm\sound\mididrv.h"\ - "..\..\..\scumm\sound\mixer.h"\ - "..\..\..\scumm\stdafx.h"\ +NODEP_CPP_STRIN=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" -DEP_CPP_SOUND=\ +DEP_CPP_STRIN=\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\bundle.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\dialogs.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\imuse.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ -NODEP_CPP_SOUND=\ - "..\..\..\scumm\common\config-file.h"\ +NODEP_CPP_STRIN=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ "..\..\..\scumm\common\util.h"\ - "..\..\..\scumm\file.h"\ + "..\..\..\scumm\gui\dialog.h"\ + "..\..\..\scumm\scumm\sound.h"\ "..\..\..\scumm\scummsys.h"\ - "..\..\..\scumm\sound\mididrv.h"\ - "..\..\..\scumm\sound\mixer.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Debug" -DEP_CPP_SOUND=\ +DEP_CPP_STRIN=\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\bundle.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\dialogs.h"\ "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\imuse.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ -NODEP_CPP_SOUND=\ - "..\..\..\scumm\common\config-file.h"\ +NODEP_CPP_STRIN=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ "..\..\..\scumm\common\util.h"\ - "..\..\..\scumm\file.h"\ + "..\..\..\scumm\gui\dialog.h"\ + "..\..\..\scumm\scumm\sound.h"\ "..\..\..\scumm\scummsys.h"\ - "..\..\..\scumm\sound\mididrv.h"\ - "..\..\..\scumm\sound\mixer.h"\ "..\..\..\scumm\stdafx.h"\ @@ -6028,172 +9180,192 @@ NODEP_CPP_SOUND=\ # End Source File # Begin Source File -SOURCE=..\..\..\scumm\sound.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\scumm\string.cpp +SOURCE=..\..\..\scumm\usage_bits.cpp !IF "$(CFG)" == "scumm - Win32 (WCE MIPS) Release" -DEP_CPP_STRIN=\ +DEP_CPP_USAGE=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ - "..\..\..\scumm\actor.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\scumm\sound.h"\ - "..\..\..\sound\mixer.h"\ + "..\..\..\scumm\usage_bits.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_STRIN=\ +NODEP_CPP_USAGE=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" -DEP_CPP_STRIN=\ - "..\..\..\scumm\actor.h"\ +DEP_CPP_USAGE=\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\usage_bits.h"\ -NODEP_CPP_STRIN=\ +NODEP_CPP_USAGE=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scumm\sound.h"\ - "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Release" -DEP_CPP_STRIN=\ +DEP_CPP_USAGE=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ - "..\..\..\scumm\actor.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\scumm\sound.h"\ - "..\..\..\sound\mixer.h"\ + "..\..\..\scumm\usage_bits.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_STRIN=\ +NODEP_CPP_USAGE=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" -DEP_CPP_STRIN=\ - "..\..\..\scumm\actor.h"\ +DEP_CPP_USAGE=\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\usage_bits.h"\ -NODEP_CPP_STRIN=\ +NODEP_CPP_USAGE=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scumm\sound.h"\ - "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Release" -DEP_CPP_STRIN=\ +DEP_CPP_USAGE=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ - "..\..\..\gui\dialog.h"\ - "..\..\..\gui\widget.h"\ - "..\..\..\scumm\actor.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\dialogs.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\scumm\sound.h"\ - "..\..\..\sound\mixer.h"\ + "..\..\..\scumm\usage_bits.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"mad.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_STRIN=\ +NODEP_CPP_USAGE=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" -DEP_CPP_STRIN=\ - "..\..\..\scumm\actor.h"\ +DEP_CPP_USAGE=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\usage_bits.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_STRIN=\ - "..\..\..\scumm\common\engine.h"\ - "..\..\..\scumm\common\file.h"\ - "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scumm\sound.h"\ - "..\..\..\scumm\scummsys.h"\ - "..\..\..\scumm\stdafx.h"\ +NODEP_CPP_USAGE=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" -DEP_CPP_STRIN=\ - "..\..\..\scumm\actor.h"\ +DEP_CPP_USAGE=\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\usage_bits.h"\ -NODEP_CPP_STRIN=\ +NODEP_CPP_USAGE=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scumm\sound.h"\ - "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Debug" -DEP_CPP_STRIN=\ - "..\..\..\scumm\actor.h"\ +DEP_CPP_USAGE=\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\usage_bits.h"\ -NODEP_CPP_STRIN=\ +NODEP_CPP_USAGE=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\scumm\sound.h"\ - "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\stdafx.h"\ @@ -6202,6 +9374,10 @@ NODEP_CPP_STRIN=\ # End Source File # Begin Source File +SOURCE=..\..\..\scumm\usage_bits.h +# End Source File +# Begin Source File + SOURCE=..\..\..\scumm\vars.cpp !IF "$(CFG)" == "scumm - Win32 (WCE MIPS) Release" @@ -6209,19 +9385,27 @@ SOURCE=..\..\..\scumm\vars.cpp DEP_CPP_VARS_=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ "..\..\..\scumm\scumm.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_VARS_=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" @@ -6229,12 +9413,17 @@ NODEP_CPP_VARS_=\ DEP_CPP_VARS_=\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ "..\..\..\scumm\scumm.h"\ NODEP_CPP_VARS_=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\stdafx.h"\ @@ -6243,19 +9432,27 @@ NODEP_CPP_VARS_=\ DEP_CPP_VARS_=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ "..\..\..\scumm\scumm.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_VARS_=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" @@ -6263,12 +9460,17 @@ NODEP_CPP_VARS_=\ DEP_CPP_VARS_=\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ "..\..\..\scumm\scumm.h"\ NODEP_CPP_VARS_=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\stdafx.h"\ @@ -6277,16 +9479,22 @@ NODEP_CPP_VARS_=\ DEP_CPP_VARS_=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ "..\..\..\scumm\scumm.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_VARS_=\ "..\..\..\common\macos.h"\ @@ -6296,15 +9504,29 @@ NODEP_CPP_VARS_=\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" DEP_CPP_VARS_=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ "..\..\..\scumm\scumm.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_VARS_=\ - "..\..\..\scumm\common\engine.h"\ - "..\..\..\scumm\common\file.h"\ - "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\stdafx.h"\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" @@ -6312,12 +9534,17 @@ NODEP_CPP_VARS_=\ DEP_CPP_VARS_=\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ "..\..\..\scumm\scumm.h"\ NODEP_CPP_VARS_=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\stdafx.h"\ @@ -6326,12 +9553,17 @@ NODEP_CPP_VARS_=\ DEP_CPP_VARS_=\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\intern.h"\ "..\..\..\scumm\scumm.h"\ NODEP_CPP_VARS_=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ "..\..\..\scumm\stdafx.h"\ @@ -6347,36 +9579,53 @@ SOURCE=..\..\..\scumm\verbs.cpp DEP_CPP_VERBS=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\object.h"\ "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\verbs.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_VERBS=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE MIPS) Debug" DEP_CPP_VERBS=\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\object.h"\ "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\verbs.h"\ NODEP_CPP_VERBS=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\scummsys.h"\ "..\..\..\scumm\stdafx.h"\ @@ -6385,36 +9634,53 @@ NODEP_CPP_VERBS=\ DEP_CPP_VERBS=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\object.h"\ "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\verbs.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_VERBS=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE SH3) Debug" DEP_CPP_VERBS=\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\object.h"\ "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\verbs.h"\ NODEP_CPP_VERBS=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\scummsys.h"\ "..\..\..\scumm\stdafx.h"\ @@ -6423,18 +9689,25 @@ NODEP_CPP_VERBS=\ DEP_CPP_VERBS=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\object.h"\ "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\verbs.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_VERBS=\ "..\..\..\common\macos.h"\ @@ -6444,32 +9717,55 @@ NODEP_CPP_VERBS=\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE ARM) Debug" DEP_CPP_VERBS=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\object.h"\ "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\verbs.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_VERBS=\ - "..\..\..\scumm\common\engine.h"\ - "..\..\..\scumm\common\file.h"\ - "..\..\..\scumm\common\timer.h"\ - "..\..\..\scumm\stdafx.h"\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scumm - Win32 (WCE x86em) Release" DEP_CPP_VERBS=\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\object.h"\ "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\verbs.h"\ NODEP_CPP_VERBS=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\scummsys.h"\ "..\..\..\scumm\stdafx.h"\ @@ -6477,20 +9773,32 @@ NODEP_CPP_VERBS=\ DEP_CPP_VERBS=\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\object.h"\ "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\verbs.h"\ NODEP_CPP_VERBS=\ "..\..\..\scumm\common\engine.h"\ "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\gameDetector.h"\ + "..\..\..\scumm\common\map.h"\ + "..\..\..\scumm\common\scummsys.h"\ + "..\..\..\scumm\common\str.h"\ "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\common\util.h"\ + "..\..\..\scumm\scummsys.h"\ "..\..\..\scumm\stdafx.h"\ !ENDIF +# End Source File +# Begin Source File + +SOURCE=..\..\..\scumm\verbs.h # End Source File # End Group # End Target diff --git a/backends/wince/scummvm/scummvm.vcp b/backends/wince/scummvm/scummvm.vcp index b7169ace62..a41c59954d 100644 --- a/backends/wince/scummvm/scummvm.vcp +++ b/backends/wince/scummvm/scummvm.vcp @@ -184,6 +184,8 @@ LINK32=link.exe # PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}" # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Ignore_Export_Lib 0 +# PROP Sec_AlwaysSign 0 +# PROP Sec_ConfigureDevice 0 # PROP Target_Dir "" RSC=rc.exe # ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r @@ -201,6 +203,10 @@ BSC32=bscmake.exe LINK32=link.exe # ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM # ADD LINK32 coredll.lib mad.lib SDLAudio.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /out:"ARMRel/PocketScumm.exe" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM +# Begin Special Build Tool +SOURCE="$(InputPath)" +PostBuild_Cmds=f:\transfer\ipsm\spvprov\authenticode\signcode -v f:\transfer\ipsm\spvprov\cert\SPVcert.key -spc f:\transfer\ipsm\spvprov\cert\SPVcert.spc armrel\PocketScumm.exe +# End Special Build Tool !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" @@ -328,6 +334,7 @@ DEP_CPP_CONFI=\ "..\..\..\common\engine.h"\ "..\..\..\common\list.h"\ "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ @@ -346,15 +353,18 @@ NODEP_CPP_CONFI=\ DEP_CPP_CONFI=\ "..\..\..\common\config-file.h"\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ NODEP_CPP_CONFI=\ + "..\..\..\common\common\list.h"\ "..\..\..\common\common\map.h"\ "..\..\..\common\common\str.h"\ "..\..\..\common\common\util.h"\ "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" @@ -364,6 +374,7 @@ DEP_CPP_CONFI=\ "..\..\..\common\engine.h"\ "..\..\..\common\list.h"\ "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ @@ -382,15 +393,18 @@ NODEP_CPP_CONFI=\ DEP_CPP_CONFI=\ "..\..\..\common\config-file.h"\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ NODEP_CPP_CONFI=\ + "..\..\..\common\common\list.h"\ "..\..\..\common\common\map.h"\ "..\..\..\common\common\str.h"\ "..\..\..\common\common\util.h"\ "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" @@ -400,6 +414,7 @@ DEP_CPP_CONFI=\ "..\..\..\common\engine.h"\ "..\..\..\common\list.h"\ "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ @@ -420,6 +435,7 @@ DEP_CPP_CONFI=\ "..\..\..\common\engine.h"\ "..\..\..\common\list.h"\ "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ @@ -427,10 +443,10 @@ DEP_CPP_CONFI=\ "..\..\..\common\util.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_CONFI=\ "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" @@ -438,11 +454,13 @@ NODEP_CPP_CONFI=\ DEP_CPP_CONFI=\ "..\..\..\common\config-file.h"\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ NODEP_CPP_CONFI=\ + "..\..\..\common\common\list.h"\ "..\..\..\common\common\map.h"\ "..\..\..\common\common\str.h"\ "..\..\..\common\common\util.h"\ @@ -454,11 +472,13 @@ NODEP_CPP_CONFI=\ DEP_CPP_CONFI=\ "..\..\..\common\config-file.h"\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ NODEP_CPP_CONFI=\ + "..\..\..\common\common\list.h"\ "..\..\..\common\common\map.h"\ "..\..\..\common\common\str.h"\ "..\..\..\common\common\util.h"\ @@ -484,6 +504,7 @@ DEP_CPP_ENGIN=\ "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ @@ -507,18 +528,21 @@ DEP_CPP_ENGIN=\ "..\..\..\common\config-file.h"\ "..\..\..\common\engine.h"\ "..\..\..\common\gameDetector.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ NODEP_CPP_ENGIN=\ + "..\..\..\common\common\list.h"\ "..\..\..\common\common\map.h"\ "..\..\..\common\common\str.h"\ "..\..\..\common\common\util.h"\ "..\..\..\common\macos.h"\ - "..\..\..\common\scumm\scumm.h"\ - "..\..\..\common\simon\simon.h"\ + "..\..\..\common\morphos_timer.h"\ "..\..\..\common\sound\mixer.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" @@ -529,6 +553,7 @@ DEP_CPP_ENGIN=\ "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ @@ -552,18 +577,21 @@ DEP_CPP_ENGIN=\ "..\..\..\common\config-file.h"\ "..\..\..\common\engine.h"\ "..\..\..\common\gameDetector.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ NODEP_CPP_ENGIN=\ + "..\..\..\common\common\list.h"\ "..\..\..\common\common\map.h"\ "..\..\..\common\common\str.h"\ "..\..\..\common\common\util.h"\ "..\..\..\common\macos.h"\ - "..\..\..\common\scumm\scumm.h"\ - "..\..\..\common\simon\simon.h"\ + "..\..\..\common\morphos_timer.h"\ "..\..\..\common\sound\mixer.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" @@ -574,6 +602,7 @@ DEP_CPP_ENGIN=\ "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ @@ -599,6 +628,7 @@ DEP_CPP_ENGIN=\ "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ @@ -608,12 +638,12 @@ DEP_CPP_ENGIN=\ "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"mad.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_ENGIN=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ + ".\ad.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" @@ -622,17 +652,19 @@ DEP_CPP_ENGIN=\ "..\..\..\common\config-file.h"\ "..\..\..\common\engine.h"\ "..\..\..\common\gameDetector.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ NODEP_CPP_ENGIN=\ + "..\..\..\common\common\list.h"\ "..\..\..\common\common\map.h"\ "..\..\..\common\common\str.h"\ "..\..\..\common\common\util.h"\ "..\..\..\common\macos.h"\ - "..\..\..\common\scumm\scumm.h"\ - "..\..\..\common\simon\simon.h"\ + "..\..\..\common\morphos_timer.h"\ "..\..\..\common\sound\mixer.h"\ @@ -642,17 +674,19 @@ DEP_CPP_ENGIN=\ "..\..\..\common\config-file.h"\ "..\..\..\common\engine.h"\ "..\..\..\common\gameDetector.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ NODEP_CPP_ENGIN=\ + "..\..\..\common\common\list.h"\ "..\..\..\common\common\map.h"\ "..\..\..\common\common\str.h"\ "..\..\..\common\common\util.h"\ "..\..\..\common\macos.h"\ - "..\..\..\common\scumm\scumm.h"\ - "..\..\..\common\simon\simon.h"\ + "..\..\..\common\morphos_timer.h"\ "..\..\..\common\sound\mixer.h"\ @@ -672,6 +706,7 @@ SOURCE=..\..\..\common\file.cpp DEP_CPP_FILE_=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -688,12 +723,14 @@ NODEP_CPP_FILE_=\ DEP_CPP_FILE_=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ NODEP_CPP_FILE_=\ "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" @@ -701,6 +738,7 @@ NODEP_CPP_FILE_=\ DEP_CPP_FILE_=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -717,12 +755,14 @@ NODEP_CPP_FILE_=\ DEP_CPP_FILE_=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ NODEP_CPP_FILE_=\ "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" @@ -730,6 +770,7 @@ NODEP_CPP_FILE_=\ DEP_CPP_FILE_=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -746,15 +787,16 @@ NODEP_CPP_FILE_=\ DEP_CPP_FILE_=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_FILE_=\ "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" @@ -762,6 +804,7 @@ NODEP_CPP_FILE_=\ DEP_CPP_FILE_=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -775,6 +818,7 @@ NODEP_CPP_FILE_=\ DEP_CPP_FILE_=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -802,12 +846,14 @@ DEP_CPP_GAMED=\ "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\util.h"\ "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ "..\..\..\sound\mididrv.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ @@ -824,9 +870,9 @@ DEP_CPP_GAMED=\ NODEP_CPP_GAMED=\ "..\..\..\common\common\config-file.h"\ + "..\..\..\common\common\engine.h"\ "..\..\..\common\common\gameDetector.h"\ "..\..\..\common\scumm\imuse.h"\ - "..\..\..\common\scumm\scumm.h"\ "..\..\..\common\sound\mididrv.h"\ @@ -838,12 +884,14 @@ DEP_CPP_GAMED=\ "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\util.h"\ "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ "..\..\..\sound\mididrv.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ @@ -860,9 +908,9 @@ DEP_CPP_GAMED=\ NODEP_CPP_GAMED=\ "..\..\..\common\common\config-file.h"\ + "..\..\..\common\common\engine.h"\ "..\..\..\common\common\gameDetector.h"\ "..\..\..\common\scumm\imuse.h"\ - "..\..\..\common\scumm\scumm.h"\ "..\..\..\common\sound\mididrv.h"\ @@ -874,12 +922,14 @@ DEP_CPP_GAMED=\ "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\util.h"\ "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ "..\..\..\sound\mididrv.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ @@ -897,19 +947,21 @@ DEP_CPP_GAMED=\ "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\util.h"\ "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ "..\..\..\sound\mididrv.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_GAMED=\ "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" @@ -919,9 +971,9 @@ DEP_CPP_GAMED=\ NODEP_CPP_GAMED=\ "..\..\..\common\common\config-file.h"\ + "..\..\..\common\common\engine.h"\ "..\..\..\common\common\gameDetector.h"\ "..\..\..\common\scumm\imuse.h"\ - "..\..\..\common\scumm\scumm.h"\ "..\..\..\common\sound\mididrv.h"\ @@ -932,9 +984,9 @@ DEP_CPP_GAMED=\ NODEP_CPP_GAMED=\ "..\..\..\common\common\config-file.h"\ + "..\..\..\common\common\engine.h"\ "..\..\..\common\common\gameDetector.h"\ "..\..\..\common\scumm\imuse.h"\ - "..\..\..\common\scumm\scumm.h"\ "..\..\..\common\sound\mididrv.h"\ @@ -959,6 +1011,10 @@ SOURCE=..\..\..\common\rect.h # End Source File # Begin Source File +SOURCE=..\..\..\common\savefile.h +# End Source File +# Begin Source File + SOURCE=..\..\..\common\scaler.cpp !IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" @@ -984,6 +1040,7 @@ DEP_CPP_SCALE=\ NODEP_CPP_SCALE=\ "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" @@ -1009,6 +1066,7 @@ DEP_CPP_SCALE=\ NODEP_CPP_SCALE=\ "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" @@ -1033,10 +1091,10 @@ DEP_CPP_SCALE=\ "..\..\..\common\stdafx.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_SCALE=\ "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" @@ -1168,6 +1226,7 @@ DEP_CPP_STR_C=\ NODEP_CPP_STR_C=\ "..\..\..\common\common\list.h"\ "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" @@ -1195,6 +1254,7 @@ DEP_CPP_STR_C=\ NODEP_CPP_STR_C=\ "..\..\..\common\common\list.h"\ "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" @@ -1221,10 +1281,10 @@ DEP_CPP_STR_C=\ "..\..\..\common\str.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_STR_C=\ "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" @@ -1270,6 +1330,7 @@ SOURCE=..\..\..\common\timer.cpp DEP_CPP_TIMER=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -1287,6 +1348,7 @@ NODEP_CPP_TIMER=\ DEP_CPP_TIMER=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -1295,12 +1357,14 @@ DEP_CPP_TIMER=\ NODEP_CPP_TIMER=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" DEP_CPP_TIMER=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -1318,6 +1382,7 @@ NODEP_CPP_TIMER=\ DEP_CPP_TIMER=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -1326,12 +1391,14 @@ DEP_CPP_TIMER=\ NODEP_CPP_TIMER=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" DEP_CPP_TIMER=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -1349,23 +1416,25 @@ NODEP_CPP_TIMER=\ DEP_CPP_TIMER=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_TIMER=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" DEP_CPP_TIMER=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -1380,6 +1449,7 @@ NODEP_CPP_TIMER=\ DEP_CPP_TIMER=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -1476,6 +1546,7 @@ SOURCE=..\..\..\sound\fmopl.cpp DEP_CPP_FMOPL=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -1503,6 +1574,7 @@ NODEP_CPP_FMOPL=\ DEP_CPP_FMOPL=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -1530,6 +1602,7 @@ NODEP_CPP_FMOPL=\ DEP_CPP_FMOPL=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -1546,16 +1619,17 @@ NODEP_CPP_FMOPL=\ DEP_CPP_FMOPL=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ "..\..\..\sound\fmopl.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_FMOPL=\ "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" @@ -1595,36 +1669,30 @@ SOURCE=..\..\..\sound\mididrv.cpp DEP_CPP_MIDID=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ "..\..\..\common\util.h"\ - "..\..\..\sound\fmopl.h"\ "..\..\..\sound\mididrv.h"\ - "..\..\..\sound\mixer.h"\ + "..\..\..\sound\mpu401.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ NODEP_CPP_MIDID=\ "..\..\..\common\macos.h"\ - "..\..\..\sound\morphos_sound.h"\ - ".\ad.h"\ ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" DEP_CPP_MIDID=\ - "..\..\..\sound\fmopl.h"\ "..\..\..\sound\mididrv.h"\ - "..\..\..\sound\mixer.h"\ + "..\..\..\sound\mpu401.h"\ NODEP_CPP_MIDID=\ "..\..\..\sound\common\engine.h"\ - "..\..\..\sound\common\scummsys.h"\ - "..\..\..\sound\common\system.h"\ "..\..\..\sound\common\util.h"\ - "..\..\..\sound\morphos_sound.h"\ "..\..\..\sound\scummsys.h"\ "..\..\..\sound\stdafx.h"\ @@ -1633,36 +1701,30 @@ NODEP_CPP_MIDID=\ DEP_CPP_MIDID=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ "..\..\..\common\util.h"\ - "..\..\..\sound\fmopl.h"\ "..\..\..\sound\mididrv.h"\ - "..\..\..\sound\mixer.h"\ + "..\..\..\sound\mpu401.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ NODEP_CPP_MIDID=\ "..\..\..\common\macos.h"\ - "..\..\..\sound\morphos_sound.h"\ - ".\ad.h"\ ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" DEP_CPP_MIDID=\ - "..\..\..\sound\fmopl.h"\ "..\..\..\sound\mididrv.h"\ - "..\..\..\sound\mixer.h"\ + "..\..\..\sound\mpu401.h"\ NODEP_CPP_MIDID=\ "..\..\..\sound\common\engine.h"\ - "..\..\..\sound\common\scummsys.h"\ - "..\..\..\sound\common\system.h"\ "..\..\..\sound\common\util.h"\ - "..\..\..\sound\morphos_sound.h"\ "..\..\..\sound\scummsys.h"\ "..\..\..\sound\stdafx.h"\ @@ -1671,57 +1733,49 @@ NODEP_CPP_MIDID=\ DEP_CPP_MIDID=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ "..\..\..\common\util.h"\ - "..\..\..\sound\fmopl.h"\ "..\..\..\sound\mididrv.h"\ - "..\..\..\sound\mixer.h"\ + "..\..\..\sound\mpu401.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"mad.h"\ {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_MIDID=\ "..\..\..\common\macos.h"\ - "..\..\..\sound\morphos_sound.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" DEP_CPP_MIDID=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ "..\..\..\common\util.h"\ - "..\..\..\sound\fmopl.h"\ "..\..\..\sound\mididrv.h"\ - "..\..\..\sound\mixer.h"\ + "..\..\..\sound\mpu401.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"mad.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_MIDID=\ "..\..\..\common\macos.h"\ - "..\..\..\sound\morphos_sound.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" DEP_CPP_MIDID=\ - "..\..\..\sound\fmopl.h"\ "..\..\..\sound\mididrv.h"\ - "..\..\..\sound\mixer.h"\ + "..\..\..\sound\mpu401.h"\ NODEP_CPP_MIDID=\ "..\..\..\sound\common\engine.h"\ - "..\..\..\sound\common\scummsys.h"\ - "..\..\..\sound\common\system.h"\ "..\..\..\sound\common\util.h"\ - "..\..\..\sound\morphos_sound.h"\ "..\..\..\sound\scummsys.h"\ "..\..\..\sound\stdafx.h"\ @@ -1729,16 +1783,12 @@ NODEP_CPP_MIDID=\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" DEP_CPP_MIDID=\ - "..\..\..\sound\fmopl.h"\ "..\..\..\sound\mididrv.h"\ - "..\..\..\sound\mixer.h"\ + "..\..\..\sound\mpu401.h"\ NODEP_CPP_MIDID=\ "..\..\..\sound\common\engine.h"\ - "..\..\..\sound\common\scummsys.h"\ - "..\..\..\sound\common\system.h"\ "..\..\..\sound\common\util.h"\ - "..\..\..\sound\morphos_sound.h"\ "..\..\..\sound\scummsys.h"\ "..\..\..\sound\stdafx.h"\ @@ -1761,10 +1811,10 @@ DEP_CPP_MIDIS=\ "..\..\..\common\util.h"\ "..\..\..\sound\mididrv.h"\ "..\..\..\sound\midistreamer.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_MIDIS=\ "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" @@ -1785,10 +1835,10 @@ DEP_CPP_MIDIS=\ "..\..\..\common\util.h"\ "..\..\..\sound\mididrv.h"\ "..\..\..\sound\midistreamer.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_MIDIS=\ "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" @@ -1822,10 +1872,10 @@ DEP_CPP_MIDIS=\ "..\..\..\common\util.h"\ "..\..\..\sound\mididrv.h"\ "..\..\..\sound\midistreamer.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_MIDIS=\ "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" @@ -1866,6 +1916,7 @@ SOURCE=..\..\..\sound\mixer.cpp DEP_CPP_MIXER=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -1890,6 +1941,7 @@ NODEP_CPP_MIXER=\ "..\..\..\sound\common\scummsys.h"\ "..\..\..\sound\common\system.h"\ "..\..\..\sound\stdafx.h"\ + ".\ad.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" @@ -1897,6 +1949,7 @@ NODEP_CPP_MIXER=\ DEP_CPP_MIXER=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -1921,6 +1974,7 @@ NODEP_CPP_MIXER=\ "..\..\..\sound\common\scummsys.h"\ "..\..\..\sound\common\system.h"\ "..\..\..\sound\stdafx.h"\ + ".\ad.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" @@ -1928,6 +1982,7 @@ NODEP_CPP_MIXER=\ DEP_CPP_MIXER=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -1946,17 +2001,18 @@ NODEP_CPP_MIXER=\ DEP_CPP_MIXER=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"mad.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_MIXER=\ "..\..\..\common\macos.h"\ + ".\ad.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" @@ -1992,6 +2048,145 @@ NODEP_CPP_MIXER=\ SOURCE=..\..\..\sound\mixer.h # End Source File +# Begin Source File + +SOURCE=..\..\..\sound\mpu401.cpp + +!IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" + +DEP_CPP_MPU40=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\util.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mpu401.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + +NODEP_CPP_MPU40=\ + "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" + +DEP_CPP_MPU40=\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mpu401.h"\ + +NODEP_CPP_MPU40=\ + "..\..\..\sound\common\engine.h"\ + "..\..\..\sound\common\util.h"\ + "..\..\..\sound\scummsys.h"\ + "..\..\..\sound\stdafx.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" + +DEP_CPP_MPU40=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\util.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mpu401.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + +NODEP_CPP_MPU40=\ + "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" + +DEP_CPP_MPU40=\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mpu401.h"\ + +NODEP_CPP_MPU40=\ + "..\..\..\sound\common\engine.h"\ + "..\..\..\sound\common\util.h"\ + "..\..\..\sound\scummsys.h"\ + "..\..\..\sound\stdafx.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" + +DEP_CPP_MPU40=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\util.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mpu401.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_MPU40=\ + "..\..\..\common\macos.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" + +DEP_CPP_MPU40=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\util.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mpu401.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + +NODEP_CPP_MPU40=\ + "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" + +DEP_CPP_MPU40=\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mpu401.h"\ + +NODEP_CPP_MPU40=\ + "..\..\..\sound\common\engine.h"\ + "..\..\..\sound\common\util.h"\ + "..\..\..\sound\scummsys.h"\ + "..\..\..\sound\stdafx.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" + +DEP_CPP_MPU40=\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mpu401.h"\ + +NODEP_CPP_MPU40=\ + "..\..\..\sound\common\engine.h"\ + "..\..\..\sound\common\util.h"\ + "..\..\..\sound\scummsys.h"\ + "..\..\..\sound\stdafx.h"\ + + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\sound\mpu401.h +# End Source File # End Group # Begin Group "gui" @@ -2004,6 +2199,7 @@ SOURCE=..\..\..\gui\browser.cpp DEP_CPP_BROWS=\ "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ @@ -2040,6 +2236,7 @@ NODEP_CPP_BROWS=\ DEP_CPP_BROWS=\ "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ @@ -2076,6 +2273,7 @@ NODEP_CPP_BROWS=\ DEP_CPP_BROWS=\ "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ @@ -2095,6 +2293,7 @@ NODEP_CPP_BROWS=\ DEP_CPP_BROWS=\ "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ @@ -2104,10 +2303,10 @@ DEP_CPP_BROWS=\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ "..\..\fs\fs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_BROWS=\ "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" @@ -2159,6 +2358,7 @@ SOURCE=..\..\..\gui\chooser.cpp DEP_CPP_CHOOS=\ "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ @@ -2167,10 +2367,10 @@ DEP_CPP_CHOOS=\ "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_CHOOS=\ "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" @@ -2193,6 +2393,7 @@ NODEP_CPP_CHOOS=\ DEP_CPP_CHOOS=\ "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ @@ -2201,10 +2402,10 @@ DEP_CPP_CHOOS=\ "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_CHOOS=\ "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" @@ -2227,6 +2428,7 @@ NODEP_CPP_CHOOS=\ DEP_CPP_CHOOS=\ "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ @@ -2245,6 +2447,7 @@ NODEP_CPP_CHOOS=\ DEP_CPP_CHOOS=\ "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ @@ -2253,10 +2456,10 @@ DEP_CPP_CHOOS=\ "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_CHOOS=\ "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" @@ -2300,35 +2503,42 @@ SOURCE=..\..\..\gui\chooser.h # End Source File # Begin Source File -SOURCE=..\..\..\gui\dialog.cpp +SOURCE=..\..\..\gui\console.cpp !IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" -DEP_CPP_DIALO=\ +DEP_CPP_CONSO=\ + "..\..\..\common\engine.h"\ "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ + "..\..\..\gui\console.h"\ "..\..\..\gui\dialog.h"\ "..\..\..\gui\newgui.h"\ + "..\..\..\gui\ScrollBarWidget.h"\ "..\..\..\gui\widget.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ -NODEP_CPP_DIALO=\ +NODEP_CPP_CONSO=\ "..\..\..\common\macos.h"\ ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" -DEP_CPP_DIALO=\ +DEP_CPP_CONSO=\ + "..\..\..\gui\console.h"\ "..\..\..\gui\dialog.h"\ "..\..\..\gui\newgui.h"\ + "..\..\..\gui\ScrollBarWidget.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_DIALO=\ +NODEP_CPP_CONSO=\ + "..\..\..\gui\common\engine.h"\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ "..\..\..\gui\stdafx.h"\ @@ -2337,31 +2547,38 @@ NODEP_CPP_DIALO=\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" -DEP_CPP_DIALO=\ +DEP_CPP_CONSO=\ + "..\..\..\common\engine.h"\ "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ + "..\..\..\gui\console.h"\ "..\..\..\gui\dialog.h"\ "..\..\..\gui\newgui.h"\ + "..\..\..\gui\ScrollBarWidget.h"\ "..\..\..\gui\widget.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ -NODEP_CPP_DIALO=\ +NODEP_CPP_CONSO=\ "..\..\..\common\macos.h"\ ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" -DEP_CPP_DIALO=\ +DEP_CPP_CONSO=\ + "..\..\..\gui\console.h"\ "..\..\..\gui\dialog.h"\ "..\..\..\gui\newgui.h"\ + "..\..\..\gui\ScrollBarWidget.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_DIALO=\ +NODEP_CPP_CONSO=\ + "..\..\..\gui\common\engine.h"\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ "..\..\..\gui\stdafx.h"\ @@ -2370,50 +2587,61 @@ NODEP_CPP_DIALO=\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" -DEP_CPP_DIALO=\ +DEP_CPP_CONSO=\ + "..\..\..\common\engine.h"\ "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ + "..\..\..\gui\console.h"\ "..\..\..\gui\dialog.h"\ "..\..\..\gui\newgui.h"\ + "..\..\..\gui\ScrollBarWidget.h"\ "..\..\..\gui\widget.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_DIALO=\ +NODEP_CPP_CONSO=\ "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" -DEP_CPP_DIALO=\ +DEP_CPP_CONSO=\ + "..\..\..\common\engine.h"\ "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ + "..\..\..\gui\console.h"\ "..\..\..\gui\dialog.h"\ "..\..\..\gui\newgui.h"\ + "..\..\..\gui\ScrollBarWidget.h"\ "..\..\..\gui\widget.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_DIALO=\ +NODEP_CPP_CONSO=\ "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" -DEP_CPP_DIALO=\ +DEP_CPP_CONSO=\ + "..\..\..\gui\console.h"\ "..\..\..\gui\dialog.h"\ "..\..\..\gui\newgui.h"\ + "..\..\..\gui\ScrollBarWidget.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_DIALO=\ +NODEP_CPP_CONSO=\ + "..\..\..\gui\common\engine.h"\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ "..\..\..\gui\stdafx.h"\ @@ -2422,12 +2650,15 @@ NODEP_CPP_DIALO=\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" -DEP_CPP_DIALO=\ +DEP_CPP_CONSO=\ + "..\..\..\gui\console.h"\ "..\..\..\gui\dialog.h"\ "..\..\..\gui\newgui.h"\ + "..\..\..\gui\ScrollBarWidget.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_DIALO=\ +NODEP_CPP_CONSO=\ + "..\..\..\gui\common\engine.h"\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ "..\..\..\gui\stdafx.h"\ @@ -2439,37 +2670,185 @@ NODEP_CPP_DIALO=\ # End Source File # Begin Source File -SOURCE=..\..\..\gui\dialog.h +SOURCE=..\..\..\gui\console.h # End Source File # Begin Source File -SOURCE=..\..\..\gui\EditTextWidget.cpp +SOURCE=..\..\..\gui\dialog.cpp !IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" -DEP_CPP_EDITT=\ +DEP_CPP_DIALO=\ "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\gui\dialog.h"\ - "..\..\..\gui\EditTextWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_EDITT=\ +NODEP_CPP_DIALO=\ "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" -DEP_CPP_EDITT=\ +DEP_CPP_DIALO=\ "..\..\..\gui\dialog.h"\ - "..\..\..\gui\EditTextWidget.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ + +NODEP_CPP_DIALO=\ + "..\..\..\gui\common\str.h"\ + "..\..\..\gui\scummsys.h"\ + "..\..\..\gui\stdafx.h"\ + "..\..\..\gui\system.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" + +DEP_CPP_DIALO=\ + "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + +NODEP_CPP_DIALO=\ + "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" + +DEP_CPP_DIALO=\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ + +NODEP_CPP_DIALO=\ + "..\..\..\gui\common\str.h"\ + "..\..\..\gui\scummsys.h"\ + "..\..\..\gui\stdafx.h"\ + "..\..\..\gui\system.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" + +DEP_CPP_DIALO=\ + "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_DIALO=\ + "..\..\..\common\macos.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" + +DEP_CPP_DIALO=\ + "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + +NODEP_CPP_DIALO=\ + "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" + +DEP_CPP_DIALO=\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ + +NODEP_CPP_DIALO=\ + "..\..\..\gui\common\str.h"\ + "..\..\..\gui\scummsys.h"\ + "..\..\..\gui\stdafx.h"\ + "..\..\..\gui\system.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" + +DEP_CPP_DIALO=\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ + +NODEP_CPP_DIALO=\ + "..\..\..\gui\common\str.h"\ + "..\..\..\gui\scummsys.h"\ + "..\..\..\gui\stdafx.h"\ + "..\..\..\gui\system.h"\ + + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\gui\dialog.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\gui\EditTextWidget.cpp + +!IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" + +DEP_CPP_EDITT=\ + "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\EditTextWidget.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + +NODEP_CPP_EDITT=\ + "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" + +DEP_CPP_EDITT=\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\EditTextWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ @@ -2485,6 +2864,7 @@ NODEP_CPP_EDITT=\ DEP_CPP_EDITT=\ "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ @@ -2495,10 +2875,10 @@ DEP_CPP_EDITT=\ "..\..\..\gui\widget.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_EDITT=\ "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" @@ -2521,6 +2901,7 @@ NODEP_CPP_EDITT=\ DEP_CPP_EDITT=\ "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ @@ -2541,6 +2922,7 @@ NODEP_CPP_EDITT=\ DEP_CPP_EDITT=\ "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ @@ -2551,10 +2933,10 @@ DEP_CPP_EDITT=\ "..\..\..\gui\widget.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_EDITT=\ "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" @@ -2608,16 +2990,23 @@ DEP_CPP_LAUNC=\ "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\util.h"\ + "..\..\..\gui\browser.h"\ + "..\..\..\gui\chooser.h"\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\EditTextWidget.h"\ "..\..\..\gui\launcher.h"\ "..\..\..\gui\ListWidget.h"\ + "..\..\..\gui\message.h"\ "..\..\..\gui\newgui.h"\ + "..\..\..\gui\options.h"\ "..\..\..\gui\widget.h"\ + "..\..\fs\fs.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ @@ -2629,13 +3018,19 @@ NODEP_CPP_LAUNC=\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" DEP_CPP_LAUNC=\ + "..\..\..\gui\browser.h"\ + "..\..\..\gui\chooser.h"\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\EditTextWidget.h"\ "..\..\..\gui\launcher.h"\ "..\..\..\gui\ListWidget.h"\ + "..\..\..\gui\message.h"\ "..\..\..\gui\newgui.h"\ + "..\..\..\gui\options.h"\ "..\..\..\gui\widget.h"\ NODEP_CPP_LAUNC=\ + "..\..\..\gui\backends\fs\fs.h"\ "..\..\..\gui\common\config-file.h"\ "..\..\..\gui\common\engine.h"\ "..\..\..\gui\common\gameDetector.h"\ @@ -2654,16 +3049,23 @@ DEP_CPP_LAUNC=\ "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\util.h"\ + "..\..\..\gui\browser.h"\ + "..\..\..\gui\chooser.h"\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\EditTextWidget.h"\ "..\..\..\gui\launcher.h"\ "..\..\..\gui\ListWidget.h"\ + "..\..\..\gui\message.h"\ "..\..\..\gui\newgui.h"\ + "..\..\..\gui\options.h"\ "..\..\..\gui\widget.h"\ + "..\..\fs\fs.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ @@ -2675,13 +3077,19 @@ NODEP_CPP_LAUNC=\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" DEP_CPP_LAUNC=\ + "..\..\..\gui\browser.h"\ + "..\..\..\gui\chooser.h"\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\EditTextWidget.h"\ "..\..\..\gui\launcher.h"\ "..\..\..\gui\ListWidget.h"\ + "..\..\..\gui\message.h"\ "..\..\..\gui\newgui.h"\ + "..\..\..\gui\options.h"\ "..\..\..\gui\widget.h"\ NODEP_CPP_LAUNC=\ + "..\..\..\gui\backends\fs\fs.h"\ "..\..\..\gui\common\config-file.h"\ "..\..\..\gui\common\engine.h"\ "..\..\..\gui\common\gameDetector.h"\ @@ -2700,6 +3108,7 @@ DEP_CPP_LAUNC=\ "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ @@ -2713,6 +3122,7 @@ DEP_CPP_LAUNC=\ "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\message.h"\ "..\..\..\gui\newgui.h"\ + "..\..\..\gui\options.h"\ "..\..\..\gui\widget.h"\ "..\..\fs\fs.h"\ "..\missing\unistd.h"\ @@ -2731,6 +3141,7 @@ DEP_CPP_LAUNC=\ "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ @@ -2744,26 +3155,33 @@ DEP_CPP_LAUNC=\ "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\message.h"\ "..\..\..\gui\newgui.h"\ + "..\..\..\gui\options.h"\ "..\..\..\gui\widget.h"\ "..\..\fs\fs.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_LAUNC=\ "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" DEP_CPP_LAUNC=\ + "..\..\..\gui\browser.h"\ + "..\..\..\gui\chooser.h"\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\EditTextWidget.h"\ "..\..\..\gui\launcher.h"\ "..\..\..\gui\ListWidget.h"\ + "..\..\..\gui\message.h"\ "..\..\..\gui\newgui.h"\ + "..\..\..\gui\options.h"\ "..\..\..\gui\widget.h"\ NODEP_CPP_LAUNC=\ + "..\..\..\gui\backends\fs\fs.h"\ "..\..\..\gui\common\config-file.h"\ "..\..\..\gui\common\engine.h"\ "..\..\..\gui\common\gameDetector.h"\ @@ -2777,13 +3195,19 @@ NODEP_CPP_LAUNC=\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" DEP_CPP_LAUNC=\ + "..\..\..\gui\browser.h"\ + "..\..\..\gui\chooser.h"\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\EditTextWidget.h"\ "..\..\..\gui\launcher.h"\ "..\..\..\gui\ListWidget.h"\ + "..\..\..\gui\message.h"\ "..\..\..\gui\newgui.h"\ + "..\..\..\gui\options.h"\ "..\..\..\gui\widget.h"\ NODEP_CPP_LAUNC=\ + "..\..\..\gui\backends\fs\fs.h"\ "..\..\..\gui\common\config-file.h"\ "..\..\..\gui\common\engine.h"\ "..\..\..\gui\common\gameDetector.h"\ @@ -2808,8 +3232,8 @@ SOURCE=..\..\..\gui\ListWidget.cpp !IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" DEP_CPP_LISTW=\ - "..\..\..\common\engine.h"\ "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ @@ -2837,6 +3261,7 @@ DEP_CPP_LISTW=\ "..\..\..\gui\widget.h"\ NODEP_CPP_LISTW=\ + "..\..\..\gui\common\list.h"\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ "..\..\..\gui\stdafx.h"\ @@ -2846,8 +3271,8 @@ NODEP_CPP_LISTW=\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" DEP_CPP_LISTW=\ - "..\..\..\common\engine.h"\ "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ @@ -2875,6 +3300,7 @@ DEP_CPP_LISTW=\ "..\..\..\gui\widget.h"\ NODEP_CPP_LISTW=\ + "..\..\..\gui\common\list.h"\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ "..\..\..\gui\stdafx.h"\ @@ -2885,6 +3311,7 @@ NODEP_CPP_LISTW=\ DEP_CPP_LISTW=\ "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ @@ -2906,6 +3333,7 @@ NODEP_CPP_LISTW=\ DEP_CPP_LISTW=\ "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ @@ -2917,10 +3345,10 @@ DEP_CPP_LISTW=\ "..\..\..\gui\widget.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_LISTW=\ "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" @@ -2933,6 +3361,7 @@ DEP_CPP_LISTW=\ "..\..\..\gui\widget.h"\ NODEP_CPP_LISTW=\ + "..\..\..\gui\common\list.h"\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ "..\..\..\gui\stdafx.h"\ @@ -2949,6 +3378,7 @@ DEP_CPP_LISTW=\ "..\..\..\gui\widget.h"\ NODEP_CPP_LISTW=\ + "..\..\..\gui\common\list.h"\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ "..\..\..\gui\stdafx.h"\ @@ -2970,6 +3400,7 @@ SOURCE=..\..\..\gui\message.cpp DEP_CPP_MESSA=\ "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ @@ -3006,6 +3437,7 @@ NODEP_CPP_MESSA=\ DEP_CPP_MESSA=\ "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ @@ -3042,6 +3474,7 @@ NODEP_CPP_MESSA=\ DEP_CPP_MESSA=\ "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ @@ -3062,6 +3495,7 @@ NODEP_CPP_MESSA=\ DEP_CPP_MESSA=\ "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ @@ -3072,10 +3506,10 @@ DEP_CPP_MESSA=\ "..\..\..\gui\widget.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_MESSA=\ "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" @@ -3125,6 +3559,7 @@ SOURCE=..\..\..\gui\newgui.cpp DEP_CPP_NEWGU=\ "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ @@ -3158,6 +3593,7 @@ NODEP_CPP_NEWGU=\ DEP_CPP_NEWGU=\ "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ @@ -3191,6 +3627,7 @@ NODEP_CPP_NEWGU=\ DEP_CPP_NEWGU=\ "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ @@ -3210,6 +3647,7 @@ NODEP_CPP_NEWGU=\ DEP_CPP_NEWGU=\ "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ @@ -3219,10 +3657,10 @@ DEP_CPP_NEWGU=\ "..\..\..\gui\widget.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_NEWGU=\ "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" @@ -3262,37 +3700,51 @@ SOURCE=..\..\..\gui\newgui.h # End Source File # Begin Source File -SOURCE=..\..\..\gui\ScrollBarWidget.cpp +SOURCE=..\..\..\gui\options.cpp !IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" -DEP_CPP_SCROL=\ +DEP_CPP_OPTIO=\ + "..\..\..\common\config-file.h"\ + "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ + "..\..\..\common\util.h"\ + "..\..\..\gui\browser.h"\ + "..\..\..\gui\chooser.h"\ "..\..\..\gui\dialog.h"\ "..\..\..\gui\newgui.h"\ - "..\..\..\gui\ScrollBarWidget.h"\ + "..\..\..\gui\options.h"\ + "..\..\..\gui\PopUpWidget.h"\ "..\..\..\gui\widget.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ -NODEP_CPP_SCROL=\ +NODEP_CPP_OPTIO=\ "..\..\..\common\macos.h"\ ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" -DEP_CPP_SCROL=\ +DEP_CPP_OPTIO=\ + "..\..\..\gui\browser.h"\ + "..\..\..\gui\chooser.h"\ "..\..\..\gui\dialog.h"\ "..\..\..\gui\newgui.h"\ - "..\..\..\gui\ScrollBarWidget.h"\ + "..\..\..\gui\options.h"\ + "..\..\..\gui\PopUpWidget.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_SCROL=\ +NODEP_CPP_OPTIO=\ + "..\..\..\gui\common\config-file.h"\ + "..\..\..\gui\common\gameDetector.h"\ + "..\..\..\gui\common\list.h"\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ "..\..\..\gui\stdafx.h"\ @@ -3301,33 +3753,47 @@ NODEP_CPP_SCROL=\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" -DEP_CPP_SCROL=\ +DEP_CPP_OPTIO=\ + "..\..\..\common\config-file.h"\ + "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ + "..\..\..\common\util.h"\ + "..\..\..\gui\browser.h"\ + "..\..\..\gui\chooser.h"\ "..\..\..\gui\dialog.h"\ "..\..\..\gui\newgui.h"\ - "..\..\..\gui\ScrollBarWidget.h"\ + "..\..\..\gui\options.h"\ + "..\..\..\gui\PopUpWidget.h"\ "..\..\..\gui\widget.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ -NODEP_CPP_SCROL=\ +NODEP_CPP_OPTIO=\ "..\..\..\common\macos.h"\ ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" -DEP_CPP_SCROL=\ +DEP_CPP_OPTIO=\ + "..\..\..\gui\browser.h"\ + "..\..\..\gui\chooser.h"\ "..\..\..\gui\dialog.h"\ "..\..\..\gui\newgui.h"\ - "..\..\..\gui\ScrollBarWidget.h"\ + "..\..\..\gui\options.h"\ + "..\..\..\gui\PopUpWidget.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_SCROL=\ +NODEP_CPP_OPTIO=\ + "..\..\..\gui\common\config-file.h"\ + "..\..\..\gui\common\gameDetector.h"\ + "..\..\..\gui\common\list.h"\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ "..\..\..\gui\stdafx.h"\ @@ -3336,53 +3802,75 @@ NODEP_CPP_SCROL=\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" -DEP_CPP_SCROL=\ +DEP_CPP_OPTIO=\ + "..\..\..\common\config-file.h"\ + "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ + "..\..\..\common\util.h"\ + "..\..\..\gui\browser.h"\ + "..\..\..\gui\chooser.h"\ "..\..\..\gui\dialog.h"\ "..\..\..\gui\newgui.h"\ - "..\..\..\gui\ScrollBarWidget.h"\ + "..\..\..\gui\options.h"\ + "..\..\..\gui\PopUpWidget.h"\ "..\..\..\gui\widget.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_SCROL=\ +NODEP_CPP_OPTIO=\ "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" -DEP_CPP_SCROL=\ +DEP_CPP_OPTIO=\ + "..\..\..\common\config-file.h"\ + "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ + "..\..\..\common\util.h"\ + "..\..\..\gui\browser.h"\ + "..\..\..\gui\chooser.h"\ "..\..\..\gui\dialog.h"\ "..\..\..\gui\newgui.h"\ - "..\..\..\gui\ScrollBarWidget.h"\ + "..\..\..\gui\options.h"\ + "..\..\..\gui\PopUpWidget.h"\ "..\..\..\gui\widget.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_SCROL=\ +NODEP_CPP_OPTIO=\ "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" -DEP_CPP_SCROL=\ +DEP_CPP_OPTIO=\ + "..\..\..\gui\browser.h"\ + "..\..\..\gui\chooser.h"\ "..\..\..\gui\dialog.h"\ "..\..\..\gui\newgui.h"\ - "..\..\..\gui\ScrollBarWidget.h"\ + "..\..\..\gui\options.h"\ + "..\..\..\gui\PopUpWidget.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_SCROL=\ +NODEP_CPP_OPTIO=\ + "..\..\..\gui\common\config-file.h"\ + "..\..\..\gui\common\gameDetector.h"\ + "..\..\..\gui\common\list.h"\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ "..\..\..\gui\stdafx.h"\ @@ -3391,13 +3879,19 @@ NODEP_CPP_SCROL=\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" -DEP_CPP_SCROL=\ +DEP_CPP_OPTIO=\ + "..\..\..\gui\browser.h"\ + "..\..\..\gui\chooser.h"\ "..\..\..\gui\dialog.h"\ "..\..\..\gui\newgui.h"\ - "..\..\..\gui\ScrollBarWidget.h"\ + "..\..\..\gui\options.h"\ + "..\..\..\gui\PopUpWidget.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_SCROL=\ +NODEP_CPP_OPTIO=\ + "..\..\..\gui\common\config-file.h"\ + "..\..\..\gui\common\gameDetector.h"\ + "..\..\..\gui\common\list.h"\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ "..\..\..\gui\stdafx.h"\ @@ -3409,39 +3903,45 @@ NODEP_CPP_SCROL=\ # End Source File # Begin Source File -SOURCE=..\..\..\gui\ScrollBarWidget.h +SOURCE=..\..\..\gui\options.h # End Source File # Begin Source File -SOURCE=..\..\..\gui\widget.cpp +SOURCE=..\..\..\gui\PopUpWidget.cpp !IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" -DEP_CPP_WIDGE=\ +DEP_CPP_POPUP=\ + "..\..\..\common\engine.h"\ "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\gui\dialog.h"\ "..\..\..\gui\newgui.h"\ + "..\..\..\gui\PopUpWidget.h"\ "..\..\..\gui\widget.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ -NODEP_CPP_WIDGE=\ +NODEP_CPP_POPUP=\ "..\..\..\common\macos.h"\ ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" -DEP_CPP_WIDGE=\ +DEP_CPP_POPUP=\ "..\..\..\gui\dialog.h"\ "..\..\..\gui\newgui.h"\ + "..\..\..\gui\PopUpWidget.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_WIDGE=\ +NODEP_CPP_POPUP=\ + "..\..\..\gui\common\engine.h"\ + "..\..\..\gui\common\list.h"\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ "..\..\..\gui\stdafx.h"\ @@ -3450,31 +3950,37 @@ NODEP_CPP_WIDGE=\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" -DEP_CPP_WIDGE=\ +DEP_CPP_POPUP=\ + "..\..\..\common\engine.h"\ "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\gui\dialog.h"\ "..\..\..\gui\newgui.h"\ + "..\..\..\gui\PopUpWidget.h"\ "..\..\..\gui\widget.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ -NODEP_CPP_WIDGE=\ +NODEP_CPP_POPUP=\ "..\..\..\common\macos.h"\ ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" -DEP_CPP_WIDGE=\ +DEP_CPP_POPUP=\ "..\..\..\gui\dialog.h"\ "..\..\..\gui\newgui.h"\ + "..\..\..\gui\PopUpWidget.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_WIDGE=\ +NODEP_CPP_POPUP=\ + "..\..\..\gui\common\engine.h"\ + "..\..\..\gui\common\list.h"\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ "..\..\..\gui\stdafx.h"\ @@ -3483,50 +3989,59 @@ NODEP_CPP_WIDGE=\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" -DEP_CPP_WIDGE=\ +DEP_CPP_POPUP=\ + "..\..\..\common\engine.h"\ "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\gui\dialog.h"\ "..\..\..\gui\newgui.h"\ + "..\..\..\gui\PopUpWidget.h"\ "..\..\..\gui\widget.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_WIDGE=\ +NODEP_CPP_POPUP=\ "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" -DEP_CPP_WIDGE=\ +DEP_CPP_POPUP=\ + "..\..\..\common\engine.h"\ "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\gui\dialog.h"\ "..\..\..\gui\newgui.h"\ + "..\..\..\gui\PopUpWidget.h"\ "..\..\..\gui\widget.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_WIDGE=\ +NODEP_CPP_POPUP=\ "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" -DEP_CPP_WIDGE=\ +DEP_CPP_POPUP=\ "..\..\..\gui\dialog.h"\ "..\..\..\gui\newgui.h"\ + "..\..\..\gui\PopUpWidget.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_WIDGE=\ +NODEP_CPP_POPUP=\ + "..\..\..\gui\common\engine.h"\ + "..\..\..\gui\common\list.h"\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ "..\..\..\gui\stdafx.h"\ @@ -3535,12 +4050,15 @@ NODEP_CPP_WIDGE=\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" -DEP_CPP_WIDGE=\ +DEP_CPP_POPUP=\ "..\..\..\gui\dialog.h"\ "..\..\..\gui\newgui.h"\ + "..\..\..\gui\PopUpWidget.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_WIDGE=\ +NODEP_CPP_POPUP=\ + "..\..\..\gui\common\engine.h"\ + "..\..\..\gui\common\list.h"\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ "..\..\..\gui\stdafx.h"\ @@ -3552,128 +4070,154 @@ NODEP_CPP_WIDGE=\ # End Source File # Begin Source File -SOURCE=..\..\..\gui\widget.h -# End Source File -# End Group -# Begin Group "backends" - -# PROP Default_Filter "" -# Begin Group "wince" - -# PROP Default_Filter "" -# Begin Group "missing" - -# PROP Default_Filter "" -# Begin Group "sys" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\missing\sys\stat.h -# End Source File -# Begin Source File - -SOURCE=..\missing\sys\time.h -# End Source File -# Begin Source File - -SOURCE=..\missing\sys\types.h -# End Source File -# End Group -# Begin Source File - -SOURCE=..\missing\assert.h -# End Source File -# Begin Source File - -SOURCE=..\missing\conio.h -# End Source File -# Begin Source File - -SOURCE=..\missing\dir.h -# End Source File -# Begin Source File - -SOURCE=..\missing\direct.h -# End Source File -# Begin Source File - -SOURCE=..\missing\dirent.h -# End Source File -# Begin Source File - -SOURCE=..\missing\errno.h -# End Source File -# Begin Source File - -SOURCE=..\missing\fcntl.h -# End Source File -# Begin Source File - -SOURCE=..\missing\io.h +SOURCE=..\..\..\gui\PopUpWidget.h # End Source File # Begin Source File -SOURCE=..\missing\missing.cpp +SOURCE=..\..\..\gui\ScrollBarWidget.cpp !IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" -DEP_CPP_MISSI=\ - "..\missing\dirent.h"\ - "..\missing\sys\time.h"\ +DEP_CPP_SCROL=\ + "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\ScrollBarWidget.h"\ + "..\..\..\gui\widget.h"\ + "..\missing\unistd.h"\ "..\portdefs.h"\ +NODEP_CPP_SCROL=\ + "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ + !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" -DEP_CPP_MISSI=\ - "..\missing\dirent.h"\ - "..\missing\sys\time.h"\ +DEP_CPP_SCROL=\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\ScrollBarWidget.h"\ + "..\..\..\gui\widget.h"\ + +NODEP_CPP_SCROL=\ + "..\..\..\gui\common\str.h"\ + "..\..\..\gui\scummsys.h"\ + "..\..\..\gui\stdafx.h"\ + "..\..\..\gui\system.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" -DEP_CPP_MISSI=\ - "..\missing\dirent.h"\ - "..\missing\sys\time.h"\ +DEP_CPP_SCROL=\ + "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\ScrollBarWidget.h"\ + "..\..\..\gui\widget.h"\ + "..\missing\unistd.h"\ "..\portdefs.h"\ +NODEP_CPP_SCROL=\ + "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ + !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" -DEP_CPP_MISSI=\ - "..\missing\dirent.h"\ - "..\missing\sys\time.h"\ +DEP_CPP_SCROL=\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\ScrollBarWidget.h"\ + "..\..\..\gui\widget.h"\ + +NODEP_CPP_SCROL=\ + "..\..\..\gui\common\str.h"\ + "..\..\..\gui\scummsys.h"\ + "..\..\..\gui\stdafx.h"\ + "..\..\..\gui\system.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" -DEP_CPP_MISSI=\ - "..\missing\dirent.h"\ - "..\missing\sys\time.h"\ +DEP_CPP_SCROL=\ + "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\ScrollBarWidget.h"\ + "..\..\..\gui\widget.h"\ + "..\missing\unistd.h"\ "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_SCROL=\ + "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" -DEP_CPP_MISSI=\ - "..\missing\dirent.h"\ - "..\missing\sys\time.h"\ +DEP_CPP_SCROL=\ + "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\ScrollBarWidget.h"\ + "..\..\..\gui\widget.h"\ + "..\missing\unistd.h"\ "..\portdefs.h"\ +NODEP_CPP_SCROL=\ + "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ + !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" -DEP_CPP_MISSI=\ - "..\missing\dirent.h"\ - "..\missing\sys\time.h"\ +DEP_CPP_SCROL=\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\ScrollBarWidget.h"\ + "..\..\..\gui\widget.h"\ + +NODEP_CPP_SCROL=\ + "..\..\..\gui\common\str.h"\ + "..\..\..\gui\scummsys.h"\ + "..\..\..\gui\stdafx.h"\ + "..\..\..\gui\system.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" -DEP_CPP_MISSI=\ - "..\missing\dirent.h"\ - "..\missing\sys\time.h"\ +DEP_CPP_SCROL=\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\ScrollBarWidget.h"\ + "..\..\..\gui\widget.h"\ + +NODEP_CPP_SCROL=\ + "..\..\..\gui\common\str.h"\ + "..\..\..\gui\scummsys.h"\ + "..\..\..\gui\stdafx.h"\ + "..\..\..\gui\system.h"\ !ENDIF @@ -3681,234 +4225,146 @@ DEP_CPP_MISSI=\ # End Source File # Begin Source File -SOURCE=..\missing\signal.h -# End Source File -# Begin Source File - -SOURCE=..\missing\time.h -# End Source File -# Begin Source File - -SOURCE=..\missing\unistd.h +SOURCE=..\..\..\gui\ScrollBarWidget.h # End Source File -# End Group # Begin Source File -SOURCE=..\bitmaps.cpp +SOURCE=..\..\..\gui\widget.cpp !IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" -DEP_CPP_BITMA=\ - "..\screen.h"\ +DEP_CPP_WIDGE=\ + "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ - -!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" - -DEP_CPP_BITMA=\ - "..\screen.h"\ - - -!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" - -DEP_CPP_BITMA=\ - "..\screen.h"\ - - -!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" - -DEP_CPP_BITMA=\ - "..\screen.h"\ - - -!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" - -DEP_CPP_BITMA=\ - "..\screen.h"\ - - -!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" - -DEP_CPP_BITMA=\ - "..\screen.h"\ - - -!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" - -DEP_CPP_BITMA=\ - "..\screen.h"\ - - -!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" - -DEP_CPP_BITMA=\ - "..\screen.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\dynamic_imports.h -# End Source File -# Begin Source File - -SOURCE=..\findgame.cpp - -!IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" - -DEP_CPP_FINDG=\ - "..\..\..\common\config-file.h"\ - "..\..\..\common\engine.h"\ - "..\..\..\common\file.h"\ - "..\..\..\common\gameDetector.h"\ - "..\..\..\common\list.h"\ - "..\..\..\common\map.h"\ - "..\..\..\common\scummsys.h"\ - "..\..\..\common\stdafx.h"\ - "..\..\..\common\str.h"\ - "..\..\..\common\system.h"\ - "..\..\..\common\timer.h"\ - "..\..\..\common\util.h"\ - "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\scumm.h"\ - "..\missing\unistd.h"\ - "..\portdefs.h"\ - "..\screen.h"\ - -NODEP_CPP_FINDG=\ +NODEP_CPP_WIDGE=\ "..\..\..\common\macos.h"\ - "..\..\..\common\morphos_timer.h"\ ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" -DEP_CPP_FINDG=\ - "..\screen.h"\ +DEP_CPP_WIDGE=\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ -NODEP_CPP_FINDG=\ - "..\config-file.h"\ - "..\scumm.h"\ - "..\stdafx.h"\ +NODEP_CPP_WIDGE=\ + "..\..\..\gui\common\str.h"\ + "..\..\..\gui\scummsys.h"\ + "..\..\..\gui\stdafx.h"\ + "..\..\..\gui\system.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" -DEP_CPP_FINDG=\ - "..\..\..\common\config-file.h"\ - "..\..\..\common\engine.h"\ - "..\..\..\common\file.h"\ - "..\..\..\common\gameDetector.h"\ +DEP_CPP_WIDGE=\ "..\..\..\common\list.h"\ - "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ - "..\..\..\common\timer.h"\ - "..\..\..\common\util.h"\ - "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\scumm.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - "..\screen.h"\ -NODEP_CPP_FINDG=\ +NODEP_CPP_WIDGE=\ "..\..\..\common\macos.h"\ - "..\..\..\common\morphos_timer.h"\ ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" -DEP_CPP_FINDG=\ - "..\screen.h"\ +DEP_CPP_WIDGE=\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ -NODEP_CPP_FINDG=\ - "..\config-file.h"\ - "..\scumm.h"\ - "..\stdafx.h"\ +NODEP_CPP_WIDGE=\ + "..\..\..\gui\common\str.h"\ + "..\..\..\gui\scummsys.h"\ + "..\..\..\gui\stdafx.h"\ + "..\..\..\gui\system.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" -DEP_CPP_FINDG=\ - "..\..\..\common\config-file.h"\ - "..\..\..\common\engine.h"\ - "..\..\..\common\file.h"\ - "..\..\..\common\gameDetector.h"\ +DEP_CPP_WIDGE=\ "..\..\..\common\list.h"\ - "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ - "..\..\..\common\timer.h"\ - "..\..\..\common\util.h"\ - "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\scumm.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - "..\screen.h"\ {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_FINDG=\ +NODEP_CPP_WIDGE=\ "..\..\..\common\macos.h"\ - "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" -DEP_CPP_FINDG=\ - "..\..\..\common\config-file.h"\ - "..\..\..\common\engine.h"\ - "..\..\..\common\file.h"\ - "..\..\..\common\gameDetector.h"\ +DEP_CPP_WIDGE=\ "..\..\..\common\list.h"\ - "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ - "..\..\..\common\timer.h"\ - "..\..\..\common\util.h"\ - "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\scumm.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - "..\screen.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_FINDG=\ +NODEP_CPP_WIDGE=\ "..\..\..\common\macos.h"\ - "..\..\..\common\morphos_timer.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" -DEP_CPP_FINDG=\ - "..\screen.h"\ +DEP_CPP_WIDGE=\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ -NODEP_CPP_FINDG=\ - "..\config-file.h"\ - "..\scumm.h"\ - "..\stdafx.h"\ +NODEP_CPP_WIDGE=\ + "..\..\..\gui\common\str.h"\ + "..\..\..\gui\scummsys.h"\ + "..\..\..\gui\stdafx.h"\ + "..\..\..\gui\system.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" -DEP_CPP_FINDG=\ - "..\screen.h"\ +DEP_CPP_WIDGE=\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ -NODEP_CPP_FINDG=\ - "..\config-file.h"\ - "..\scumm.h"\ - "..\stdafx.h"\ +NODEP_CPP_WIDGE=\ + "..\..\..\gui\common\str.h"\ + "..\..\..\gui\scummsys.h"\ + "..\..\..\gui\stdafx.h"\ + "..\..\..\gui\system.h"\ !ENDIF @@ -3916,114 +4372,128 @@ NODEP_CPP_FINDG=\ # End Source File # Begin Source File -SOURCE=..\gapi_keys.cpp - -!IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" +SOURCE=..\..\..\gui\widget.h +# End Source File +# End Group +# Begin Group "backends" -DEP_CPP_GAPI_=\ - "..\..\..\common\stdafx.h"\ - "..\dynamic_imports.h"\ - "..\gapi_keys.h"\ - "..\missing\unistd.h"\ - "..\portdefs.h"\ - "..\screen.h"\ - -NODEP_CPP_GAPI_=\ - ".\ipapi.h"\ - ".\x.h"\ - +# PROP Default_Filter "" +# Begin Group "wince" -!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" +# PROP Default_Filter "" +# Begin Group "missing" -DEP_CPP_GAPI_=\ - "..\dynamic_imports.h"\ - "..\gapi_keys.h"\ - "..\screen.h"\ - -NODEP_CPP_GAPI_=\ - "..\stdafx.h"\ - ".\ipapi.h"\ - ".\ygshell.h"\ - +# PROP Default_Filter "" +# Begin Group "sys" -!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" +# PROP Default_Filter "" +# Begin Source File -DEP_CPP_GAPI_=\ - "..\..\..\common\stdafx.h"\ - "..\dynamic_imports.h"\ - "..\gapi_keys.h"\ - "..\missing\unistd.h"\ - "..\portdefs.h"\ - "..\screen.h"\ - -NODEP_CPP_GAPI_=\ - ".\ipapi.h"\ - ".\x.h"\ - +SOURCE=..\missing\sys\stat.h +# End Source File +# Begin Source File -!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" +SOURCE=..\missing\sys\time.h +# End Source File +# Begin Source File -DEP_CPP_GAPI_=\ - "..\dynamic_imports.h"\ - "..\gapi_keys.h"\ - "..\screen.h"\ +SOURCE=..\missing\sys\types.h +# End Source File +# End Group +# Begin Source File + +SOURCE=..\missing\assert.h +# End Source File +# Begin Source File + +SOURCE=..\missing\conio.h +# End Source File +# Begin Source File + +SOURCE=..\missing\dir.h +# End Source File +# Begin Source File + +SOURCE=..\missing\direct.h +# End Source File +# Begin Source File + +SOURCE=..\missing\dirent.h +# End Source File +# Begin Source File + +SOURCE=..\missing\errno.h +# End Source File +# Begin Source File + +SOURCE=..\missing\fcntl.h +# End Source File +# Begin Source File + +SOURCE=..\missing\io.h +# End Source File +# Begin Source File + +SOURCE=..\missing\missing.cpp + +!IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" + +DEP_CPP_MISSI=\ + "..\missing\dirent.h"\ + "..\missing\sys\time.h"\ + "..\portdefs.h"\ -NODEP_CPP_GAPI_=\ - "..\stdafx.h"\ - ".\ipapi.h"\ - ".\ygshell.h"\ + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" + +DEP_CPP_MISSI=\ + "..\missing\dirent.h"\ + "..\missing\sys\time.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" + +DEP_CPP_MISSI=\ + "..\missing\dirent.h"\ + "..\missing\sys\time.h"\ + "..\portdefs.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" + +DEP_CPP_MISSI=\ + "..\missing\dirent.h"\ + "..\missing\sys\time.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" -DEP_CPP_GAPI_=\ - "..\..\..\common\stdafx.h"\ - "..\dynamic_imports.h"\ - "..\gapi_keys.h"\ - "..\missing\unistd.h"\ +DEP_CPP_MISSI=\ + "..\missing\dirent.h"\ + "..\missing\sys\time.h"\ "..\portdefs.h"\ - "..\screen.h"\ - {$(INCLUDE)}"gx.h"\ - {$(INCLUDE)}"sipapi.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" -DEP_CPP_GAPI_=\ - "..\..\..\common\stdafx.h"\ - "..\dynamic_imports.h"\ - "..\gapi_keys.h"\ - "..\missing\unistd.h"\ +DEP_CPP_MISSI=\ + "..\missing\dirent.h"\ + "..\missing\sys\time.h"\ "..\portdefs.h"\ - "..\screen.h"\ - {$(INCLUDE)}"gx.h"\ - {$(INCLUDE)}"sipapi.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" -DEP_CPP_GAPI_=\ - "..\dynamic_imports.h"\ - "..\gapi_keys.h"\ - "..\screen.h"\ - -NODEP_CPP_GAPI_=\ - "..\stdafx.h"\ - ".\ipapi.h"\ - ".\ygshell.h"\ +DEP_CPP_MISSI=\ + "..\missing\dirent.h"\ + "..\missing\sys\time.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" -DEP_CPP_GAPI_=\ - "..\dynamic_imports.h"\ - "..\gapi_keys.h"\ - "..\screen.h"\ - -NODEP_CPP_GAPI_=\ - "..\stdafx.h"\ - ".\ipapi.h"\ - ".\ygshell.h"\ +DEP_CPP_MISSI=\ + "..\missing\dirent.h"\ + "..\missing\sys\time.h"\ !ENDIF @@ -4031,19 +4501,83 @@ NODEP_CPP_GAPI_=\ # End Source File # Begin Source File -SOURCE=..\gapi_keys.h +SOURCE=..\missing\signal.h # End Source File # Begin Source File -SOURCE=..\newres.h +SOURCE=..\missing\time.h # End Source File # Begin Source File -SOURCE=..\pocketpc.cpp +SOURCE=..\missing\unistd.h +# End Source File +# End Group +# Begin Source File + +SOURCE=..\bitmaps.cpp !IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" -DEP_CPP_POCKE=\ +DEP_CPP_BITMA=\ + "..\screen.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" + +DEP_CPP_BITMA=\ + "..\screen.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" + +DEP_CPP_BITMA=\ + "..\screen.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" + +DEP_CPP_BITMA=\ + "..\screen.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" + +DEP_CPP_BITMA=\ + "..\screen.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" + +DEP_CPP_BITMA=\ + "..\screen.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" + +DEP_CPP_BITMA=\ + "..\screen.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" + +DEP_CPP_BITMA=\ + "..\screen.h"\ + + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\dynamic_imports.h +# End Source File +# Begin Source File + +SOURCE=..\findgame.cpp + +!IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" + +DEP_CPP_FINDG=\ "..\..\..\common\config-file.h"\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ @@ -4056,82 +4590,33 @@ DEP_CPP_POCKE=\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ - "..\..\..\gui\newgui.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\debug.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\simon\midi.h"\ - "..\..\..\simon\simon.h"\ - "..\..\..\sound\mididrv.h"\ - "..\..\..\sound\mixer.h"\ - "..\dynamic_imports.h"\ - "..\gapi_keys.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ "..\screen.h"\ -NODEP_CPP_POCKE=\ +NODEP_CPP_FINDG=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\ad.h"\ - ".\ameX.h"\ - ".\DL.h"\ - ".\DL_active.h"\ - ".\DL_audio.h"\ ".\DL_byteorder.h"\ - ".\DL_cdrom.h"\ - ".\DL_error.h"\ - ".\DL_events.h"\ - ".\DL_getenv.h"\ - ".\DL_joystick.h"\ - ".\DL_keyboard.h"\ - ".\DL_keysym.h"\ - ".\DL_main.h"\ - ".\DL_mouse.h"\ - ".\DL_mutex.h"\ - ".\DL_quit.h"\ - ".\DL_rwops.h"\ - ".\DL_thread.h"\ - ".\DL_timer.h"\ - ".\DL_types.h"\ - ".\DL_version.h"\ - ".\DL_video.h"\ - ".\egin_code.h"\ - ".\ipapi.h"\ - ".\lose_code.h"\ - ".\x.h"\ - ".\ygshell.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" -DEP_CPP_POCKE=\ - "..\dynamic_imports.h"\ - "..\gapi_keys.h"\ +DEP_CPP_FINDG=\ "..\screen.h"\ -NODEP_CPP_POCKE=\ +NODEP_CPP_FINDG=\ "..\config-file.h"\ - "..\debug.h"\ - "..\gameDetector.h"\ - "..\GameX.h"\ - "..\gui.h"\ "..\scumm.h"\ - "..\SDL.h"\ - "..\SDL_audio.h"\ - "..\SDL_thread.h"\ - "..\SDL_timer.h"\ - "..\simon\simon.h"\ - "..\sound\mididrv.h"\ "..\stdafx.h"\ - ".\ipapi.h"\ - ".\ygshell.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" -DEP_CPP_POCKE=\ +DEP_CPP_FINDG=\ "..\..\..\common\config-file.h"\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ @@ -4144,146 +4629,62 @@ DEP_CPP_POCKE=\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ - "..\..\..\gui\newgui.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\debug.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\simon\midi.h"\ - "..\..\..\simon\simon.h"\ - "..\..\..\sound\mididrv.h"\ - "..\..\..\sound\mixer.h"\ - "..\dynamic_imports.h"\ - "..\gapi_keys.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ "..\screen.h"\ -NODEP_CPP_POCKE=\ +NODEP_CPP_FINDG=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\ad.h"\ - ".\ameX.h"\ - ".\DL.h"\ - ".\DL_active.h"\ - ".\DL_audio.h"\ ".\DL_byteorder.h"\ - ".\DL_cdrom.h"\ - ".\DL_error.h"\ - ".\DL_events.h"\ - ".\DL_getenv.h"\ - ".\DL_joystick.h"\ - ".\DL_keyboard.h"\ - ".\DL_keysym.h"\ - ".\DL_main.h"\ - ".\DL_mouse.h"\ - ".\DL_mutex.h"\ - ".\DL_quit.h"\ - ".\DL_rwops.h"\ - ".\DL_thread.h"\ - ".\DL_timer.h"\ - ".\DL_types.h"\ - ".\DL_version.h"\ - ".\DL_video.h"\ - ".\egin_code.h"\ - ".\ipapi.h"\ - ".\lose_code.h"\ - ".\x.h"\ - ".\ygshell.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" -DEP_CPP_POCKE=\ - "..\dynamic_imports.h"\ - "..\gapi_keys.h"\ +DEP_CPP_FINDG=\ "..\screen.h"\ -NODEP_CPP_POCKE=\ +NODEP_CPP_FINDG=\ "..\config-file.h"\ - "..\debug.h"\ - "..\gameDetector.h"\ - "..\GameX.h"\ - "..\gui.h"\ "..\scumm.h"\ - "..\SDL.h"\ - "..\SDL_audio.h"\ - "..\SDL_thread.h"\ - "..\SDL_timer.h"\ - "..\simon\simon.h"\ - "..\sound\mididrv.h"\ "..\stdafx.h"\ - ".\ipapi.h"\ - ".\ygshell.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" -DEP_CPP_POCKE=\ +DEP_CPP_FINDG=\ "..\..\..\common\config-file.h"\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ - "..\..\..\gui\newgui.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\debug.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\simon\midi.h"\ - "..\..\..\simon\simon.h"\ - "..\..\..\sound\mididrv.h"\ - "..\..\..\sound\mixer.h"\ - "..\..\fs\fs.h"\ - "..\dynamic_imports.h"\ - "..\gapi_keys.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ "..\screen.h"\ - {$(INCLUDE)}"Aygshell.h"\ - {$(INCLUDE)}"begin_code.h"\ - {$(INCLUDE)}"close_code.h"\ - {$(INCLUDE)}"gx.h"\ - {$(INCLUDE)}"mad.h"\ - {$(INCLUDE)}"SDL.h"\ - {$(INCLUDE)}"SDL_active.h"\ - {$(INCLUDE)}"SDL_audio.h"\ {$(INCLUDE)}"SDL_byteorder.h"\ - {$(INCLUDE)}"SDL_cdrom.h"\ - {$(INCLUDE)}"SDL_error.h"\ - {$(INCLUDE)}"SDL_events.h"\ - {$(INCLUDE)}"SDL_getenv.h"\ - {$(INCLUDE)}"SDL_joystick.h"\ - {$(INCLUDE)}"SDL_keyboard.h"\ - {$(INCLUDE)}"SDL_keysym.h"\ - {$(INCLUDE)}"SDL_main.h"\ - {$(INCLUDE)}"SDL_mouse.h"\ - {$(INCLUDE)}"SDL_mutex.h"\ - {$(INCLUDE)}"SDL_quit.h"\ - {$(INCLUDE)}"SDL_rwops.h"\ - {$(INCLUDE)}"SDL_thread.h"\ - {$(INCLUDE)}"SDL_timer.h"\ - {$(INCLUDE)}"SDL_types.h"\ - {$(INCLUDE)}"SDL_version.h"\ - {$(INCLUDE)}"SDL_video.h"\ - {$(INCLUDE)}"sipapi.h"\ -NODEP_CPP_POCKE=\ +NODEP_CPP_FINDG=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - "..\GameX.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" -DEP_CPP_POCKE=\ +DEP_CPP_FINDG=\ "..\..\..\common\config-file.h"\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ @@ -4296,103 +4697,39 @@ DEP_CPP_POCKE=\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ - "..\..\..\gui\newgui.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\debug.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\simon\midi.h"\ - "..\..\..\simon\simon.h"\ - "..\..\..\sound\mididrv.h"\ - "..\..\..\sound\mixer.h"\ - "..\..\fs\fs.h"\ - "..\dynamic_imports.h"\ - "..\gapi_keys.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ "..\screen.h"\ - {$(INCLUDE)}"Aygshell.h"\ - {$(INCLUDE)}"begin_code.h"\ - {$(INCLUDE)}"close_code.h"\ - {$(INCLUDE)}"gx.h"\ - {$(INCLUDE)}"mad.h"\ - {$(INCLUDE)}"SDL.h"\ - {$(INCLUDE)}"SDL_active.h"\ - {$(INCLUDE)}"SDL_audio.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ - {$(INCLUDE)}"SDL_cdrom.h"\ - {$(INCLUDE)}"SDL_error.h"\ - {$(INCLUDE)}"SDL_events.h"\ - {$(INCLUDE)}"SDL_getenv.h"\ - {$(INCLUDE)}"SDL_joystick.h"\ - {$(INCLUDE)}"SDL_keyboard.h"\ - {$(INCLUDE)}"SDL_keysym.h"\ - {$(INCLUDE)}"SDL_main.h"\ - {$(INCLUDE)}"SDL_mouse.h"\ - {$(INCLUDE)}"SDL_mutex.h"\ - {$(INCLUDE)}"SDL_quit.h"\ - {$(INCLUDE)}"SDL_rwops.h"\ - {$(INCLUDE)}"SDL_thread.h"\ - {$(INCLUDE)}"SDL_timer.h"\ - {$(INCLUDE)}"SDL_types.h"\ - {$(INCLUDE)}"SDL_version.h"\ - {$(INCLUDE)}"SDL_video.h"\ - {$(INCLUDE)}"sipapi.h"\ -NODEP_CPP_POCKE=\ +NODEP_CPP_FINDG=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - "..\GameX.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" -DEP_CPP_POCKE=\ - "..\dynamic_imports.h"\ - "..\gapi_keys.h"\ +DEP_CPP_FINDG=\ "..\screen.h"\ -NODEP_CPP_POCKE=\ +NODEP_CPP_FINDG=\ "..\config-file.h"\ - "..\debug.h"\ - "..\gameDetector.h"\ - "..\GameX.h"\ - "..\gui.h"\ "..\scumm.h"\ - "..\SDL.h"\ - "..\SDL_audio.h"\ - "..\SDL_thread.h"\ - "..\SDL_timer.h"\ - "..\simon\simon.h"\ - "..\sound\mididrv.h"\ "..\stdafx.h"\ - ".\ipapi.h"\ - ".\ygshell.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" -DEP_CPP_POCKE=\ - "..\dynamic_imports.h"\ - "..\gapi_keys.h"\ +DEP_CPP_FINDG=\ "..\screen.h"\ -NODEP_CPP_POCKE=\ +NODEP_CPP_FINDG=\ "..\config-file.h"\ - "..\debug.h"\ - "..\gameDetector.h"\ - "..\GameX.h"\ - "..\gui.h"\ "..\scumm.h"\ - "..\SDL.h"\ - "..\SDL_audio.h"\ - "..\SDL_thread.h"\ - "..\SDL_timer.h"\ - "..\simon\simon.h"\ - "..\sound\mididrv.h"\ "..\stdafx.h"\ - ".\ipapi.h"\ - ".\ygshell.h"\ !ENDIF @@ -4400,94 +4737,1268 @@ NODEP_CPP_POCKE=\ # End Source File # Begin Source File -SOURCE=..\resource.h -# End Source File -# Begin Source File - -SOURCE=..\screen.cpp +SOURCE=..\gapi_keys.cpp !IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" -DEP_CPP_SCREE=\ +DEP_CPP_GAPI_=\ + "..\..\..\common\stdafx.h"\ + "..\dynamic_imports.h"\ + "..\gapi_keys.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + "..\screen.h"\ + +NODEP_CPP_GAPI_=\ + ".\ipapi.h"\ + ".\x.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" + +DEP_CPP_GAPI_=\ "..\dynamic_imports.h"\ + "..\gapi_keys.h"\ "..\screen.h"\ -NODEP_CPP_SCREE=\ +NODEP_CPP_GAPI_=\ + "..\stdafx.h"\ + ".\ipapi.h"\ + ".\ygshell.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" + +DEP_CPP_GAPI_=\ + "..\..\..\common\stdafx.h"\ + "..\dynamic_imports.h"\ + "..\gapi_keys.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + "..\screen.h"\ + +NODEP_CPP_GAPI_=\ + ".\ipapi.h"\ + ".\x.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" + +DEP_CPP_GAPI_=\ + "..\dynamic_imports.h"\ + "..\gapi_keys.h"\ + "..\screen.h"\ + +NODEP_CPP_GAPI_=\ + "..\stdafx.h"\ + ".\ipapi.h"\ + ".\ygshell.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" + +DEP_CPP_GAPI_=\ + "..\..\..\common\stdafx.h"\ + "..\dynamic_imports.h"\ + "..\gapi_keys.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + "..\screen.h"\ + {$(INCLUDE)}"gx.h"\ + {$(INCLUDE)}"sipapi.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" + +DEP_CPP_GAPI_=\ + "..\..\..\common\stdafx.h"\ + "..\dynamic_imports.h"\ + "..\gapi_keys.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + "..\screen.h"\ + +NODEP_CPP_GAPI_=\ + ".\ipapi.h"\ ".\x.h"\ +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" + +DEP_CPP_GAPI_=\ + "..\dynamic_imports.h"\ + "..\gapi_keys.h"\ + "..\screen.h"\ + +NODEP_CPP_GAPI_=\ + "..\stdafx.h"\ + ".\ipapi.h"\ + ".\ygshell.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" + +DEP_CPP_GAPI_=\ + "..\dynamic_imports.h"\ + "..\gapi_keys.h"\ + "..\screen.h"\ + +NODEP_CPP_GAPI_=\ + "..\stdafx.h"\ + ".\ipapi.h"\ + ".\ygshell.h"\ + + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\gapi_keys.h +# End Source File +# Begin Source File + +SOURCE=..\newres.h +# End Source File +# Begin Source File + +SOURCE=..\pocketpc.cpp + +!IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" + +DEP_CPP_POCKE=\ + "..\..\..\common\config-file.h"\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\debug.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\simon\midi.h"\ + "..\..\..\simon\simon.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mixer.h"\ + "..\dynamic_imports.h"\ + "..\gapi_keys.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + "..\screen.h"\ + +NODEP_CPP_POCKE=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + ".\ad.h"\ + ".\ameX.h"\ + ".\DL.h"\ + ".\DL_active.h"\ + ".\DL_audio.h"\ + ".\DL_byteorder.h"\ + ".\DL_cdrom.h"\ + ".\DL_error.h"\ + ".\DL_events.h"\ + ".\DL_getenv.h"\ + ".\DL_joystick.h"\ + ".\DL_keyboard.h"\ + ".\DL_keysym.h"\ + ".\DL_main.h"\ + ".\DL_mouse.h"\ + ".\DL_mutex.h"\ + ".\DL_quit.h"\ + ".\DL_rwops.h"\ + ".\DL_thread.h"\ + ".\DL_timer.h"\ + ".\DL_types.h"\ + ".\DL_version.h"\ + ".\DL_video.h"\ + ".\egin_code.h"\ + ".\ipapi.h"\ + ".\lose_code.h"\ + ".\x.h"\ + ".\ygshell.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" + +DEP_CPP_POCKE=\ + "..\dynamic_imports.h"\ + "..\gapi_keys.h"\ + "..\screen.h"\ + +NODEP_CPP_POCKE=\ + "..\config-file.h"\ + "..\debug.h"\ + "..\gameDetector.h"\ + "..\GameX.h"\ + "..\gui.h"\ + "..\scumm.h"\ + "..\SDL.h"\ + "..\SDL_audio.h"\ + "..\SDL_thread.h"\ + "..\SDL_timer.h"\ + "..\simon\simon.h"\ + "..\sound\mididrv.h"\ + "..\stdafx.h"\ + ".\ipapi.h"\ + ".\ygshell.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" + +DEP_CPP_POCKE=\ + "..\..\..\common\config-file.h"\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\debug.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\simon\midi.h"\ + "..\..\..\simon\simon.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mixer.h"\ + "..\dynamic_imports.h"\ + "..\gapi_keys.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + "..\screen.h"\ + +NODEP_CPP_POCKE=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + ".\ad.h"\ + ".\ameX.h"\ + ".\DL.h"\ + ".\DL_active.h"\ + ".\DL_audio.h"\ + ".\DL_byteorder.h"\ + ".\DL_cdrom.h"\ + ".\DL_error.h"\ + ".\DL_events.h"\ + ".\DL_getenv.h"\ + ".\DL_joystick.h"\ + ".\DL_keyboard.h"\ + ".\DL_keysym.h"\ + ".\DL_main.h"\ + ".\DL_mouse.h"\ + ".\DL_mutex.h"\ + ".\DL_quit.h"\ + ".\DL_rwops.h"\ + ".\DL_thread.h"\ + ".\DL_timer.h"\ + ".\DL_types.h"\ + ".\DL_version.h"\ + ".\DL_video.h"\ + ".\egin_code.h"\ + ".\ipapi.h"\ + ".\lose_code.h"\ + ".\x.h"\ + ".\ygshell.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" + +DEP_CPP_POCKE=\ + "..\dynamic_imports.h"\ + "..\gapi_keys.h"\ + "..\screen.h"\ + +NODEP_CPP_POCKE=\ + "..\config-file.h"\ + "..\debug.h"\ + "..\gameDetector.h"\ + "..\GameX.h"\ + "..\gui.h"\ + "..\scumm.h"\ + "..\SDL.h"\ + "..\SDL_audio.h"\ + "..\SDL_thread.h"\ + "..\SDL_timer.h"\ + "..\simon\simon.h"\ + "..\sound\mididrv.h"\ + "..\stdafx.h"\ + ".\ipapi.h"\ + ".\ygshell.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" + +DEP_CPP_POCKE=\ + "..\..\..\common\config-file.h"\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\debug.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\simon\intern.h"\ + "..\..\..\simon\midi.h"\ + "..\..\..\simon\simon.h"\ + "..\..\..\simon\sound.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mixer.h"\ + "..\..\fs\fs.h"\ + "..\dynamic_imports.h"\ + "..\gapi_keys.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + "..\screen.h"\ + {$(INCLUDE)}"Aygshell.h"\ + {$(INCLUDE)}"begin_code.h"\ + {$(INCLUDE)}"close_code.h"\ + {$(INCLUDE)}"gx.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL.h"\ + {$(INCLUDE)}"SDL_active.h"\ + {$(INCLUDE)}"SDL_audio.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + {$(INCLUDE)}"SDL_cdrom.h"\ + {$(INCLUDE)}"SDL_error.h"\ + {$(INCLUDE)}"SDL_events.h"\ + {$(INCLUDE)}"SDL_getenv.h"\ + {$(INCLUDE)}"SDL_joystick.h"\ + {$(INCLUDE)}"SDL_keyboard.h"\ + {$(INCLUDE)}"SDL_keysym.h"\ + {$(INCLUDE)}"SDL_main.h"\ + {$(INCLUDE)}"SDL_mouse.h"\ + {$(INCLUDE)}"SDL_mutex.h"\ + {$(INCLUDE)}"SDL_quit.h"\ + {$(INCLUDE)}"SDL_rwops.h"\ + {$(INCLUDE)}"SDL_thread.h"\ + {$(INCLUDE)}"SDL_timer.h"\ + {$(INCLUDE)}"SDL_types.h"\ + {$(INCLUDE)}"SDL_version.h"\ + {$(INCLUDE)}"SDL_video.h"\ + {$(INCLUDE)}"sipapi.h"\ + {$(INCLUDE)}"vibrate.h"\ + +NODEP_CPP_POCKE=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + "..\GameX.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" + +DEP_CPP_POCKE=\ + "..\..\..\common\config-file.h"\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\debug.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\simon\midi.h"\ + "..\..\..\simon\simon.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mixer.h"\ + "..\..\fs\fs.h"\ + "..\dynamic_imports.h"\ + "..\gapi_keys.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + "..\screen.h"\ + +NODEP_CPP_POCKE=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + "..\GameX.h"\ + ".\ad.h"\ + ".\DL.h"\ + ".\DL_active.h"\ + ".\DL_audio.h"\ + ".\DL_byteorder.h"\ + ".\DL_cdrom.h"\ + ".\DL_error.h"\ + ".\DL_events.h"\ + ".\DL_getenv.h"\ + ".\DL_joystick.h"\ + ".\DL_keyboard.h"\ + ".\DL_keysym.h"\ + ".\DL_main.h"\ + ".\DL_mouse.h"\ + ".\DL_mutex.h"\ + ".\DL_quit.h"\ + ".\DL_rwops.h"\ + ".\DL_thread.h"\ + ".\DL_timer.h"\ + ".\DL_types.h"\ + ".\DL_version.h"\ + ".\DL_video.h"\ + ".\egin_code.h"\ + ".\ipapi.h"\ + ".\lose_code.h"\ + ".\x.h"\ + ".\ygshell.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" + +DEP_CPP_POCKE=\ + "..\dynamic_imports.h"\ + "..\gapi_keys.h"\ + "..\screen.h"\ + +NODEP_CPP_POCKE=\ + "..\config-file.h"\ + "..\debug.h"\ + "..\gameDetector.h"\ + "..\GameX.h"\ + "..\gui.h"\ + "..\scumm.h"\ + "..\SDL.h"\ + "..\SDL_audio.h"\ + "..\SDL_thread.h"\ + "..\SDL_timer.h"\ + "..\simon\simon.h"\ + "..\sound\mididrv.h"\ + "..\stdafx.h"\ + ".\ipapi.h"\ + ".\ygshell.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" + +DEP_CPP_POCKE=\ + "..\dynamic_imports.h"\ + "..\gapi_keys.h"\ + "..\screen.h"\ + +NODEP_CPP_POCKE=\ + "..\config-file.h"\ + "..\debug.h"\ + "..\gameDetector.h"\ + "..\GameX.h"\ + "..\gui.h"\ + "..\scumm.h"\ + "..\SDL.h"\ + "..\SDL_audio.h"\ + "..\SDL_thread.h"\ + "..\SDL_timer.h"\ + "..\simon\simon.h"\ + "..\sound\mididrv.h"\ + "..\stdafx.h"\ + ".\ipapi.h"\ + ".\ygshell.h"\ + + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\resource.h +# End Source File +# Begin Source File + +SOURCE=..\screen.cpp + +!IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" + +DEP_CPP_SCREE=\ + "..\dynamic_imports.h"\ + "..\screen.h"\ + +NODEP_CPP_SCREE=\ + ".\x.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" + +DEP_CPP_SCREE=\ + "..\dynamic_imports.h"\ + "..\screen.h"\ + +NODEP_CPP_SCREE=\ + "..\gx.h"\ + ".\ipapi.h"\ + ".\ygshell.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" + +DEP_CPP_SCREE=\ + "..\dynamic_imports.h"\ + "..\screen.h"\ + +NODEP_CPP_SCREE=\ + ".\x.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" + +DEP_CPP_SCREE=\ + "..\dynamic_imports.h"\ + "..\screen.h"\ + +NODEP_CPP_SCREE=\ + "..\gx.h"\ + ".\ipapi.h"\ + ".\ygshell.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" + +DEP_CPP_SCREE=\ + "..\dynamic_imports.h"\ + "..\screen.h"\ + {$(INCLUDE)}"gx.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" + +DEP_CPP_SCREE=\ + "..\dynamic_imports.h"\ + "..\screen.h"\ + +NODEP_CPP_SCREE=\ + ".\x.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" + +DEP_CPP_SCREE=\ + "..\dynamic_imports.h"\ + "..\screen.h"\ + +NODEP_CPP_SCREE=\ + "..\gx.h"\ + ".\ipapi.h"\ + ".\ygshell.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" + +DEP_CPP_SCREE=\ + "..\dynamic_imports.h"\ + "..\screen.h"\ + +NODEP_CPP_SCREE=\ + "..\gx.h"\ + ".\ipapi.h"\ + ".\ygshell.h"\ + + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\screen.h +# End Source File +# End Group +# Begin Group "fs" + +# PROP Default_Filter "" +# Begin Group "windows" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE="..\..\fs\windows\windows-fs.cpp" + +!IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" + +DEP_CPP_WINDO=\ + "..\..\..\common\list.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\str.h"\ + "..\..\fs\fs.h"\ + +NODEP_CPP_WINDO=\ + "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" + +DEP_CPP_WINDO=\ + "..\..\fs\fs.h"\ + +NODEP_CPP_WINDO=\ + "..\..\fs\common\list.h"\ + "..\..\fs\common\str.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" + +DEP_CPP_WINDO=\ + "..\..\..\common\list.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\str.h"\ + "..\..\fs\fs.h"\ + +NODEP_CPP_WINDO=\ + "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" + +DEP_CPP_WINDO=\ + "..\..\fs\fs.h"\ + +NODEP_CPP_WINDO=\ + "..\..\fs\common\list.h"\ + "..\..\fs\common\str.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" + +DEP_CPP_WINDO=\ + "..\..\..\common\list.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\str.h"\ + "..\..\fs\fs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_WINDO=\ + "..\..\..\common\macos.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" + +DEP_CPP_WINDO=\ + "..\..\..\common\list.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\str.h"\ + "..\..\fs\fs.h"\ + +NODEP_CPP_WINDO=\ + "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" + +DEP_CPP_WINDO=\ + "..\..\fs\fs.h"\ + +NODEP_CPP_WINDO=\ + "..\..\fs\common\list.h"\ + "..\..\fs\common\str.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" + +DEP_CPP_WINDO=\ + "..\..\fs\fs.h"\ + +NODEP_CPP_WINDO=\ + "..\..\fs\common\list.h"\ + "..\..\fs\common\str.h"\ + + +!ENDIF + +# End Source File +# End Group +# Begin Source File + +SOURCE=..\..\fs\fs.h +# End Source File +# End Group +# Begin Group "midi" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\..\midi\adlib.cpp + +!IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" + +DEP_CPP_ADLIB=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\util.h"\ + "..\..\..\sound\fmopl.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + +NODEP_CPP_ADLIB=\ + "..\..\..\common\macos.h"\ + ".\ad.h"\ + ".\DL_byteorder.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" + +NODEP_CPP_ADLIB=\ + "..\..\midi\common\engine.h"\ + "..\..\midi\common\util.h"\ + "..\..\midi\sound\fmopl.h"\ + "..\..\midi\sound\mididrv.h"\ + "..\..\midi\sound\mixer.h"\ + "..\..\midi\stdafx.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" + +DEP_CPP_ADLIB=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\util.h"\ + "..\..\..\sound\fmopl.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + +NODEP_CPP_ADLIB=\ + "..\..\..\common\macos.h"\ + ".\ad.h"\ + ".\DL_byteorder.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" + +NODEP_CPP_ADLIB=\ + "..\..\midi\common\engine.h"\ + "..\..\midi\common\util.h"\ + "..\..\midi\sound\fmopl.h"\ + "..\..\midi\sound\mididrv.h"\ + "..\..\midi\sound\mixer.h"\ + "..\..\midi\stdafx.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" + +DEP_CPP_ADLIB=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\util.h"\ + "..\..\..\sound\fmopl.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_ADLIB=\ + "..\..\..\common\macos.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" + +DEP_CPP_ADLIB=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\util.h"\ + "..\..\..\sound\fmopl.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + +NODEP_CPP_ADLIB=\ + "..\..\..\common\macos.h"\ + ".\ad.h"\ + ".\DL_byteorder.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" + +NODEP_CPP_ADLIB=\ + "..\..\midi\common\engine.h"\ + "..\..\midi\common\util.h"\ + "..\..\midi\sound\fmopl.h"\ + "..\..\midi\sound\mididrv.h"\ + "..\..\midi\sound\mixer.h"\ + "..\..\midi\stdafx.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" + +NODEP_CPP_ADLIB=\ + "..\..\midi\common\engine.h"\ + "..\..\midi\common\util.h"\ + "..\..\midi\sound\fmopl.h"\ + "..\..\midi\sound\mididrv.h"\ + "..\..\midi\sound\mixer.h"\ + "..\..\midi\stdafx.h"\ + + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\midi\alsa.cpp + +!IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" + +DEP_CPP_ALSA_=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\system.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mpu401.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + +NODEP_CPP_ALSA_=\ + "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" + +NODEP_CPP_ALSA_=\ + "..\..\midi\common\engine.h"\ + "..\..\midi\sound\mpu401.h"\ + "..\..\midi\stdafx.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" + +DEP_CPP_ALSA_=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\system.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mpu401.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + +NODEP_CPP_ALSA_=\ + "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" + +NODEP_CPP_ALSA_=\ + "..\..\midi\common\engine.h"\ + "..\..\midi\sound\mpu401.h"\ + "..\..\midi\stdafx.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" + +DEP_CPP_ALSA_=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\system.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mpu401.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_ALSA_=\ + "..\..\..\common\macos.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" + +DEP_CPP_ALSA_=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\system.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mpu401.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + +NODEP_CPP_ALSA_=\ + "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" + +NODEP_CPP_ALSA_=\ + "..\..\midi\common\engine.h"\ + "..\..\midi\sound\mpu401.h"\ + "..\..\midi\stdafx.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" + +NODEP_CPP_ALSA_=\ + "..\..\midi\common\engine.h"\ + "..\..\midi\sound\mpu401.h"\ + "..\..\midi\stdafx.h"\ + + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\midi\coreaudio.cpp + +!IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" + +DEP_CPP_COREA=\ + "..\..\..\common\scummsys.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mpu401.h"\ + +NODEP_CPP_COREA=\ + "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" + +NODEP_CPP_COREA=\ + "..\..\midi\sound\mpu401.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" + +DEP_CPP_COREA=\ + "..\..\..\common\scummsys.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mpu401.h"\ + +NODEP_CPP_COREA=\ + "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" + +NODEP_CPP_COREA=\ + "..\..\midi\sound\mpu401.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" + +DEP_CPP_COREA=\ + "..\..\..\common\scummsys.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mpu401.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_COREA=\ + "..\..\..\common\macos.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" + +DEP_CPP_COREA=\ + "..\..\..\common\scummsys.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mpu401.h"\ + +NODEP_CPP_COREA=\ + "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" + +NODEP_CPP_COREA=\ + "..\..\midi\sound\mpu401.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" + +NODEP_CPP_COREA=\ + "..\..\midi\sound\mpu401.h"\ + + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\midi\morphos.cpp + +!IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" + +DEP_CPP_MORPH=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\system.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mpu401.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + +NODEP_CPP_MORPH=\ + "..\..\..\common\macos.h"\ + "..\..\midi\morphos.h"\ + "..\..\midi\morphos_sound.h"\ + ".\DL_byteorder.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" + +NODEP_CPP_MORPH=\ + "..\..\midi\common\engine.h"\ + "..\..\midi\morphos.h"\ + "..\..\midi\morphos_sound.h"\ + "..\..\midi\sound\mpu401.h"\ + "..\..\midi\stdafx.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" + +DEP_CPP_MORPH=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\system.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mpu401.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + +NODEP_CPP_MORPH=\ + "..\..\..\common\macos.h"\ + "..\..\midi\morphos.h"\ + "..\..\midi\morphos_sound.h"\ + ".\DL_byteorder.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" + +NODEP_CPP_MORPH=\ + "..\..\midi\common\engine.h"\ + "..\..\midi\morphos.h"\ + "..\..\midi\morphos_sound.h"\ + "..\..\midi\sound\mpu401.h"\ + "..\..\midi\stdafx.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" + +DEP_CPP_MORPH=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\system.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mpu401.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_MORPH=\ + "..\..\..\common\macos.h"\ + "..\..\midi\morphos.h"\ + "..\..\midi\morphos_sound.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" + +DEP_CPP_MORPH=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\system.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mpu401.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + +NODEP_CPP_MORPH=\ + "..\..\..\common\macos.h"\ + "..\..\midi\morphos.h"\ + "..\..\midi\morphos_sound.h"\ + ".\DL_byteorder.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" + +NODEP_CPP_MORPH=\ + "..\..\midi\common\engine.h"\ + "..\..\midi\morphos.h"\ + "..\..\midi\morphos_sound.h"\ + "..\..\midi\sound\mpu401.h"\ + "..\..\midi\stdafx.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" + +NODEP_CPP_MORPH=\ + "..\..\midi\common\engine.h"\ + "..\..\midi\morphos.h"\ + "..\..\midi\morphos_sound.h"\ + "..\..\midi\sound\mpu401.h"\ + "..\..\midi\stdafx.h"\ + + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\midi\null.cpp + +!IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" + +DEP_CPP_NULL_=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\system.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mpu401.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + +NODEP_CPP_NULL_=\ + "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ + + !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" -DEP_CPP_SCREE=\ - "..\dynamic_imports.h"\ - "..\screen.h"\ - -NODEP_CPP_SCREE=\ - "..\gx.h"\ - ".\ipapi.h"\ - ".\ygshell.h"\ +NODEP_CPP_NULL_=\ + "..\..\midi\common\engine.h"\ + "..\..\midi\sound\mpu401.h"\ + "..\..\midi\stdafx.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" -DEP_CPP_SCREE=\ - "..\dynamic_imports.h"\ - "..\screen.h"\ +DEP_CPP_NULL_=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\system.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mpu401.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ -NODEP_CPP_SCREE=\ - ".\x.h"\ +NODEP_CPP_NULL_=\ + "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" -DEP_CPP_SCREE=\ - "..\dynamic_imports.h"\ - "..\screen.h"\ - -NODEP_CPP_SCREE=\ - "..\gx.h"\ - ".\ipapi.h"\ - ".\ygshell.h"\ +NODEP_CPP_NULL_=\ + "..\..\midi\common\engine.h"\ + "..\..\midi\sound\mpu401.h"\ + "..\..\midi\stdafx.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" -DEP_CPP_SCREE=\ - "..\dynamic_imports.h"\ - "..\screen.h"\ - {$(INCLUDE)}"gx.h"\ +DEP_CPP_NULL_=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\system.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mpu401.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_NULL_=\ + "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" -DEP_CPP_SCREE=\ - "..\dynamic_imports.h"\ - "..\screen.h"\ - {$(INCLUDE)}"gx.h"\ +DEP_CPP_NULL_=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\system.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mpu401.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + +NODEP_CPP_NULL_=\ + "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" -DEP_CPP_SCREE=\ - "..\dynamic_imports.h"\ - "..\screen.h"\ - -NODEP_CPP_SCREE=\ - "..\gx.h"\ - ".\ipapi.h"\ - ".\ygshell.h"\ +NODEP_CPP_NULL_=\ + "..\..\midi\common\engine.h"\ + "..\..\midi\sound\mpu401.h"\ + "..\..\midi\stdafx.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" -DEP_CPP_SCREE=\ - "..\dynamic_imports.h"\ - "..\screen.h"\ - -NODEP_CPP_SCREE=\ - "..\gx.h"\ - ".\ipapi.h"\ - ".\ygshell.h"\ +NODEP_CPP_NULL_=\ + "..\..\midi\common\engine.h"\ + "..\..\midi\sound\mpu401.h"\ + "..\..\midi\stdafx.h"\ !ENDIF @@ -4495,248 +6006,204 @@ NODEP_CPP_SCREE=\ # End Source File # Begin Source File -SOURCE=..\screen.h -# End Source File -# End Group -# Begin Group "fs" - -# PROP Default_Filter "" -# Begin Group "windows" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE="..\..\fs\windows\windows-fs.cpp" +SOURCE=..\..\midi\quicktime.cpp !IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" -DEP_CPP_WINDO=\ - "..\..\..\common\list.h"\ +DEP_CPP_QUICK=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ - "..\..\..\common\str.h"\ - "..\..\fs\fs.h"\ + "..\..\..\common\system.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mpu401.h"\ -NODEP_CPP_WINDO=\ +NODEP_CPP_QUICK=\ "..\..\..\common\macos.h"\ ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" -DEP_CPP_WINDO=\ - "..\..\fs\fs.h"\ - -NODEP_CPP_WINDO=\ - "..\..\fs\common\list.h"\ - "..\..\fs\common\str.h"\ +NODEP_CPP_QUICK=\ + "..\..\midi\common\engine.h"\ + "..\..\midi\sound\mpu401.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" -DEP_CPP_WINDO=\ - "..\..\..\common\list.h"\ +DEP_CPP_QUICK=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ - "..\..\..\common\str.h"\ - "..\..\fs\fs.h"\ + "..\..\..\common\system.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mpu401.h"\ -NODEP_CPP_WINDO=\ +NODEP_CPP_QUICK=\ "..\..\..\common\macos.h"\ ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" -DEP_CPP_WINDO=\ - "..\..\fs\fs.h"\ - -NODEP_CPP_WINDO=\ - "..\..\fs\common\list.h"\ - "..\..\fs\common\str.h"\ +NODEP_CPP_QUICK=\ + "..\..\midi\common\engine.h"\ + "..\..\midi\sound\mpu401.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" -DEP_CPP_WINDO=\ - "..\..\..\common\list.h"\ +DEP_CPP_QUICK=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ - "..\..\..\common\str.h"\ - "..\..\fs\fs.h"\ + "..\..\..\common\system.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mpu401.h"\ {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_WINDO=\ +NODEP_CPP_QUICK=\ "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" -DEP_CPP_WINDO=\ - "..\..\..\common\list.h"\ +DEP_CPP_QUICK=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ - "..\..\..\common\str.h"\ - "..\..\fs\fs.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ + "..\..\..\common\system.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mpu401.h"\ -NODEP_CPP_WINDO=\ +NODEP_CPP_QUICK=\ "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" -DEP_CPP_WINDO=\ - "..\..\fs\fs.h"\ - -NODEP_CPP_WINDO=\ - "..\..\fs\common\list.h"\ - "..\..\fs\common\str.h"\ +NODEP_CPP_QUICK=\ + "..\..\midi\common\engine.h"\ + "..\..\midi\sound\mpu401.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" -DEP_CPP_WINDO=\ - "..\..\fs\fs.h"\ - -NODEP_CPP_WINDO=\ - "..\..\fs\common\list.h"\ - "..\..\fs\common\str.h"\ +NODEP_CPP_QUICK=\ + "..\..\midi\common\engine.h"\ + "..\..\midi\sound\mpu401.h"\ !ENDIF # End Source File -# End Group -# Begin Source File - -SOURCE=..\..\fs\fs.h -# End Source File -# End Group -# Begin Group "midi" - -# PROP Default_Filter "" # Begin Source File -SOURCE=..\..\midi\adlib.cpp +SOURCE=..\..\midi\windows.cpp !IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" -DEP_CPP_ADLIB=\ +DEP_CPP_WINDOW=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ - "..\..\..\common\util.h"\ - "..\..\..\sound\fmopl.h"\ "..\..\..\sound\mididrv.h"\ - "..\..\..\sound\mixer.h"\ + "..\..\..\sound\mpu401.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"mad.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_ADLIB=\ +NODEP_CPP_WINDOW=\ "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" -NODEP_CPP_ADLIB=\ +NODEP_CPP_WINDOW=\ "..\..\midi\common\engine.h"\ - "..\..\midi\common\util.h"\ - "..\..\midi\sound\fmopl.h"\ - "..\..\midi\sound\mididrv.h"\ - "..\..\midi\sound\mixer.h"\ + "..\..\midi\sound\mpu401.h"\ "..\..\midi\stdafx.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" -DEP_CPP_ADLIB=\ +DEP_CPP_WINDOW=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ - "..\..\..\common\util.h"\ - "..\..\..\sound\fmopl.h"\ "..\..\..\sound\mididrv.h"\ - "..\..\..\sound\mixer.h"\ + "..\..\..\sound\mpu401.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"mad.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_ADLIB=\ +NODEP_CPP_WINDOW=\ "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" -NODEP_CPP_ADLIB=\ +NODEP_CPP_WINDOW=\ "..\..\midi\common\engine.h"\ - "..\..\midi\common\util.h"\ - "..\..\midi\sound\fmopl.h"\ - "..\..\midi\sound\mididrv.h"\ - "..\..\midi\sound\mixer.h"\ + "..\..\midi\sound\mpu401.h"\ "..\..\midi\stdafx.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" -DEP_CPP_ADLIB=\ +DEP_CPP_WINDOW=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ - "..\..\..\common\util.h"\ - "..\..\..\sound\fmopl.h"\ "..\..\..\sound\mididrv.h"\ - "..\..\..\sound\mixer.h"\ + "..\..\..\sound\mpu401.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"mad.h"\ {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_ADLIB=\ +NODEP_CPP_WINDOW=\ "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" -DEP_CPP_ADLIB=\ +DEP_CPP_WINDOW=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ - "..\..\..\common\util.h"\ - "..\..\..\sound\fmopl.h"\ "..\..\..\sound\mididrv.h"\ - "..\..\..\sound\mixer.h"\ + "..\..\..\sound\mpu401.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"mad.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_ADLIB=\ +NODEP_CPP_WINDOW=\ "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" -NODEP_CPP_ADLIB=\ +NODEP_CPP_WINDOW=\ "..\..\midi\common\engine.h"\ - "..\..\midi\common\util.h"\ - "..\..\midi\sound\fmopl.h"\ - "..\..\midi\sound\mididrv.h"\ - "..\..\midi\sound\mixer.h"\ + "..\..\midi\sound\mpu401.h"\ "..\..\midi\stdafx.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" -NODEP_CPP_ADLIB=\ +NODEP_CPP_WINDOW=\ "..\..\midi\common\engine.h"\ - "..\..\midi\common\util.h"\ - "..\..\midi\sound\fmopl.h"\ - "..\..\midi\sound\mididrv.h"\ - "..\..\midi\sound\mixer.h"\ + "..\..\midi\sound\mpu401.h"\ "..\..\midi\stdafx.h"\ @@ -4858,19 +6325,25 @@ DEP_CPP_ACTOR=\ "..\..\..\common\file.h"\ "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\akos.h"\ + "..\..\..\scumm\base-costume.h"\ "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\charset.h"\ "..\..\..\scumm\costume.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\usage_bits.h"\ "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ @@ -4905,12 +6378,12 @@ DEP_CPP_ACTOR=\ "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"mad.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_ACTOR=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ + ".\ad.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" @@ -5101,15 +6574,20 @@ NODEP_CPP_SCUMM=\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" DEP_CPP_SCUMM=\ + "..\..\..\common\config-file.h"\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\gui\console.h"\ "..\..\..\gui\dialog.h"\ "..\..\..\gui\message.h"\ "..\..\..\gui\newgui.h"\ @@ -5117,14 +6595,18 @@ DEP_CPP_SCUMM=\ "..\..\..\scumm\actor.h"\ "..\..\..\scumm\boxes.h"\ "..\..\..\scumm\bundle.h"\ - "..\..\..\scumm\debug.h"\ + "..\..\..\scumm\charset.h"\ + "..\..\..\scumm\debugger.h"\ "..\..\..\scumm\dialogs.h"\ "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\imuse_digi.h"\ + "..\..\..\scumm\intern.h"\ "..\..\..\scumm\object.h"\ "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ "..\..\..\scumm\sound.h"\ + "..\..\..\scumm\verbs.h"\ "..\..\..\sound\mididrv.h"\ "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ @@ -5168,12 +6650,12 @@ DEP_CPP_SCUMM=\ "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ - {$(INCLUDE)}"mad.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_SCUMM=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ + ".\ad.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" @@ -5243,33 +6725,6 @@ NODEP_CPP_SCUMM=\ # Begin Group "Resource Files" # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# Begin Source File - -SOURCE=..\PocketSCUMM.rc - -!IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" - -!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" - -!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" - -!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" - -!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" - -!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" - -!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" - -!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\icons\scumm_icon.ico -# End Source File # End Group # Begin Source File diff --git a/backends/wince/simon/simon.vcp b/backends/wince/simon/simon.vcp index 75991c840e..4f33fe6466 100644 --- a/backends/wince/simon/simon.vcp +++ b/backends/wince/simon/simon.vcp @@ -267,23 +267,25 @@ SOURCE=..\..\..\simon\debug.cpp DEP_CPP_DEBUG=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.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"\ NODEP_CPP_DEBUG=\ "..\..\..\common\macos.h"\ - "..\..\..\simon\simonsound.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "simon - Win32 (WCE MIPS) Debug" @@ -300,23 +302,25 @@ NODEP_CPP_DEBUG=\ DEP_CPP_DEBUG=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.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"\ NODEP_CPP_DEBUG=\ "..\..\..\common\macos.h"\ - "..\..\..\simon\simonsound.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "simon - Win32 (WCE SH3) Debug" @@ -333,6 +337,7 @@ NODEP_CPP_DEBUG=\ DEP_CPP_DEBUG=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -357,20 +362,25 @@ NODEP_CPP_DEBUG=\ DEP_CPP_DEBUG=\ "..\..\..\common\engine.h"\ - "..\..\..\common\file.h"\ + "..\..\..\common\savefile.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"\ NODEP_CPP_DEBUG=\ "..\..\..\common\macos.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "simon - Win32 (WCE x86em) Release" @@ -398,6 +408,10 @@ NODEP_CPP_DEBUG=\ # End Source File # Begin Source File +SOURCE=..\..\..\simon\debug.h +# End Source File +# Begin Source File + SOURCE=..\..\..\simon\intern.h # End Source File # Begin Source File @@ -408,21 +422,23 @@ SOURCE=..\..\..\simon\items.cpp DEP_CPP_ITEMS=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.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"\ NODEP_CPP_ITEMS=\ "..\..\..\common\macos.h"\ - "..\..\..\simon\simonsound.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "simon - Win32 (WCE MIPS) Debug" @@ -437,21 +453,23 @@ NODEP_CPP_ITEMS=\ DEP_CPP_ITEMS=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.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"\ NODEP_CPP_ITEMS=\ "..\..\..\common\macos.h"\ - "..\..\..\simon\simonsound.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "simon - Win32 (WCE SH3) Debug" @@ -466,6 +484,7 @@ NODEP_CPP_ITEMS=\ DEP_CPP_ITEMS=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -488,20 +507,23 @@ NODEP_CPP_ITEMS=\ DEP_CPP_ITEMS=\ "..\..\..\common\engine.h"\ - "..\..\..\common\file.h"\ + "..\..\..\common\savefile.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"\ NODEP_CPP_ITEMS=\ "..\..\..\common\macos.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "simon - Win32 (WCE x86em) Release" @@ -532,23 +554,25 @@ SOURCE=..\..\..\simon\midi.cpp DEP_CPP_MIDI_=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\savefile.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\mididrv.h"\ "..\..\..\sound\midistreamer.h"\ "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_MIDI_=\ "..\..\..\common\macos.h"\ - "..\..\..\simon\simonsound.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "simon - Win32 (WCE MIPS) Debug" @@ -568,23 +592,25 @@ NODEP_CPP_MIDI_=\ DEP_CPP_MIDI_=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\savefile.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\mididrv.h"\ "..\..\..\sound\midistreamer.h"\ "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_MIDI_=\ "..\..\..\common\macos.h"\ - "..\..\..\simon\simonsound.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "simon - Win32 (WCE SH3) Debug" @@ -604,6 +630,7 @@ NODEP_CPP_MIDI_=\ DEP_CPP_MIDI_=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -629,19 +656,25 @@ NODEP_CPP_MIDI_=\ DEP_CPP_MIDI_=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\savefile.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\mididrv.h"\ + "..\..\..\sound\midistreamer.h"\ "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_MIDI_=\ "..\..\..\common\macos.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "simon - Win32 (WCE x86em) Release" @@ -684,21 +717,23 @@ SOURCE=..\..\..\simon\res.cpp DEP_CPP_RES_C=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\savefile.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"\ NODEP_CPP_RES_C=\ "..\..\..\common\macos.h"\ - "..\..\..\simon\simonsound.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "simon - Win32 (WCE MIPS) Debug" @@ -715,21 +750,23 @@ NODEP_CPP_RES_C=\ DEP_CPP_RES_C=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\savefile.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"\ NODEP_CPP_RES_C=\ "..\..\..\common\macos.h"\ - "..\..\..\simon\simonsound.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "simon - Win32 (WCE SH3) Debug" @@ -746,6 +783,7 @@ NODEP_CPP_RES_C=\ DEP_CPP_RES_C=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -769,19 +807,23 @@ NODEP_CPP_RES_C=\ DEP_CPP_RES_C=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\savefile.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"\ NODEP_CPP_RES_C=\ "..\..\..\common\macos.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "simon - Win32 (WCE x86em) Release" @@ -816,24 +858,26 @@ DEP_CPP_SIMON=\ "..\..\..\common\file.h"\ "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\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"\ NODEP_CPP_SIMON=\ "..\..\..\common\macos.h"\ - "..\..\..\simon\simonsound.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "simon - Win32 (WCE MIPS) Debug" @@ -855,24 +899,26 @@ DEP_CPP_SIMON=\ "..\..\..\common\file.h"\ "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\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"\ NODEP_CPP_SIMON=\ "..\..\..\common\macos.h"\ - "..\..\..\simon\simonsound.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "simon - Win32 (WCE SH3) Debug" @@ -894,6 +940,7 @@ DEP_CPP_SIMON=\ "..\..\..\common\file.h"\ "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ @@ -922,21 +969,26 @@ DEP_CPP_SIMON=\ "..\..\..\common\file.h"\ "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\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"\ NODEP_CPP_SIMON=\ "..\..\..\common\macos.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "simon - Win32 (WCE x86em) Release" @@ -979,6 +1031,7 @@ SOURCE=..\..\..\simon\sound.cpp DEP_CPP_SOUND=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -987,6 +1040,8 @@ DEP_CPP_SOUND=\ "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_SOUND=\ "..\..\..\common\macos.h"\ @@ -998,6 +1053,7 @@ NODEP_CPP_SOUND=\ "..\..\..\simon\common\engine.h"\ "..\..\..\simon\common\file.h"\ "..\..\..\simon\simon\sound.h"\ + "..\..\..\simon\stdafx.h"\ !ELSEIF "$(CFG)" == "simon - Win32 (WCE SH3) Release" @@ -1005,6 +1061,7 @@ NODEP_CPP_SOUND=\ DEP_CPP_SOUND=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -1013,6 +1070,8 @@ DEP_CPP_SOUND=\ "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_SOUND=\ "..\..\..\common\macos.h"\ @@ -1024,6 +1083,7 @@ NODEP_CPP_SOUND=\ "..\..\..\simon\common\engine.h"\ "..\..\..\simon\common\file.h"\ "..\..\..\simon\simon\sound.h"\ + "..\..\..\simon\stdafx.h"\ !ELSEIF "$(CFG)" == "simon - Win32 (WCE ARM) Release" @@ -1031,6 +1091,7 @@ NODEP_CPP_SOUND=\ DEP_CPP_SOUND=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -1051,6 +1112,7 @@ NODEP_CPP_SOUND=\ DEP_CPP_SOUND=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -1072,6 +1134,7 @@ NODEP_CPP_SOUND=\ "..\..\..\simon\common\engine.h"\ "..\..\..\simon\common\file.h"\ "..\..\..\simon\simon\sound.h"\ + "..\..\..\simon\stdafx.h"\ !ELSEIF "$(CFG)" == "simon - Win32 (WCE x86em) Debug" @@ -1080,6 +1143,7 @@ NODEP_CPP_SOUND=\ "..\..\..\simon\common\engine.h"\ "..\..\..\simon\common\file.h"\ "..\..\..\simon\simon\sound.h"\ + "..\..\..\simon\stdafx.h"\ !ENDIF @@ -1097,21 +1161,23 @@ SOURCE=..\..\..\simon\verb.cpp DEP_CPP_VERB_=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.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"\ NODEP_CPP_VERB_=\ "..\..\..\common\macos.h"\ - "..\..\..\simon\simonsound.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "simon - Win32 (WCE MIPS) Debug" @@ -1126,21 +1192,23 @@ NODEP_CPP_VERB_=\ DEP_CPP_VERB_=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.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"\ NODEP_CPP_VERB_=\ "..\..\..\common\macos.h"\ - "..\..\..\simon\simonsound.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "simon - Win32 (WCE SH3) Debug" @@ -1155,6 +1223,7 @@ NODEP_CPP_VERB_=\ DEP_CPP_VERB_=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -1177,20 +1246,23 @@ NODEP_CPP_VERB_=\ DEP_CPP_VERB_=\ "..\..\..\common\engine.h"\ - "..\..\..\common\file.h"\ + "..\..\..\common\savefile.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"\ NODEP_CPP_VERB_=\ "..\..\..\common\macos.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "simon - Win32 (WCE x86em) Release" @@ -1220,22 +1292,24 @@ SOURCE=..\..\..\simon\vga.cpp DEP_CPP_VGA_C=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.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"\ NODEP_CPP_VGA_C=\ "..\..\..\common\macos.h"\ - "..\..\..\simon\simonsound.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "simon - Win32 (WCE MIPS) Debug" @@ -1251,22 +1325,24 @@ NODEP_CPP_VGA_C=\ DEP_CPP_VGA_C=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.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"\ NODEP_CPP_VGA_C=\ "..\..\..\common\macos.h"\ - "..\..\..\simon\simonsound.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "simon - Win32 (WCE SH3) Debug" @@ -1282,6 +1358,7 @@ NODEP_CPP_VGA_C=\ DEP_CPP_VGA_C=\ "..\..\..\common\engine.h"\ + "..\..\..\common\savefile.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ @@ -1305,20 +1382,24 @@ NODEP_CPP_VGA_C=\ DEP_CPP_VGA_C=\ "..\..\..\common\engine.h"\ - "..\..\..\common\file.h"\ + "..\..\..\common\savefile.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"\ NODEP_CPP_VGA_C=\ "..\..\..\common\macos.h"\ - ".\ad.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "simon - Win32 (WCE x86em) Release" @@ -1341,6 +1422,10 @@ NODEP_CPP_VGA_C=\ !ENDIF +# End Source File +# Begin Source File + +SOURCE=..\..\..\simon\vga.h # End Source File # End Group # End Target -- cgit v1.2.3