aboutsummaryrefslogtreecommitdiff
path: root/backends/wince
diff options
context:
space:
mode:
authorNicolas Bacca2003-01-26 21:50:53 +0000
committerNicolas Bacca2003-01-26 21:50:53 +0000
commite6291059629d0409bdd65ed1e4b8bd132a3daaca (patch)
tree8c0b9f8e4c4f28383fa27c8e8540d796326f1216 /backends/wince
parent20fc553b942d6c571afb2b89b2d1c972c5e04f7d (diff)
downloadscummvm-rg350-e6291059629d0409bdd65ed1e4b8bd132a3daaca.tar.gz
scummvm-rg350-e6291059629d0409bdd65ed1e4b8bd132a3daaca.tar.bz2
scummvm-rg350-e6291059629d0409bdd65ed1e4b8bd132a3daaca.zip
Update project files - Smartphone support completed \!
svn-id: r6558
Diffstat (limited to 'backends/wince')
-rw-r--r--backends/wince/PocketSCUMM.vcc11
-rw-r--r--backends/wince/scummvm/scummvm.vcp1422
2 files changed, 1341 insertions, 92 deletions
diff --git a/backends/wince/PocketSCUMM.vcc b/backends/wince/PocketSCUMM.vcc
index 9a25751416..e0cc73aa66 100644
--- a/backends/wince/PocketSCUMM.vcc
+++ b/backends/wince/PocketSCUMM.vcc
@@ -10,12 +10,13 @@ LastPage=0
ClassCount=0
-ResourceCount=5
+ResourceCount=6
Resource1=IDM_MENU
Resource2=IDD_DIALOG1
Resource3=IDD_GAMESELECT
Resource4=IDD_GAMESELECT (English (U.S.))
Resource5=IDM_MENU (English (U.S.))
+Resource6=IDR_SMARTFON_MENUBAR_GAMES
[DLG:IDD_GAMESELECT (English (U.S.))]
Type=1
@@ -72,3 +73,11 @@ ControlCount=2
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
+[MNU:IDR_SMARTFON_MENUBAR_GAMES]
+Type=1
+Class=?
+Command1=IDM_SMARTFON_SCAN
+Command2=IDM_SMARTFON_QUIT
+Command3=IDM_SMARTFON_MUSIC
+CommandCount=3
+
diff --git a/backends/wince/scummvm/scummvm.vcp b/backends/wince/scummvm/scummvm.vcp
index 46b8fc5e12..9bf0879fbf 100644
--- a/backends/wince/scummvm/scummvm.vcp
+++ b/backends/wince/scummvm/scummvm.vcp
@@ -203,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=
+# End Special Build Tool
!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug"
@@ -220,6 +224,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 "DEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
@@ -235,7 +241,11 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
-# ADD LINK32 commctrl.lib coredll.lib mad.lib SDLAudio.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+# ADD LINK32 commctrl.lib coredll.lib mad.lib SDLAudio.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"ARMDbg/PocketSCUMM.exe" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+# Begin Special Build Tool
+SOURCE="$(InputPath)"
+PostBuild_Cmds=
+# End Special Build Tool
!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release"
@@ -418,10 +428,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 ARM) Debug"
@@ -608,12 +618,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 ARM) Debug"
@@ -772,10 +782,10 @@ DEP_CPP_FILE_=\
"..\..\..\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 ARM) Debug"
@@ -929,10 +939,10 @@ DEP_CPP_GAMED=\
"..\..\..\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 ARM) Debug"
@@ -1073,10 +1083,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 ARM) Debug"
@@ -1262,10 +1272,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 ARM) Debug"
@@ -1401,11 +1411,11 @@ DEP_CPP_TIMER=\
"..\..\..\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 ARM) Debug"
@@ -1605,10 +1615,10 @@ DEP_CPP_FMOPL=\
"..\..\..\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 ARM) Debug"
@@ -1738,10 +1748,10 @@ DEP_CPP_MIDID=\
"..\..\..\sound\mpu401.h"\
"..\missing\unistd.h"\
"..\portdefs.h"\
- {$(INCLUDE)}"SDL_byteorder.h"\
NODEP_CPP_MIDID=\
"..\..\..\common\macos.h"\
+ ".\DL_byteorder.h"\
!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug"
@@ -1855,10 +1865,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 ARM) Debug"
@@ -1985,11 +1995,11 @@ DEP_CPP_MIXER=\
"..\..\..\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 ARM) Debug"
@@ -2125,10 +2135,10 @@ DEP_CPP_MPU40=\
"..\..\..\sound\mpu401.h"\
"..\missing\unistd.h"\
"..\portdefs.h"\
- {$(INCLUDE)}"SDL_byteorder.h"\
NODEP_CPP_MPU40=\
"..\..\..\common\macos.h"\
+ ".\DL_byteorder.h"\
!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug"
@@ -2279,10 +2289,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 ARM) Debug"
@@ -2433,10 +2443,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 ARM) Debug"
@@ -2598,10 +2608,10 @@ DEP_CPP_CONSO=\
"..\..\..\gui\widget.h"\
"..\missing\unistd.h"\
"..\portdefs.h"\
- {$(INCLUDE)}"SDL_byteorder.h"\
NODEP_CPP_CONSO=\
"..\..\..\common\macos.h"\
+ ".\DL_byteorder.h"\
!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug"
@@ -2754,10 +2764,10 @@ DEP_CPP_DIALO=\
"..\..\..\gui\widget.h"\
"..\missing\unistd.h"\
"..\portdefs.h"\
- {$(INCLUDE)}"SDL_byteorder.h"\
NODEP_CPP_DIALO=\
"..\..\..\common\macos.h"\
+ ".\DL_byteorder.h"\
!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug"
@@ -2908,10 +2918,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 ARM) Debug"
@@ -3123,10 +3133,10 @@ DEP_CPP_LAUNC=\
"..\..\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 ARM) Debug"
@@ -3319,10 +3329,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 ARM) Debug"
@@ -3481,10 +3491,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 ARM) Debug"
@@ -3633,10 +3643,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 ARM) Debug"
@@ -3818,10 +3828,10 @@ DEP_CPP_OPTIO=\
"..\..\..\gui\widget.h"\
"..\missing\unistd.h"\
"..\portdefs.h"\
- {$(INCLUDE)}"SDL_byteorder.h"\
NODEP_CPP_OPTIO=\
"..\..\..\common\macos.h"\
+ ".\DL_byteorder.h"\
!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug"
@@ -3999,10 +4009,10 @@ DEP_CPP_POPUP=\
"..\..\..\gui\widget.h"\
"..\missing\unistd.h"\
"..\portdefs.h"\
- {$(INCLUDE)}"SDL_byteorder.h"\
NODEP_CPP_POPUP=\
"..\..\..\common\macos.h"\
+ ".\DL_byteorder.h"\
!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug"
@@ -4159,10 +4169,10 @@ DEP_CPP_SCROL=\
"..\..\..\gui\widget.h"\
"..\missing\unistd.h"\
"..\portdefs.h"\
- {$(INCLUDE)}"SDL_byteorder.h"\
NODEP_CPP_SCROL=\
"..\..\..\common\macos.h"\
+ ".\DL_byteorder.h"\
!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug"
@@ -4309,10 +4319,10 @@ DEP_CPP_WIDGE=\
"..\..\..\gui\widget.h"\
"..\missing\unistd.h"\
"..\portdefs.h"\
- {$(INCLUDE)}"SDL_byteorder.h"\
NODEP_CPP_WIDGE=\
"..\..\..\common\macos.h"\
+ ".\DL_byteorder.h"\
!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug"
@@ -4671,11 +4681,11 @@ DEP_CPP_FINDG=\
"..\missing\unistd.h"\
"..\portdefs.h"\
"..\screen.h"\
- {$(INCLUDE)}"SDL_byteorder.h"\
NODEP_CPP_FINDG=\
"..\..\..\common\macos.h"\
"..\..\..\common\morphos_timer.h"\
+ ".\DL_byteorder.h"\
!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug"
@@ -4801,8 +4811,10 @@ DEP_CPP_GAPI_=\
"..\missing\unistd.h"\
"..\portdefs.h"\
"..\screen.h"\
- {$(INCLUDE)}"gx.h"\
- {$(INCLUDE)}"sipapi.h"\
+
+NODEP_CPP_GAPI_=\
+ ".\ipapi.h"\
+ ".\x.h"\
!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug"
@@ -4868,6 +4880,7 @@ DEP_CPP_POCKE=\
"..\..\..\common\gameDetector.h"\
"..\..\..\common\list.h"\
"..\..\..\common\map.h"\
+ "..\..\..\common\savefile.h"\
"..\..\..\common\scummsys.h"\
"..\..\..\common\stdafx.h"\
"..\..\..\common\str.h"\
@@ -4879,21 +4892,27 @@ DEP_CPP_POCKE=\
"..\..\..\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"\
+ "..\pocketpc.h"\
"..\portdefs.h"\
"..\screen.h"\
+ "..\smartphone.h"\
+ "..\wince.h"\
NODEP_CPP_POCKE=\
"..\..\..\common\macos.h"\
"..\..\..\common\morphos_timer.h"\
+ "..\GameX.h"\
".\ad.h"\
- ".\ameX.h"\
".\DL.h"\
".\DL_active.h"\
".\DL_audio.h"\
@@ -4919,7 +4938,6 @@ NODEP_CPP_POCKE=\
".\ipapi.h"\
".\lose_code.h"\
".\x.h"\
- ".\ygshell.h"\
!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug"
@@ -4927,24 +4945,47 @@ NODEP_CPP_POCKE=\
DEP_CPP_POCKE=\
"..\dynamic_imports.h"\
"..\gapi_keys.h"\
+ "..\pocketpc.h"\
"..\screen.h"\
+ "..\smartphone.h"\
+ "..\wince.h"\
NODEP_CPP_POCKE=\
+ "..\backends\fs\fs.h"\
"..\config-file.h"\
"..\debug.h"\
"..\gameDetector.h"\
"..\GameX.h"\
- "..\gui.h"\
+ "..\gui\newgui.h"\
"..\scumm.h"\
- "..\SDL.h"\
- "..\SDL_audio.h"\
- "..\SDL_thread.h"\
- "..\SDL_timer.h"\
"..\simon\simon.h"\
"..\sound\mididrv.h"\
"..\stdafx.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"\
- ".\ygshell.h"\
+ ".\lose_code.h"\
+ ".\x.h"\
!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release"
@@ -4956,6 +4997,7 @@ DEP_CPP_POCKE=\
"..\..\..\common\gameDetector.h"\
"..\..\..\common\list.h"\
"..\..\..\common\map.h"\
+ "..\..\..\common\savefile.h"\
"..\..\..\common\scummsys.h"\
"..\..\..\common\stdafx.h"\
"..\..\..\common\str.h"\
@@ -4967,21 +5009,27 @@ DEP_CPP_POCKE=\
"..\..\..\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"\
+ "..\pocketpc.h"\
"..\portdefs.h"\
"..\screen.h"\
+ "..\smartphone.h"\
+ "..\wince.h"\
NODEP_CPP_POCKE=\
"..\..\..\common\macos.h"\
"..\..\..\common\morphos_timer.h"\
+ "..\GameX.h"\
".\ad.h"\
- ".\ameX.h"\
".\DL.h"\
".\DL_active.h"\
".\DL_audio.h"\
@@ -5007,7 +5055,6 @@ NODEP_CPP_POCKE=\
".\ipapi.h"\
".\lose_code.h"\
".\x.h"\
- ".\ygshell.h"\
!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug"
@@ -5015,14 +5062,232 @@ NODEP_CPP_POCKE=\
DEP_CPP_POCKE=\
"..\dynamic_imports.h"\
"..\gapi_keys.h"\
+ "..\pocketpc.h"\
"..\screen.h"\
+ "..\smartphone.h"\
+ "..\wince.h"\
NODEP_CPP_POCKE=\
+ "..\backends\fs\fs.h"\
"..\config-file.h"\
"..\debug.h"\
"..\gameDetector.h"\
"..\GameX.h"\
- "..\gui.h"\
+ "..\gui\newgui.h"\
+ "..\scumm.h"\
+ "..\simon\simon.h"\
+ "..\sound\mididrv.h"\
+ "..\stdafx.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"\
+
+
+!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"\
+ "..\pocketpc.h"\
+ "..\portdefs.h"\
+ "..\screen.h"\
+ "..\smartphone.h"\
+ "..\wince.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"\
+
+
+!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\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"\
+ "..\pocketpc.h"\
+ "..\portdefs.h"\
+ "..\screen.h"\
+ "..\smartphone.h"\
+ "..\wince.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=\
+ "..\..\..\common\macos.h"\
+ "..\..\..\common\morphos_timer.h"\
+ "..\GameX.h"\
+
+
+!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release"
+
+DEP_CPP_POCKE=\
+ "..\dynamic_imports.h"\
+ "..\gapi_keys.h"\
+ "..\pocketpc.h"\
+ "..\screen.h"\
+ "..\smartphone.h"\
+ "..\wince.h"\
+
+NODEP_CPP_POCKE=\
+ "..\backends\fs\fs.h"\
+ "..\config-file.h"\
+ "..\debug.h"\
+ "..\gameDetector.h"\
+ "..\GameX.h"\
+ "..\gui\newgui.h"\
+ "..\scumm.h"\
+ "..\SDL.h"\
+ "..\SDL_audio.h"\
+ "..\SDL_thread.h"\
+ "..\SDL_timer.h"\
+ "..\simon\simon.h"\
+ "..\sound\mididrv.h"\
+ "..\stdafx.h"\
+ ".\ipapi.h"\
+
+
+!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug"
+
+DEP_CPP_POCKE=\
+ "..\dynamic_imports.h"\
+ "..\gapi_keys.h"\
+ "..\pocketpc.h"\
+ "..\screen.h"\
+ "..\smartphone.h"\
+ "..\wince.h"\
+
+NODEP_CPP_POCKE=\
+ "..\backends\fs\fs.h"\
+ "..\config-file.h"\
+ "..\debug.h"\
+ "..\gameDetector.h"\
+ "..\GameX.h"\
+ "..\gui\newgui.h"\
"..\scumm.h"\
"..\SDL.h"\
"..\SDL_audio.h"\
@@ -5032,12 +5297,70 @@ NODEP_CPP_POCKE=\
"..\sound\mididrv.h"\
"..\stdafx.h"\
".\ipapi.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\pocketpc.h
+# 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_POCKE=\
+DEP_CPP_SCREE=\
"..\..\..\common\config-file.h"\
"..\..\..\common\engine.h"\
"..\..\..\common\file.h"\
@@ -5066,9 +5389,80 @@ DEP_CPP_POCKE=\
"..\dynamic_imports.h"\
"..\gapi_keys.h"\
"..\missing\unistd.h"\
+ "..\pocketpc.h"\
"..\portdefs.h"\
"..\screen.h"\
- {$(INCLUDE)}"Aygshell.h"\
+ "..\smartphone.h"\
+ "..\wince.h"\
+
+NODEP_CPP_SCREE=\
+ "..\..\..\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"\
+
+
+!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SCREE=\
+ "..\..\..\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"\
+ "..\pocketpc.h"\
+ "..\portdefs.h"\
+ "..\screen.h"\
+ "..\smartphone.h"\
+ "..\wince.h"\
{$(INCLUDE)}"begin_code.h"\
{$(INCLUDE)}"close_code.h"\
{$(INCLUDE)}"gx.h"\
@@ -5096,15 +5490,353 @@ DEP_CPP_POCKE=\
{$(INCLUDE)}"SDL_video.h"\
{$(INCLUDE)}"sipapi.h"\
-NODEP_CPP_POCKE=\
+NODEP_CPP_SCREE=\
+ "..\..\..\common\macos.h"\
+ "..\..\..\common\morphos_timer.h"\
+ "..\GameX.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
+# Begin Source File
+
+SOURCE=..\smartphone.cpp
+
+!IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SMART=\
+ "..\..\..\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"\
+ "..\pocketpc.h"\
+ "..\portdefs.h"\
+ "..\screen.h"\
+ "..\smartphone.h"\
+ "..\wince.h"\
+
+NODEP_CPP_SMART=\
+ "..\..\..\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"\
+
+
+!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SMART=\
+ "..\dynamic_imports.h"\
+ "..\gapi_keys.h"\
+ "..\pocketpc.h"\
+ "..\screen.h"\
+ "..\smartphone.h"\
+ "..\wince.h"\
+
+NODEP_CPP_SMART=\
+ "..\backends\fs\fs.h"\
+ "..\config-file.h"\
+ "..\debug.h"\
+ "..\gameDetector.h"\
+ "..\GameX.h"\
+ "..\gui\newgui.h"\
+ "..\scumm.h"\
+ "..\simon\simon.h"\
+ "..\sound\mididrv.h"\
+ "..\stdafx.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"\
+
+
+!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release"
+
+DEP_CPP_SMART=\
+ "..\..\..\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"\
+ "..\pocketpc.h"\
+ "..\portdefs.h"\
+ "..\screen.h"\
+ "..\smartphone.h"\
+ "..\wince.h"\
+
+NODEP_CPP_SMART=\
+ "..\..\..\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"\
+
+
+!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SMART=\
+ "..\dynamic_imports.h"\
+ "..\gapi_keys.h"\
+ "..\pocketpc.h"\
+ "..\screen.h"\
+ "..\smartphone.h"\
+ "..\wince.h"\
+
+NODEP_CPP_SMART=\
+ "..\backends\fs\fs.h"\
+ "..\config-file.h"\
+ "..\debug.h"\
+ "..\gameDetector.h"\
+ "..\GameX.h"\
+ "..\gui\newgui.h"\
+ "..\scumm.h"\
+ "..\simon\simon.h"\
+ "..\sound\mididrv.h"\
+ "..\stdafx.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"\
+
+
+!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release"
+
+DEP_CPP_SMART=\
+ "..\..\..\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"\
+ "..\pocketpc.h"\
+ "..\portdefs.h"\
+ "..\screen.h"\
+ "..\smartphone.h"\
+ "..\wince.h"\
+
+NODEP_CPP_SMART=\
"..\..\..\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"\
!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug"
-DEP_CPP_POCKE=\
+DEP_CPP_SMART=\
"..\..\..\common\config-file.h"\
"..\..\..\common\engine.h"\
"..\..\..\common\file.h"\
@@ -5133,9 +5865,12 @@ DEP_CPP_POCKE=\
"..\dynamic_imports.h"\
"..\gapi_keys.h"\
"..\missing\unistd.h"\
+ "..\pocketpc.h"\
"..\portdefs.h"\
"..\screen.h"\
- {$(INCLUDE)}"Aygshell.h"\
+ "..\smartphone.h"\
+ "..\wince.h"\
+ {$(INCLUDE)}"aygshell.h"\
{$(INCLUDE)}"begin_code.h"\
{$(INCLUDE)}"close_code.h"\
{$(INCLUDE)}"gx.h"\
@@ -5162,8 +5897,9 @@ DEP_CPP_POCKE=\
{$(INCLUDE)}"SDL_version.h"\
{$(INCLUDE)}"SDL_video.h"\
{$(INCLUDE)}"sipapi.h"\
+ {$(INCLUDE)}"vibrate.h"\
-NODEP_CPP_POCKE=\
+NODEP_CPP_SMART=\
"..\..\..\common\macos.h"\
"..\..\..\common\morphos_timer.h"\
"..\GameX.h"\
@@ -5171,17 +5907,21 @@ NODEP_CPP_POCKE=\
!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release"
-DEP_CPP_POCKE=\
+DEP_CPP_SMART=\
"..\dynamic_imports.h"\
"..\gapi_keys.h"\
+ "..\pocketpc.h"\
"..\screen.h"\
+ "..\smartphone.h"\
+ "..\wince.h"\
-NODEP_CPP_POCKE=\
+NODEP_CPP_SMART=\
+ "..\backends\fs\fs.h"\
"..\config-file.h"\
"..\debug.h"\
"..\gameDetector.h"\
"..\GameX.h"\
- "..\gui.h"\
+ "..\gui\newgui.h"\
"..\scumm.h"\
"..\SDL.h"\
"..\SDL_audio.h"\
@@ -5191,22 +5931,25 @@ NODEP_CPP_POCKE=\
"..\sound\mididrv.h"\
"..\stdafx.h"\
".\ipapi.h"\
- ".\ygshell.h"\
!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug"
-DEP_CPP_POCKE=\
+DEP_CPP_SMART=\
"..\dynamic_imports.h"\
"..\gapi_keys.h"\
+ "..\pocketpc.h"\
"..\screen.h"\
+ "..\smartphone.h"\
+ "..\wince.h"\
-NODEP_CPP_POCKE=\
+NODEP_CPP_SMART=\
+ "..\backends\fs\fs.h"\
"..\config-file.h"\
"..\debug.h"\
"..\gameDetector.h"\
"..\GameX.h"\
- "..\gui.h"\
+ "..\gui\newgui.h"\
"..\scumm.h"\
"..\SDL.h"\
"..\SDL_audio.h"\
@@ -5216,7 +5959,6 @@ NODEP_CPP_POCKE=\
"..\sound\mididrv.h"\
"..\stdafx.h"\
".\ipapi.h"\
- ".\ygshell.h"\
!ENDIF
@@ -5224,92 +5966,446 @@ NODEP_CPP_POCKE=\
# End Source File
# Begin Source File
-SOURCE=..\resource.h
+SOURCE=..\smartphone.h
# End Source File
# Begin Source File
-SOURCE=..\screen.cpp
+SOURCE=..\wince.cpp
!IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release"
-DEP_CPP_SCREE=\
+DEP_CPP_WINCE=\
+ "..\..\..\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"\
+ "..\pocketpc.h"\
+ "..\portdefs.h"\
"..\screen.h"\
+ "..\smartphone.h"\
+ "..\wince.h"\
-NODEP_CPP_SCREE=\
+NODEP_CPP_WINCE=\
+ "..\..\..\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 MIPS) Debug"
-DEP_CPP_SCREE=\
+DEP_CPP_WINCE=\
"..\dynamic_imports.h"\
+ "..\gapi_keys.h"\
+ "..\pocketpc.h"\
"..\screen.h"\
+ "..\smartphone.h"\
+ "..\wince.h"\
-NODEP_CPP_SCREE=\
- "..\gx.h"\
+NODEP_CPP_WINCE=\
+ "..\backends\fs\fs.h"\
+ "..\config-file.h"\
+ "..\debug.h"\
+ "..\gameDetector.h"\
+ "..\GameX.h"\
+ "..\gui\newgui.h"\
+ "..\scumm.h"\
+ "..\simon\simon.h"\
+ "..\sound\mididrv.h"\
+ "..\stdafx.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) Release"
-DEP_CPP_SCREE=\
+DEP_CPP_WINCE=\
+ "..\..\..\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"\
+ "..\pocketpc.h"\
+ "..\portdefs.h"\
"..\screen.h"\
+ "..\smartphone.h"\
+ "..\wince.h"\
-NODEP_CPP_SCREE=\
+NODEP_CPP_WINCE=\
+ "..\..\..\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 SH3) Debug"
-DEP_CPP_SCREE=\
+DEP_CPP_WINCE=\
"..\dynamic_imports.h"\
+ "..\gapi_keys.h"\
+ "..\pocketpc.h"\
"..\screen.h"\
+ "..\smartphone.h"\
+ "..\wince.h"\
-NODEP_CPP_SCREE=\
- "..\gx.h"\
+NODEP_CPP_WINCE=\
+ "..\backends\fs\fs.h"\
+ "..\config-file.h"\
+ "..\debug.h"\
+ "..\gameDetector.h"\
+ "..\GameX.h"\
+ "..\gui\newgui.h"\
+ "..\scumm.h"\
+ "..\simon\simon.h"\
+ "..\sound\mididrv.h"\
+ "..\stdafx.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 ARM) Release"
-DEP_CPP_SCREE=\
+DEP_CPP_WINCE=\
+ "..\..\..\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"\
+ "..\pocketpc.h"\
+ "..\portdefs.h"\
"..\screen.h"\
- {$(INCLUDE)}"gx.h"\
+ "..\smartphone.h"\
+ "..\wince.h"\
+
+NODEP_CPP_WINCE=\
+ "..\..\..\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"\
+ ".\ibrate.h"\
+ ".\ipapi.h"\
+ ".\lose_code.h"\
+ ".\x.h"\
+ ".\ygshell.h"\
!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug"
-DEP_CPP_SCREE=\
+DEP_CPP_WINCE=\
+ "..\..\..\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"\
+ "..\pocketpc.h"\
+ "..\portdefs.h"\
"..\screen.h"\
+ "..\smartphone.h"\
+ "..\wince.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_WINCE=\
+ "..\..\..\common\macos.h"\
+ "..\..\..\common\morphos_timer.h"\
+ "..\GameX.h"\
!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release"
-DEP_CPP_SCREE=\
+DEP_CPP_WINCE=\
"..\dynamic_imports.h"\
+ "..\gapi_keys.h"\
+ "..\pocketpc.h"\
"..\screen.h"\
+ "..\smartphone.h"\
+ "..\wince.h"\
-NODEP_CPP_SCREE=\
- "..\gx.h"\
+NODEP_CPP_WINCE=\
+ "..\backends\fs\fs.h"\
+ "..\config-file.h"\
+ "..\debug.h"\
+ "..\gameDetector.h"\
+ "..\GameX.h"\
+ "..\gui\newgui.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_SCREE=\
+DEP_CPP_WINCE=\
"..\dynamic_imports.h"\
+ "..\gapi_keys.h"\
+ "..\pocketpc.h"\
"..\screen.h"\
+ "..\smartphone.h"\
+ "..\wince.h"\
-NODEP_CPP_SCREE=\
- "..\gx.h"\
+NODEP_CPP_WINCE=\
+ "..\backends\fs\fs.h"\
+ "..\config-file.h"\
+ "..\debug.h"\
+ "..\gameDetector.h"\
+ "..\GameX.h"\
+ "..\gui\newgui.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"\
@@ -5319,7 +6415,7 @@ NODEP_CPP_SCREE=\
# End Source File
# Begin Source File
-SOURCE=..\screen.h
+SOURCE=..\wince.h
# End Source File
# End Group
# Begin Group "fs"
@@ -5385,10 +6481,10 @@ DEP_CPP_WINDO=\
"..\..\..\common\scummsys.h"\
"..\..\..\common\str.h"\
"..\..\fs\fs.h"\
- {$(INCLUDE)}"SDL_byteorder.h"\
NODEP_CPP_WINDO=\
"..\..\..\common\macos.h"\
+ ".\DL_byteorder.h"\
!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug"
@@ -5518,11 +6614,11 @@ DEP_CPP_ADLIB=\
"..\..\..\sound\mixer.h"\
"..\missing\unistd.h"\
"..\portdefs.h"\
- {$(INCLUDE)}"mad.h"\
- {$(INCLUDE)}"SDL_byteorder.h"\
NODEP_CPP_ADLIB=\
"..\..\..\common\macos.h"\
+ ".\ad.h"\
+ ".\DL_byteorder.h"\
!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug"
@@ -5639,10 +6735,10 @@ DEP_CPP_ALSA_=\
"..\..\..\sound\mpu401.h"\
"..\missing\unistd.h"\
"..\portdefs.h"\
- {$(INCLUDE)}"SDL_byteorder.h"\
NODEP_CPP_ALSA_=\
"..\..\..\common\macos.h"\
+ ".\DL_byteorder.h"\
!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug"
@@ -5728,10 +6824,10 @@ DEP_CPP_COREA=\
"..\..\..\common\scummsys.h"\
"..\..\..\sound\mididrv.h"\
"..\..\..\sound\mpu401.h"\
- {$(INCLUDE)}"SDL_byteorder.h"\
NODEP_CPP_COREA=\
"..\..\..\common\macos.h"\
+ ".\DL_byteorder.h"\
!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug"
@@ -5837,12 +6933,12 @@ DEP_CPP_MORPH=\
"..\..\..\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"\
+ ".\DL_byteorder.h"\
!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug"
@@ -5956,10 +7052,10 @@ DEP_CPP_NULL_=\
"..\..\..\sound\mpu401.h"\
"..\missing\unistd.h"\
"..\portdefs.h"\
- {$(INCLUDE)}"SDL_byteorder.h"\
NODEP_CPP_NULL_=\
"..\..\..\common\macos.h"\
+ ".\DL_byteorder.h"\
!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug"
@@ -6056,10 +7152,10 @@ DEP_CPP_QUICK=\
"..\..\..\common\system.h"\
"..\..\..\sound\mididrv.h"\
"..\..\..\sound\mpu401.h"\
- {$(INCLUDE)}"SDL_byteorder.h"\
NODEP_CPP_QUICK=\
"..\..\..\common\macos.h"\
+ ".\DL_byteorder.h"\
!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug"
@@ -6162,10 +7258,10 @@ DEP_CPP_WINDOW=\
"..\..\..\sound\mpu401.h"\
"..\missing\unistd.h"\
"..\portdefs.h"\
- {$(INCLUDE)}"SDL_byteorder.h"\
NODEP_CPP_WINDOW=\
"..\..\..\common\macos.h"\
+ ".\DL_byteorder.h"\
!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug"
@@ -6205,6 +7301,119 @@ NODEP_CPP_WINDOW=\
!ENDIF
# End Source File
+# Begin Source File
+
+SOURCE=..\..\midi\windowsce.cpp
+
+!IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release"
+
+DEP_CPP_WINDOWS=\
+ "..\..\..\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_WINDOWS=\
+ "..\..\..\common\macos.h"\
+ ".\DL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug"
+
+NODEP_CPP_WINDOWS=\
+ "..\..\midi\common\engine.h"\
+ "..\..\midi\sound\mpu401.h"\
+ "..\..\midi\stdafx.h"\
+
+
+!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release"
+
+DEP_CPP_WINDOWS=\
+ "..\..\..\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_WINDOWS=\
+ "..\..\..\common\macos.h"\
+ ".\DL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug"
+
+NODEP_CPP_WINDOWS=\
+ "..\..\midi\common\engine.h"\
+ "..\..\midi\sound\mpu401.h"\
+ "..\..\midi\stdafx.h"\
+
+
+!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release"
+
+DEP_CPP_WINDOWS=\
+ "..\..\..\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_WINDOWS=\
+ "..\..\..\common\macos.h"\
+ ".\DL_byteorder.h"\
+ ".\fmtmidi.h"\
+
+
+!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug"
+
+DEP_CPP_WINDOWS=\
+ "..\..\..\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"\
+ {$(INCLUDE)}"wfmtmidi.h"\
+
+NODEP_CPP_WINDOWS=\
+ "..\..\..\common\macos.h"\
+
+
+!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release"
+
+NODEP_CPP_WINDOWS=\
+ "..\..\midi\common\engine.h"\
+ "..\..\midi\sound\mpu401.h"\
+ "..\..\midi\stdafx.h"\
+
+
+!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug"
+
+NODEP_CPP_WINDOWS=\
+ "..\..\midi\common\engine.h"\
+ "..\..\midi\sound\mpu401.h"\
+ "..\..\midi\stdafx.h"\
+
+
+!ENDIF
+
+# End Source File
# End Group
# End Group
# Begin Source File
@@ -6342,12 +7551,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 ARM) Debug"
@@ -6612,12 +7821,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 ARM) Debug"
@@ -6735,6 +7944,37 @@ 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=..\logo.bmp
+# End Source File
+# 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=..\scumm_icon.ico
+# End Source File
# End Group
# Begin Source File