From 351cf490295311b1dcc5400d18541fd03c689b55 Mon Sep 17 00:00:00 2001 From: Nicolas Bacca Date: Fri, 19 Jul 2002 21:38:32 +0000 Subject: Update project generation svn-id: r4605 --- wince/PocketSCUMM.rc | 34 + wince/PocketSCUMM.vcc | 19 +- wince/PocketSCUMM.vcp | 3164 ++++++++++++++++++++++++++++++++++++++++++++----- 3 files changed, 2887 insertions(+), 330 deletions(-) (limited to 'wince') diff --git a/wince/PocketSCUMM.rc b/wince/PocketSCUMM.rc index f48f285a75..15fc9433ba 100644 --- a/wince/PocketSCUMM.rc +++ b/wince/PocketSCUMM.rc @@ -143,6 +143,40 @@ LANGUAGE LANG_FRENCH, SUBLANG_FRENCH #pragma code_page(1252) #endif //_WIN32 +///////////////////////////////////////////////////////////////////////////// +// +// Dialog +// + +IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 90 +STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Dialog" +FONT 8, "System" +BEGIN + DEFPUSHBUTTON "OK",IDOK,129,7,50,14 + PUSHBUTTON "Cancel",IDCANCEL,129,24,50,14 +END + + +///////////////////////////////////////////////////////////////////////////// +// +// DESIGNINFO +// + +#ifdef APSTUDIO_INVOKED +GUIDELINES DESIGNINFO DISCARDABLE +BEGIN + IDD_DIALOG1, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 179 + TOPMARGIN, 7 + BOTTOMMARGIN, 83 + END +END +#endif // APSTUDIO_INVOKED + + ///////////////////////////////////////////////////////////////////////////// // // Icon diff --git a/wince/PocketSCUMM.vcc b/wince/PocketSCUMM.vcc index 2fff553954..9a25751416 100755 --- a/wince/PocketSCUMM.vcc +++ b/wince/PocketSCUMM.vcc @@ -10,11 +10,12 @@ LastPage=0 ClassCount=0 -ResourceCount=4 -Resource1=IDD_GAMESELECT (English (U.S.)) -Resource2=IDM_MENU (English (U.S.)) +ResourceCount=5 +Resource1=IDM_MENU +Resource2=IDD_DIALOG1 Resource3=IDD_GAMESELECT -Resource4=IDM_MENU +Resource4=IDD_GAMESELECT (English (U.S.)) +Resource5=IDM_MENU (English (U.S.)) [DLG:IDD_GAMESELECT (English (U.S.))] Type=1 @@ -39,7 +40,6 @@ Command5=IDC_SKIP Command6=IDC_SOUND CommandCount=6 - [DLG:IDD_GAMESELECT] Type=1 Class=? @@ -63,3 +63,12 @@ Command5=IDC_SKIP Command6=IDC_SOUND CommandCount=6 + + +[DLG:IDD_DIALOG1] +Type=1 +Class=? +ControlCount=2 +Control1=IDOK,button,1342242817 +Control2=IDCANCEL,button,1342242816 + diff --git a/wince/PocketSCUMM.vcp b/wince/PocketSCUMM.vcp index a7d46dd2dc..f4c25701e0 100644 --- a/wince/PocketSCUMM.vcp +++ b/wince/PocketSCUMM.vcp @@ -61,7 +61,7 @@ RSC=rc.exe # 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 +# ADD CPP /nologo /W3 /I "." /I "missing" /I ".." /I "gapi/inc" /I "SDLAudio/include" /I "mad/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__" /D "FPM_DEFAULT" /D "COMPRESSED_SOUND_FILE" /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 @@ -70,7 +70,7 @@ BSC32=bscmake.exe # 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 +# ADD LINK32 commctrl.lib coredll.lib aygshell.lib SDLAudio.lib mad.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /libpath:"SDLAudio/lib/MIPS" /libpath:"mad/lib/MIPS" /subsystem:$(CESubsystem) /MACHINE:MIPS !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" @@ -190,7 +190,7 @@ RSC=rc.exe # 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 +# ADD CPP /nologo /W3 /I "." /I "missing" /I ".." /I "gapi/inc" /I "SDLAudio/include" /I "mad/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__" /D "FPM_DEFAULT" /D "COMPRESSED_SOUND_FILE" /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 @@ -199,7 +199,7 @@ BSC32=bscmake.exe # 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 +# ADD LINK32 commctrl.lib coredll.lib aygshell.lib SDLAudio.lib mad.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /libpath:"SDLAudio/lib/SH3" /libpath:"mad/lib/SH3" /subsystem:$(CESubsystem) /MACHINE:SH3 !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" @@ -297,7 +297,7 @@ BSC32=bscmake.exe # 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 SDLAudio.lib mad.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /libpath:"SDLAudio/lib/ARM" /libpath:"mad/lib/ARM" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM +# ADD LINK32 commctrl.lib coredll.lib aygshell.lib SDLAudio.lib mad.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /libpath:"SDLAudio/lib/ARM" /libpath:"mad/lib/ARM" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release" @@ -391,12 +391,21 @@ SOURCE=..\sound\fmopl.cpp !IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" DEP_CPP_FMOPL=\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ "..\sound\fmopl.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_FMOPL=\ - ".\SDL.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" @@ -435,12 +444,22 @@ NODEP_CPP_FMOPL=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release" DEP_CPP_FMOPL=\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ "..\sound\fmopl.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_FMOPL=\ - ".\SDL.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" @@ -457,12 +476,22 @@ NODEP_CPP_FMOPL=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" DEP_CPP_FMOPL=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\scumm.h"\ "..\scummsys.h"\ + "..\smush.h"\ "..\sound\fmopl.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_FMOPL=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" @@ -503,16 +532,24 @@ SOURCE=..\sound\imuse.cpp !IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" DEP_CPP_IMUSE=\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\morphos\morphos.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\fmopl.h"\ + "..\sound\imuse.h"\ + "..\sound\mididrv.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_IMUSE=\ - "..\sound.h"\ - ".\SDL.h"\ - ".\SDLAudio\include\SDL_byteorder.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" @@ -557,16 +594,25 @@ NODEP_CPP_IMUSE=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release" DEP_CPP_IMUSE=\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\morphos\morphos.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\fmopl.h"\ + "..\sound\imuse.h"\ + "..\sound\mididrv.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_IMUSE=\ - "..\sound.h"\ - ".\SDL.h"\ - ".\SDLAudio\include\SDL_byteorder.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" @@ -585,11 +631,10 @@ NODEP_CPP_IMUSE=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" DEP_CPP_IMUSE=\ - "..\akos.h"\ "..\boxes.h"\ - "..\config-file.h"\ "..\gfx.h"\ "..\morphos\morphos.h"\ + "..\saveload.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ @@ -603,6 +648,9 @@ DEP_CPP_IMUSE=\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_IMUSE=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" @@ -675,16 +723,16 @@ DEP_CPP_MIDID=\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\fmopl.h"\ + "..\sound\mididrv.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ "..\system.h"\ - ".\missing\sys\time.h"\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_MIDID=\ - "..\sound.h"\ - "..\sound\gmidi.h"\ - "..\sound\QuickTimeMusic.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" @@ -756,16 +804,17 @@ DEP_CPP_MIDID=\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\fmopl.h"\ + "..\sound\mididrv.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ "..\system.h"\ - ".\missing\sys\time.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_MIDID=\ - "..\sound.h"\ - "..\sound\gmidi.h"\ - "..\sound\QuickTimeMusic.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" @@ -791,13 +840,12 @@ NODEP_CPP_MIDID=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" DEP_CPP_MIDID=\ - "..\akos.h"\ "..\boxes.h"\ - "..\config-file.h"\ "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\fmopl.h"\ "..\sound\mididrv.h"\ "..\sound\mixer.h"\ "..\stdafx.h"\ @@ -806,6 +854,9 @@ DEP_CPP_MIDID=\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_MIDID=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" @@ -892,6 +943,9 @@ DEP_CPP_MIXER=\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_MIXER=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" @@ -950,9 +1004,13 @@ DEP_CPP_MIXER=\ "..\sound\mixer.h"\ "..\stdafx.h"\ "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_MIXER=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" @@ -972,9 +1030,7 @@ DEP_CPP_MIXER=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" DEP_CPP_MIXER=\ - "..\akos.h"\ "..\boxes.h"\ - "..\config-file.h"\ "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ @@ -986,6 +1042,9 @@ DEP_CPP_MIXER=\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_MIXER=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" @@ -1059,14 +1118,14 @@ DEP_CPP_RESOU=\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ "..\system.h"\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_RESOU=\ - "..\gmidi.h"\ - "..\sound.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" @@ -1132,14 +1191,15 @@ DEP_CPP_RESOU=\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_RESOU=\ - "..\gmidi.h"\ - "..\sound.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" @@ -1163,9 +1223,7 @@ NODEP_CPP_RESOU=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" DEP_CPP_RESOU=\ - "..\akos.h"\ "..\boxes.h"\ - "..\config-file.h"\ "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ @@ -1177,6 +1235,9 @@ DEP_CPP_RESOU=\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_RESOU=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" @@ -1252,14 +1313,14 @@ DEP_CPP_RESOUR=\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ "..\system.h"\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_RESOUR=\ - "..\gmidi.h"\ - "..\sound.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" @@ -1325,14 +1386,15 @@ DEP_CPP_RESOUR=\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_RESOUR=\ - "..\gmidi.h"\ - "..\sound.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" @@ -1356,9 +1418,7 @@ NODEP_CPP_RESOUR=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" DEP_CPP_RESOUR=\ - "..\akos.h"\ "..\boxes.h"\ - "..\config-file.h"\ "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ @@ -1370,6 +1430,9 @@ DEP_CPP_RESOUR=\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_RESOUR=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" @@ -1441,13 +1504,15 @@ SOURCE=..\simon\midi.cpp DEP_CPP_MIDI_=\ "..\scummsys.h"\ "..\simon\simon.h"\ + "..\sound\mididrv.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ "..\system.h"\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_MIDI_=\ - "..\simon\gmidi.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" @@ -1494,13 +1559,16 @@ NODEP_CPP_MIDI_=\ DEP_CPP_MIDI_=\ "..\scummsys.h"\ "..\simon\simon.h"\ + "..\sound\mididrv.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_MIDI_=\ - "..\simon\gmidi.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" @@ -1529,6 +1597,9 @@ DEP_CPP_MIDI_=\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_MIDI_=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" @@ -1582,11 +1653,15 @@ SOURCE=..\simon\simon.cpp DEP_CPP_SIMON=\ "..\scummsys.h"\ "..\simon\simon.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ "..\system.h"\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_SIMON=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" @@ -1623,11 +1698,16 @@ DEP_CPP_SIMON=\ DEP_CPP_SIMON=\ "..\scummsys.h"\ "..\simon\simon.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_SIMON=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" @@ -1651,6 +1731,9 @@ DEP_CPP_SIMON=\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_SIMON=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" @@ -1694,73 +1777,99 @@ SOURCE=..\simon\simon.h # End Source File # Begin Source File -SOURCE=..\simon\simonsys.cpp +SOURCE=..\simon\simondebug.cpp !IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" -DEP_CPP_SIMONS=\ +DEP_CPP_SIMOND=\ "..\scummsys.h"\ "..\simon\simon.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_SIMOND=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" -DEP_CPP_SIMONS=\ +DEP_CPP_SIMOND=\ "..\scummsys.h"\ "..\simon\simon.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ "..\system.h"\ ".\missing\unistd.h"\ +NODEP_CPP_SIMOND=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release" -DEP_CPP_SIMONS=\ +DEP_CPP_SIMOND=\ "..\scummsys.h"\ "..\simon\simon.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ "..\system.h"\ ".\missing\unistd.h"\ +NODEP_CPP_SIMOND=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug" -DEP_CPP_SIMONS=\ +DEP_CPP_SIMOND=\ "..\scummsys.h"\ "..\simon\simon.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ "..\system.h"\ ".\missing\unistd.h"\ +NODEP_CPP_SIMOND=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release" -DEP_CPP_SIMONS=\ +DEP_CPP_SIMOND=\ "..\scummsys.h"\ "..\simon\simon.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_SIMOND=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" -DEP_CPP_SIMONS=\ +DEP_CPP_SIMOND=\ "..\scummsys.h"\ "..\simon\simon.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ "..\system.h"\ ".\missing\unistd.h"\ +NODEP_CPP_SIMOND=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" -DEP_CPP_SIMONS=\ +DEP_CPP_SIMOND=\ "..\scummsys.h"\ "..\simon\simon.h"\ "..\sound\mixer.h"\ @@ -1770,10 +1879,13 @@ DEP_CPP_SIMONS=\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_SIMOND=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" -DEP_CPP_SIMONS=\ +DEP_CPP_SIMOND=\ "..\scummsys.h"\ "..\simon\simon.h"\ "..\sound\mixer.h"\ @@ -1783,194 +1895,2015 @@ DEP_CPP_SIMONS=\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_SIMOND=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release" -DEP_CPP_SIMONS=\ +DEP_CPP_SIMOND=\ "..\scummsys.h"\ "..\simon\simon.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ "..\system.h"\ ".\missing\unistd.h"\ +NODEP_CPP_SIMOND=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug" -DEP_CPP_SIMONS=\ +DEP_CPP_SIMOND=\ "..\scummsys.h"\ "..\simon\simon.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ "..\system.h"\ ".\missing\unistd.h"\ +NODEP_CPP_SIMOND=\ + "..\macos.h"\ + !ENDIF # End Source File -# End Group # Begin Source File -SOURCE=..\scaler.cpp +SOURCE=..\simon\simonitems.cpp !IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" -DEP_CPP_2XSAI=\ +DEP_CPP_SIMONI=\ "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_SIMONI=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" -DEP_CPP_2XSAI=\ +DEP_CPP_SIMONI=\ "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ ".\missing\unistd.h"\ +NODEP_CPP_SIMONI=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release" -DEP_CPP_2XSAI=\ +DEP_CPP_SIMONI=\ "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ ".\missing\unistd.h"\ +NODEP_CPP_SIMONI=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug" -DEP_CPP_2XSAI=\ +DEP_CPP_SIMONI=\ "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ ".\missing\unistd.h"\ +NODEP_CPP_SIMONI=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release" -DEP_CPP_2XSAI=\ +DEP_CPP_SIMONI=\ "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_SIMONI=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" -DEP_CPP_2XSAI=\ +DEP_CPP_SIMONI=\ "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ ".\missing\unistd.h"\ +NODEP_CPP_SIMONI=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" -DEP_CPP_2XSAI=\ +DEP_CPP_SIMONI=\ "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_SIMONI=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" -DEP_CPP_2XSAI=\ +DEP_CPP_SIMONI=\ "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_SIMONI=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release" -DEP_CPP_2XSAI=\ +DEP_CPP_SIMONI=\ "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ ".\missing\unistd.h"\ +NODEP_CPP_SIMONI=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug" -DEP_CPP_2XSAI=\ +DEP_CPP_SIMONI=\ "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ ".\missing\unistd.h"\ +NODEP_CPP_SIMONI=\ + "..\macos.h"\ + !ENDIF # End Source File # Begin Source File -SOURCE=..\actor.cpp +SOURCE=..\simon\simonres.cpp !IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" -DEP_CPP_ACTOR=\ - "..\scumm.h"\ +DEP_CPP_SIMONR=\ "..\scummsys.h"\ - "..\smush.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ - -NODEP_CPP_ACTOR=\ - ".\SDL.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_SIMONR=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" -DEP_CPP_ACTOR=\ - "..\scumm.h"\ +DEP_CPP_SIMONR=\ "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ ".\missing\unistd.h"\ -NODEP_CPP_ACTOR=\ - ".\SDL.h"\ +NODEP_CPP_SIMONR=\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release" -DEP_CPP_ACTOR=\ - "..\scumm.h"\ +DEP_CPP_SIMONR=\ "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ ".\missing\unistd.h"\ -NODEP_CPP_ACTOR=\ - ".\SDL.h"\ +NODEP_CPP_SIMONR=\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug" -DEP_CPP_ACTOR=\ - "..\scumm.h"\ +DEP_CPP_SIMONR=\ "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ ".\missing\unistd.h"\ -NODEP_CPP_ACTOR=\ - ".\SDL.h"\ +NODEP_CPP_SIMONR=\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release" -DEP_CPP_ACTOR=\ - "..\scumm.h"\ +DEP_CPP_SIMONR=\ "..\scummsys.h"\ - "..\smush.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ - -NODEP_CPP_ACTOR=\ - ".\SDL.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_SIMONR=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" -DEP_CPP_ACTOR=\ - "..\scumm.h"\ +DEP_CPP_SIMONR=\ + "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_SIMONR=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" + +DEP_CPP_SIMONR=\ + "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_SIMONR=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" + +DEP_CPP_SIMONR=\ + "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_SIMONR=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release" + +DEP_CPP_SIMONR=\ + "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_SIMONR=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug" + +DEP_CPP_SIMONR=\ + "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_SIMONR=\ + "..\macos.h"\ + + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\simon\simonsys.cpp + +!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" + +DEP_CPP_SIMONS=\ + "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_SIMONS=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" + +DEP_CPP_SIMONS=\ + "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release" + +DEP_CPP_SIMONS=\ + "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug" + +DEP_CPP_SIMONS=\ + "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release" + +DEP_CPP_SIMONS=\ + "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_SIMONS=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" + +DEP_CPP_SIMONS=\ + "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" + +DEP_CPP_SIMONS=\ + "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_SIMONS=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" + +DEP_CPP_SIMONS=\ + "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release" + +DEP_CPP_SIMONS=\ + "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug" + +DEP_CPP_SIMONS=\ + "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\simon\simonverb.cpp + +!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" + +DEP_CPP_SIMONV=\ + "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_SIMONV=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" + +DEP_CPP_SIMONV=\ + "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_SIMONV=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release" + +DEP_CPP_SIMONV=\ + "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_SIMONV=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug" + +DEP_CPP_SIMONV=\ + "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_SIMONV=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release" + +DEP_CPP_SIMONV=\ + "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_SIMONV=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" + +DEP_CPP_SIMONV=\ + "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_SIMONV=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" + +DEP_CPP_SIMONV=\ + "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_SIMONV=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" + +DEP_CPP_SIMONV=\ + "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_SIMONV=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release" + +DEP_CPP_SIMONV=\ + "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_SIMONV=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug" + +DEP_CPP_SIMONV=\ + "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_SIMONV=\ + "..\macos.h"\ + + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\simon\simonvga.cpp + +!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" + +DEP_CPP_SIMONVG=\ + "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_SIMONVG=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" + +DEP_CPP_SIMONVG=\ + "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_SIMONVG=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release" + +DEP_CPP_SIMONVG=\ + "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_SIMONVG=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug" + +DEP_CPP_SIMONVG=\ + "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_SIMONVG=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release" + +DEP_CPP_SIMONVG=\ + "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_SIMONVG=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" + +DEP_CPP_SIMONVG=\ + "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_SIMONVG=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" + +DEP_CPP_SIMONVG=\ + "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_SIMONVG=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" + +DEP_CPP_SIMONVG=\ + "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_SIMONVG=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release" + +DEP_CPP_SIMONVG=\ + "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_SIMONVG=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug" + +DEP_CPP_SIMONVG=\ + "..\scummsys.h"\ + "..\simon\simon.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_SIMONVG=\ + "..\macos.h"\ + + +!ENDIF + +# End Source File +# End Group +# Begin Group "gui" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\gui\dialog.cpp + +!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" + +DEP_CPP_DIALO=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\ListWidget.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_DIALO=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" + +DEP_CPP_DIALO=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\ListWidget.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_DIALO=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release" + +DEP_CPP_DIALO=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\ListWidget.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_DIALO=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug" + +DEP_CPP_DIALO=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\ListWidget.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_DIALO=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release" + +DEP_CPP_DIALO=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\ListWidget.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_DIALO=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" + +DEP_CPP_DIALO=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\ListWidget.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_DIALO=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" + +DEP_CPP_DIALO=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\ListWidget.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_DIALO=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" + +DEP_CPP_DIALO=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\ListWidget.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_DIALO=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release" + +DEP_CPP_DIALO=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\ListWidget.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_DIALO=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug" + +DEP_CPP_DIALO=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\ListWidget.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_DIALO=\ + "..\macos.h"\ + + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\gui\dialog.h +# End Source File +# Begin Source File + +SOURCE=..\gui\ListWidget.cpp + +!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" + +DEP_CPP_LISTW=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\ListWidget.h"\ + "..\gui\ScrollBarWidget.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_LISTW=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" + +DEP_CPP_LISTW=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\ListWidget.h"\ + "..\gui\ScrollBarWidget.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_LISTW=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release" + +DEP_CPP_LISTW=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\ListWidget.h"\ + "..\gui\ScrollBarWidget.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_LISTW=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug" + +DEP_CPP_LISTW=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\ListWidget.h"\ + "..\gui\ScrollBarWidget.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_LISTW=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release" + +DEP_CPP_LISTW=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\ListWidget.h"\ + "..\gui\ScrollBarWidget.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_LISTW=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" + +DEP_CPP_LISTW=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\ListWidget.h"\ + "..\gui\ScrollBarWidget.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_LISTW=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" + +DEP_CPP_LISTW=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\ListWidget.h"\ + "..\gui\ScrollBarWidget.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_LISTW=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" + +DEP_CPP_LISTW=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\ListWidget.h"\ + "..\gui\ScrollBarWidget.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_LISTW=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release" + +DEP_CPP_LISTW=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\ListWidget.h"\ + "..\gui\ScrollBarWidget.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_LISTW=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug" + +DEP_CPP_LISTW=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\ListWidget.h"\ + "..\gui\ScrollBarWidget.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_LISTW=\ + "..\macos.h"\ + + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\gui\ListWidget.h +# End Source File +# Begin Source File + +SOURCE=..\gui\ScrollBarWidget.cpp + +!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" + +DEP_CPP_SCROL=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\ScrollBarWidget.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_SCROL=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" + +DEP_CPP_SCROL=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\ScrollBarWidget.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_SCROL=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release" + +DEP_CPP_SCROL=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\ScrollBarWidget.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_SCROL=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug" + +DEP_CPP_SCROL=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\ScrollBarWidget.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_SCROL=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release" + +DEP_CPP_SCROL=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\ScrollBarWidget.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_SCROL=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" + +DEP_CPP_SCROL=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\ScrollBarWidget.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_SCROL=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" + +DEP_CPP_SCROL=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\ScrollBarWidget.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_SCROL=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" + +DEP_CPP_SCROL=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\ScrollBarWidget.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_SCROL=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release" + +DEP_CPP_SCROL=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\ScrollBarWidget.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_SCROL=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug" + +DEP_CPP_SCROL=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\ScrollBarWidget.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_SCROL=\ + "..\macos.h"\ + + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\gui\ScrollBarWidget.h +# End Source File +# Begin Source File + +SOURCE=..\gui\util.cpp + +!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" + +DEP_CPP_UTIL_=\ + "..\stdafx.h"\ + ".\missing\unistd.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" + +DEP_CPP_UTIL_=\ + "..\stdafx.h"\ + ".\missing\unistd.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release" + +DEP_CPP_UTIL_=\ + "..\stdafx.h"\ + ".\missing\unistd.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug" + +DEP_CPP_UTIL_=\ + "..\stdafx.h"\ + ".\missing\unistd.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release" + +DEP_CPP_UTIL_=\ + "..\stdafx.h"\ + ".\missing\unistd.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" + +DEP_CPP_UTIL_=\ + "..\stdafx.h"\ + ".\missing\unistd.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" + +DEP_CPP_UTIL_=\ + "..\stdafx.h"\ + ".\missing\unistd.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" + +DEP_CPP_UTIL_=\ + "..\stdafx.h"\ + ".\missing\unistd.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release" + +DEP_CPP_UTIL_=\ + "..\stdafx.h"\ + ".\missing\unistd.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug" + +DEP_CPP_UTIL_=\ + "..\stdafx.h"\ + ".\missing\unistd.h"\ + + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\gui\util.h +# End Source File +# Begin Source File + +SOURCE=..\gui\widget.cpp + +!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" + +DEP_CPP_WIDGE=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_WIDGE=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" + +DEP_CPP_WIDGE=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_WIDGE=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release" + +DEP_CPP_WIDGE=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_WIDGE=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug" + +DEP_CPP_WIDGE=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_WIDGE=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release" + +DEP_CPP_WIDGE=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_WIDGE=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" + +DEP_CPP_WIDGE=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_WIDGE=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" + +DEP_CPP_WIDGE=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_WIDGE=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" + +DEP_CPP_WIDGE=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_WIDGE=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release" + +DEP_CPP_WIDGE=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_WIDGE=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug" + +DEP_CPP_WIDGE=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_WIDGE=\ + "..\macos.h"\ + + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\gui\widget.h +# End Source File +# End Group +# Begin Source File + +SOURCE=..\2xsai.cpp + +!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" + +DEP_CPP_2XSAI=\ + "..\scummsys.h"\ + "..\stdafx.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_2XSAI=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" + +DEP_CPP_2XSAI=\ + "..\scummsys.h"\ + "..\stdafx.h"\ + ".\missing\unistd.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release" + +DEP_CPP_2XSAI=\ + "..\scummsys.h"\ + "..\stdafx.h"\ + ".\missing\unistd.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug" + +DEP_CPP_2XSAI=\ + "..\scummsys.h"\ + "..\stdafx.h"\ + ".\missing\unistd.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release" + +DEP_CPP_2XSAI=\ + "..\scummsys.h"\ + "..\stdafx.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_2XSAI=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" + +DEP_CPP_2XSAI=\ + "..\scummsys.h"\ + "..\stdafx.h"\ + ".\missing\unistd.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" + +DEP_CPP_2XSAI=\ + "..\scummsys.h"\ + "..\stdafx.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_2XSAI=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" + +DEP_CPP_2XSAI=\ + "..\scummsys.h"\ + "..\stdafx.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release" + +DEP_CPP_2XSAI=\ + "..\scummsys.h"\ + "..\stdafx.h"\ + ".\missing\unistd.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug" + +DEP_CPP_2XSAI=\ + "..\scummsys.h"\ + "..\stdafx.h"\ + ".\missing\unistd.h"\ + + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\actor.cpp + +!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" + +DEP_CPP_ACTOR=\ + "..\actor.h"\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_ACTOR=\ + "..\macos.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=\ + "..\actor.h"\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_ACTOR=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" + +DEP_CPP_ACTOR=\ + "..\scumm.h"\ "..\scummsys.h"\ "..\stdafx.h"\ ".\missing\unistd.h"\ @@ -1982,9 +3915,9 @@ NODEP_CPP_ACTOR=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" DEP_CPP_ACTOR=\ + "..\actor.h"\ "..\akos.h"\ "..\boxes.h"\ - "..\config-file.h"\ "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ @@ -1996,6 +3929,9 @@ DEP_CPP_ACTOR=\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_ACTOR=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" @@ -2055,15 +3991,21 @@ SOURCE=..\akos.cpp !IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" DEP_CPP_AKOS_=\ + "..\actor.h"\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_AKOS_=\ - ".\SDL.h"\ - ".\SDLAudio\include\SDL_byteorder.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" @@ -2105,15 +4047,22 @@ NODEP_CPP_AKOS_=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release" DEP_CPP_AKOS_=\ + "..\actor.h"\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_AKOS_=\ - ".\SDL.h"\ - ".\SDLAudio\include\SDL_byteorder.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" @@ -2131,9 +4080,9 @@ NODEP_CPP_AKOS_=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" DEP_CPP_AKOS_=\ + "..\actor.h"\ "..\akos.h"\ "..\boxes.h"\ - "..\config-file.h"\ "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ @@ -2145,6 +4094,9 @@ DEP_CPP_AKOS_=\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_AKOS_=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" @@ -2204,15 +4156,21 @@ SOURCE=..\boxes.cpp !IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" DEP_CPP_BOXES=\ + "..\actor.h"\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_BOXES=\ - ".\SDL.h"\ - ".\SDLAudio\include\SDL_byteorder.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" @@ -2254,15 +4212,22 @@ NODEP_CPP_BOXES=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release" DEP_CPP_BOXES=\ + "..\actor.h"\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_BOXES=\ - ".\SDL.h"\ - ".\SDLAudio\include\SDL_byteorder.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" @@ -2280,9 +4245,8 @@ NODEP_CPP_BOXES=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" DEP_CPP_BOXES=\ - "..\akos.h"\ + "..\actor.h"\ "..\boxes.h"\ - "..\config-file.h"\ "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ @@ -2294,6 +4258,9 @@ DEP_CPP_BOXES=\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_BOXES=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" @@ -2366,6 +4333,9 @@ DEP_CPP_CONFI=\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_CONFI=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" @@ -2428,9 +4398,13 @@ DEP_CPP_CONFI=\ "..\sound\mixer.h"\ "..\stdafx.h"\ "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_CONFI=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" @@ -2451,7 +4425,6 @@ DEP_CPP_CONFI=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" DEP_CPP_CONFI=\ - "..\akos.h"\ "..\boxes.h"\ "..\config-file.h"\ "..\gfx.h"\ @@ -2465,6 +4438,9 @@ DEP_CPP_CONFI=\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_CONFI=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" @@ -2526,15 +4502,21 @@ SOURCE=..\costume.cpp !IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" DEP_CPP_COSTU=\ + "..\actor.h"\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_COSTU=\ - ".\SDL.h"\ - ".\SDLAudio\include\SDL_byteorder.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" @@ -2576,15 +4558,22 @@ NODEP_CPP_COSTU=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release" DEP_CPP_COSTU=\ + "..\actor.h"\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_COSTU=\ - ".\SDL.h"\ - ".\SDLAudio\include\SDL_byteorder.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" @@ -2602,9 +4591,8 @@ NODEP_CPP_COSTU=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" DEP_CPP_COSTU=\ - "..\akos.h"\ + "..\actor.h"\ "..\boxes.h"\ - "..\config-file.h"\ "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ @@ -2616,6 +4604,9 @@ DEP_CPP_COSTU=\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_COSTU=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" @@ -2677,19 +4668,22 @@ SOURCE=..\gameDetector.cpp DEP_CPP_GAMED=\ "..\akos.h"\ "..\boxes.h"\ + "..\config-file.h"\ "..\gameDetector.h"\ "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\imuse.h"\ + "..\sound\mididrv.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ "..\system.h"\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_GAMED=\ - "..\gmidi.h"\ - "..\sound.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" @@ -2754,19 +4748,23 @@ NODEP_CPP_GAMED=\ DEP_CPP_GAMED=\ "..\akos.h"\ "..\boxes.h"\ + "..\config-file.h"\ "..\gameDetector.h"\ "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\imuse.h"\ + "..\sound\mididrv.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_GAMED=\ - "..\gmidi.h"\ - "..\sound.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" @@ -2791,7 +4789,6 @@ NODEP_CPP_GAMED=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" DEP_CPP_GAMED=\ - "..\akos.h"\ "..\boxes.h"\ "..\config-file.h"\ "..\gameDetector.h"\ @@ -2808,6 +4805,9 @@ DEP_CPP_GAMED=\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_GAMED=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" @@ -2878,15 +4878,22 @@ SOURCE=..\gfx.cpp !IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" DEP_CPP_GFX_C=\ + "..\actor.h"\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_GFX_C=\ - ".\SDL.h"\ - ".\SDLAudio\include\SDL_byteorder.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" @@ -2928,15 +4935,23 @@ NODEP_CPP_GFX_C=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release" DEP_CPP_GFX_C=\ + "..\actor.h"\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_GFX_C=\ - ".\SDL.h"\ - ".\SDLAudio\include\SDL_byteorder.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" @@ -2954,9 +4969,8 @@ NODEP_CPP_GFX_C=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" DEP_CPP_GFX_C=\ - "..\akos.h"\ + "..\actor.h"\ "..\boxes.h"\ - "..\config-file.h"\ "..\gfx.h"\ "..\gui.h"\ "..\scumm.h"\ @@ -2969,6 +4983,9 @@ DEP_CPP_GFX_C=\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_GFX_C=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" @@ -3029,18 +5046,26 @@ SOURCE=..\gui.cpp !IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" DEP_CPP_GUI_C=\ + "..\akos.h"\ + "..\boxes.h"\ + "..\config-file.h"\ + "..\gapi_keys.h"\ + "..\gfx.h"\ "..\gui.h"\ + "..\guimaps.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\imuse.h"\ + "..\sound\mididrv.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_GUI_C=\ - "..\sound.h"\ - ".\gapi_keys.h"\ - ".\SDL.h"\ - ".\SDLAudio\include\SDL_byteorder.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" @@ -3085,18 +5110,27 @@ NODEP_CPP_GUI_C=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release" DEP_CPP_GUI_C=\ + "..\akos.h"\ + "..\boxes.h"\ + "..\config-file.h"\ + "..\gapi_keys.h"\ + "..\gfx.h"\ "..\gui.h"\ + "..\guimaps.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\imuse.h"\ + "..\sound\mididrv.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_GUI_C=\ - "..\sound.h"\ - ".\gapi_keys.h"\ - ".\SDL.h"\ - ".\SDLAudio\include\SDL_byteorder.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" @@ -3115,7 +5149,6 @@ NODEP_CPP_GUI_C=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" DEP_CPP_GUI_C=\ - "..\akos.h"\ "..\boxes.h"\ "..\config-file.h"\ "..\gapi_keys.h"\ @@ -3134,6 +5167,9 @@ DEP_CPP_GUI_C=\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_GUI_C=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" @@ -3202,19 +5238,21 @@ SOURCE=..\init.cpp !IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" DEP_CPP_INIT_=\ + "..\actor.h"\ "..\akos.h"\ "..\boxes.h"\ "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ "..\system.h"\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_INIT_=\ - "..\mixer.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" @@ -3271,19 +5309,22 @@ NODEP_CPP_INIT_=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release" DEP_CPP_INIT_=\ + "..\actor.h"\ "..\akos.h"\ "..\boxes.h"\ "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_INIT_=\ - "..\mixer.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" @@ -3306,10 +5347,11 @@ NODEP_CPP_INIT_=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" DEP_CPP_INIT_=\ - "..\akos.h"\ + "..\actor.h"\ "..\boxes.h"\ - "..\config-file.h"\ "..\gfx.h"\ + "..\gui\util.h"\ + "..\newgui.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ @@ -3320,6 +5362,9 @@ DEP_CPP_INIT_=\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_INIT_=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" @@ -3383,15 +5428,20 @@ SOURCE=..\insane.cpp !IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" DEP_CPP_INSAN=\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_INSAN=\ - ".\SDL.h"\ - ".\SDLAudio\include\SDL_byteorder.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" @@ -3416,57 +5466,277 @@ DEP_CPP_INSAN=\ "..\stdafx.h"\ ".\missing\unistd.h"\ -NODEP_CPP_INSAN=\ - ".\SDL.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=\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_INSAN=\ + "..\macos.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=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_INSAN=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" + +DEP_CPP_INSAN=\ + "..\akos.h"\ + "..\boxes.h"\ + "..\config-file.h"\ + "..\gfx.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.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=\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_INSAN=\ + "..\gmidi.h"\ + "..\sound.h"\ + + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\newgui.cpp + +!IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" + +DEP_CPP_NEWGU=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\guimaps.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ + ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_NEWGU=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" + +DEP_CPP_NEWGU=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\guimaps.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_NEWGU=\ + "..\macos.h"\ + + +!ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Release" + +DEP_CPP_NEWGU=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\guimaps.h"\ + "..\newgui.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ + "..\stdafx.h"\ + "..\system.h"\ + ".\missing\unistd.h"\ + +NODEP_CPP_NEWGU=\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH4) Debug" -DEP_CPP_INSAN=\ +DEP_CPP_NEWGU=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\guimaps.h"\ + "..\newgui.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ ".\missing\unistd.h"\ -NODEP_CPP_INSAN=\ - ".\SDL.h"\ +NODEP_CPP_NEWGU=\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release" -DEP_CPP_INSAN=\ +DEP_CPP_NEWGU=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\guimaps.h"\ + "..\newgui.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ - -NODEP_CPP_INSAN=\ - ".\SDL.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_NEWGU=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" -DEP_CPP_INSAN=\ +DEP_CPP_NEWGU=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\guimaps.h"\ + "..\newgui.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ ".\missing\unistd.h"\ -NODEP_CPP_INSAN=\ - ".\SDL.h"\ +NODEP_CPP_NEWGU=\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" -DEP_CPP_INSAN=\ - "..\akos.h"\ +DEP_CPP_NEWGU=\ "..\boxes.h"\ - "..\config-file.h"\ "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\guimaps.h"\ + "..\newgui.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ @@ -3477,14 +5747,20 @@ DEP_CPP_INSAN=\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_NEWGU=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" -DEP_CPP_INSAN=\ - "..\akos.h"\ +DEP_CPP_NEWGU=\ "..\boxes.h"\ - "..\config-file.h"\ "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\guimaps.h"\ + "..\newgui.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ @@ -3495,36 +5771,52 @@ DEP_CPP_INSAN=\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_NEWGU=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release" -DEP_CPP_INSAN=\ +DEP_CPP_NEWGU=\ + "..\boxes.h"\ + "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\guimaps.h"\ + "..\newgui.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ ".\missing\unistd.h"\ -NODEP_CPP_INSAN=\ - ".\SDL.h"\ +NODEP_CPP_NEWGU=\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Debug" -DEP_CPP_INSAN=\ - "..\akos.h"\ +DEP_CPP_NEWGU=\ "..\boxes.h"\ "..\gfx.h"\ + "..\gui\dialog.h"\ + "..\gui\util.h"\ + "..\gui\widget.h"\ + "..\guimaps.h"\ + "..\newgui.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ "..\system.h"\ ".\missing\unistd.h"\ -NODEP_CPP_INSAN=\ - "..\gmidi.h"\ - "..\sound.h"\ +NODEP_CPP_NEWGU=\ + "..\macos.h"\ !ENDIF @@ -3537,15 +5829,21 @@ SOURCE=..\object.cpp !IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" DEP_CPP_OBJEC=\ + "..\actor.h"\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_OBJEC=\ - ".\SDL.h"\ - ".\SDLAudio\include\SDL_byteorder.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" @@ -3587,15 +5885,22 @@ NODEP_CPP_OBJEC=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release" DEP_CPP_OBJEC=\ + "..\actor.h"\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_OBJEC=\ - ".\SDL.h"\ - ".\SDLAudio\include\SDL_byteorder.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" @@ -3613,9 +5918,8 @@ NODEP_CPP_OBJEC=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" DEP_CPP_OBJEC=\ - "..\akos.h"\ + "..\actor.h"\ "..\boxes.h"\ - "..\config-file.h"\ "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ @@ -3627,6 +5931,9 @@ DEP_CPP_OBJEC=\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_OBJEC=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" @@ -3686,15 +5993,20 @@ SOURCE=..\resource.cpp !IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" DEP_CPP_RESOURC=\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_RESOURC=\ - ".\SDL.h"\ - ".\SDLAudio\include\SDL_byteorder.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" @@ -3736,15 +6048,21 @@ NODEP_CPP_RESOURC=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release" DEP_CPP_RESOURC=\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_RESOURC=\ - ".\SDL.h"\ - ".\SDLAudio\include\SDL_byteorder.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" @@ -3762,9 +6080,7 @@ NODEP_CPP_RESOURC=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" DEP_CPP_RESOURC=\ - "..\akos.h"\ "..\boxes.h"\ - "..\config-file.h"\ "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ @@ -3776,6 +6092,9 @@ DEP_CPP_RESOURC=\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_RESOURC=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" @@ -3835,16 +6154,23 @@ SOURCE=..\saveload.cpp !IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" DEP_CPP_SAVEL=\ + "..\actor.h"\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\imuse.h"\ + "..\sound\mididrv.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_SAVEL=\ - "..\sound.h"\ - ".\SDL.h"\ - ".\SDLAudio\include\SDL_byteorder.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" @@ -3887,16 +6213,24 @@ NODEP_CPP_SAVEL=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release" DEP_CPP_SAVEL=\ + "..\actor.h"\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\imuse.h"\ + "..\sound\mididrv.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_SAVEL=\ - "..\sound.h"\ - ".\SDL.h"\ - ".\SDLAudio\include\SDL_byteorder.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" @@ -3914,10 +6248,11 @@ NODEP_CPP_SAVEL=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" DEP_CPP_SAVEL=\ - "..\akos.h"\ + "..\actor.h"\ "..\boxes.h"\ "..\config-file.h"\ "..\gfx.h"\ + "..\saveload.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ @@ -3930,6 +6265,9 @@ DEP_CPP_SAVEL=\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_SAVEL=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" @@ -3991,15 +6329,21 @@ SOURCE=..\script.cpp !IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" DEP_CPP_SCRIP=\ + "..\actor.h"\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_SCRIP=\ - ".\SDL.h"\ - ".\SDLAudio\include\SDL_byteorder.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" @@ -4041,15 +6385,22 @@ NODEP_CPP_SCRIP=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release" DEP_CPP_SCRIP=\ + "..\actor.h"\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_SCRIP=\ - ".\SDL.h"\ - ".\SDLAudio\include\SDL_byteorder.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" @@ -4067,9 +6418,8 @@ NODEP_CPP_SCRIP=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" DEP_CPP_SCRIP=\ - "..\akos.h"\ + "..\actor.h"\ "..\boxes.h"\ - "..\config-file.h"\ "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ @@ -4081,6 +6431,9 @@ DEP_CPP_SCRIP=\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_SCRIP=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" @@ -4140,15 +6493,21 @@ SOURCE=..\script_v1.cpp !IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" DEP_CPP_SCRIPT=\ + "..\actor.h"\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_SCRIPT=\ - ".\SDL.h"\ - ".\SDLAudio\include\SDL_byteorder.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" @@ -4190,15 +6549,22 @@ NODEP_CPP_SCRIPT=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release" DEP_CPP_SCRIPT=\ + "..\actor.h"\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_SCRIPT=\ - ".\SDL.h"\ - ".\SDLAudio\include\SDL_byteorder.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" @@ -4216,9 +6582,8 @@ NODEP_CPP_SCRIPT=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" DEP_CPP_SCRIPT=\ - "..\akos.h"\ + "..\actor.h"\ "..\boxes.h"\ - "..\config-file.h"\ "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ @@ -4230,6 +6595,9 @@ DEP_CPP_SCRIPT=\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_SCRIPT=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" @@ -4290,15 +6658,23 @@ SOURCE=..\script_v2.cpp !IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" DEP_CPP_SCRIPT_=\ + "..\actor.h"\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\imuse.h"\ + "..\sound\mididrv.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_SCRIPT_=\ - ".\SDL.h"\ - ".\SDLAudio\include\SDL_byteorder.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" @@ -4340,15 +6716,24 @@ NODEP_CPP_SCRIPT_=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release" DEP_CPP_SCRIPT_=\ + "..\actor.h"\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\imuse.h"\ + "..\sound\mididrv.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_SCRIPT_=\ - ".\SDL.h"\ - ".\SDLAudio\include\SDL_byteorder.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" @@ -4366,9 +6751,8 @@ NODEP_CPP_SCRIPT_=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" DEP_CPP_SCRIPT_=\ - "..\akos.h"\ + "..\actor.h"\ "..\boxes.h"\ - "..\config-file.h"\ "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ @@ -4382,6 +6766,9 @@ DEP_CPP_SCRIPT_=\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_SCRIPT_=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" @@ -4443,17 +6830,25 @@ SOURCE=..\scummvm.cpp !IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" DEP_CPP_SCUMM=\ + "..\actor.h"\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gameDetector.h"\ + "..\gfx.h"\ "..\gui.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\imuse.h"\ + "..\sound\mididrv.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_SCUMM=\ - "..\sound.h"\ - ".\SDL.h"\ - ".\SDLAudio\include\SDL_byteorder.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" @@ -4498,17 +6893,26 @@ NODEP_CPP_SCUMM=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release" DEP_CPP_SCUMM=\ + "..\actor.h"\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gameDetector.h"\ + "..\gfx.h"\ "..\gui.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\imuse.h"\ + "..\sound\mididrv.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_SCUMM=\ - "..\sound.h"\ - ".\SDL.h"\ - ".\SDLAudio\include\SDL_byteorder.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" @@ -4527,12 +6931,13 @@ NODEP_CPP_SCUMM=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" DEP_CPP_SCUMM=\ - "..\akos.h"\ + "..\actor.h"\ "..\boxes.h"\ - "..\config-file.h"\ "..\gameDetector.h"\ "..\gfx.h"\ "..\gui.h"\ + "..\gui\util.h"\ + "..\newgui.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ @@ -4545,6 +6950,9 @@ DEP_CPP_SCUMM=\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_SCUMM=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" @@ -4611,16 +7019,24 @@ SOURCE=..\sound.cpp !IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" DEP_CPP_SOUND=\ + "..\actor.h"\ + "..\akos.h"\ + "..\boxes.h"\ + "..\config-file.h"\ + "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\imuse.h"\ + "..\sound\mididrv.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_SOUND=\ - "..\sound.h"\ - ".\SDL.h"\ - ".\SDLAudio\include\SDL_byteorder.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" @@ -4665,16 +7081,25 @@ NODEP_CPP_SOUND=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release" DEP_CPP_SOUND=\ + "..\actor.h"\ + "..\akos.h"\ + "..\boxes.h"\ + "..\config-file.h"\ + "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\imuse.h"\ + "..\sound\mididrv.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_SOUND=\ - "..\sound.h"\ - ".\SDL.h"\ - ".\SDLAudio\include\SDL_byteorder.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" @@ -4693,7 +7118,7 @@ NODEP_CPP_SOUND=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" DEP_CPP_SOUND=\ - "..\akos.h"\ + "..\actor.h"\ "..\boxes.h"\ "..\config-file.h"\ "..\gfx.h"\ @@ -4709,6 +7134,9 @@ DEP_CPP_SOUND=\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_SOUND=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" @@ -4775,9 +7203,6 @@ DEP_CPP_STDAF=\ "..\stdafx.h"\ ".\missing\unistd.h"\ -NODEP_CPP_STDAF=\ - ".\SDL.h"\ - !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" @@ -4815,9 +7240,6 @@ DEP_CPP_STDAF=\ "..\stdafx.h"\ ".\missing\unistd.h"\ -NODEP_CPP_STDAF=\ - ".\SDL.h"\ - !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" @@ -4870,15 +7292,21 @@ SOURCE=..\string.cpp !IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" DEP_CPP_STRIN=\ + "..\actor.h"\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_STRIN=\ - ".\SDL.h"\ - ".\SDLAudio\include\SDL_byteorder.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" @@ -4920,15 +7348,22 @@ NODEP_CPP_STRIN=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release" DEP_CPP_STRIN=\ + "..\actor.h"\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_STRIN=\ - ".\SDL.h"\ - ".\SDLAudio\include\SDL_byteorder.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" @@ -4946,9 +7381,8 @@ NODEP_CPP_STRIN=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" DEP_CPP_STRIN=\ - "..\akos.h"\ + "..\actor.h"\ "..\boxes.h"\ - "..\config-file.h"\ "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ @@ -4960,6 +7394,9 @@ DEP_CPP_STRIN=\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_STRIN=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" @@ -5019,15 +7456,20 @@ SOURCE=..\sys.cpp !IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" DEP_CPP_SYS_C=\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_SYS_C=\ - ".\SDL.h"\ - ".\SDLAudio\include\SDL_byteorder.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" @@ -5069,15 +7511,21 @@ NODEP_CPP_SYS_C=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release" DEP_CPP_SYS_C=\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_SYS_C=\ - ".\SDL.h"\ - ".\SDLAudio\include\SDL_byteorder.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" @@ -5095,9 +7543,7 @@ NODEP_CPP_SYS_C=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" DEP_CPP_SYS_C=\ - "..\akos.h"\ "..\boxes.h"\ - "..\config-file.h"\ "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ @@ -5109,6 +7555,9 @@ DEP_CPP_SYS_C=\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_SYS_C=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" @@ -5168,15 +7617,20 @@ SOURCE=..\vars.cpp !IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" DEP_CPP_VARS_=\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_VARS_=\ - ".\SDL.h"\ - ".\SDLAudio\include\SDL_byteorder.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" @@ -5221,15 +7675,21 @@ NODEP_CPP_VARS_=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release" DEP_CPP_VARS_=\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_VARS_=\ - ".\SDL.h"\ - ".\SDLAudio\include\SDL_byteorder.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" @@ -5248,9 +7708,7 @@ NODEP_CPP_VARS_=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" DEP_CPP_VARS_=\ - "..\akos.h"\ "..\boxes.h"\ - "..\config-file.h"\ "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ @@ -5262,6 +7720,9 @@ DEP_CPP_VARS_=\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_VARS_=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" @@ -5322,15 +7783,20 @@ SOURCE=..\verbs.cpp !IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" DEP_CPP_VERBS=\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_VERBS=\ - ".\SDL.h"\ - ".\SDLAudio\include\SDL_byteorder.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" @@ -5372,15 +7838,21 @@ NODEP_CPP_VERBS=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release" DEP_CPP_VERBS=\ + "..\akos.h"\ + "..\boxes.h"\ + "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_VERBS=\ - ".\SDL.h"\ - ".\SDLAudio\include\SDL_byteorder.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" @@ -5398,9 +7870,7 @@ NODEP_CPP_VERBS=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" DEP_CPP_VERBS=\ - "..\akos.h"\ "..\boxes.h"\ - "..\config-file.h"\ "..\gfx.h"\ "..\scumm.h"\ "..\scummsys.h"\ @@ -5412,6 +7882,9 @@ DEP_CPP_VERBS=\ ".\missing\unistd.h"\ ".\SDLAudio\include\SDL_byteorder.h"\ +NODEP_CPP_VERBS=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" @@ -5486,76 +7959,36 @@ SOURCE=..\gui.h # End Source File # Begin Source File -SOURCE=..\scumm.h -# End Source File -# Begin Source File - -SOURCE=..\scummsys.h +SOURCE=..\guimaps.h # End Source File # Begin Source File -SOURCE=..\stdafx.h +SOURCE=..\newgui.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 +SOURCE=..\scumm.h # End Source File # Begin Source File -SOURCE=.\DiskwFolder.bmp +SOURCE=..\scummsys.h # End Source File # Begin Source File -SOURCE=.\Door2.bmp +SOURCE=..\stdafx.h # End Source File -# Begin Source File +# End Group +# Begin Group "Resource Files" -SOURCE=.\keys.bmp -# End Source File +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" # 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" @@ -5634,11 +8067,21 @@ SOURCE=.\findgame.cpp !IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" DEP_CPP_FINDG=\ + "..\akos.h"\ + "..\boxes.h"\ + "..\config-file.h"\ + "..\gfx.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_FINDG=\ - ".\SDL.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Debug" @@ -5674,11 +8117,22 @@ NODEP_CPP_FINDG=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release" DEP_CPP_FINDG=\ + "..\akos.h"\ + "..\boxes.h"\ + "..\config-file.h"\ + "..\gfx.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ NODEP_CPP_FINDG=\ - ".\SDL.h"\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Debug" @@ -5694,8 +8148,21 @@ NODEP_CPP_FINDG=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" DEP_CPP_FINDG=\ + "..\boxes.h"\ + "..\config-file.h"\ + "..\gfx.h"\ + "..\scumm.h"\ + "..\scummsys.h"\ + "..\smush.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ + ".\SDLAudio\include\SDL_byteorder.h"\ + +NODEP_CPP_FINDG=\ + "..\macos.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" @@ -5732,15 +8199,14 @@ SOURCE=.\gapi_keys.cpp !IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" DEP_CPP_GAPI_=\ + "..\gapi_keys.h"\ "..\stdafx.h"\ + ".\gapi\inc\gx.h"\ ".\missing\unistd.h"\ + ".\screen.h"\ NODEP_CPP_GAPI_=\ - ".\gapi_keys.h"\ - ".\gx.h"\ ".\ipapi.h"\ - ".\screen.h"\ - ".\SDL.h"\ ".\ygshell.h"\ @@ -5782,15 +8248,14 @@ NODEP_CPP_GAPI_=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release" DEP_CPP_GAPI_=\ + "..\gapi_keys.h"\ "..\stdafx.h"\ + ".\gapi\inc\gx.h"\ ".\missing\unistd.h"\ + ".\screen.h"\ NODEP_CPP_GAPI_=\ - ".\gapi_keys.h"\ - ".\gx.h"\ ".\ipapi.h"\ - ".\screen.h"\ - ".\SDL.h"\ ".\ygshell.h"\ @@ -5827,8 +8292,10 @@ DEP_CPP_GAPI_=\ ".\gapi\inc\gx.h"\ ".\missing\unistd.h"\ ".\screen.h"\ - {$(INCLUDE)}"Aygshell.h"\ - {$(INCLUDE)}"sipapi.h"\ + +NODEP_CPP_GAPI_=\ + ".\ipapi.h"\ + ".\ygshell.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release" @@ -5944,31 +8411,51 @@ SOURCE=.\pocketpc.cpp !IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" DEP_CPP_POCKE=\ + "..\akos.h"\ + "..\boxes.h"\ + "..\config-file.h"\ + "..\gameDetector.h"\ + "..\gapi_keys.h"\ + "..\gfx.h"\ "..\gui.h"\ "..\scumm.h"\ "..\scummsys.h"\ + "..\simon\simon.h"\ "..\smush.h"\ + "..\sound\mididrv.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ + ".\gapi\inc\gx.h"\ ".\missing\unistd.h"\ - -NODEP_CPP_POCKE=\ - "..\sound.h"\ - ".\gapi_keys.h"\ - ".\gx.h"\ - ".\ipapi.h"\ ".\screen.h"\ - ".\SDL.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"\ + +NODEP_CPP_POCKE=\ + "..\macos.h"\ + ".\ipapi.h"\ ".\ygshell.h"\ @@ -6022,31 +8509,52 @@ NODEP_CPP_POCKE=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release" DEP_CPP_POCKE=\ + "..\akos.h"\ + "..\boxes.h"\ + "..\config-file.h"\ + "..\gameDetector.h"\ + "..\gapi_keys.h"\ + "..\gfx.h"\ "..\gui.h"\ "..\scumm.h"\ "..\scummsys.h"\ + "..\simon\simon.h"\ "..\smush.h"\ + "..\sound\mididrv.h"\ + "..\sound\mixer.h"\ "..\stdafx.h"\ + "..\system.h"\ + ".\gapi\inc\gx.h"\ + ".\mad\include\mad.h"\ ".\missing\unistd.h"\ - -NODEP_CPP_POCKE=\ - "..\sound.h"\ - ".\gapi_keys.h"\ - ".\gx.h"\ - ".\ipapi.h"\ ".\screen.h"\ - ".\SDL.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"\ + +NODEP_CPP_POCKE=\ + "..\macos.h"\ + ".\ipapi.h"\ ".\ygshell.h"\ @@ -6068,7 +8576,6 @@ NODEP_CPP_POCKE=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Release" DEP_CPP_POCKE=\ - "..\akos.h"\ "..\boxes.h"\ "..\config-file.h"\ "..\gameDetector.h"\ @@ -6113,6 +8620,9 @@ DEP_CPP_POCKE=\ {$(INCLUDE)}"Aygshell.h"\ {$(INCLUDE)}"sipapi.h"\ +NODEP_CPP_POCKE=\ + "..\macos.h"\ + !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE ARM) Debug" @@ -6159,8 +8669,10 @@ DEP_CPP_POCKE=\ ".\SDLAudio\include\SDL_types.h"\ ".\SDLAudio\include\SDL_version.h"\ ".\SDLAudio\include\SDL_video.h"\ - {$(INCLUDE)}"Aygshell.h"\ - {$(INCLUDE)}"sipapi.h"\ + +NODEP_CPP_POCKE=\ + ".\ipapi.h"\ + ".\ygshell.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release" @@ -6242,10 +8754,10 @@ SOURCE=.\screen.cpp !IF "$(CFG)" == "PocketSCUMM - Win32 (WCE MIPS) Release" DEP_CPP_SCREE=\ + ".\gapi\inc\gx.h"\ ".\screen.h"\ NODEP_CPP_SCREE=\ - ".\gapi\inc\gx.h"\ ".\ipapi.h"\ ".\ygshell.h"\ @@ -6282,10 +8794,10 @@ NODEP_CPP_SCREE=\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE SH3) Release" DEP_CPP_SCREE=\ + ".\gapi\inc\gx.h"\ ".\screen.h"\ NODEP_CPP_SCREE=\ - ".\gapi\inc\gx.h"\ ".\ipapi.h"\ ".\ygshell.h"\ @@ -6315,8 +8827,10 @@ DEP_CPP_SCREE=\ DEP_CPP_SCREE=\ ".\gapi\inc\gx.h"\ ".\screen.h"\ - {$(INCLUDE)}"Aygshell.h"\ - {$(INCLUDE)}"sipapi.h"\ + +NODEP_CPP_SCREE=\ + ".\ipapi.h"\ + ".\ygshell.h"\ !ELSEIF "$(CFG)" == "PocketSCUMM - Win32 (WCE x86em) Release" -- cgit v1.2.3