aboutsummaryrefslogtreecommitdiff
path: root/wince
diff options
context:
space:
mode:
authorNicolas Bacca2002-03-14 22:37:50 +0000
committerNicolas Bacca2002-03-14 22:37:50 +0000
commit5ebbbd8c8fee3ec513cadf1fa474fb158f4b64db (patch)
treea4faabce1511c09997f7598435a6fff3d79afc40 /wince
parentff33edad9bd8c83f2a32f9b9f9c7bf4f7ceec939 (diff)
downloadscummvm-rg350-5ebbbd8c8fee3ec513cadf1fa474fb158f4b64db.tar.gz
scummvm-rg350-5ebbbd8c8fee3ec513cadf1fa474fb158f4b64db.tar.bz2
scummvm-rg350-5ebbbd8c8fee3ec513cadf1fa474fb158f4b64db.zip
Finishing new WinCE port
svn-id: r3757
Diffstat (limited to 'wince')
-rwxr-xr-xwince/MenuTitle.bmpbin0 -> 11482 bytes
-rw-r--r--wince/PocketSCUMM.rc175
-rwxr-xr-xwince/PocketSCUMM.vcc39
-rw-r--r--wince/PocketSCUMM.vcp4990
-rwxr-xr-xwince/PocketSCUMM.vcw29
-rw-r--r--wince/findgame.cpp1
-rw-r--r--wince/newres.h41
-rw-r--r--wince/pocketpc.cpp7
-rw-r--r--wince/pocketscumm.icobin0 -> 318 bytes
-rw-r--r--wince/resource.h57
-rw-r--r--wince/screen.h33
11 files changed, 5371 insertions, 1 deletions
diff --git a/wince/MenuTitle.bmp b/wince/MenuTitle.bmp
new file mode 100755
index 0000000000..bcd8c68d14
--- /dev/null
+++ b/wince/MenuTitle.bmp
Binary files differ
diff --git a/wince/PocketSCUMM.rc b/wince/PocketSCUMM.rc
new file mode 100644
index 0000000000..f48f285a75
--- /dev/null
+++ b/wince/PocketSCUMM.rc
@@ -0,0 +1,175 @@
+//Microsoft Developer Studio generated resource script.
+//
+#include "resource.h"
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+#include "newres.h"
+
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// English (U.S.) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+#ifdef _WIN32
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
+#endif //_WIN32
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE DISCARDABLE
+BEGIN
+ "resource.h\0"
+END
+
+2 TEXTINCLUDE DISCARDABLE
+BEGIN
+ "#include ""newres.h""\r\n"
+ "\0"
+END
+
+3 TEXTINCLUDE DISCARDABLE
+BEGIN
+ "\r\n"
+ "\0"
+END
+
+#endif // APSTUDIO_INVOKED
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Dialog
+//
+
+IDD_GAMESELECT DIALOG DISCARDABLE 0, 0, 128, 134
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
+CAPTION "Choose a Game"
+FONT 8, "System"
+BEGIN
+ LISTBOX IDC_LISTAVAILABLE,6,47,113,70,LBS_NOINTEGRALHEIGHT |
+ WS_VSCROLL | WS_TABSTOP
+ CONTROL 133,IDC_STATIC,"Static",SS_BITMAP | SS_CENTERIMAGE,0,2,
+ 125,35
+ LTEXT "",IDC_GAMEDESC,2,117,116,8
+ PUSHBUTTON "Play",IDC_PLAY,52,125,19,9
+ LTEXT "",IDC_FILEPATH,5,39,120,8
+ PUSHBUTTON "Scan",IDC_SCAN,4,125,19,9
+ PUSHBUTTON "Exit",IDC_EXIT,100,125,19,9
+END
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Menubar
+//
+
+IDM_MENU MENU DISCARDABLE
+BEGIN
+ POPUP "PocketSCUMM"
+ BEGIN
+ MENUITEM "Load/Save", IDC_LOADSAVE
+ MENUITEM "Options", IDC_OPTIONS
+ MENUITEM "Exit", IDC_EXIT
+ MENUITEM SEPARATOR
+ MENUITEM "Landscape", IDC_LANDSCAPE
+ MENUITEM "Skip section", IDC_SKIP
+ MENUITEM SEPARATOR
+ MENUITEM "Sound", IDC_SOUND
+ END
+END
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Data
+//
+
+IDM_MENU SHMENUBAR DISCARDABLE
+BEGIN
+ IDM_MENU, 1,
+ I_IMAGENONE, IDM_POCKETSCUMM, TBSTATE_ENABLED,
+ TBSTYLE_DROPDOWN | TBSTYLE_AUTOSIZE, IDS_CAP_POCKETSCUMM, 0, 0,
+END
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// DESIGNINFO
+//
+
+#ifdef APSTUDIO_INVOKED
+GUIDELINES DESIGNINFO DISCARDABLE
+BEGIN
+ IDD_GAMESELECT, DIALOG
+ BEGIN
+ RIGHTMARGIN, 125
+ HORZGUIDE, 2
+ END
+END
+#endif // APSTUDIO_INVOKED
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// String Table
+//
+
+STRINGTABLE DISCARDABLE
+BEGIN
+ IDS_CAP_POCKETSCUMM "PocketSCUMM"
+END
+
+#endif // English (U.S.) 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
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Icon
+//
+
+// Icon with lowest ID value placed first to ensure application icon
+// remains consistent on all systems.
+IDL_POCKETSCUMM ICON DISCARDABLE "PocketSCUMM.ico"
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Bitmap
+//
+
+IDB_MENUTITLE BITMAP DISCARDABLE "MenuTitle.bmp"
+#endif // French (France) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+
diff --git a/wince/PocketSCUMM.vcc b/wince/PocketSCUMM.vcc
new file mode 100755
index 0000000000..27f3c70eaf
--- /dev/null
+++ b/wince/PocketSCUMM.vcc
@@ -0,0 +1,39 @@
+; CLW file contains information for the MFC ClassWizard
+
+[General Info]
+Version=1
+LastClass=
+LastTemplate=CDialog
+NewFileInclude1=#include "stdafx.h"
+NewFileInclude2=#include "pocketscumm.h"
+LastPage=0
+
+ClassCount=0
+
+ResourceCount=2
+Resource1=IDD_GAMESELECT (English (U.S.))
+Resource2=IDM_MENU (English (U.S.))
+
+[DLG:IDD_GAMESELECT (English (U.S.))]
+Type=1
+Class=?
+ControlCount=7
+Control1=IDC_LISTAVAILABLE,listbox,1352728833
+Control2=IDC_STATIC,static,1342177806
+Control3=IDC_GAMEDESC,static,1342308352
+Control4=IDC_PLAY,button,1342242816
+Control5=IDC_FILEPATH,static,1342308352
+Control6=IDC_SCAN,button,1342242816
+Control7=IDC_EXIT,button,1342242816
+
+[MNU:IDM_MENU (English (U.S.))]
+Type=1
+Class=?
+Command1=IDC_LOADSAVE
+Command2=IDC_OPTIONS
+Command3=IDC_EXIT
+Command4=IDC_LANDSCAPE
+Command5=IDC_SKIP
+Command6=IDC_SOUND
+CommandCount=6
+
diff --git a/wince/PocketSCUMM.vcp b/wince/PocketSCUMM.vcp
new file mode 100644
index 0000000000..e0c5cee305
--- /dev/null
+++ b/wince/PocketSCUMM.vcp
@@ -0,0 +1,4990 @@
+# Microsoft eMbedded Visual Tools Project File - Name="PocketSCUMM" - Package Owner=<4>
+# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (WCE ARM) Application" 0x8501
+# TARGTYPE "Win32 (WCE x86em) Application" 0x7f01
+# TARGTYPE "Win32 (WCE SH3) Application" 0x8101
+# TARGTYPE "Win32 (WCE SH4) Application" 0x8601
+# TARGTYPE "Win32 (WCE MIPS) Application" 0x8201
+
+CFG=PocketSCUMM - Win32 (WCE MIPS) Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "PocketSCUMM.vcn".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "PocketSCUMM.vcn" CFG="PocketSCUMM - Win32 (WCE MIPS) Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "PocketSCUMM - Win32 (WCE MIPS) Release" (based on "Win32 (WCE MIPS) Application")
+!MESSAGE "PocketSCUMM - Win32 (WCE MIPS) Debug" (based on "Win32 (WCE MIPS) Application")
+!MESSAGE "PocketSCUMM - Win32 (WCE SH4) Release" (based on "Win32 (WCE SH4) Application")
+!MESSAGE "PocketSCUMM - Win32 (WCE SH4) Debug" (based on "Win32 (WCE SH4) Application")
+!MESSAGE "PocketSCUMM - Win32 (WCE SH3) Release" (based on "Win32 (WCE SH3) Application")
+!MESSAGE "PocketSCUMM - Win32 (WCE SH3) Debug" (based on "Win32 (WCE SH3) Application")
+!MESSAGE "PocketSCUMM - Win32 (WCE ARM) Release" (based on "Win32 (WCE ARM) Application")
+!MESSAGE "PocketSCUMM - Win32 (WCE ARM) Debug" (based on "Win32 (WCE ARM) Application")
+!MESSAGE "PocketSCUMM - Win32 (WCE x86em) Release" (based on "Win32 (WCE x86em) Application")
+!MESSAGE "PocketSCUMM - Win32 (WCE x86em) Debug" (based on "Win32 (WCE x86em) Application")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+# PROP ATL_Project 2
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "MIPSRel"
+# PROP BASE Intermediate_Dir "MIPSRel"
+# PROP BASE CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "MIPSRel"
+# PROP Intermediate_Dir "MIPSRel"
+# PROP CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 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 "MIPS" /d "_MIPS_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "." /I "missing" /I ".." /I "gapi/inc" /I "SDLAudio/include" /D "MIPS" /D "_MIPS_" /D "NDEBUG" /D "WIN32" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "SCUMM_NEED_ALIGNMENT" /D "BYPASS_COPY_PROT" /D "USE_ADLIB" /D "__AUTO_MIXER_ADJUST__" /FR /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib aygshell.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+# ADD LINK32 commctrl.lib coredll.lib aygshell.lib SDLAudio.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /libpath:"SDLAudio/lib/MIPS" /subsystem:$(CESubsystem) /MACHINE:MIPS
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "MIPSDbg"
+# PROP BASE Intermediate_Dir "MIPSDbg"
+# PROP BASE CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "MIPSDbg"
+# PROP Intermediate_Dir "MIPSDbg"
+# PROP CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# 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 "MIPS" /d "_MIPS_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "." /I "missing" /I ".." /I "gapi/inc" /D "DEBUG" /D "MIPS" /D "_MIPS_" /D "WIN32" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "SCUMM_NEED_ALIGNMENT" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib aygshell.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+# ADD LINK32 commctrl.lib coredll.lib aygshell.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "SH4Rel"
+# PROP BASE Intermediate_Dir "SH4Rel"
+# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "SH4Rel"
+# PROP Intermediate_Dir "SH4Rel"
+# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /YX /Qsh4 /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "." /I "missing" /I ".." /I "gapi/inc" /D "SHx" /D "SH4" /D "_SH4_" /D "NDEBUG" /D "WIN32" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "SCUMM_NEED_ALIGNMENT" /YX /Qsh4 /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib aygshell.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+# ADD LINK32 commctrl.lib coredll.lib aygshell.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "SH4Dbg"
+# PROP BASE Intermediate_Dir "SH4Dbg"
+# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "SH4Dbg"
+# PROP Intermediate_Dir "SH4Dbg"
+# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /YX /Qsh4 /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "." /I "missing" /I ".." /I "gapi/inc" /D "DEBUG" /D "SHx" /D "SH4" /D "_SH4_" /D "WIN32" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "SCUMM_NEED_ALIGNMENT" /YX /Qsh4 /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib aygshell.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+# ADD LINK32 commctrl.lib coredll.lib aygshell.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "SH3Rel"
+# PROP BASE Intermediate_Dir "SH3Rel"
+# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "SH3Rel"
+# PROP Intermediate_Dir "SH3Rel"
+# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 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 "SHx" /d "SH3" /d "_SH3_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "." /I "missing" /I ".." /I "gapi/inc" /I "SDLAudio/include" /D "SHx" /D "SH3" /D "_SH3_" /D "NDEBUG" /D "WIN32" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "SCUMM_NEED_ALIGNMENT" /D "USE_ADLIB" /D "__AUTO_MIXER_ADJUST__" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib aygshell.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+# ADD LINK32 commctrl.lib coredll.lib aygshell.lib SDLAudio.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /libpath:"SDLAudio/lib/SH3" /subsystem:$(CESubsystem) /MACHINE:SH3
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "SH3Dbg"
+# PROP BASE Intermediate_Dir "SH3Dbg"
+# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "SH3Dbg"
+# PROP Intermediate_Dir "SH3Dbg"
+# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# 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 "SHx" /d "SH3" /d "_SH3_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "." /I "missing" /I ".." /I "gapi/inc" /D "DEBUG" /D "SHx" /D "SH3" /D "_SH3_" /D "WIN32" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "SCUMM_NEED_ALIGNMENT" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib aygshell.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+# ADD LINK32 commctrl.lib coredll.lib aygshell.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "ARMRel"
+# PROP BASE Intermediate_Dir "ARMRel"
+# PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "ARMRel"
+# PROP Intermediate_Dir "ARMRel"
+# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 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
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+CPP=clarm.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "." /I "missing" /I ".." /I "gapi/inc" /I "SDLAudio/include" /D "ARM" /D "_ARM_" /D "NDEBUG" /D "WIN32" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "SCUMM_NEED_ALIGNMENT" /D "USE_ADLIB" /FR /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib aygshell.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+# ADD LINK32 commctrl.lib coredll.lib aygshell.lib SDLAudio.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /libpath:"SDLAudio/lib/ARM" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "ARMDbg"
+# PROP BASE Intermediate_Dir "ARMDbg"
+# PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "ARMDbg"
+# PROP Intermediate_Dir "ARMDbg"
+# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# 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
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+CPP=clarm.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "." /I "missing" /I ".." /I "gapi/inc" /D "DEBUG" /D "ARM" /D "_ARM_" /D "WIN32" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "SCUMM_NEED_ALIGNMENT" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib aygshell.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+# ADD LINK32 commctrl.lib coredll.lib aygshell.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "X86EMRel"
+# PROP BASE Intermediate_Dir "X86EMRel"
+# PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "X86EMRel"
+# PROP Intermediate_Dir "X86EMRel"
+# PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# 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 "_X86_" /d "x86" /d "i486" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /YX /Gz /Oxs /c
+# ADD CPP /nologo /W3 /I "." /I "missing" /I ".." /I "gapi/inc" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "i486" /D "_X86_" /D "x86" /D "NDEBUG" /D "WIN32" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "SCUMM_NEED_ALIGNMENT" /YX /Gz /Oxs /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) aygshell.lib /nologo /stack:0x10000,0x1000 /subsystem:windows /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) aygshell.lib /nologo /stack:0x10000,0x1000 /subsystem:windows /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "X86EMDbg"
+# PROP BASE Intermediate_Dir "X86EMDbg"
+# PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "X86EMDbg"
+# PROP Intermediate_Dir "X86EMDbg"
+# PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# 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 "_X86_" /d "x86" /d "i486" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D "i486" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /YX /Gz /c
+# ADD CPP /nologo /W3 /Zi /Od /I "." /I "missing" /I ".." /I "gapi/inc" /D "DEBUG" /D "i486" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "_X86_" /D "x86" /D "WIN32" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "SCUMM_NEED_ALIGNMENT" /YX /Gz /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) aygshell.lib /nologo /stack:0x10000,0x1000 /subsystem:windows /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) aygshell.lib /nologo /stack:0x10000,0x1000 /subsystem:windows /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+
+!ENDIF
+
+# Begin Target
+
+# Name "PocketSCUMM - Win32 (WCE MIPS) Release"
+# Name "PocketSCUMM - Win32 (WCE MIPS) Debug"
+# Name "PocketSCUMM - Win32 (WCE SH4) Release"
+# Name "PocketSCUMM - Win32 (WCE SH4) Debug"
+# Name "PocketSCUMM - Win32 (WCE SH3) Release"
+# Name "PocketSCUMM - Win32 (WCE SH3) Debug"
+# Name "PocketSCUMM - Win32 (WCE ARM) Release"
+# Name "PocketSCUMM - Win32 (WCE ARM) Debug"
+# Name "PocketSCUMM - Win32 (WCE x86em) Release"
+# Name "PocketSCUMM - Win32 (WCE x86em) Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=..\actor.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_ACTOR=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_ACTOR=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_ACTOR=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_ACTOR=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_ACTOR=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_ACTOR=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_ACTOR=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_ACTOR=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_ACTOR=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_ACTOR=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_ACTOR=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_ACTOR=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_ACTOR=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\begin_code.h"\
+ ".\SDLAudio\include\close_code.h"\
+ ".\SDLAudio\include\SDL.h"\
+ ".\SDLAudio\include\SDL_active.h"\
+ ".\SDLAudio\include\SDL_audio.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+ ".\SDLAudio\include\SDL_cdrom.h"\
+ ".\SDLAudio\include\SDL_error.h"\
+ ".\SDLAudio\include\SDL_events.h"\
+ ".\SDLAudio\include\SDL_getenv.h"\
+ ".\SDLAudio\include\SDL_joystick.h"\
+ ".\SDLAudio\include\SDL_keyboard.h"\
+ ".\SDLAudio\include\SDL_keysym.h"\
+ ".\SDLAudio\include\SDL_main.h"\
+ ".\SDLAudio\include\SDL_mouse.h"\
+ ".\SDLAudio\include\SDL_mutex.h"\
+ ".\SDLAudio\include\SDL_quit.h"\
+ ".\SDLAudio\include\SDL_rwops.h"\
+ ".\SDLAudio\include\SDL_timer.h"\
+ ".\SDLAudio\include\SDL_types.h"\
+ ".\SDLAudio\include\SDL_version.h"\
+ ".\SDLAudio\include\SDL_video.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_ACTOR=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_ACTOR=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_ACTOR=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_ACTOR=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_ACTOR=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_ACTOR=\
+ ".\SDL.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\sound\adlib.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_ADLIB=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound.h"\
+ "..\sound\fmopl.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_ADLIB=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_ADLIB=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound.h"\
+ "..\sound\fmopl.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_ADLIB=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_ADLIB=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound.h"\
+ "..\sound\fmopl.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_ADLIB=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_ADLIB=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound.h"\
+ "..\sound\fmopl.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_ADLIB=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_ADLIB=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound.h"\
+ "..\sound\fmopl.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_ADLIB=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_ADLIB=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound.h"\
+ "..\sound\fmopl.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_ADLIB=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_ADLIB=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound.h"\
+ "..\sound\fmopl.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\begin_code.h"\
+ ".\SDLAudio\include\close_code.h"\
+ ".\SDLAudio\include\SDL.h"\
+ ".\SDLAudio\include\SDL_active.h"\
+ ".\SDLAudio\include\SDL_audio.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+ ".\SDLAudio\include\SDL_cdrom.h"\
+ ".\SDLAudio\include\SDL_error.h"\
+ ".\SDLAudio\include\SDL_events.h"\
+ ".\SDLAudio\include\SDL_getenv.h"\
+ ".\SDLAudio\include\SDL_joystick.h"\
+ ".\SDLAudio\include\SDL_keyboard.h"\
+ ".\SDLAudio\include\SDL_keysym.h"\
+ ".\SDLAudio\include\SDL_main.h"\
+ ".\SDLAudio\include\SDL_mouse.h"\
+ ".\SDLAudio\include\SDL_mutex.h"\
+ ".\SDLAudio\include\SDL_quit.h"\
+ ".\SDLAudio\include\SDL_rwops.h"\
+ ".\SDLAudio\include\SDL_timer.h"\
+ ".\SDLAudio\include\SDL_types.h"\
+ ".\SDLAudio\include\SDL_version.h"\
+ ".\SDLAudio\include\SDL_video.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_ADLIB=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound.h"\
+ "..\sound\fmopl.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_ADLIB=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_ADLIB=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound.h"\
+ "..\sound\fmopl.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_ADLIB=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_ADLIB=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound.h"\
+ "..\sound\fmopl.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_ADLIB=\
+ ".\SDL.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\akos.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_AKOS_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_AKOS_=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_AKOS_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_AKOS_=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_AKOS_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_AKOS_=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_AKOS_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_AKOS_=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_AKOS_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_AKOS_=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_AKOS_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_AKOS_=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_AKOS_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\begin_code.h"\
+ ".\SDLAudio\include\close_code.h"\
+ ".\SDLAudio\include\SDL.h"\
+ ".\SDLAudio\include\SDL_active.h"\
+ ".\SDLAudio\include\SDL_audio.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+ ".\SDLAudio\include\SDL_cdrom.h"\
+ ".\SDLAudio\include\SDL_error.h"\
+ ".\SDLAudio\include\SDL_events.h"\
+ ".\SDLAudio\include\SDL_getenv.h"\
+ ".\SDLAudio\include\SDL_joystick.h"\
+ ".\SDLAudio\include\SDL_keyboard.h"\
+ ".\SDLAudio\include\SDL_keysym.h"\
+ ".\SDLAudio\include\SDL_main.h"\
+ ".\SDLAudio\include\SDL_mouse.h"\
+ ".\SDLAudio\include\SDL_mutex.h"\
+ ".\SDLAudio\include\SDL_quit.h"\
+ ".\SDLAudio\include\SDL_rwops.h"\
+ ".\SDLAudio\include\SDL_timer.h"\
+ ".\SDLAudio\include\SDL_types.h"\
+ ".\SDLAudio\include\SDL_version.h"\
+ ".\SDLAudio\include\SDL_video.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_AKOS_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_AKOS_=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_AKOS_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_AKOS_=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_AKOS_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_AKOS_=\
+ ".\SDL.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\boxes.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_BOXES=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_BOXES=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_BOXES=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_BOXES=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_BOXES=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_BOXES=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_BOXES=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_BOXES=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_BOXES=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_BOXES=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_BOXES=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_BOXES=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_BOXES=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\begin_code.h"\
+ ".\SDLAudio\include\close_code.h"\
+ ".\SDLAudio\include\SDL.h"\
+ ".\SDLAudio\include\SDL_active.h"\
+ ".\SDLAudio\include\SDL_audio.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+ ".\SDLAudio\include\SDL_cdrom.h"\
+ ".\SDLAudio\include\SDL_error.h"\
+ ".\SDLAudio\include\SDL_events.h"\
+ ".\SDLAudio\include\SDL_getenv.h"\
+ ".\SDLAudio\include\SDL_joystick.h"\
+ ".\SDLAudio\include\SDL_keyboard.h"\
+ ".\SDLAudio\include\SDL_keysym.h"\
+ ".\SDLAudio\include\SDL_main.h"\
+ ".\SDLAudio\include\SDL_mouse.h"\
+ ".\SDLAudio\include\SDL_mutex.h"\
+ ".\SDLAudio\include\SDL_quit.h"\
+ ".\SDLAudio\include\SDL_rwops.h"\
+ ".\SDLAudio\include\SDL_timer.h"\
+ ".\SDLAudio\include\SDL_types.h"\
+ ".\SDLAudio\include\SDL_version.h"\
+ ".\SDLAudio\include\SDL_video.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_BOXES=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_BOXES=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_BOXES=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_BOXES=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_BOXES=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_BOXES=\
+ ".\SDL.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\costume.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_COSTU=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_COSTU=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_COSTU=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_COSTU=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_COSTU=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_COSTU=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_COSTU=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_COSTU=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_COSTU=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_COSTU=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_COSTU=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_COSTU=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_COSTU=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\begin_code.h"\
+ ".\SDLAudio\include\close_code.h"\
+ ".\SDLAudio\include\SDL.h"\
+ ".\SDLAudio\include\SDL_active.h"\
+ ".\SDLAudio\include\SDL_audio.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+ ".\SDLAudio\include\SDL_cdrom.h"\
+ ".\SDLAudio\include\SDL_error.h"\
+ ".\SDLAudio\include\SDL_events.h"\
+ ".\SDLAudio\include\SDL_getenv.h"\
+ ".\SDLAudio\include\SDL_joystick.h"\
+ ".\SDLAudio\include\SDL_keyboard.h"\
+ ".\SDLAudio\include\SDL_keysym.h"\
+ ".\SDLAudio\include\SDL_main.h"\
+ ".\SDLAudio\include\SDL_mouse.h"\
+ ".\SDLAudio\include\SDL_mutex.h"\
+ ".\SDLAudio\include\SDL_quit.h"\
+ ".\SDLAudio\include\SDL_rwops.h"\
+ ".\SDLAudio\include\SDL_timer.h"\
+ ".\SDLAudio\include\SDL_types.h"\
+ ".\SDLAudio\include\SDL_version.h"\
+ ".\SDLAudio\include\SDL_video.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_COSTU=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_COSTU=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_COSTU=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_COSTU=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_COSTU=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_COSTU=\
+ ".\SDL.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\sound\fmopl.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_FMOPL=\
+ "..\sound\fmopl.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_FMOPL=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_FMOPL=\
+ "..\sound\fmopl.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_FMOPL=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_FMOPL=\
+ "..\sound\fmopl.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_FMOPL=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_FMOPL=\
+ "..\sound\fmopl.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_FMOPL=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_FMOPL=\
+ "..\sound\fmopl.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_FMOPL=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_FMOPL=\
+ "..\sound\fmopl.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_FMOPL=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_FMOPL=\
+ "..\sound\fmopl.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\begin_code.h"\
+ ".\SDLAudio\include\close_code.h"\
+ ".\SDLAudio\include\SDL.h"\
+ ".\SDLAudio\include\SDL_active.h"\
+ ".\SDLAudio\include\SDL_audio.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+ ".\SDLAudio\include\SDL_cdrom.h"\
+ ".\SDLAudio\include\SDL_error.h"\
+ ".\SDLAudio\include\SDL_events.h"\
+ ".\SDLAudio\include\SDL_getenv.h"\
+ ".\SDLAudio\include\SDL_joystick.h"\
+ ".\SDLAudio\include\SDL_keyboard.h"\
+ ".\SDLAudio\include\SDL_keysym.h"\
+ ".\SDLAudio\include\SDL_main.h"\
+ ".\SDLAudio\include\SDL_mouse.h"\
+ ".\SDLAudio\include\SDL_mutex.h"\
+ ".\SDLAudio\include\SDL_quit.h"\
+ ".\SDLAudio\include\SDL_rwops.h"\
+ ".\SDLAudio\include\SDL_timer.h"\
+ ".\SDLAudio\include\SDL_types.h"\
+ ".\SDLAudio\include\SDL_version.h"\
+ ".\SDLAudio\include\SDL_video.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_FMOPL=\
+ "..\sound\fmopl.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_FMOPL=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_FMOPL=\
+ "..\sound\fmopl.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_FMOPL=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_FMOPL=\
+ "..\sound\fmopl.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_FMOPL=\
+ ".\SDL.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\gfx.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_GFX_C=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GFX_C=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_GFX_C=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GFX_C=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_GFX_C=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GFX_C=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_GFX_C=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GFX_C=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_GFX_C=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GFX_C=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_GFX_C=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GFX_C=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_GFX_C=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\begin_code.h"\
+ ".\SDLAudio\include\close_code.h"\
+ ".\SDLAudio\include\SDL.h"\
+ ".\SDLAudio\include\SDL_active.h"\
+ ".\SDLAudio\include\SDL_audio.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+ ".\SDLAudio\include\SDL_cdrom.h"\
+ ".\SDLAudio\include\SDL_error.h"\
+ ".\SDLAudio\include\SDL_events.h"\
+ ".\SDLAudio\include\SDL_getenv.h"\
+ ".\SDLAudio\include\SDL_joystick.h"\
+ ".\SDLAudio\include\SDL_keyboard.h"\
+ ".\SDLAudio\include\SDL_keysym.h"\
+ ".\SDLAudio\include\SDL_main.h"\
+ ".\SDLAudio\include\SDL_mouse.h"\
+ ".\SDLAudio\include\SDL_mutex.h"\
+ ".\SDLAudio\include\SDL_quit.h"\
+ ".\SDLAudio\include\SDL_rwops.h"\
+ ".\SDLAudio\include\SDL_timer.h"\
+ ".\SDLAudio\include\SDL_types.h"\
+ ".\SDLAudio\include\SDL_version.h"\
+ ".\SDLAudio\include\SDL_video.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_GFX_C=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GFX_C=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_GFX_C=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GFX_C=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_GFX_C=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GFX_C=\
+ ".\SDL.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\gui.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_GUI_C=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GUI_C=\
+ ".\gapi_keys.h"\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_GUI_C=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GUI_C=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_GUI_C=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GUI_C=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_GUI_C=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GUI_C=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_GUI_C=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GUI_C=\
+ ".\gapi_keys.h"\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_GUI_C=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GUI_C=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_GUI_C=\
+ "..\gapi_keys.h"\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\begin_code.h"\
+ ".\SDLAudio\include\close_code.h"\
+ ".\SDLAudio\include\SDL.h"\
+ ".\SDLAudio\include\SDL_active.h"\
+ ".\SDLAudio\include\SDL_audio.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+ ".\SDLAudio\include\SDL_cdrom.h"\
+ ".\SDLAudio\include\SDL_error.h"\
+ ".\SDLAudio\include\SDL_events.h"\
+ ".\SDLAudio\include\SDL_getenv.h"\
+ ".\SDLAudio\include\SDL_joystick.h"\
+ ".\SDLAudio\include\SDL_keyboard.h"\
+ ".\SDLAudio\include\SDL_keysym.h"\
+ ".\SDLAudio\include\SDL_main.h"\
+ ".\SDLAudio\include\SDL_mouse.h"\
+ ".\SDLAudio\include\SDL_mutex.h"\
+ ".\SDLAudio\include\SDL_quit.h"\
+ ".\SDLAudio\include\SDL_rwops.h"\
+ ".\SDLAudio\include\SDL_timer.h"\
+ ".\SDLAudio\include\SDL_types.h"\
+ ".\SDLAudio\include\SDL_version.h"\
+ ".\SDLAudio\include\SDL_video.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_GUI_C=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GUI_C=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_GUI_C=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GUI_C=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_GUI_C=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GUI_C=\
+ ".\SDL.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\sound\imuse.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_IMUSE=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_IMUSE=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_IMUSE=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_IMUSE=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_IMUSE=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_IMUSE=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_IMUSE=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_IMUSE=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_IMUSE=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_IMUSE=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_IMUSE=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_IMUSE=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_IMUSE=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\begin_code.h"\
+ ".\SDLAudio\include\close_code.h"\
+ ".\SDLAudio\include\SDL.h"\
+ ".\SDLAudio\include\SDL_active.h"\
+ ".\SDLAudio\include\SDL_audio.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+ ".\SDLAudio\include\SDL_cdrom.h"\
+ ".\SDLAudio\include\SDL_error.h"\
+ ".\SDLAudio\include\SDL_events.h"\
+ ".\SDLAudio\include\SDL_getenv.h"\
+ ".\SDLAudio\include\SDL_joystick.h"\
+ ".\SDLAudio\include\SDL_keyboard.h"\
+ ".\SDLAudio\include\SDL_keysym.h"\
+ ".\SDLAudio\include\SDL_main.h"\
+ ".\SDLAudio\include\SDL_mouse.h"\
+ ".\SDLAudio\include\SDL_mutex.h"\
+ ".\SDLAudio\include\SDL_quit.h"\
+ ".\SDLAudio\include\SDL_rwops.h"\
+ ".\SDLAudio\include\SDL_timer.h"\
+ ".\SDLAudio\include\SDL_types.h"\
+ ".\SDLAudio\include\SDL_version.h"\
+ ".\SDLAudio\include\SDL_video.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_IMUSE=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_IMUSE=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_IMUSE=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_IMUSE=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_IMUSE=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_IMUSE=\
+ ".\SDL.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\insane.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_INSAN=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_INSAN=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_INSAN=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_INSAN=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_INSAN=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_INSAN=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_INSAN=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_INSAN=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_INSAN=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_INSAN=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_INSAN=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_INSAN=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_INSAN=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\begin_code.h"\
+ ".\SDLAudio\include\close_code.h"\
+ ".\SDLAudio\include\SDL.h"\
+ ".\SDLAudio\include\SDL_active.h"\
+ ".\SDLAudio\include\SDL_audio.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+ ".\SDLAudio\include\SDL_cdrom.h"\
+ ".\SDLAudio\include\SDL_error.h"\
+ ".\SDLAudio\include\SDL_events.h"\
+ ".\SDLAudio\include\SDL_getenv.h"\
+ ".\SDLAudio\include\SDL_joystick.h"\
+ ".\SDLAudio\include\SDL_keyboard.h"\
+ ".\SDLAudio\include\SDL_keysym.h"\
+ ".\SDLAudio\include\SDL_main.h"\
+ ".\SDLAudio\include\SDL_mouse.h"\
+ ".\SDLAudio\include\SDL_mutex.h"\
+ ".\SDLAudio\include\SDL_quit.h"\
+ ".\SDLAudio\include\SDL_rwops.h"\
+ ".\SDLAudio\include\SDL_timer.h"\
+ ".\SDLAudio\include\SDL_types.h"\
+ ".\SDLAudio\include\SDL_version.h"\
+ ".\SDLAudio\include\SDL_video.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_INSAN=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_INSAN=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_INSAN=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_INSAN=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_INSAN=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_INSAN=\
+ ".\SDL.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\object.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_OBJEC=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_OBJEC=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_OBJEC=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_OBJEC=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_OBJEC=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_OBJEC=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_OBJEC=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_OBJEC=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_OBJEC=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_OBJEC=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_OBJEC=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_OBJEC=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_OBJEC=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\begin_code.h"\
+ ".\SDLAudio\include\close_code.h"\
+ ".\SDLAudio\include\SDL.h"\
+ ".\SDLAudio\include\SDL_active.h"\
+ ".\SDLAudio\include\SDL_audio.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+ ".\SDLAudio\include\SDL_cdrom.h"\
+ ".\SDLAudio\include\SDL_error.h"\
+ ".\SDLAudio\include\SDL_events.h"\
+ ".\SDLAudio\include\SDL_getenv.h"\
+ ".\SDLAudio\include\SDL_joystick.h"\
+ ".\SDLAudio\include\SDL_keyboard.h"\
+ ".\SDLAudio\include\SDL_keysym.h"\
+ ".\SDLAudio\include\SDL_main.h"\
+ ".\SDLAudio\include\SDL_mouse.h"\
+ ".\SDLAudio\include\SDL_mutex.h"\
+ ".\SDLAudio\include\SDL_quit.h"\
+ ".\SDLAudio\include\SDL_rwops.h"\
+ ".\SDLAudio\include\SDL_timer.h"\
+ ".\SDLAudio\include\SDL_types.h"\
+ ".\SDLAudio\include\SDL_version.h"\
+ ".\SDLAudio\include\SDL_video.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_OBJEC=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_OBJEC=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_OBJEC=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_OBJEC=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_OBJEC=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_OBJEC=\
+ ".\SDL.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\resource.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_RESOU=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_RESOU=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_RESOU=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_RESOU=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_RESOU=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_RESOU=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_RESOU=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_RESOU=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_RESOU=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_RESOU=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_RESOU=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_RESOU=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_RESOU=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\begin_code.h"\
+ ".\SDLAudio\include\close_code.h"\
+ ".\SDLAudio\include\SDL.h"\
+ ".\SDLAudio\include\SDL_active.h"\
+ ".\SDLAudio\include\SDL_audio.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+ ".\SDLAudio\include\SDL_cdrom.h"\
+ ".\SDLAudio\include\SDL_error.h"\
+ ".\SDLAudio\include\SDL_events.h"\
+ ".\SDLAudio\include\SDL_getenv.h"\
+ ".\SDLAudio\include\SDL_joystick.h"\
+ ".\SDLAudio\include\SDL_keyboard.h"\
+ ".\SDLAudio\include\SDL_keysym.h"\
+ ".\SDLAudio\include\SDL_main.h"\
+ ".\SDLAudio\include\SDL_mouse.h"\
+ ".\SDLAudio\include\SDL_mutex.h"\
+ ".\SDLAudio\include\SDL_quit.h"\
+ ".\SDLAudio\include\SDL_rwops.h"\
+ ".\SDLAudio\include\SDL_timer.h"\
+ ".\SDLAudio\include\SDL_types.h"\
+ ".\SDLAudio\include\SDL_version.h"\
+ ".\SDLAudio\include\SDL_video.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_RESOU=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_RESOU=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_RESOU=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_RESOU=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_RESOU=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_RESOU=\
+ ".\SDL.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\saveload.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SAVEL=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SAVEL=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SAVEL=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SAVEL=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_SAVEL=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SAVEL=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SAVEL=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SAVEL=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_SAVEL=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SAVEL=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SAVEL=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SAVEL=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_SAVEL=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\begin_code.h"\
+ ".\SDLAudio\include\close_code.h"\
+ ".\SDLAudio\include\SDL.h"\
+ ".\SDLAudio\include\SDL_active.h"\
+ ".\SDLAudio\include\SDL_audio.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+ ".\SDLAudio\include\SDL_cdrom.h"\
+ ".\SDLAudio\include\SDL_error.h"\
+ ".\SDLAudio\include\SDL_events.h"\
+ ".\SDLAudio\include\SDL_getenv.h"\
+ ".\SDLAudio\include\SDL_joystick.h"\
+ ".\SDLAudio\include\SDL_keyboard.h"\
+ ".\SDLAudio\include\SDL_keysym.h"\
+ ".\SDLAudio\include\SDL_main.h"\
+ ".\SDLAudio\include\SDL_mouse.h"\
+ ".\SDLAudio\include\SDL_mutex.h"\
+ ".\SDLAudio\include\SDL_quit.h"\
+ ".\SDLAudio\include\SDL_rwops.h"\
+ ".\SDLAudio\include\SDL_timer.h"\
+ ".\SDLAudio\include\SDL_types.h"\
+ ".\SDLAudio\include\SDL_version.h"\
+ ".\SDLAudio\include\SDL_video.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SAVEL=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SAVEL=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_SAVEL=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SAVEL=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SAVEL=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SAVEL=\
+ ".\SDL.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\script.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SCRIP=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIP=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SCRIP=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIP=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_SCRIP=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIP=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SCRIP=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIP=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_SCRIP=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIP=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SCRIP=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIP=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_SCRIP=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\begin_code.h"\
+ ".\SDLAudio\include\close_code.h"\
+ ".\SDLAudio\include\SDL.h"\
+ ".\SDLAudio\include\SDL_active.h"\
+ ".\SDLAudio\include\SDL_audio.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+ ".\SDLAudio\include\SDL_cdrom.h"\
+ ".\SDLAudio\include\SDL_error.h"\
+ ".\SDLAudio\include\SDL_events.h"\
+ ".\SDLAudio\include\SDL_getenv.h"\
+ ".\SDLAudio\include\SDL_joystick.h"\
+ ".\SDLAudio\include\SDL_keyboard.h"\
+ ".\SDLAudio\include\SDL_keysym.h"\
+ ".\SDLAudio\include\SDL_main.h"\
+ ".\SDLAudio\include\SDL_mouse.h"\
+ ".\SDLAudio\include\SDL_mutex.h"\
+ ".\SDLAudio\include\SDL_quit.h"\
+ ".\SDLAudio\include\SDL_rwops.h"\
+ ".\SDLAudio\include\SDL_timer.h"\
+ ".\SDLAudio\include\SDL_types.h"\
+ ".\SDLAudio\include\SDL_version.h"\
+ ".\SDLAudio\include\SDL_video.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SCRIP=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIP=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_SCRIP=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIP=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SCRIP=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIP=\
+ ".\SDL.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\script_v1.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SCRIPT=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIPT=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SCRIPT=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIPT=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_SCRIPT=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIPT=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SCRIPT=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIPT=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_SCRIPT=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIPT=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SCRIPT=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIPT=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_SCRIPT=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\begin_code.h"\
+ ".\SDLAudio\include\close_code.h"\
+ ".\SDLAudio\include\SDL.h"\
+ ".\SDLAudio\include\SDL_active.h"\
+ ".\SDLAudio\include\SDL_audio.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+ ".\SDLAudio\include\SDL_cdrom.h"\
+ ".\SDLAudio\include\SDL_error.h"\
+ ".\SDLAudio\include\SDL_events.h"\
+ ".\SDLAudio\include\SDL_getenv.h"\
+ ".\SDLAudio\include\SDL_joystick.h"\
+ ".\SDLAudio\include\SDL_keyboard.h"\
+ ".\SDLAudio\include\SDL_keysym.h"\
+ ".\SDLAudio\include\SDL_main.h"\
+ ".\SDLAudio\include\SDL_mouse.h"\
+ ".\SDLAudio\include\SDL_mutex.h"\
+ ".\SDLAudio\include\SDL_quit.h"\
+ ".\SDLAudio\include\SDL_rwops.h"\
+ ".\SDLAudio\include\SDL_timer.h"\
+ ".\SDLAudio\include\SDL_types.h"\
+ ".\SDLAudio\include\SDL_version.h"\
+ ".\SDLAudio\include\SDL_video.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SCRIPT=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIPT=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_SCRIPT=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIPT=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SCRIPT=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIPT=\
+ ".\SDL.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\script_v2.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SCRIPT_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIPT_=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SCRIPT_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIPT_=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_SCRIPT_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIPT_=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SCRIPT_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIPT_=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_SCRIPT_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIPT_=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SCRIPT_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIPT_=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_SCRIPT_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\begin_code.h"\
+ ".\SDLAudio\include\close_code.h"\
+ ".\SDLAudio\include\SDL.h"\
+ ".\SDLAudio\include\SDL_active.h"\
+ ".\SDLAudio\include\SDL_audio.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+ ".\SDLAudio\include\SDL_cdrom.h"\
+ ".\SDLAudio\include\SDL_error.h"\
+ ".\SDLAudio\include\SDL_events.h"\
+ ".\SDLAudio\include\SDL_getenv.h"\
+ ".\SDLAudio\include\SDL_joystick.h"\
+ ".\SDLAudio\include\SDL_keyboard.h"\
+ ".\SDLAudio\include\SDL_keysym.h"\
+ ".\SDLAudio\include\SDL_main.h"\
+ ".\SDLAudio\include\SDL_mouse.h"\
+ ".\SDLAudio\include\SDL_mutex.h"\
+ ".\SDLAudio\include\SDL_quit.h"\
+ ".\SDLAudio\include\SDL_rwops.h"\
+ ".\SDLAudio\include\SDL_timer.h"\
+ ".\SDLAudio\include\SDL_types.h"\
+ ".\SDLAudio\include\SDL_version.h"\
+ ".\SDLAudio\include\SDL_video.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SCRIPT_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIPT_=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_SCRIPT_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIPT_=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SCRIPT_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCRIPT_=\
+ ".\SDL.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\scummvm.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SCUMM=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCUMM=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SCUMM=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCUMM=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_SCUMM=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCUMM=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SCUMM=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCUMM=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_SCUMM=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCUMM=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SCUMM=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCUMM=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_SCUMM=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\begin_code.h"\
+ ".\SDLAudio\include\close_code.h"\
+ ".\SDLAudio\include\SDL.h"\
+ ".\SDLAudio\include\SDL_active.h"\
+ ".\SDLAudio\include\SDL_audio.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+ ".\SDLAudio\include\SDL_cdrom.h"\
+ ".\SDLAudio\include\SDL_error.h"\
+ ".\SDLAudio\include\SDL_events.h"\
+ ".\SDLAudio\include\SDL_getenv.h"\
+ ".\SDLAudio\include\SDL_joystick.h"\
+ ".\SDLAudio\include\SDL_keyboard.h"\
+ ".\SDLAudio\include\SDL_keysym.h"\
+ ".\SDLAudio\include\SDL_main.h"\
+ ".\SDLAudio\include\SDL_mouse.h"\
+ ".\SDLAudio\include\SDL_mutex.h"\
+ ".\SDLAudio\include\SDL_quit.h"\
+ ".\SDLAudio\include\SDL_rwops.h"\
+ ".\SDLAudio\include\SDL_timer.h"\
+ ".\SDLAudio\include\SDL_types.h"\
+ ".\SDLAudio\include\SDL_version.h"\
+ ".\SDLAudio\include\SDL_video.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SCUMM=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCUMM=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_SCUMM=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCUMM=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SCUMM=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SCUMM=\
+ ".\SDL.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\sound.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SOUND=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SOUND=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SOUND=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SOUND=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_SOUND=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SOUND=\
+ "..\sound.h"\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SOUND=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SOUND=\
+ "..\sound.h"\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_SOUND=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SOUND=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SOUND=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SOUND=\
+ "..\sound.h"\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_SOUND=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\begin_code.h"\
+ ".\SDLAudio\include\close_code.h"\
+ ".\SDLAudio\include\SDL.h"\
+ ".\SDLAudio\include\SDL_active.h"\
+ ".\SDLAudio\include\SDL_audio.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+ ".\SDLAudio\include\SDL_cdrom.h"\
+ ".\SDLAudio\include\SDL_error.h"\
+ ".\SDLAudio\include\SDL_events.h"\
+ ".\SDLAudio\include\SDL_getenv.h"\
+ ".\SDLAudio\include\SDL_joystick.h"\
+ ".\SDLAudio\include\SDL_keyboard.h"\
+ ".\SDLAudio\include\SDL_keysym.h"\
+ ".\SDLAudio\include\SDL_main.h"\
+ ".\SDLAudio\include\SDL_mouse.h"\
+ ".\SDLAudio\include\SDL_mutex.h"\
+ ".\SDLAudio\include\SDL_quit.h"\
+ ".\SDLAudio\include\SDL_rwops.h"\
+ ".\SDLAudio\include\SDL_timer.h"\
+ ".\SDLAudio\include\SDL_types.h"\
+ ".\SDLAudio\include\SDL_version.h"\
+ ".\SDLAudio\include\SDL_video.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SOUND=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SOUND=\
+ "..\sound.h"\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_SOUND=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SOUND=\
+ "..\sound.h"\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SOUND=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SOUND=\
+ ".\SDL.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\stdafx.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_STDAF=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_STDAF=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_STDAF=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_STDAF=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_STDAF=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_STDAF=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_STDAF=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_STDAF=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_STDAF=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_STDAF=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_STDAF=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_STDAF=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_STDAF=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\begin_code.h"\
+ ".\SDLAudio\include\close_code.h"\
+ ".\SDLAudio\include\SDL.h"\
+ ".\SDLAudio\include\SDL_active.h"\
+ ".\SDLAudio\include\SDL_audio.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+ ".\SDLAudio\include\SDL_cdrom.h"\
+ ".\SDLAudio\include\SDL_error.h"\
+ ".\SDLAudio\include\SDL_events.h"\
+ ".\SDLAudio\include\SDL_getenv.h"\
+ ".\SDLAudio\include\SDL_joystick.h"\
+ ".\SDLAudio\include\SDL_keyboard.h"\
+ ".\SDLAudio\include\SDL_keysym.h"\
+ ".\SDLAudio\include\SDL_main.h"\
+ ".\SDLAudio\include\SDL_mouse.h"\
+ ".\SDLAudio\include\SDL_mutex.h"\
+ ".\SDLAudio\include\SDL_quit.h"\
+ ".\SDLAudio\include\SDL_rwops.h"\
+ ".\SDLAudio\include\SDL_timer.h"\
+ ".\SDLAudio\include\SDL_types.h"\
+ ".\SDLAudio\include\SDL_version.h"\
+ ".\SDLAudio\include\SDL_video.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_STDAF=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_STDAF=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_STDAF=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_STDAF=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_STDAF=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_STDAF=\
+ ".\SDL.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\string.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_STRIN=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_STRIN=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_STRIN=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_STRIN=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_STRIN=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_STRIN=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_STRIN=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_STRIN=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_STRIN=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_STRIN=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_STRIN=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_STRIN=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_STRIN=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\begin_code.h"\
+ ".\SDLAudio\include\close_code.h"\
+ ".\SDLAudio\include\SDL.h"\
+ ".\SDLAudio\include\SDL_active.h"\
+ ".\SDLAudio\include\SDL_audio.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+ ".\SDLAudio\include\SDL_cdrom.h"\
+ ".\SDLAudio\include\SDL_error.h"\
+ ".\SDLAudio\include\SDL_events.h"\
+ ".\SDLAudio\include\SDL_getenv.h"\
+ ".\SDLAudio\include\SDL_joystick.h"\
+ ".\SDLAudio\include\SDL_keyboard.h"\
+ ".\SDLAudio\include\SDL_keysym.h"\
+ ".\SDLAudio\include\SDL_main.h"\
+ ".\SDLAudio\include\SDL_mouse.h"\
+ ".\SDLAudio\include\SDL_mutex.h"\
+ ".\SDLAudio\include\SDL_quit.h"\
+ ".\SDLAudio\include\SDL_rwops.h"\
+ ".\SDLAudio\include\SDL_timer.h"\
+ ".\SDLAudio\include\SDL_types.h"\
+ ".\SDLAudio\include\SDL_version.h"\
+ ".\SDLAudio\include\SDL_video.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_STRIN=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_STRIN=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_STRIN=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_STRIN=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_STRIN=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_STRIN=\
+ ".\SDL.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\sys.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SYS_C=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SYS_C=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SYS_C=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SYS_C=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_SYS_C=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SYS_C=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SYS_C=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SYS_C=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_SYS_C=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SYS_C=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SYS_C=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SYS_C=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_SYS_C=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\begin_code.h"\
+ ".\SDLAudio\include\close_code.h"\
+ ".\SDLAudio\include\SDL.h"\
+ ".\SDLAudio\include\SDL_active.h"\
+ ".\SDLAudio\include\SDL_audio.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+ ".\SDLAudio\include\SDL_cdrom.h"\
+ ".\SDLAudio\include\SDL_error.h"\
+ ".\SDLAudio\include\SDL_events.h"\
+ ".\SDLAudio\include\SDL_getenv.h"\
+ ".\SDLAudio\include\SDL_joystick.h"\
+ ".\SDLAudio\include\SDL_keyboard.h"\
+ ".\SDLAudio\include\SDL_keysym.h"\
+ ".\SDLAudio\include\SDL_main.h"\
+ ".\SDLAudio\include\SDL_mouse.h"\
+ ".\SDLAudio\include\SDL_mutex.h"\
+ ".\SDLAudio\include\SDL_quit.h"\
+ ".\SDLAudio\include\SDL_rwops.h"\
+ ".\SDLAudio\include\SDL_timer.h"\
+ ".\SDLAudio\include\SDL_types.h"\
+ ".\SDLAudio\include\SDL_version.h"\
+ ".\SDLAudio\include\SDL_video.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SYS_C=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SYS_C=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_SYS_C=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SYS_C=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SYS_C=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_SYS_C=\
+ ".\SDL.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\vars.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_VARS_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_VARS_=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_VARS_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_VARS_=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_VARS_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_VARS_=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_VARS_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_VARS_=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_VARS_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_VARS_=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_VARS_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_VARS_=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_VARS_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\begin_code.h"\
+ ".\SDLAudio\include\close_code.h"\
+ ".\SDLAudio\include\SDL.h"\
+ ".\SDLAudio\include\SDL_active.h"\
+ ".\SDLAudio\include\SDL_audio.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+ ".\SDLAudio\include\SDL_cdrom.h"\
+ ".\SDLAudio\include\SDL_error.h"\
+ ".\SDLAudio\include\SDL_events.h"\
+ ".\SDLAudio\include\SDL_getenv.h"\
+ ".\SDLAudio\include\SDL_joystick.h"\
+ ".\SDLAudio\include\SDL_keyboard.h"\
+ ".\SDLAudio\include\SDL_keysym.h"\
+ ".\SDLAudio\include\SDL_main.h"\
+ ".\SDLAudio\include\SDL_mouse.h"\
+ ".\SDLAudio\include\SDL_mutex.h"\
+ ".\SDLAudio\include\SDL_quit.h"\
+ ".\SDLAudio\include\SDL_rwops.h"\
+ ".\SDLAudio\include\SDL_timer.h"\
+ ".\SDLAudio\include\SDL_types.h"\
+ ".\SDLAudio\include\SDL_version.h"\
+ ".\SDLAudio\include\SDL_video.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_VARS_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_VARS_=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_VARS_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_VARS_=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_VARS_=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_VARS_=\
+ ".\SDL.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\verbs.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_VERBS=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_VERBS=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_VERBS=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_VERBS=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_VERBS=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_VERBS=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_VERBS=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_VERBS=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_VERBS=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_VERBS=\
+ ".\SDL.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_VERBS=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_VERBS=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_VERBS=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\begin_code.h"\
+ ".\SDLAudio\include\close_code.h"\
+ ".\SDLAudio\include\SDL.h"\
+ ".\SDLAudio\include\SDL_active.h"\
+ ".\SDLAudio\include\SDL_audio.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+ ".\SDLAudio\include\SDL_cdrom.h"\
+ ".\SDLAudio\include\SDL_error.h"\
+ ".\SDLAudio\include\SDL_events.h"\
+ ".\SDLAudio\include\SDL_getenv.h"\
+ ".\SDLAudio\include\SDL_joystick.h"\
+ ".\SDLAudio\include\SDL_keyboard.h"\
+ ".\SDLAudio\include\SDL_keysym.h"\
+ ".\SDLAudio\include\SDL_main.h"\
+ ".\SDLAudio\include\SDL_mouse.h"\
+ ".\SDLAudio\include\SDL_mutex.h"\
+ ".\SDLAudio\include\SDL_quit.h"\
+ ".\SDLAudio\include\SDL_rwops.h"\
+ ".\SDLAudio\include\SDL_timer.h"\
+ ".\SDLAudio\include\SDL_types.h"\
+ ".\SDLAudio\include\SDL_version.h"\
+ ".\SDLAudio\include\SDL_video.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_VERBS=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_VERBS=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_VERBS=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_VERBS=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_VERBS=\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_VERBS=\
+ ".\SDL.h"\
+
+
+!ENDIF
+
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=..\sound\fmopl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\gui.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\scumm.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\scummsys.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\sound.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\stdafx.h
+# End Source File
+# End Group
+# Begin Group "Resource Files"
+
+# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+# Begin Source File
+
+SOURCE=.\Action.bmp
+# End Source File
+# Begin Source File
+
+SOURCE=.\DiskwFolder.bmp
+# End Source File
+# Begin Source File
+
+SOURCE=.\Door2.bmp
+# End Source File
+# Begin Source File
+
+SOURCE=.\keys.bmp
+# End Source File
+# Begin Source File
+
+SOURCE=.\MenuTitle.bmp
+# End Source File
+# Begin Source File
+
+SOURCE=.\monkeybig.ico
+# End Source File
+# Begin Source File
+
+SOURCE=.\monkeysm.ico
+# End Source File
+# Begin Source File
+
+SOURCE=.\panel.bmp
+# End Source File
+# Begin Source File
+
+SOURCE=.\panelbig.bmp
+# End Source File
+# Begin Source File
+
+SOURCE=.\pipo.bmp
+# End Source File
+# Begin Source File
+
+SOURCE=.\pipo2.bmp
+# End Source File
+# Begin Source File
+
+SOURCE=.\pocketscumm.ico
+# End Source File
+# Begin Source File
+
+SOURCE=.\SoundOff.bmp
+# End Source File
+# Begin Source File
+
+SOURCE=.\SoundOn.bmp
+# End Source File
+# End Group
+# Begin Group "Port Source Files"
+
+# PROP Default_Filter "cpp"
+# Begin Source File
+
+SOURCE=.\bitmaps.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_BITMA=\
+ ".\screen.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_BITMA=\
+ ".\screen.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_BITMA=\
+ ".\screen.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_BITMA=\
+ ".\screen.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_BITMA=\
+ ".\screen.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_BITMA=\
+ ".\screen.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_BITMA=\
+ ".\screen.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_BITMA=\
+ ".\screen.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_BITMA=\
+ ".\screen.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_BITMA=\
+ ".\screen.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\findgame.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_FINDG=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_FINDG=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_FINDG=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_FINDG=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_FINDG=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_FINDG=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_FINDG=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_FINDG=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_FINDG=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_FINDG=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_FINDG=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_FINDG=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_FINDG=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+ ".\SDLAudio\include\begin_code.h"\
+ ".\SDLAudio\include\close_code.h"\
+ ".\SDLAudio\include\SDL.h"\
+ ".\SDLAudio\include\SDL_active.h"\
+ ".\SDLAudio\include\SDL_audio.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+ ".\SDLAudio\include\SDL_cdrom.h"\
+ ".\SDLAudio\include\SDL_error.h"\
+ ".\SDLAudio\include\SDL_events.h"\
+ ".\SDLAudio\include\SDL_getenv.h"\
+ ".\SDLAudio\include\SDL_joystick.h"\
+ ".\SDLAudio\include\SDL_keyboard.h"\
+ ".\SDLAudio\include\SDL_keysym.h"\
+ ".\SDLAudio\include\SDL_main.h"\
+ ".\SDLAudio\include\SDL_mouse.h"\
+ ".\SDLAudio\include\SDL_mutex.h"\
+ ".\SDLAudio\include\SDL_quit.h"\
+ ".\SDLAudio\include\SDL_rwops.h"\
+ ".\SDLAudio\include\SDL_timer.h"\
+ ".\SDLAudio\include\SDL_types.h"\
+ ".\SDLAudio\include\SDL_version.h"\
+ ".\SDLAudio\include\SDL_video.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_FINDG=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_FINDG=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_FINDG=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_FINDG=\
+ ".\SDL.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_FINDG=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_FINDG=\
+ ".\SDL.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\gapi_keys.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_GAPI_=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GAPI_=\
+ ".\gapi_keys.h"\
+ ".\gx.h"\
+ ".\ipapi.h"\
+ ".\screen.h"\
+ ".\SDL.h"\
+ ".\ygshell.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_GAPI_=\
+ "..\stdafx.h"\
+ ".\gapi\inc\gx.h"\
+ ".\missing\unistd.h"\
+ ".\screen.h"\
+ {$(INCLUDE)}"aygshell.h"\
+ {$(INCLUDE)}"sipapi.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_GAPI_=\
+ "..\stdafx.h"\
+ ".\gapi\inc\gx.h"\
+ ".\missing\unistd.h"\
+ ".\screen.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_GAPI_=\
+ "..\stdafx.h"\
+ ".\gapi\inc\gx.h"\
+ ".\missing\unistd.h"\
+ ".\screen.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_GAPI_=\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_GAPI_=\
+ ".\gapi_keys.h"\
+ ".\gx.h"\
+ ".\ipapi.h"\
+ ".\screen.h"\
+ ".\SDL.h"\
+ ".\ygshell.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_GAPI_=\
+ "..\stdafx.h"\
+ ".\gapi\inc\gx.h"\
+ ".\missing\unistd.h"\
+ ".\screen.h"\
+ {$(INCLUDE)}"aygshell.h"\
+ {$(INCLUDE)}"sipapi.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_GAPI_=\
+ "..\stdafx.h"\
+ ".\gapi\inc\gx.h"\
+ ".\missing\unistd.h"\
+ ".\screen.h"\
+ ".\SDLAudio\include\begin_code.h"\
+ ".\SDLAudio\include\close_code.h"\
+ ".\SDLAudio\include\SDL.h"\
+ ".\SDLAudio\include\SDL_active.h"\
+ ".\SDLAudio\include\SDL_audio.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+ ".\SDLAudio\include\SDL_cdrom.h"\
+ ".\SDLAudio\include\SDL_error.h"\
+ ".\SDLAudio\include\SDL_events.h"\
+ ".\SDLAudio\include\SDL_getenv.h"\
+ ".\SDLAudio\include\SDL_joystick.h"\
+ ".\SDLAudio\include\SDL_keyboard.h"\
+ ".\SDLAudio\include\SDL_keysym.h"\
+ ".\SDLAudio\include\SDL_main.h"\
+ ".\SDLAudio\include\SDL_mouse.h"\
+ ".\SDLAudio\include\SDL_mutex.h"\
+ ".\SDLAudio\include\SDL_quit.h"\
+ ".\SDLAudio\include\SDL_rwops.h"\
+ ".\SDLAudio\include\SDL_timer.h"\
+ ".\SDLAudio\include\SDL_types.h"\
+ ".\SDLAudio\include\SDL_version.h"\
+ ".\SDLAudio\include\SDL_video.h"\
+ {$(INCLUDE)}"aygshell.h"\
+ {$(INCLUDE)}"sipapi.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_GAPI_=\
+ "..\stdafx.h"\
+ ".\gapi\inc\gx.h"\
+ ".\missing\unistd.h"\
+ ".\screen.h"\
+ {$(INCLUDE)}"aygshell.h"\
+ {$(INCLUDE)}"sipapi.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_GAPI_=\
+ "..\stdafx.h"\
+ ".\gapi\inc\gx.h"\
+ ".\missing\unistd.h"\
+ ".\screen.h"\
+ {$(INCLUDE)}"aygshell.h"\
+ {$(INCLUDE)}"sipapi.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_GAPI_=\
+ "..\stdafx.h"\
+ ".\gapi\inc\gx.h"\
+ ".\missing\unistd.h"\
+ ".\screen.h"\
+ {$(INCLUDE)}"aygshell.h"\
+ {$(INCLUDE)}"sipapi.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\missing\missing.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_MISSI=\
+ ".\missing\dirent.h"\
+ ".\missing\sys\time.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_MISSI=\
+ ".\missing\dirent.h"\
+ ".\missing\sys\time.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_MISSI=\
+ ".\missing\dirent.h"\
+ ".\missing\sys\time.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_MISSI=\
+ ".\missing\dirent.h"\
+ ".\missing\sys\time.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_MISSI=\
+ ".\missing\dirent.h"\
+ ".\missing\sys\time.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_MISSI=\
+ ".\missing\dirent.h"\
+ ".\missing\sys\time.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_MISSI=\
+ ".\missing\dirent.h"\
+ ".\missing\sys\time.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_MISSI=\
+ ".\missing\dirent.h"\
+ ".\missing\sys\time.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_MISSI=\
+ ".\missing\dirent.h"\
+ ".\missing\sys\time.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_MISSI=\
+ ".\missing\dirent.h"\
+ ".\missing\sys\time.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\pocketpc.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_POCKE=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_POCKE=\
+ ".\gapi_keys.h"\
+ ".\gx.h"\
+ ".\ipapi.h"\
+ ".\screen.h"\
+ ".\SDL.h"\
+ ".\SDLAudio\include\begin_code.h"\
+ ".\SDLAudio\include\close_code.h"\
+ ".\SDLAudio\include\SDL_audio.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+ ".\SDLAudio\include\SDL_error.h"\
+ ".\SDLAudio\include\SDL_main.h"\
+ ".\SDLAudio\include\SDL_mutex.h"\
+ ".\SDLAudio\include\SDL_rwops.h"\
+ ".\SDLAudio\include\SDL_thread.h"\
+ ".\SDLAudio\include\SDL_timer.h"\
+ ".\SDLAudio\include\SDL_types.h"\
+ ".\ygshell.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_POCKE=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_POCKE=\
+ ".\ipapi.h"\
+ ".\screen.h"\
+ ".\SDL.h"\
+ ".\ygshell.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_POCKE=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_POCKE=\
+ ".\screen.h"\
+ ".\SDL.h"\
+ ".\sound.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_POCKE=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_POCKE=\
+ ".\screen.h"\
+ ".\SDL.h"\
+ ".\sound.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_POCKE=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_POCKE=\
+ ".\gapi_keys.h"\
+ ".\gx.h"\
+ ".\ipapi.h"\
+ ".\screen.h"\
+ ".\SDL.h"\
+ ".\SDLAudio\include\begin_code.h"\
+ ".\SDLAudio\include\close_code.h"\
+ ".\SDLAudio\include\SDL_audio.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+ ".\SDLAudio\include\SDL_error.h"\
+ ".\SDLAudio\include\SDL_main.h"\
+ ".\SDLAudio\include\SDL_mutex.h"\
+ ".\SDLAudio\include\SDL_rwops.h"\
+ ".\SDLAudio\include\SDL_thread.h"\
+ ".\SDLAudio\include\SDL_timer.h"\
+ ".\SDLAudio\include\SDL_types.h"\
+ ".\ygshell.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_POCKE=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_POCKE=\
+ ".\screen.h"\
+ ".\SDL.h"\
+ ".\sound.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_POCKE=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\smush.h"\
+ "..\sound.h"\
+ "..\stdafx.h"\
+ ".\gapi\inc\gx.h"\
+ ".\missing\unistd.h"\
+ ".\screen.h"\
+ ".\SDLAudio\include\begin_code.h"\
+ ".\SDLAudio\include\close_code.h"\
+ ".\SDLAudio\include\SDL.h"\
+ ".\SDLAudio\include\SDL_active.h"\
+ ".\SDLAudio\include\SDL_audio.h"\
+ ".\SDLAudio\include\SDL_byteorder.h"\
+ ".\SDLAudio\include\SDL_cdrom.h"\
+ ".\SDLAudio\include\SDL_error.h"\
+ ".\SDLAudio\include\SDL_events.h"\
+ ".\SDLAudio\include\SDL_getenv.h"\
+ ".\SDLAudio\include\SDL_joystick.h"\
+ ".\SDLAudio\include\SDL_keyboard.h"\
+ ".\SDLAudio\include\SDL_keysym.h"\
+ ".\SDLAudio\include\SDL_main.h"\
+ ".\SDLAudio\include\SDL_mouse.h"\
+ ".\SDLAudio\include\SDL_mutex.h"\
+ ".\SDLAudio\include\SDL_quit.h"\
+ ".\SDLAudio\include\SDL_rwops.h"\
+ ".\SDLAudio\include\SDL_thread.h"\
+ ".\SDLAudio\include\SDL_timer.h"\
+ ".\SDLAudio\include\SDL_types.h"\
+ ".\SDLAudio\include\SDL_version.h"\
+ ".\SDLAudio\include\SDL_video.h"\
+ {$(INCLUDE)}"aygshell.h"\
+ {$(INCLUDE)}"sipapi.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_POCKE=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_POCKE=\
+ ".\screen.h"\
+ ".\SDL.h"\
+ ".\sound.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_POCKE=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_POCKE=\
+ ".\screen.h"\
+ ".\SDL.h"\
+ ".\sound.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_POCKE=\
+ "..\gui.h"\
+ "..\scumm.h"\
+ "..\scummsys.h"\
+ "..\sound.h"\
+ "..\stdafx.h"\
+ ".\missing\unistd.h"\
+
+NODEP_CPP_POCKE=\
+ ".\ipapi.h"\
+ ".\screen.h"\
+ ".\SDL.h"\
+ ".\ygshell.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\PocketSCUMM.rc
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\screen.cpp
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SCREE=\
+ ".\gapi\inc\gx.h"\
+ ".\screen.h"\
+ {$(INCLUDE)}"aygshell.h"\
+ {$(INCLUDE)}"sipapi.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SCREE=\
+ ".\gapi\inc\gx.h"\
+ ".\screen.h"\
+ {$(INCLUDE)}"aygshell.h"\
+ {$(INCLUDE)}"sipapi.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+DEP_CPP_SCREE=\
+ ".\gapi\inc\gx.h"\
+ ".\screen.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SCREE=\
+ ".\gapi\inc\gx.h"\
+ ".\screen.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+DEP_CPP_SCREE=\
+ ".\gapi\inc\gx.h"\
+ ".\screen.h"\
+ {$(INCLUDE)}"aygshell.h"\
+ {$(INCLUDE)}"sipapi.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SCREE=\
+ ".\gapi\inc\gx.h"\
+ ".\screen.h"\
+ {$(INCLUDE)}"aygshell.h"\
+ {$(INCLUDE)}"sipapi.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+DEP_CPP_SCREE=\
+ ".\gapi\inc\gx.h"\
+ {$(INCLUDE)}"aygshell.h"\
+ {$(INCLUDE)}"sipapi.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SCREE=\
+ ".\gapi\inc\gx.h"\
+ ".\screen.h"\
+ {$(INCLUDE)}"aygshell.h"\
+ {$(INCLUDE)}"sipapi.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+DEP_CPP_SCREE=\
+ ".\gapi\inc\gx.h"\
+ ".\screen.h"\
+ {$(INCLUDE)}"aygshell.h"\
+ {$(INCLUDE)}"sipapi.h"\
+
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SCREE=\
+ ".\gapi\inc\gx.h"\
+ ".\screen.h"\
+ {$(INCLUDE)}"aygshell.h"\
+ {$(INCLUDE)}"sipapi.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\gapi\ARM\gx.lib
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+# PROP Exclude_From_Build 1
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\gapi\emu\gx.lib
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\gapi\MIPS\gx.lib
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+# PROP Exclude_From_Build 1
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\gapi\SH\gx.lib
+
+!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release"
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug"
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release"
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug"
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug"
+
+# PROP Exclude_From_Build 1
+
+!ENDIF
+
+# End Source File
+# End Group
+# Begin Group "Port Header Files"
+
+# PROP Default_Filter "h"
+# 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=.\gapi_keys.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\missing\io.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\newres.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\resource.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\screen.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\missing\signal.h
+# End Source File
+# 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\time.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\missing\sys\types.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\missing\unistd.h
+# End Source File
+# End Group
+# End Target
+# End Project
diff --git a/wince/PocketSCUMM.vcw b/wince/PocketSCUMM.vcw
new file mode 100755
index 0000000000..9961cf0d39
--- /dev/null
+++ b/wince/PocketSCUMM.vcw
@@ -0,0 +1,29 @@
+Microsoft eMbedded Visual Tools Workspace File, Format Version 3.00
+# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
+
+###############################################################################
+
+Project: "PocketSCUMM"=.\PocketSCUMM.vcp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
+Global:
+
+Package=<5>
+{{{
+}}}
+
+Package=<3>
+{{{
+}}}
+
+###############################################################################
+
diff --git a/wince/findgame.cpp b/wince/findgame.cpp
index 6b1c4dd76d..e5df46a73d 100644
--- a/wince/findgame.cpp
+++ b/wince/findgame.cpp
@@ -4,6 +4,7 @@
#include "stdafx.h"
#include <Winuser.h>
+#include <Winnls.h>
#include "resource.h"
#define MAX_GAMES 20
diff --git a/wince/newres.h b/wince/newres.h
new file mode 100644
index 0000000000..57f429fa45
--- /dev/null
+++ b/wince/newres.h
@@ -0,0 +1,41 @@
+#ifndef __NEWRES_H__
+#define __NEWRES_H__
+
+#if !defined(UNDER_CE)
+#define UNDER_CE _WIN32_WCE
+#endif
+
+#if defined(_WIN32_WCE)
+ #if !defined(WCEOLE_ENABLE_DIALOGEX)
+ #define DIALOGEX DIALOG DISCARDABLE
+ #endif
+ #include <commctrl.h>
+ #define SHMENUBAR RCDATA
+ #if defined(WIN32_PLATFORM_PSPC) && (_WIN32_WCE >= 300)
+ #include <aygshell.h>
+ #define AFXCE_IDR_SCRATCH_SHMENU 28700
+ #else
+ #define I_IMAGENONE (-2)
+ #define NOMENU 0xFFFF
+ #define IDS_SHNEW 1
+
+ #define IDM_SHAREDNEW 10
+ #define IDM_SHAREDNEWDEFAULT 11
+ #endif // _WIN32_WCE_PSPC
+ #define AFXCE_IDD_SAVEMODIFIEDDLG 28701
+#endif // _WIN32_WCE
+
+#ifdef RC_INVOKED
+#ifndef _INC_WINDOWS
+#define _INC_WINDOWS
+ #include "winuser.h" // extract from windows header
+ #include "winver.h"
+#endif
+#endif
+
+#ifdef IDC_STATIC
+#undef IDC_STATIC
+#endif
+#define IDC_STATIC (-1)
+
+#endif //__NEWRES_H__
diff --git a/wince/pocketpc.cpp b/wince/pocketpc.cpp
index 03ab9caafb..889a1d137c 100644
--- a/wince/pocketpc.cpp
+++ b/wince/pocketpc.cpp
@@ -33,6 +33,7 @@
#include "commctrl.h"
#include <Winuser.h>
+#include <Winnls.h>
#include <sipapi.h>
#include <Aygshell.h>
#include <gx.h>
@@ -44,6 +45,8 @@
#include "SDL_timer.h"
#include "SDL_thread.h"
+#define POCKETSCUMM_BUILD "031402"
+
#define VERSION "Build " POCKETSCUMM_BUILD " (VM " SCUMMVM_CVS ")"
#define SHMenuBar_GetMenu(hWndMB,ID_MENU) (HMENU)SendMessage((hWndMB), SHCMBM_GETSUBMENU, (WPARAM)0, (LPARAM)ID_MENU)
@@ -960,7 +963,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLin
sprintf(argdir, "-p%s", _directory);
argv[2] = argdir;
scumm._savegame_dir = _directory;
- scumm._error_handler = error_handler;
+// scumm._error_handler = error_handler;
if(argv[1] == NULL)
return 0;
@@ -1019,5 +1022,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLin
void setShakePos(Scumm *s, int shake_pos) {}
// TODO : switch to MP3 support
void cd_playtrack(int track, int offset, int delay) {}
+// Never happening on Pocket version
+void launcherLoop() {}
diff --git a/wince/pocketscumm.ico b/wince/pocketscumm.ico
new file mode 100644
index 0000000000..1bc0dae683
--- /dev/null
+++ b/wince/pocketscumm.ico
Binary files differ
diff --git a/wince/resource.h b/wince/resource.h
new file mode 100644
index 0000000000..f973a5af31
--- /dev/null
+++ b/wince/resource.h
@@ -0,0 +1,57 @@
+//{{NO_DEPENDENCIES}}
+// Microsoft Developer Studio generated include file.
+// Used by PocketSCUMM.rc
+//
+#define IDD_GAMESELECT 105
+#define IDD_SOUND_DIALOG 106
+#define IDB_SKIP 113
+#define IDB_DISK 115
+#define IDB_EXIT 116
+#define IDB_SOUND_ON 117
+#define IDB_SOUND_OFF 118
+#define IDB_PANEL 119
+#define IDI_POCKETSCUMM 127
+#define IDB_KEYBOARD 129
+#define IDL_POCKETSCUMM 130
+#define IDB_MENUTITLE 133
+#define IDM_MENU 1000
+#define IDC_ABOUT 1000
+#define IDC_MONKEY 1000
+#define IDC_OPTIONS 1000
+#define IDC_EXIT 1001
+#define IDC_MONKEY2 1001
+#define IDD_SLIDERMUSIC 1001
+#define IDC_ATLANTIS 1002
+#define IDD_SLIDERSFX 1002
+#define IDC_PLAYFATE 1003
+#define IDC_TENTACLE 1004
+#define IDC_DOTTDEMO 1005
+#define IDC_SAMNMAX 1006
+#define IDC_SNMDEMO 1007
+#define IDC_DISABLE_SOUND 1008
+#define IDC_SLOW_SOUND 1009
+#define IDC_FT 1010
+#define IDC_LISTAVAILABLE 1011
+#define IDC_GAMEDESC 1014
+#define IDC_PLAY 1015
+#define IDC_FILEPATH 1016
+#define IDC_SCAN 1018
+#define ID_POCKETSCUMM 40005
+#define IDS_CAP_POCKETSCUMM 40006
+#define IDC_LANDSCAPE 40007
+#define IDC_SKIP 40008
+#define IDC_LOADSAVE 40009
+#define IDC_SOUND 40011
+#define IDC_SOUNDVOL 40012
+#define IDM_POCKETSCUMM 40013
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE 134
+#define _APS_NEXT_COMMAND_VALUE 40014
+#define _APS_NEXT_CONTROL_VALUE 1016
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif
diff --git a/wince/screen.h b/wince/screen.h
new file mode 100644
index 0000000000..b4fa5be8cf
--- /dev/null
+++ b/wince/screen.h
@@ -0,0 +1,33 @@
+/* (C) 2001 Vasyl Tsvirkunov */
+
+#ifndef SCREEN_H
+#define SCREEN_H
+
+#ifndef UBYTE
+#define UBYTE unsigned char
+#endif
+
+int GraphicsOn(HWND hWndMain);
+void GraphicsOff();
+void GraphicsSuspend();
+void GraphicsResume();
+
+void SetPalEntry(int ent, UBYTE r, UBYTE g, UBYTE b);
+void Blt(UBYTE * scr_ptr);
+
+/* meaning: 0 - portrait, 1 - left hand landscape, 2 - right hand landscape */
+void SetScreenMode(int mode);
+int GetScreenMode();
+
+void Translate(int* x, int* y);
+
+typedef enum ToolbarSelected {
+ ToolbarNone,
+ ToolbarSaveLoad,
+ ToolbarExit,
+ ToolbarSkip,
+ ToolbarSound
+} ToolbarSelected;
+
+
+#endif