From f5087b817b7740197a85173ea95444b40779f9a8 Mon Sep 17 00:00:00 2001 From: Nicolas Bacca Date: Sun, 1 Dec 2002 23:30:40 +0000 Subject: Update project files, for whatever reason svn-id: r5801 --- backends/wince/scummvm/scummvm.vcp | 3235 ++++++++++++++++++++++++++---------- 1 file changed, 2344 insertions(+), 891 deletions(-) (limited to 'backends/wince/scummvm/scummvm.vcp') diff --git a/backends/wince/scummvm/scummvm.vcp b/backends/wince/scummvm/scummvm.vcp index 3030f99333..b7169ace62 100644 --- a/backends/wince/scummvm/scummvm.vcp +++ b/backends/wince/scummvm/scummvm.vcp @@ -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 "ARM" /d "_ARM_" /r CPP=clarm.exe # ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /YX /Oxs /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /I "../" /I "../../.." /I "../../../common" /I "../../../scumm" /I "../missing" /D "ARM" /D "_ARM_" /D "NDEBUG" /D "WIN32" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "SCUMM_NEED_ALIGNMENT" /D "FPM_DEFAULT" /D "USE_MAD" /FR /YX /Oxs /M$(CECrtMT) /c +# ADD CPP /nologo /W3 /O2 /I "../" /I "../../.." /I "../../../common" /I "../../../scumm" /I "../missing" /D "ARM" /D "_ARM_" /D "NDEBUG" /D "WIN32" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "SCUMM_NEED_ALIGNMENT" /D "FPM_DEFAULT" /D "USE_MAD" /FR /YX /Oxs /M$(CECrtMT) /c # SUBTRACT CPP /X MTL=midl.exe # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 @@ -233,7 +233,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 commctrl.lib coredll.lib mad.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM +# ADD LINK32 commctrl.lib coredll.lib mad.lib SDLAudio.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" @@ -334,6 +334,7 @@ DEP_CPP_CONFI=\ "..\..\..\common\system.h"\ "..\..\..\common\util.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ NODEP_CPP_CONFI=\ "..\..\..\common\macos.h"\ @@ -369,6 +370,7 @@ DEP_CPP_CONFI=\ "..\..\..\common\system.h"\ "..\..\..\common\util.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ NODEP_CPP_CONFI=\ "..\..\..\common\macos.h"\ @@ -404,6 +406,7 @@ DEP_CPP_CONFI=\ "..\..\..\common\system.h"\ "..\..\..\common\util.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_CONFI=\ @@ -415,16 +418,19 @@ NODEP_CPP_CONFI=\ DEP_CPP_CONFI=\ "..\..\..\common\config-file.h"\ "..\..\..\common\engine.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ + "..\..\..\common\util.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_CONFI=\ - "..\..\..\common\common\map.h"\ - "..\..\..\common\common\str.h"\ - "..\..\..\common\common\util.h"\ "..\..\..\common\macos.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" @@ -475,7 +481,6 @@ SOURCE=..\..\..\common\engine.cpp DEP_CPP_ENGIN=\ "..\..\..\common\config-file.h"\ "..\..\..\common\engine.h"\ - "..\..\..\common\file.h"\ "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ "..\..\..\common\map.h"\ @@ -485,13 +490,9 @@ DEP_CPP_ENGIN=\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ - "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\scumm.h"\ - "..\..\..\simon\midi.h"\ - "..\..\..\simon\simon.h"\ "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ NODEP_CPP_ENGIN=\ "..\..\..\common\macos.h"\ @@ -525,7 +526,6 @@ NODEP_CPP_ENGIN=\ DEP_CPP_ENGIN=\ "..\..\..\common\config-file.h"\ "..\..\..\common\engine.h"\ - "..\..\..\common\file.h"\ "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ "..\..\..\common\map.h"\ @@ -535,13 +535,9 @@ DEP_CPP_ENGIN=\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ - "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\scumm.h"\ - "..\..\..\simon\midi.h"\ - "..\..\..\simon\simon.h"\ "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ NODEP_CPP_ENGIN=\ "..\..\..\common\macos.h"\ @@ -575,7 +571,6 @@ NODEP_CPP_ENGIN=\ DEP_CPP_ENGIN=\ "..\..\..\common\config-file.h"\ "..\..\..\common\engine.h"\ - "..\..\..\common\file.h"\ "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ "..\..\..\common\map.h"\ @@ -585,13 +580,9 @@ DEP_CPP_ENGIN=\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ - "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\scumm.h"\ - "..\..\..\simon\midi.h"\ - "..\..\..\simon\simon.h"\ "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ {$(INCLUDE)}"mad.h"\ {$(INCLUDE)}"SDL_byteorder.h"\ @@ -606,19 +597,23 @@ DEP_CPP_ENGIN=\ "..\..\..\common\config-file.h"\ "..\..\..\common\engine.h"\ "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_ENGIN=\ - "..\..\..\common\common\map.h"\ - "..\..\..\common\common\str.h"\ - "..\..\..\common\common\util.h"\ "..\..\..\common\macos.h"\ - "..\..\..\common\scumm\scumm.h"\ - "..\..\..\common\simon\simon.h"\ - "..\..\..\common\sound\mixer.h"\ - ".\DL_byteorder.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" @@ -681,6 +676,7 @@ DEP_CPP_FILE_=\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ NODEP_CPP_FILE_=\ "..\..\..\common\macos.h"\ @@ -709,6 +705,7 @@ DEP_CPP_FILE_=\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ NODEP_CPP_FILE_=\ "..\..\..\common\macos.h"\ @@ -737,6 +734,7 @@ DEP_CPP_FILE_=\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_FILE_=\ @@ -751,10 +749,12 @@ DEP_CPP_FILE_=\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_FILE_=\ "..\..\..\common\macos.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" @@ -799,7 +799,6 @@ SOURCE=..\..\..\common\gameDetector.cpp DEP_CPP_GAMED=\ "..\..\..\common\config-file.h"\ "..\..\..\common\engine.h"\ - "..\..\..\common\file.h"\ "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ "..\..\..\common\map.h"\ @@ -807,18 +806,14 @@ DEP_CPP_GAMED=\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ - "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ - "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\imuse.h"\ - "..\..\..\scumm\scumm.h"\ "..\..\..\sound\mididrv.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ NODEP_CPP_GAMED=\ "..\..\..\common\macos.h"\ - "..\..\..\common\morphos_timer.h"\ ".\DL_byteorder.h"\ @@ -840,7 +835,6 @@ NODEP_CPP_GAMED=\ DEP_CPP_GAMED=\ "..\..\..\common\config-file.h"\ "..\..\..\common\engine.h"\ - "..\..\..\common\file.h"\ "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ "..\..\..\common\map.h"\ @@ -848,18 +842,14 @@ DEP_CPP_GAMED=\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ - "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ - "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\imuse.h"\ - "..\..\..\scumm\scumm.h"\ "..\..\..\sound\mididrv.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ NODEP_CPP_GAMED=\ "..\..\..\common\macos.h"\ - "..\..\..\common\morphos_timer.h"\ ".\DL_byteorder.h"\ @@ -881,7 +871,6 @@ NODEP_CPP_GAMED=\ DEP_CPP_GAMED=\ "..\..\..\common\config-file.h"\ "..\..\..\common\engine.h"\ - "..\..\..\common\file.h"\ "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ "..\..\..\common\map.h"\ @@ -889,32 +878,38 @@ DEP_CPP_GAMED=\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ - "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ - "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\gfx.h"\ "..\..\..\scumm\imuse.h"\ - "..\..\..\scumm\scumm.h"\ "..\..\..\sound\mididrv.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_GAMED=\ "..\..\..\common\macos.h"\ - "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" DEP_CPP_GAMED=\ + "..\..\..\common\config-file.h"\ + "..\..\..\common\engine.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\util.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\sound\mididrv.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_GAMED=\ - "..\..\..\common\common\config-file.h"\ - "..\..\..\common\common\gameDetector.h"\ - "..\..\..\common\scumm\imuse.h"\ - "..\..\..\common\scumm\scumm.h"\ - "..\..\..\common\sound\mididrv.h"\ + "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" @@ -973,6 +968,7 @@ DEP_CPP_SCALE=\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ NODEP_CPP_SCALE=\ "..\..\..\common\macos.h"\ @@ -997,6 +993,7 @@ DEP_CPP_SCALE=\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ NODEP_CPP_SCALE=\ "..\..\..\common\macos.h"\ @@ -1021,6 +1018,7 @@ DEP_CPP_SCALE=\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_SCALE=\ @@ -1033,10 +1031,12 @@ DEP_CPP_SCALE=\ "..\..\..\common\scaler.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_SCALE=\ "..\..\..\common\macos.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" @@ -1081,6 +1081,7 @@ SOURCE=..\..\..\common\stdafx.cpp DEP_CPP_STDAF=\ "..\..\..\common\stdafx.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" @@ -1094,6 +1095,7 @@ DEP_CPP_STDAF=\ DEP_CPP_STDAF=\ "..\..\..\common\stdafx.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" @@ -1107,12 +1109,15 @@ DEP_CPP_STDAF=\ DEP_CPP_STDAF=\ "..\..\..\common\stdafx.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" DEP_CPP_STDAF=\ "..\..\..\common\stdafx.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" @@ -1146,6 +1151,7 @@ DEP_CPP_STR_C=\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ NODEP_CPP_STR_C=\ "..\..\..\common\macos.h"\ @@ -1172,6 +1178,7 @@ DEP_CPP_STR_C=\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ NODEP_CPP_STR_C=\ "..\..\..\common\macos.h"\ @@ -1198,6 +1205,7 @@ DEP_CPP_STR_C=\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_STR_C=\ @@ -1207,14 +1215,16 @@ NODEP_CPP_STR_C=\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" DEP_CPP_STR_C=\ + "..\..\..\common\list.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_STR_C=\ - "..\..\..\common\common\list.h"\ "..\..\..\common\macos.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" @@ -1265,6 +1275,7 @@ DEP_CPP_TIMER=\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ NODEP_CPP_TIMER=\ "..\..\..\common\macos.h"\ @@ -1295,6 +1306,7 @@ DEP_CPP_TIMER=\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ NODEP_CPP_TIMER=\ "..\..\..\common\macos.h"\ @@ -1325,6 +1337,7 @@ DEP_CPP_TIMER=\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_TIMER=\ @@ -1340,11 +1353,13 @@ DEP_CPP_TIMER=\ "..\..\..\common\stdafx.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_TIMER=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" @@ -1391,6 +1406,7 @@ SOURCE=..\..\..\common\util.cpp DEP_CPP_UTIL_=\ "..\..\..\common\stdafx.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" @@ -1404,6 +1420,7 @@ DEP_CPP_UTIL_=\ DEP_CPP_UTIL_=\ "..\..\..\common\stdafx.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" @@ -1417,12 +1434,15 @@ DEP_CPP_UTIL_=\ DEP_CPP_UTIL_=\ "..\..\..\common\stdafx.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" DEP_CPP_UTIL_=\ "..\..\..\common\stdafx.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" @@ -1461,6 +1481,7 @@ DEP_CPP_FMOPL=\ "..\..\..\common\system.h"\ "..\..\..\sound\fmopl.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ NODEP_CPP_FMOPL=\ "..\..\..\common\macos.h"\ @@ -1487,6 +1508,7 @@ DEP_CPP_FMOPL=\ "..\..\..\common\system.h"\ "..\..\..\sound\fmopl.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ NODEP_CPP_FMOPL=\ "..\..\..\common\macos.h"\ @@ -1513,6 +1535,7 @@ DEP_CPP_FMOPL=\ "..\..\..\common\system.h"\ "..\..\..\sound\fmopl.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_FMOPL=\ @@ -1522,12 +1545,17 @@ NODEP_CPP_FMOPL=\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" DEP_CPP_FMOPL=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\system.h"\ "..\..\..\sound\fmopl.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_FMOPL=\ - "..\..\..\sound\common\engine.h"\ - "..\..\..\sound\scummsys.h"\ - "..\..\..\sound\stdafx.h"\ + "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" @@ -1575,6 +1603,7 @@ DEP_CPP_MIDID=\ "..\..\..\sound\mididrv.h"\ "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ NODEP_CPP_MIDID=\ "..\..\..\common\macos.h"\ @@ -1612,6 +1641,7 @@ DEP_CPP_MIDID=\ "..\..\..\sound\mididrv.h"\ "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ NODEP_CPP_MIDID=\ "..\..\..\common\macos.h"\ @@ -1649,6 +1679,7 @@ DEP_CPP_MIDID=\ "..\..\..\sound\mididrv.h"\ "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ {$(INCLUDE)}"mad.h"\ {$(INCLUDE)}"SDL_byteorder.h"\ @@ -1660,19 +1691,22 @@ NODEP_CPP_MIDID=\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" DEP_CPP_MIDID=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\util.h"\ "..\..\..\sound\fmopl.h"\ "..\..\..\sound\mididrv.h"\ "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_MIDID=\ - "..\..\..\sound\common\engine.h"\ - "..\..\..\sound\common\scummsys.h"\ - "..\..\..\sound\common\system.h"\ - "..\..\..\sound\common\util.h"\ + "..\..\..\common\macos.h"\ "..\..\..\sound\morphos_sound.h"\ - "..\..\..\sound\scummsys.h"\ - "..\..\..\sound\stdafx.h"\ - ".\ad.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" @@ -1718,6 +1752,113 @@ SOURCE=..\..\..\sound\mididrv.h # End Source File # Begin Source File +SOURCE=..\..\..\sound\midistreamer.cpp + +!IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" + +DEP_CPP_MIDIS=\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\util.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\midistreamer.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_MIDIS=\ + "..\..\..\common\macos.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" + +DEP_CPP_MIDIS=\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\midistreamer.h"\ + +NODEP_CPP_MIDIS=\ + "..\..\..\sound\common\util.h"\ + "..\..\..\sound\scummsys.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" + +DEP_CPP_MIDIS=\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\util.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\midistreamer.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_MIDIS=\ + "..\..\..\common\macos.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" + +DEP_CPP_MIDIS=\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\midistreamer.h"\ + +NODEP_CPP_MIDIS=\ + "..\..\..\sound\common\util.h"\ + "..\..\..\sound\scummsys.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" + +DEP_CPP_MIDIS=\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\util.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\midistreamer.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_MIDIS=\ + "..\..\..\common\macos.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" + +DEP_CPP_MIDIS=\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\util.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\midistreamer.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_MIDIS=\ + "..\..\..\common\macos.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" + +DEP_CPP_MIDIS=\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\midistreamer.h"\ + +NODEP_CPP_MIDIS=\ + "..\..\..\sound\common\util.h"\ + "..\..\..\sound\scummsys.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" + +DEP_CPP_MIDIS=\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\midistreamer.h"\ + +NODEP_CPP_MIDIS=\ + "..\..\..\sound\common\util.h"\ + "..\..\..\sound\scummsys.h"\ + + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\sound\midistreamer.h +# End Source File +# Begin Source File + SOURCE=..\..\..\sound\mixer.cpp !IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" @@ -1730,6 +1871,7 @@ DEP_CPP_MIXER=\ "..\..\..\common\system.h"\ "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ NODEP_CPP_MIXER=\ "..\..\..\common\macos.h"\ @@ -1760,6 +1902,7 @@ DEP_CPP_MIXER=\ "..\..\..\common\system.h"\ "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ NODEP_CPP_MIXER=\ "..\..\..\common\macos.h"\ @@ -1790,6 +1933,7 @@ DEP_CPP_MIXER=\ "..\..\..\common\system.h"\ "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ {$(INCLUDE)}"mad.h"\ {$(INCLUDE)}"SDL_byteorder.h"\ @@ -1800,15 +1944,19 @@ NODEP_CPP_MIXER=\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" DEP_CPP_MIXER=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\system.h"\ "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_MIXER=\ - "..\..\..\sound\common\engine.h"\ - "..\..\..\sound\common\file.h"\ - "..\..\..\sound\common\scummsys.h"\ - "..\..\..\sound\common\system.h"\ - "..\..\..\sound\stdafx.h"\ - ".\ad.h"\ + "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" @@ -1850,129 +1998,149 @@ SOURCE=..\..\..\sound\mixer.h # PROP Default_Filter "" # Begin Source File -SOURCE=..\..\..\gui\dialog.cpp +SOURCE=..\..\..\gui\browser.cpp !IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" -DEP_CPP_DIALO=\ +DEP_CPP_BROWS=\ "..\..\..\common\list.h"\ "..\..\..\common\scummsys.h"\ - "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ + "..\..\..\gui\browser.h"\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ - "..\missing\unistd.h"\ + "..\..\fs\fs.h"\ -NODEP_CPP_DIALO=\ +NODEP_CPP_BROWS=\ "..\..\..\common\macos.h"\ ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" -DEP_CPP_DIALO=\ +DEP_CPP_BROWS=\ + "..\..\..\gui\browser.h"\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_DIALO=\ +NODEP_CPP_BROWS=\ + "..\..\..\gui\backends\fs\fs.h"\ + "..\..\..\gui\common\list.h"\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ - "..\..\..\gui\stdafx.h"\ "..\..\..\gui\system.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" -DEP_CPP_DIALO=\ +DEP_CPP_BROWS=\ "..\..\..\common\list.h"\ "..\..\..\common\scummsys.h"\ - "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ + "..\..\..\gui\browser.h"\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ - "..\missing\unistd.h"\ + "..\..\fs\fs.h"\ -NODEP_CPP_DIALO=\ +NODEP_CPP_BROWS=\ "..\..\..\common\macos.h"\ ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" -DEP_CPP_DIALO=\ +DEP_CPP_BROWS=\ + "..\..\..\gui\browser.h"\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_DIALO=\ +NODEP_CPP_BROWS=\ + "..\..\..\gui\backends\fs\fs.h"\ + "..\..\..\gui\common\list.h"\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ - "..\..\..\gui\stdafx.h"\ "..\..\..\gui\system.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" -DEP_CPP_DIALO=\ +DEP_CPP_BROWS=\ "..\..\..\common\list.h"\ "..\..\..\common\scummsys.h"\ - "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ + "..\..\..\gui\browser.h"\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ - "..\missing\unistd.h"\ + "..\..\fs\fs.h"\ {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_DIALO=\ +NODEP_CPP_BROWS=\ "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" -DEP_CPP_DIALO=\ +DEP_CPP_BROWS=\ + "..\..\..\common\list.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\gui\browser.h"\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ + "..\..\fs\fs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_DIALO=\ - "..\..\..\gui\common\str.h"\ - "..\..\..\gui\scummsys.h"\ - "..\..\..\gui\stdafx.h"\ - "..\..\..\gui\system.h"\ +NODEP_CPP_BROWS=\ + "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" -DEP_CPP_DIALO=\ +DEP_CPP_BROWS=\ + "..\..\..\gui\browser.h"\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_DIALO=\ +NODEP_CPP_BROWS=\ + "..\..\..\gui\backends\fs\fs.h"\ + "..\..\..\gui\common\list.h"\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ - "..\..\..\gui\stdafx.h"\ "..\..\..\gui\system.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" -DEP_CPP_DIALO=\ +DEP_CPP_BROWS=\ + "..\..\..\gui\browser.h"\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_DIALO=\ +NODEP_CPP_BROWS=\ + "..\..\..\gui\backends\fs\fs.h"\ + "..\..\..\gui\common\list.h"\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ - "..\..\..\gui\stdafx.h"\ "..\..\..\gui\system.h"\ @@ -1981,184 +2149,145 @@ NODEP_CPP_DIALO=\ # End Source File # Begin Source File -SOURCE=..\..\..\gui\dialog.h +SOURCE=..\..\..\gui\browser.h # End Source File # Begin Source File -SOURCE=..\..\..\gui\launcher.cpp +SOURCE=..\..\..\gui\chooser.cpp !IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" -DEP_CPP_LAUNC=\ - "..\..\..\common\config-file.h"\ - "..\..\..\common\engine.h"\ - "..\..\..\common\gameDetector.h"\ +DEP_CPP_CHOOS=\ "..\..\..\common\list.h"\ - "..\..\..\common\map.h"\ "..\..\..\common\scummsys.h"\ - "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ - "..\..\..\common\util.h"\ + "..\..\..\gui\chooser.h"\ "..\..\..\gui\dialog.h"\ - "..\..\..\gui\launcher.h"\ "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ - "..\missing\unistd.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_LAUNC=\ +NODEP_CPP_CHOOS=\ "..\..\..\common\macos.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" -DEP_CPP_LAUNC=\ +DEP_CPP_CHOOS=\ + "..\..\..\gui\chooser.h"\ "..\..\..\gui\dialog.h"\ - "..\..\..\gui\launcher.h"\ "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_LAUNC=\ - "..\..\..\gui\common\config-file.h"\ - "..\..\..\gui\common\engine.h"\ - "..\..\..\gui\common\gameDetector.h"\ +NODEP_CPP_CHOOS=\ "..\..\..\gui\common\list.h"\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ - "..\..\..\gui\stdafx.h"\ "..\..\..\gui\system.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" -DEP_CPP_LAUNC=\ - "..\..\..\common\config-file.h"\ - "..\..\..\common\engine.h"\ - "..\..\..\common\gameDetector.h"\ +DEP_CPP_CHOOS=\ "..\..\..\common\list.h"\ - "..\..\..\common\map.h"\ "..\..\..\common\scummsys.h"\ - "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ - "..\..\..\common\util.h"\ + "..\..\..\gui\chooser.h"\ "..\..\..\gui\dialog.h"\ - "..\..\..\gui\launcher.h"\ "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ - "..\missing\unistd.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_LAUNC=\ +NODEP_CPP_CHOOS=\ "..\..\..\common\macos.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" -DEP_CPP_LAUNC=\ +DEP_CPP_CHOOS=\ + "..\..\..\gui\chooser.h"\ "..\..\..\gui\dialog.h"\ - "..\..\..\gui\launcher.h"\ "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_LAUNC=\ - "..\..\..\gui\common\config-file.h"\ - "..\..\..\gui\common\engine.h"\ - "..\..\..\gui\common\gameDetector.h"\ +NODEP_CPP_CHOOS=\ "..\..\..\gui\common\list.h"\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ - "..\..\..\gui\stdafx.h"\ "..\..\..\gui\system.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" -DEP_CPP_LAUNC=\ - "..\..\..\common\config-file.h"\ - "..\..\..\common\engine.h"\ - "..\..\..\common\gameDetector.h"\ +DEP_CPP_CHOOS=\ "..\..\..\common\list.h"\ - "..\..\..\common\map.h"\ "..\..\..\common\scummsys.h"\ - "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ - "..\..\..\common\util.h"\ + "..\..\..\gui\chooser.h"\ "..\..\..\gui\dialog.h"\ - "..\..\..\gui\launcher.h"\ "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ - "..\missing\unistd.h"\ {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_LAUNC=\ +NODEP_CPP_CHOOS=\ "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" -DEP_CPP_LAUNC=\ +DEP_CPP_CHOOS=\ + "..\..\..\common\list.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\gui\chooser.h"\ "..\..\..\gui\dialog.h"\ - "..\..\..\gui\launcher.h"\ "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_LAUNC=\ - "..\..\..\gui\common\config-file.h"\ - "..\..\..\gui\common\engine.h"\ - "..\..\..\gui\common\gameDetector.h"\ - "..\..\..\gui\common\list.h"\ - "..\..\..\gui\common\str.h"\ - "..\..\..\gui\scummsys.h"\ - "..\..\..\gui\stdafx.h"\ - "..\..\..\gui\system.h"\ +NODEP_CPP_CHOOS=\ + "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" -DEP_CPP_LAUNC=\ +DEP_CPP_CHOOS=\ + "..\..\..\gui\chooser.h"\ "..\..\..\gui\dialog.h"\ - "..\..\..\gui\launcher.h"\ "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_LAUNC=\ - "..\..\..\gui\common\config-file.h"\ - "..\..\..\gui\common\engine.h"\ - "..\..\..\gui\common\gameDetector.h"\ +NODEP_CPP_CHOOS=\ "..\..\..\gui\common\list.h"\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ - "..\..\..\gui\stdafx.h"\ "..\..\..\gui\system.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" -DEP_CPP_LAUNC=\ +DEP_CPP_CHOOS=\ + "..\..\..\gui\chooser.h"\ "..\..\..\gui\dialog.h"\ - "..\..\..\gui\launcher.h"\ "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_LAUNC=\ - "..\..\..\gui\common\config-file.h"\ - "..\..\..\gui\common\engine.h"\ - "..\..\..\gui\common\gameDetector.h"\ +NODEP_CPP_CHOOS=\ "..\..\..\gui\common\list.h"\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ - "..\..\..\gui\stdafx.h"\ "..\..\..\gui\system.h"\ @@ -2167,43 +2296,39 @@ NODEP_CPP_LAUNC=\ # End Source File # Begin Source File -SOURCE=..\..\..\gui\launcher.h +SOURCE=..\..\..\gui\chooser.h # End Source File # Begin Source File -SOURCE=..\..\..\gui\ListWidget.cpp +SOURCE=..\..\..\gui\dialog.cpp !IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" -DEP_CPP_LISTW=\ - "..\..\..\common\engine.h"\ +DEP_CPP_DIALO=\ "..\..\..\common\list.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\gui\dialog.h"\ - "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ - "..\..\..\gui\ScrollBarWidget.h"\ "..\..\..\gui\widget.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ -NODEP_CPP_LISTW=\ +NODEP_CPP_DIALO=\ "..\..\..\common\macos.h"\ ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" -DEP_CPP_LISTW=\ +DEP_CPP_DIALO=\ "..\..\..\gui\dialog.h"\ - "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ - "..\..\..\gui\ScrollBarWidget.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_LISTW=\ +NODEP_CPP_DIALO=\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ "..\..\..\gui\stdafx.h"\ @@ -2212,35 +2337,31 @@ NODEP_CPP_LISTW=\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" -DEP_CPP_LISTW=\ - "..\..\..\common\engine.h"\ +DEP_CPP_DIALO=\ "..\..\..\common\list.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\gui\dialog.h"\ - "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ - "..\..\..\gui\ScrollBarWidget.h"\ "..\..\..\gui\widget.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ -NODEP_CPP_LISTW=\ +NODEP_CPP_DIALO=\ "..\..\..\common\macos.h"\ ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" -DEP_CPP_LISTW=\ +DEP_CPP_DIALO=\ "..\..\..\gui\dialog.h"\ - "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ - "..\..\..\gui\ScrollBarWidget.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_LISTW=\ +NODEP_CPP_DIALO=\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ "..\..\..\gui\stdafx.h"\ @@ -2249,51 +2370,50 @@ NODEP_CPP_LISTW=\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" -DEP_CPP_LISTW=\ - "..\..\..\common\engine.h"\ +DEP_CPP_DIALO=\ "..\..\..\common\list.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\gui\dialog.h"\ - "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ - "..\..\..\gui\ScrollBarWidget.h"\ "..\..\..\gui\widget.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_LISTW=\ +NODEP_CPP_DIALO=\ "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" -DEP_CPP_LISTW=\ +DEP_CPP_DIALO=\ + "..\..\..\common\list.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ "..\..\..\gui\dialog.h"\ - "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ - "..\..\..\gui\ScrollBarWidget.h"\ "..\..\..\gui\widget.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_LISTW=\ - "..\..\..\gui\common\str.h"\ - "..\..\..\gui\scummsys.h"\ - "..\..\..\gui\stdafx.h"\ - "..\..\..\gui\system.h"\ +NODEP_CPP_DIALO=\ + "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" -DEP_CPP_LISTW=\ +DEP_CPP_DIALO=\ "..\..\..\gui\dialog.h"\ - "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ - "..\..\..\gui\ScrollBarWidget.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_LISTW=\ +NODEP_CPP_DIALO=\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ "..\..\..\gui\stdafx.h"\ @@ -2302,14 +2422,12 @@ NODEP_CPP_LISTW=\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" -DEP_CPP_LISTW=\ +DEP_CPP_DIALO=\ "..\..\..\gui\dialog.h"\ - "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ - "..\..\..\gui\ScrollBarWidget.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_LISTW=\ +NODEP_CPP_DIALO=\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ "..\..\..\gui\stdafx.h"\ @@ -2321,40 +2439,41 @@ NODEP_CPP_LISTW=\ # End Source File # Begin Source File -SOURCE=..\..\..\gui\ListWidget.h +SOURCE=..\..\..\gui\dialog.h # End Source File # Begin Source File -SOURCE=..\..\..\gui\message.cpp +SOURCE=..\..\..\gui\EditTextWidget.cpp !IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" -DEP_CPP_MESSA=\ +DEP_CPP_EDITT=\ "..\..\..\common\list.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\gui\dialog.h"\ - "..\..\..\gui\message.h"\ + "..\..\..\gui\EditTextWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_MESSA=\ +NODEP_CPP_EDITT=\ "..\..\..\common\macos.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" -DEP_CPP_MESSA=\ +DEP_CPP_EDITT=\ "..\..\..\gui\dialog.h"\ - "..\..\..\gui\message.h"\ + "..\..\..\gui\EditTextWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_MESSA=\ +NODEP_CPP_EDITT=\ "..\..\..\gui\common\list.h"\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ @@ -2364,32 +2483,33 @@ NODEP_CPP_MESSA=\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" -DEP_CPP_MESSA=\ +DEP_CPP_EDITT=\ "..\..\..\common\list.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\gui\dialog.h"\ - "..\..\..\gui\message.h"\ + "..\..\..\gui\EditTextWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_MESSA=\ +NODEP_CPP_EDITT=\ "..\..\..\common\macos.h"\ - ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" -DEP_CPP_MESSA=\ +DEP_CPP_EDITT=\ "..\..\..\gui\dialog.h"\ - "..\..\..\gui\message.h"\ + "..\..\..\gui\EditTextWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_MESSA=\ +NODEP_CPP_EDITT=\ "..\..\..\gui\common\list.h"\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ @@ -2399,48 +2519,53 @@ NODEP_CPP_MESSA=\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" -DEP_CPP_MESSA=\ +DEP_CPP_EDITT=\ "..\..\..\common\list.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\gui\dialog.h"\ - "..\..\..\gui\message.h"\ + "..\..\..\gui\EditTextWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_MESSA=\ +NODEP_CPP_EDITT=\ "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" -DEP_CPP_MESSA=\ +DEP_CPP_EDITT=\ + "..\..\..\common\list.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ "..\..\..\gui\dialog.h"\ - "..\..\..\gui\message.h"\ + "..\..\..\gui\EditTextWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_MESSA=\ - "..\..\..\gui\common\list.h"\ - "..\..\..\gui\common\str.h"\ - "..\..\..\gui\scummsys.h"\ - "..\..\..\gui\stdafx.h"\ - "..\..\..\gui\system.h"\ +NODEP_CPP_EDITT=\ + "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" -DEP_CPP_MESSA=\ +DEP_CPP_EDITT=\ "..\..\..\gui\dialog.h"\ - "..\..\..\gui\message.h"\ + "..\..\..\gui\EditTextWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_MESSA=\ +NODEP_CPP_EDITT=\ "..\..\..\gui\common\list.h"\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ @@ -2450,13 +2575,13 @@ NODEP_CPP_MESSA=\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" -DEP_CPP_MESSA=\ +DEP_CPP_EDITT=\ "..\..\..\gui\dialog.h"\ - "..\..\..\gui\message.h"\ + "..\..\..\gui\EditTextWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_MESSA=\ +NODEP_CPP_EDITT=\ "..\..\..\gui\common\list.h"\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ @@ -2469,38 +2594,52 @@ NODEP_CPP_MESSA=\ # End Source File # Begin Source File -SOURCE=..\..\..\gui\message.h +SOURCE=..\..\..\gui\EditTextWidget.h # End Source File # Begin Source File -SOURCE=..\..\..\gui\newgui.cpp +SOURCE=..\..\..\gui\launcher.cpp !IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" -DEP_CPP_NEWGU=\ +DEP_CPP_LAUNC=\ + "..\..\..\common\config-file.h"\ + "..\..\..\common\engine.h"\ + "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ + "..\..\..\common\util.h"\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\launcher.h"\ + "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ -NODEP_CPP_NEWGU=\ +NODEP_CPP_LAUNC=\ "..\..\..\common\macos.h"\ ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" -DEP_CPP_NEWGU=\ +DEP_CPP_LAUNC=\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\launcher.h"\ + "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_NEWGU=\ +NODEP_CPP_LAUNC=\ + "..\..\..\gui\common\config-file.h"\ + "..\..\..\gui\common\engine.h"\ + "..\..\..\gui\common\gameDetector.h"\ + "..\..\..\gui\common\list.h"\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ "..\..\..\gui\stdafx.h"\ @@ -2509,30 +2648,44 @@ NODEP_CPP_NEWGU=\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" -DEP_CPP_NEWGU=\ +DEP_CPP_LAUNC=\ + "..\..\..\common\config-file.h"\ + "..\..\..\common\engine.h"\ + "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ + "..\..\..\common\util.h"\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\launcher.h"\ + "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ -NODEP_CPP_NEWGU=\ +NODEP_CPP_LAUNC=\ "..\..\..\common\macos.h"\ ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" -DEP_CPP_NEWGU=\ +DEP_CPP_LAUNC=\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\launcher.h"\ + "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_NEWGU=\ +NODEP_CPP_LAUNC=\ + "..\..\..\gui\common\config-file.h"\ + "..\..\..\gui\common\engine.h"\ + "..\..\..\gui\common\gameDetector.h"\ + "..\..\..\gui\common\list.h"\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ "..\..\..\gui\stdafx.h"\ @@ -2541,44 +2694,80 @@ NODEP_CPP_NEWGU=\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" -DEP_CPP_NEWGU=\ +DEP_CPP_LAUNC=\ + "..\..\..\common\config-file.h"\ + "..\..\..\common\engine.h"\ + "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ + "..\..\..\common\util.h"\ + "..\..\..\gui\browser.h"\ + "..\..\..\gui\chooser.h"\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\EditTextWidget.h"\ + "..\..\..\gui\launcher.h"\ + "..\..\..\gui\ListWidget.h"\ + "..\..\..\gui\message.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ + "..\..\fs\fs.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_NEWGU=\ +NODEP_CPP_LAUNC=\ "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" -DEP_CPP_NEWGU=\ +DEP_CPP_LAUNC=\ + "..\..\..\common\config-file.h"\ + "..\..\..\common\engine.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\util.h"\ + "..\..\..\gui\browser.h"\ + "..\..\..\gui\chooser.h"\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\EditTextWidget.h"\ + "..\..\..\gui\launcher.h"\ + "..\..\..\gui\ListWidget.h"\ + "..\..\..\gui\message.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ + "..\..\fs\fs.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_NEWGU=\ - "..\..\..\gui\common\str.h"\ - "..\..\..\gui\scummsys.h"\ - "..\..\..\gui\stdafx.h"\ - "..\..\..\gui\system.h"\ +NODEP_CPP_LAUNC=\ + "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" -DEP_CPP_NEWGU=\ +DEP_CPP_LAUNC=\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\launcher.h"\ + "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_NEWGU=\ +NODEP_CPP_LAUNC=\ + "..\..\..\gui\common\config-file.h"\ + "..\..\..\gui\common\engine.h"\ + "..\..\..\gui\common\gameDetector.h"\ + "..\..\..\gui\common\list.h"\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ "..\..\..\gui\stdafx.h"\ @@ -2587,12 +2776,18 @@ NODEP_CPP_NEWGU=\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" -DEP_CPP_NEWGU=\ +DEP_CPP_LAUNC=\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\launcher.h"\ + "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_NEWGU=\ +NODEP_CPP_LAUNC=\ + "..\..\..\gui\common\config-file.h"\ + "..\..\..\gui\common\engine.h"\ + "..\..\..\gui\common\gameDetector.h"\ + "..\..\..\gui\common\list.h"\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ "..\..\..\gui\stdafx.h"\ @@ -2604,40 +2799,44 @@ NODEP_CPP_NEWGU=\ # End Source File # Begin Source File -SOURCE=..\..\..\gui\newgui.h +SOURCE=..\..\..\gui\launcher.h # End Source File # Begin Source File -SOURCE=..\..\..\gui\ScrollBarWidget.cpp +SOURCE=..\..\..\gui\ListWidget.cpp !IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" -DEP_CPP_SCROL=\ +DEP_CPP_LISTW=\ + "..\..\..\common\engine.h"\ "..\..\..\common\list.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\ScrollBarWidget.h"\ "..\..\..\gui\widget.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ -NODEP_CPP_SCROL=\ +NODEP_CPP_LISTW=\ "..\..\..\common\macos.h"\ ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" -DEP_CPP_SCROL=\ +DEP_CPP_LISTW=\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\ScrollBarWidget.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_SCROL=\ +NODEP_CPP_LISTW=\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ "..\..\..\gui\stdafx.h"\ @@ -2646,32 +2845,36 @@ NODEP_CPP_SCROL=\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" -DEP_CPP_SCROL=\ +DEP_CPP_LISTW=\ + "..\..\..\common\engine.h"\ "..\..\..\common\list.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\ScrollBarWidget.h"\ "..\..\..\gui\widget.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ -NODEP_CPP_SCROL=\ +NODEP_CPP_LISTW=\ "..\..\..\common\macos.h"\ ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" -DEP_CPP_SCROL=\ +DEP_CPP_LISTW=\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\ScrollBarWidget.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_SCROL=\ +NODEP_CPP_LISTW=\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ "..\..\..\gui\stdafx.h"\ @@ -2680,47 +2883,56 @@ NODEP_CPP_SCROL=\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" -DEP_CPP_SCROL=\ +DEP_CPP_LISTW=\ "..\..\..\common\list.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\ScrollBarWidget.h"\ "..\..\..\gui\widget.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_SCROL=\ +NODEP_CPP_LISTW=\ "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" -DEP_CPP_SCROL=\ +DEP_CPP_LISTW=\ + "..\..\..\common\list.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\ScrollBarWidget.h"\ "..\..\..\gui\widget.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_SCROL=\ - "..\..\..\gui\common\str.h"\ - "..\..\..\gui\scummsys.h"\ - "..\..\..\gui\stdafx.h"\ - "..\..\..\gui\system.h"\ +NODEP_CPP_LISTW=\ + "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" -DEP_CPP_SCROL=\ +DEP_CPP_LISTW=\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\ScrollBarWidget.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_SCROL=\ +NODEP_CPP_LISTW=\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ "..\..\..\gui\stdafx.h"\ @@ -2729,13 +2941,14 @@ NODEP_CPP_SCROL=\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" -DEP_CPP_SCROL=\ +DEP_CPP_LISTW=\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\ListWidget.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\ScrollBarWidget.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_SCROL=\ +NODEP_CPP_LISTW=\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ "..\..\..\gui\stdafx.h"\ @@ -2747,38 +2960,42 @@ NODEP_CPP_SCROL=\ # End Source File # Begin Source File -SOURCE=..\..\..\gui\ScrollBarWidget.h +SOURCE=..\..\..\gui\ListWidget.h # End Source File # Begin Source File -SOURCE=..\..\..\gui\widget.cpp +SOURCE=..\..\..\gui\message.cpp !IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" -DEP_CPP_WIDGE=\ +DEP_CPP_MESSA=\ "..\..\..\common\list.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\message.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ -NODEP_CPP_WIDGE=\ +NODEP_CPP_MESSA=\ "..\..\..\common\macos.h"\ ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" -DEP_CPP_WIDGE=\ +DEP_CPP_MESSA=\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\message.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_WIDGE=\ +NODEP_CPP_MESSA=\ + "..\..\..\gui\common\list.h"\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ "..\..\..\gui\stdafx.h"\ @@ -2787,30 +3004,34 @@ NODEP_CPP_WIDGE=\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" -DEP_CPP_WIDGE=\ +DEP_CPP_MESSA=\ "..\..\..\common\list.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\message.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ -NODEP_CPP_WIDGE=\ +NODEP_CPP_MESSA=\ "..\..\..\common\macos.h"\ ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" -DEP_CPP_WIDGE=\ +DEP_CPP_MESSA=\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\message.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_WIDGE=\ +NODEP_CPP_MESSA=\ + "..\..\..\gui\common\list.h"\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ "..\..\..\gui\stdafx.h"\ @@ -2819,44 +3040,54 @@ NODEP_CPP_WIDGE=\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" -DEP_CPP_WIDGE=\ +DEP_CPP_MESSA=\ "..\..\..\common\list.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\message.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ "..\missing\unistd.h"\ + "..\portdefs.h"\ {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_WIDGE=\ +NODEP_CPP_MESSA=\ "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" -DEP_CPP_WIDGE=\ +DEP_CPP_MESSA=\ + "..\..\..\common\list.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\message.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_WIDGE=\ - "..\..\..\gui\common\str.h"\ - "..\..\..\gui\scummsys.h"\ - "..\..\..\gui\stdafx.h"\ - "..\..\..\gui\system.h"\ +NODEP_CPP_MESSA=\ + "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" -DEP_CPP_WIDGE=\ +DEP_CPP_MESSA=\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\message.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_WIDGE=\ +NODEP_CPP_MESSA=\ + "..\..\..\gui\common\list.h"\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ "..\..\..\gui\stdafx.h"\ @@ -2865,12 +3096,14 @@ NODEP_CPP_WIDGE=\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" -DEP_CPP_WIDGE=\ +DEP_CPP_MESSA=\ "..\..\..\gui\dialog.h"\ + "..\..\..\gui\message.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\widget.h"\ -NODEP_CPP_WIDGE=\ +NODEP_CPP_MESSA=\ + "..\..\..\gui\common\list.h"\ "..\..\..\gui\common\str.h"\ "..\..\..\gui\scummsys.h"\ "..\..\..\gui\stdafx.h"\ @@ -2882,124 +3115,1284 @@ NODEP_CPP_WIDGE=\ # End Source File # Begin Source File -SOURCE=..\..\..\gui\widget.h -# End Source File -# End Group -# Begin Group "backends" - -# PROP Default_Filter "" -# Begin Group "wince" - -# PROP Default_Filter "" -# Begin Group "missing" - -# PROP Default_Filter "" -# Begin Group "sys" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\missing\sys\stat.h -# End Source File -# Begin Source File - -SOURCE=..\missing\sys\time.h -# End Source File -# Begin Source File - -SOURCE=..\missing\sys\types.h -# End Source File -# End Group -# Begin Source File - -SOURCE=..\missing\assert.h -# End Source File -# Begin Source File - -SOURCE=..\missing\conio.h -# End Source File -# Begin Source File - -SOURCE=..\missing\dir.h -# End Source File -# Begin Source File - -SOURCE=..\missing\direct.h -# End Source File -# Begin Source File - -SOURCE=..\missing\dirent.h -# End Source File -# Begin Source File - -SOURCE=..\missing\errno.h -# End Source File -# Begin Source File - -SOURCE=..\missing\fcntl.h -# End Source File -# Begin Source File - -SOURCE=..\missing\io.h +SOURCE=..\..\..\gui\message.h # End Source File # Begin Source File -SOURCE=..\missing\missing.cpp +SOURCE=..\..\..\gui\newgui.cpp !IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" -DEP_CPP_MISSI=\ - "..\missing\dirent.h"\ - "..\missing\sys\time.h"\ +DEP_CPP_NEWGU=\ + "..\..\..\common\list.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + +NODEP_CPP_NEWGU=\ + "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" -DEP_CPP_MISSI=\ - "..\missing\dirent.h"\ - "..\missing\sys\time.h"\ +DEP_CPP_NEWGU=\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ - -!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" - +NODEP_CPP_NEWGU=\ + "..\..\..\gui\common\str.h"\ + "..\..\..\gui\scummsys.h"\ + "..\..\..\gui\stdafx.h"\ + "..\..\..\gui\system.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" + +DEP_CPP_NEWGU=\ + "..\..\..\common\list.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + +NODEP_CPP_NEWGU=\ + "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" + +DEP_CPP_NEWGU=\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ + +NODEP_CPP_NEWGU=\ + "..\..\..\gui\common\str.h"\ + "..\..\..\gui\scummsys.h"\ + "..\..\..\gui\stdafx.h"\ + "..\..\..\gui\system.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" + +DEP_CPP_NEWGU=\ + "..\..\..\common\list.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_NEWGU=\ + "..\..\..\common\macos.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" + +DEP_CPP_NEWGU=\ + "..\..\..\common\list.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_NEWGU=\ + "..\..\..\common\macos.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" + +DEP_CPP_NEWGU=\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ + +NODEP_CPP_NEWGU=\ + "..\..\..\gui\common\str.h"\ + "..\..\..\gui\scummsys.h"\ + "..\..\..\gui\stdafx.h"\ + "..\..\..\gui\system.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" + +DEP_CPP_NEWGU=\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ + +NODEP_CPP_NEWGU=\ + "..\..\..\gui\common\str.h"\ + "..\..\..\gui\scummsys.h"\ + "..\..\..\gui\stdafx.h"\ + "..\..\..\gui\system.h"\ + + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\gui\newgui.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\gui\ScrollBarWidget.cpp + +!IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" + +DEP_CPP_SCROL=\ + "..\..\..\common\list.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\ScrollBarWidget.h"\ + "..\..\..\gui\widget.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + +NODEP_CPP_SCROL=\ + "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" + +DEP_CPP_SCROL=\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\ScrollBarWidget.h"\ + "..\..\..\gui\widget.h"\ + +NODEP_CPP_SCROL=\ + "..\..\..\gui\common\str.h"\ + "..\..\..\gui\scummsys.h"\ + "..\..\..\gui\stdafx.h"\ + "..\..\..\gui\system.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" + +DEP_CPP_SCROL=\ + "..\..\..\common\list.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\ScrollBarWidget.h"\ + "..\..\..\gui\widget.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + +NODEP_CPP_SCROL=\ + "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" + +DEP_CPP_SCROL=\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\ScrollBarWidget.h"\ + "..\..\..\gui\widget.h"\ + +NODEP_CPP_SCROL=\ + "..\..\..\gui\common\str.h"\ + "..\..\..\gui\scummsys.h"\ + "..\..\..\gui\stdafx.h"\ + "..\..\..\gui\system.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" + +DEP_CPP_SCROL=\ + "..\..\..\common\list.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\ScrollBarWidget.h"\ + "..\..\..\gui\widget.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_SCROL=\ + "..\..\..\common\macos.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" + +DEP_CPP_SCROL=\ + "..\..\..\common\list.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\ScrollBarWidget.h"\ + "..\..\..\gui\widget.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_SCROL=\ + "..\..\..\common\macos.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" + +DEP_CPP_SCROL=\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\ScrollBarWidget.h"\ + "..\..\..\gui\widget.h"\ + +NODEP_CPP_SCROL=\ + "..\..\..\gui\common\str.h"\ + "..\..\..\gui\scummsys.h"\ + "..\..\..\gui\stdafx.h"\ + "..\..\..\gui\system.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" + +DEP_CPP_SCROL=\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\ScrollBarWidget.h"\ + "..\..\..\gui\widget.h"\ + +NODEP_CPP_SCROL=\ + "..\..\..\gui\common\str.h"\ + "..\..\..\gui\scummsys.h"\ + "..\..\..\gui\stdafx.h"\ + "..\..\..\gui\system.h"\ + + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\gui\ScrollBarWidget.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\gui\widget.cpp + +!IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" + +DEP_CPP_WIDGE=\ + "..\..\..\common\list.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + +NODEP_CPP_WIDGE=\ + "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" + +DEP_CPP_WIDGE=\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ + +NODEP_CPP_WIDGE=\ + "..\..\..\gui\common\str.h"\ + "..\..\..\gui\scummsys.h"\ + "..\..\..\gui\stdafx.h"\ + "..\..\..\gui\system.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" + +DEP_CPP_WIDGE=\ + "..\..\..\common\list.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + +NODEP_CPP_WIDGE=\ + "..\..\..\common\macos.h"\ + ".\DL_byteorder.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" + +DEP_CPP_WIDGE=\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ + +NODEP_CPP_WIDGE=\ + "..\..\..\gui\common\str.h"\ + "..\..\..\gui\scummsys.h"\ + "..\..\..\gui\stdafx.h"\ + "..\..\..\gui\system.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" + +DEP_CPP_WIDGE=\ + "..\..\..\common\list.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_WIDGE=\ + "..\..\..\common\macos.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" + +DEP_CPP_WIDGE=\ + "..\..\..\common\list.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_WIDGE=\ + "..\..\..\common\macos.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" + +DEP_CPP_WIDGE=\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ + +NODEP_CPP_WIDGE=\ + "..\..\..\gui\common\str.h"\ + "..\..\..\gui\scummsys.h"\ + "..\..\..\gui\stdafx.h"\ + "..\..\..\gui\system.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" + +DEP_CPP_WIDGE=\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ + +NODEP_CPP_WIDGE=\ + "..\..\..\gui\common\str.h"\ + "..\..\..\gui\scummsys.h"\ + "..\..\..\gui\stdafx.h"\ + "..\..\..\gui\system.h"\ + + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\gui\widget.h +# End Source File +# End Group +# Begin Group "backends" + +# PROP Default_Filter "" +# Begin Group "wince" + +# PROP Default_Filter "" +# Begin Group "missing" + +# PROP Default_Filter "" +# Begin Group "sys" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\missing\sys\stat.h +# End Source File +# Begin Source File + +SOURCE=..\missing\sys\time.h +# End Source File +# Begin Source File + +SOURCE=..\missing\sys\types.h +# End Source File +# End Group +# Begin Source File + +SOURCE=..\missing\assert.h +# End Source File +# Begin Source File + +SOURCE=..\missing\conio.h +# End Source File +# Begin Source File + +SOURCE=..\missing\dir.h +# End Source File +# Begin Source File + +SOURCE=..\missing\direct.h +# End Source File +# Begin Source File + +SOURCE=..\missing\dirent.h +# End Source File +# Begin Source File + +SOURCE=..\missing\errno.h +# End Source File +# Begin Source File + +SOURCE=..\missing\fcntl.h +# End Source File +# Begin Source File + +SOURCE=..\missing\io.h +# End Source File +# Begin Source File + +SOURCE=..\missing\missing.cpp + +!IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" + +DEP_CPP_MISSI=\ + "..\missing\dirent.h"\ + "..\missing\sys\time.h"\ + "..\portdefs.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" + +DEP_CPP_MISSI=\ + "..\missing\dirent.h"\ + "..\missing\sys\time.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" + +DEP_CPP_MISSI=\ + "..\missing\dirent.h"\ + "..\missing\sys\time.h"\ + "..\portdefs.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" + +DEP_CPP_MISSI=\ + "..\missing\dirent.h"\ + "..\missing\sys\time.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" + +DEP_CPP_MISSI=\ + "..\missing\dirent.h"\ + "..\missing\sys\time.h"\ + "..\portdefs.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" + +DEP_CPP_MISSI=\ + "..\missing\dirent.h"\ + "..\missing\sys\time.h"\ + "..\portdefs.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" + +DEP_CPP_MISSI=\ + "..\missing\dirent.h"\ + "..\missing\sys\time.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" + DEP_CPP_MISSI=\ "..\missing\dirent.h"\ "..\missing\sys\time.h"\ +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\missing\signal.h +# End Source File +# Begin Source File + +SOURCE=..\missing\time.h +# End Source File +# Begin Source File + +SOURCE=..\missing\unistd.h +# End Source File +# End Group +# Begin Source File + +SOURCE=..\bitmaps.cpp + +!IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" + +DEP_CPP_BITMA=\ + "..\screen.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" + +DEP_CPP_BITMA=\ + "..\screen.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" + +DEP_CPP_BITMA=\ + "..\screen.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" + +DEP_CPP_BITMA=\ + "..\screen.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" + +DEP_CPP_BITMA=\ + "..\screen.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" + +DEP_CPP_BITMA=\ + "..\screen.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" + +DEP_CPP_BITMA=\ + "..\screen.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" + +DEP_CPP_BITMA=\ + "..\screen.h"\ + + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\dynamic_imports.h +# End Source File +# Begin Source File + +SOURCE=..\findgame.cpp + +!IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" + +DEP_CPP_FINDG=\ + "..\..\..\common\config-file.h"\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\scumm.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + "..\screen.h"\ + +NODEP_CPP_FINDG=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + ".\DL_byteorder.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" + +DEP_CPP_FINDG=\ + "..\screen.h"\ + +NODEP_CPP_FINDG=\ + "..\config-file.h"\ + "..\scumm.h"\ + "..\stdafx.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" + +DEP_CPP_FINDG=\ + "..\..\..\common\config-file.h"\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\scumm.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + "..\screen.h"\ + +NODEP_CPP_FINDG=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + ".\DL_byteorder.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" + +DEP_CPP_FINDG=\ + "..\screen.h"\ + +NODEP_CPP_FINDG=\ + "..\config-file.h"\ + "..\scumm.h"\ + "..\stdafx.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" + +DEP_CPP_FINDG=\ + "..\..\..\common\config-file.h"\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\scumm.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + "..\screen.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_FINDG=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" + +DEP_CPP_FINDG=\ + "..\..\..\common\config-file.h"\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\scumm.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + "..\screen.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_FINDG=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" + +DEP_CPP_FINDG=\ + "..\screen.h"\ + +NODEP_CPP_FINDG=\ + "..\config-file.h"\ + "..\scumm.h"\ + "..\stdafx.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" + +DEP_CPP_FINDG=\ + "..\screen.h"\ + +NODEP_CPP_FINDG=\ + "..\config-file.h"\ + "..\scumm.h"\ + "..\stdafx.h"\ + + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\gapi_keys.cpp + +!IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" + +DEP_CPP_GAPI_=\ + "..\..\..\common\stdafx.h"\ + "..\dynamic_imports.h"\ + "..\gapi_keys.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + "..\screen.h"\ + +NODEP_CPP_GAPI_=\ + ".\ipapi.h"\ + ".\x.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" + +DEP_CPP_GAPI_=\ + "..\dynamic_imports.h"\ + "..\gapi_keys.h"\ + "..\screen.h"\ + +NODEP_CPP_GAPI_=\ + "..\stdafx.h"\ + ".\ipapi.h"\ + ".\ygshell.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" + +DEP_CPP_GAPI_=\ + "..\..\..\common\stdafx.h"\ + "..\dynamic_imports.h"\ + "..\gapi_keys.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + "..\screen.h"\ + +NODEP_CPP_GAPI_=\ + ".\ipapi.h"\ + ".\x.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" + +DEP_CPP_GAPI_=\ + "..\dynamic_imports.h"\ + "..\gapi_keys.h"\ + "..\screen.h"\ + +NODEP_CPP_GAPI_=\ + "..\stdafx.h"\ + ".\ipapi.h"\ + ".\ygshell.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" + +DEP_CPP_GAPI_=\ + "..\..\..\common\stdafx.h"\ + "..\dynamic_imports.h"\ + "..\gapi_keys.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + "..\screen.h"\ + {$(INCLUDE)}"gx.h"\ + {$(INCLUDE)}"sipapi.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" + +DEP_CPP_GAPI_=\ + "..\..\..\common\stdafx.h"\ + "..\dynamic_imports.h"\ + "..\gapi_keys.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + "..\screen.h"\ + {$(INCLUDE)}"gx.h"\ + {$(INCLUDE)}"sipapi.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" + +DEP_CPP_GAPI_=\ + "..\dynamic_imports.h"\ + "..\gapi_keys.h"\ + "..\screen.h"\ + +NODEP_CPP_GAPI_=\ + "..\stdafx.h"\ + ".\ipapi.h"\ + ".\ygshell.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" + +DEP_CPP_GAPI_=\ + "..\dynamic_imports.h"\ + "..\gapi_keys.h"\ + "..\screen.h"\ + +NODEP_CPP_GAPI_=\ + "..\stdafx.h"\ + ".\ipapi.h"\ + ".\ygshell.h"\ + + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\gapi_keys.h +# End Source File +# Begin Source File + +SOURCE=..\newres.h +# End Source File +# Begin Source File + +SOURCE=..\pocketpc.cpp + +!IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" + +DEP_CPP_POCKE=\ + "..\..\..\common\config-file.h"\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\debug.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\simon\midi.h"\ + "..\..\..\simon\simon.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mixer.h"\ + "..\dynamic_imports.h"\ + "..\gapi_keys.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + "..\screen.h"\ + +NODEP_CPP_POCKE=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + ".\ad.h"\ + ".\ameX.h"\ + ".\DL.h"\ + ".\DL_active.h"\ + ".\DL_audio.h"\ + ".\DL_byteorder.h"\ + ".\DL_cdrom.h"\ + ".\DL_error.h"\ + ".\DL_events.h"\ + ".\DL_getenv.h"\ + ".\DL_joystick.h"\ + ".\DL_keyboard.h"\ + ".\DL_keysym.h"\ + ".\DL_main.h"\ + ".\DL_mouse.h"\ + ".\DL_mutex.h"\ + ".\DL_quit.h"\ + ".\DL_rwops.h"\ + ".\DL_thread.h"\ + ".\DL_timer.h"\ + ".\DL_types.h"\ + ".\DL_version.h"\ + ".\DL_video.h"\ + ".\egin_code.h"\ + ".\ipapi.h"\ + ".\lose_code.h"\ + ".\x.h"\ + ".\ygshell.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" + +DEP_CPP_POCKE=\ + "..\dynamic_imports.h"\ + "..\gapi_keys.h"\ + "..\screen.h"\ + +NODEP_CPP_POCKE=\ + "..\config-file.h"\ + "..\debug.h"\ + "..\gameDetector.h"\ + "..\GameX.h"\ + "..\gui.h"\ + "..\scumm.h"\ + "..\SDL.h"\ + "..\SDL_audio.h"\ + "..\SDL_thread.h"\ + "..\SDL_timer.h"\ + "..\simon\simon.h"\ + "..\sound\mididrv.h"\ + "..\stdafx.h"\ + ".\ipapi.h"\ + ".\ygshell.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" + +DEP_CPP_POCKE=\ + "..\..\..\common\config-file.h"\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\debug.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\simon\midi.h"\ + "..\..\..\simon\simon.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mixer.h"\ + "..\dynamic_imports.h"\ + "..\gapi_keys.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + "..\screen.h"\ + +NODEP_CPP_POCKE=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + ".\ad.h"\ + ".\ameX.h"\ + ".\DL.h"\ + ".\DL_active.h"\ + ".\DL_audio.h"\ + ".\DL_byteorder.h"\ + ".\DL_cdrom.h"\ + ".\DL_error.h"\ + ".\DL_events.h"\ + ".\DL_getenv.h"\ + ".\DL_joystick.h"\ + ".\DL_keyboard.h"\ + ".\DL_keysym.h"\ + ".\DL_main.h"\ + ".\DL_mouse.h"\ + ".\DL_mutex.h"\ + ".\DL_quit.h"\ + ".\DL_rwops.h"\ + ".\DL_thread.h"\ + ".\DL_timer.h"\ + ".\DL_types.h"\ + ".\DL_version.h"\ + ".\DL_video.h"\ + ".\egin_code.h"\ + ".\ipapi.h"\ + ".\lose_code.h"\ + ".\x.h"\ + ".\ygshell.h"\ + + !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" -DEP_CPP_MISSI=\ - "..\missing\dirent.h"\ - "..\missing\sys\time.h"\ +DEP_CPP_POCKE=\ + "..\dynamic_imports.h"\ + "..\gapi_keys.h"\ + "..\screen.h"\ + +NODEP_CPP_POCKE=\ + "..\config-file.h"\ + "..\debug.h"\ + "..\gameDetector.h"\ + "..\GameX.h"\ + "..\gui.h"\ + "..\scumm.h"\ + "..\SDL.h"\ + "..\SDL_audio.h"\ + "..\SDL_thread.h"\ + "..\SDL_timer.h"\ + "..\simon\simon.h"\ + "..\sound\mididrv.h"\ + "..\stdafx.h"\ + ".\ipapi.h"\ + ".\ygshell.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" -DEP_CPP_MISSI=\ - "..\missing\dirent.h"\ - "..\missing\sys\time.h"\ +DEP_CPP_POCKE=\ + "..\..\..\common\config-file.h"\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\debug.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\simon\midi.h"\ + "..\..\..\simon\simon.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mixer.h"\ + "..\..\fs\fs.h"\ + "..\dynamic_imports.h"\ + "..\gapi_keys.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + "..\screen.h"\ + {$(INCLUDE)}"Aygshell.h"\ + {$(INCLUDE)}"begin_code.h"\ + {$(INCLUDE)}"close_code.h"\ + {$(INCLUDE)}"gx.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL.h"\ + {$(INCLUDE)}"SDL_active.h"\ + {$(INCLUDE)}"SDL_audio.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + {$(INCLUDE)}"SDL_cdrom.h"\ + {$(INCLUDE)}"SDL_error.h"\ + {$(INCLUDE)}"SDL_events.h"\ + {$(INCLUDE)}"SDL_getenv.h"\ + {$(INCLUDE)}"SDL_joystick.h"\ + {$(INCLUDE)}"SDL_keyboard.h"\ + {$(INCLUDE)}"SDL_keysym.h"\ + {$(INCLUDE)}"SDL_main.h"\ + {$(INCLUDE)}"SDL_mouse.h"\ + {$(INCLUDE)}"SDL_mutex.h"\ + {$(INCLUDE)}"SDL_quit.h"\ + {$(INCLUDE)}"SDL_rwops.h"\ + {$(INCLUDE)}"SDL_thread.h"\ + {$(INCLUDE)}"SDL_timer.h"\ + {$(INCLUDE)}"SDL_types.h"\ + {$(INCLUDE)}"SDL_version.h"\ + {$(INCLUDE)}"SDL_video.h"\ + {$(INCLUDE)}"sipapi.h"\ + +NODEP_CPP_POCKE=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + "..\GameX.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" -DEP_CPP_MISSI=\ - "..\missing\dirent.h"\ - "..\missing\sys\time.h"\ +DEP_CPP_POCKE=\ + "..\..\..\common\config-file.h"\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\map.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\debug.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\simon\midi.h"\ + "..\..\..\simon\simon.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mixer.h"\ + "..\..\fs\fs.h"\ + "..\dynamic_imports.h"\ + "..\gapi_keys.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + "..\screen.h"\ + {$(INCLUDE)}"Aygshell.h"\ + {$(INCLUDE)}"begin_code.h"\ + {$(INCLUDE)}"close_code.h"\ + {$(INCLUDE)}"gx.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL.h"\ + {$(INCLUDE)}"SDL_active.h"\ + {$(INCLUDE)}"SDL_audio.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + {$(INCLUDE)}"SDL_cdrom.h"\ + {$(INCLUDE)}"SDL_error.h"\ + {$(INCLUDE)}"SDL_events.h"\ + {$(INCLUDE)}"SDL_getenv.h"\ + {$(INCLUDE)}"SDL_joystick.h"\ + {$(INCLUDE)}"SDL_keyboard.h"\ + {$(INCLUDE)}"SDL_keysym.h"\ + {$(INCLUDE)}"SDL_main.h"\ + {$(INCLUDE)}"SDL_mouse.h"\ + {$(INCLUDE)}"SDL_mutex.h"\ + {$(INCLUDE)}"SDL_quit.h"\ + {$(INCLUDE)}"SDL_rwops.h"\ + {$(INCLUDE)}"SDL_thread.h"\ + {$(INCLUDE)}"SDL_timer.h"\ + {$(INCLUDE)}"SDL_types.h"\ + {$(INCLUDE)}"SDL_version.h"\ + {$(INCLUDE)}"SDL_video.h"\ + {$(INCLUDE)}"sipapi.h"\ + +NODEP_CPP_POCKE=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + "..\GameX.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" -DEP_CPP_MISSI=\ - "..\missing\dirent.h"\ - "..\missing\sys\time.h"\ +DEP_CPP_POCKE=\ + "..\dynamic_imports.h"\ + "..\gapi_keys.h"\ + "..\screen.h"\ + +NODEP_CPP_POCKE=\ + "..\config-file.h"\ + "..\debug.h"\ + "..\gameDetector.h"\ + "..\GameX.h"\ + "..\gui.h"\ + "..\scumm.h"\ + "..\SDL.h"\ + "..\SDL_audio.h"\ + "..\SDL_thread.h"\ + "..\SDL_timer.h"\ + "..\simon\simon.h"\ + "..\sound\mididrv.h"\ + "..\stdafx.h"\ + ".\ipapi.h"\ + ".\ygshell.h"\ + + +!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" + +DEP_CPP_POCKE=\ + "..\dynamic_imports.h"\ + "..\gapi_keys.h"\ + "..\screen.h"\ - -!ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" - -DEP_CPP_MISSI=\ - "..\missing\dirent.h"\ - "..\missing\sys\time.h"\ +NODEP_CPP_POCKE=\ + "..\config-file.h"\ + "..\debug.h"\ + "..\gameDetector.h"\ + "..\GameX.h"\ + "..\gui.h"\ + "..\scumm.h"\ + "..\SDL.h"\ + "..\SDL_audio.h"\ + "..\SDL_thread.h"\ + "..\SDL_timer.h"\ + "..\simon\simon.h"\ + "..\sound\mididrv.h"\ + "..\stdafx.h"\ + ".\ipapi.h"\ + ".\ygshell.h"\ !ENDIF @@ -3007,673 +4400,557 @@ DEP_CPP_MISSI=\ # End Source File # Begin Source File -SOURCE=..\missing\signal.h -# End Source File -# Begin Source File - -SOURCE=..\missing\time.h -# End Source File -# Begin Source File - -SOURCE=..\missing\unistd.h +SOURCE=..\resource.h # End Source File -# End Group # Begin Source File -SOURCE=..\bitmaps.cpp +SOURCE=..\screen.cpp !IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" -DEP_CPP_BITMA=\ +DEP_CPP_SCREE=\ + "..\dynamic_imports.h"\ "..\screen.h"\ +NODEP_CPP_SCREE=\ + ".\x.h"\ + !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" -DEP_CPP_BITMA=\ +DEP_CPP_SCREE=\ + "..\dynamic_imports.h"\ "..\screen.h"\ +NODEP_CPP_SCREE=\ + "..\gx.h"\ + ".\ipapi.h"\ + ".\ygshell.h"\ + !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" -DEP_CPP_BITMA=\ +DEP_CPP_SCREE=\ + "..\dynamic_imports.h"\ "..\screen.h"\ +NODEP_CPP_SCREE=\ + ".\x.h"\ + !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" -DEP_CPP_BITMA=\ +DEP_CPP_SCREE=\ + "..\dynamic_imports.h"\ "..\screen.h"\ +NODEP_CPP_SCREE=\ + "..\gx.h"\ + ".\ipapi.h"\ + ".\ygshell.h"\ + !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" -DEP_CPP_BITMA=\ +DEP_CPP_SCREE=\ + "..\dynamic_imports.h"\ "..\screen.h"\ + {$(INCLUDE)}"gx.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" -DEP_CPP_BITMA=\ +DEP_CPP_SCREE=\ + "..\dynamic_imports.h"\ "..\screen.h"\ + {$(INCLUDE)}"gx.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" -DEP_CPP_BITMA=\ +DEP_CPP_SCREE=\ + "..\dynamic_imports.h"\ "..\screen.h"\ +NODEP_CPP_SCREE=\ + "..\gx.h"\ + ".\ipapi.h"\ + ".\ygshell.h"\ + !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" -DEP_CPP_BITMA=\ +DEP_CPP_SCREE=\ + "..\dynamic_imports.h"\ "..\screen.h"\ +NODEP_CPP_SCREE=\ + "..\gx.h"\ + ".\ipapi.h"\ + ".\ygshell.h"\ + !ENDIF # End Source File # Begin Source File -SOURCE=..\dynamic_imports.h +SOURCE=..\screen.h # End Source File +# End Group +# Begin Group "fs" + +# PROP Default_Filter "" +# Begin Group "windows" + +# PROP Default_Filter "" # Begin Source File -SOURCE=..\findgame.cpp +SOURCE="..\..\fs\windows\windows-fs.cpp" !IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" -DEP_CPP_FINDG=\ - "..\..\..\common\config-file.h"\ - "..\..\..\common\engine.h"\ - "..\..\..\common\file.h"\ +DEP_CPP_WINDO=\ "..\..\..\common\list.h"\ - "..\..\..\common\map.h"\ "..\..\..\common\scummsys.h"\ - "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ - "..\..\..\common\system.h"\ - "..\..\..\common\timer.h"\ - "..\..\..\common\util.h"\ - "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\scumm.h"\ - "..\missing\unistd.h"\ - "..\screen.h"\ + "..\..\fs\fs.h"\ -NODEP_CPP_FINDG=\ +NODEP_CPP_WINDO=\ "..\..\..\common\macos.h"\ - "..\..\..\common\morphos_timer.h"\ ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" -DEP_CPP_FINDG=\ - "..\screen.h"\ +DEP_CPP_WINDO=\ + "..\..\fs\fs.h"\ -NODEP_CPP_FINDG=\ - "..\config-file.h"\ - "..\scumm.h"\ - "..\stdafx.h"\ +NODEP_CPP_WINDO=\ + "..\..\fs\common\list.h"\ + "..\..\fs\common\str.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" -DEP_CPP_FINDG=\ - "..\..\..\common\config-file.h"\ - "..\..\..\common\engine.h"\ - "..\..\..\common\file.h"\ +DEP_CPP_WINDO=\ "..\..\..\common\list.h"\ - "..\..\..\common\map.h"\ "..\..\..\common\scummsys.h"\ - "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ - "..\..\..\common\system.h"\ - "..\..\..\common\timer.h"\ - "..\..\..\common\util.h"\ - "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\scumm.h"\ - "..\missing\unistd.h"\ - "..\screen.h"\ + "..\..\fs\fs.h"\ -NODEP_CPP_FINDG=\ +NODEP_CPP_WINDO=\ "..\..\..\common\macos.h"\ - "..\..\..\common\morphos_timer.h"\ ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" -DEP_CPP_FINDG=\ - "..\screen.h"\ +DEP_CPP_WINDO=\ + "..\..\fs\fs.h"\ -NODEP_CPP_FINDG=\ - "..\config-file.h"\ - "..\scumm.h"\ - "..\stdafx.h"\ +NODEP_CPP_WINDO=\ + "..\..\fs\common\list.h"\ + "..\..\fs\common\str.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" -DEP_CPP_FINDG=\ - "..\..\..\common\config-file.h"\ - "..\..\..\common\engine.h"\ - "..\..\..\common\file.h"\ +DEP_CPP_WINDO=\ "..\..\..\common\list.h"\ - "..\..\..\common\map.h"\ "..\..\..\common\scummsys.h"\ - "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ - "..\..\..\common\system.h"\ - "..\..\..\common\timer.h"\ - "..\..\..\common\util.h"\ - "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\gfx.h"\ - "..\..\..\scumm\scumm.h"\ - "..\missing\unistd.h"\ - "..\screen.h"\ + "..\..\fs\fs.h"\ {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_FINDG=\ +NODEP_CPP_WINDO=\ "..\..\..\common\macos.h"\ - "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" -DEP_CPP_FINDG=\ - "..\screen.h"\ +DEP_CPP_WINDO=\ + "..\..\..\common\list.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\str.h"\ + "..\..\fs\fs.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_FINDG=\ - "..\config-file.h"\ - "..\scumm.h"\ - "..\stdafx.h"\ +NODEP_CPP_WINDO=\ + "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" -DEP_CPP_FINDG=\ - "..\screen.h"\ +DEP_CPP_WINDO=\ + "..\..\fs\fs.h"\ -NODEP_CPP_FINDG=\ - "..\config-file.h"\ - "..\scumm.h"\ - "..\stdafx.h"\ +NODEP_CPP_WINDO=\ + "..\..\fs\common\list.h"\ + "..\..\fs\common\str.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" -DEP_CPP_FINDG=\ - "..\screen.h"\ +DEP_CPP_WINDO=\ + "..\..\fs\fs.h"\ -NODEP_CPP_FINDG=\ - "..\config-file.h"\ - "..\scumm.h"\ - "..\stdafx.h"\ +NODEP_CPP_WINDO=\ + "..\..\fs\common\list.h"\ + "..\..\fs\common\str.h"\ !ENDIF # End Source File +# End Group # Begin Source File -SOURCE=..\gapi_keys.cpp +SOURCE=..\..\fs\fs.h +# End Source File +# End Group +# Begin Group "midi" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\..\midi\adlib.cpp !IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" -DEP_CPP_GAPI_=\ +DEP_CPP_ADLIB=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ - "..\dynamic_imports.h"\ - "..\gapi_keys.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\util.h"\ + "..\..\..\sound\fmopl.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ - "..\screen.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_GAPI_=\ - ".\ipapi.h"\ - ".\x.h"\ - ".\ygshell.h"\ +NODEP_CPP_ADLIB=\ + "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" -DEP_CPP_GAPI_=\ - "..\dynamic_imports.h"\ - "..\gapi_keys.h"\ - "..\screen.h"\ - -NODEP_CPP_GAPI_=\ - "..\stdafx.h"\ - ".\ipapi.h"\ - ".\ygshell.h"\ +NODEP_CPP_ADLIB=\ + "..\..\midi\common\engine.h"\ + "..\..\midi\common\util.h"\ + "..\..\midi\sound\fmopl.h"\ + "..\..\midi\sound\mididrv.h"\ + "..\..\midi\sound\mixer.h"\ + "..\..\midi\stdafx.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" -DEP_CPP_GAPI_=\ +DEP_CPP_ADLIB=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ - "..\dynamic_imports.h"\ - "..\gapi_keys.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\util.h"\ + "..\..\..\sound\fmopl.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ - "..\screen.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_GAPI_=\ - ".\ipapi.h"\ - ".\x.h"\ - ".\ygshell.h"\ +NODEP_CPP_ADLIB=\ + "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" -DEP_CPP_GAPI_=\ - "..\dynamic_imports.h"\ - "..\gapi_keys.h"\ - "..\screen.h"\ - -NODEP_CPP_GAPI_=\ - "..\stdafx.h"\ - ".\ipapi.h"\ - ".\ygshell.h"\ +NODEP_CPP_ADLIB=\ + "..\..\midi\common\engine.h"\ + "..\..\midi\common\util.h"\ + "..\..\midi\sound\fmopl.h"\ + "..\..\midi\sound\mididrv.h"\ + "..\..\midi\sound\mixer.h"\ + "..\..\midi\stdafx.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" -DEP_CPP_GAPI_=\ +DEP_CPP_ADLIB=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ - "..\dynamic_imports.h"\ - "..\gapi_keys.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\util.h"\ + "..\..\..\sound\fmopl.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mixer.h"\ "..\missing\unistd.h"\ - "..\screen.h"\ - {$(INCLUDE)}"Aygshell.h"\ - {$(INCLUDE)}"gx.h"\ - {$(INCLUDE)}"sipapi.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_ADLIB=\ + "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" -DEP_CPP_GAPI_=\ - "..\dynamic_imports.h"\ - "..\gapi_keys.h"\ - "..\screen.h"\ +DEP_CPP_ADLIB=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\util.h"\ + "..\..\..\sound\fmopl.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_GAPI_=\ - "..\stdafx.h"\ - ".\ipapi.h"\ - ".\x.h"\ - ".\ygshell.h"\ +NODEP_CPP_ADLIB=\ + "..\..\..\common\macos.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" -DEP_CPP_GAPI_=\ - "..\dynamic_imports.h"\ - "..\gapi_keys.h"\ - "..\screen.h"\ - -NODEP_CPP_GAPI_=\ - "..\stdafx.h"\ - ".\ipapi.h"\ - ".\ygshell.h"\ +NODEP_CPP_ADLIB=\ + "..\..\midi\common\engine.h"\ + "..\..\midi\common\util.h"\ + "..\..\midi\sound\fmopl.h"\ + "..\..\midi\sound\mididrv.h"\ + "..\..\midi\sound\mixer.h"\ + "..\..\midi\stdafx.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" -DEP_CPP_GAPI_=\ - "..\dynamic_imports.h"\ - "..\gapi_keys.h"\ - "..\screen.h"\ - -NODEP_CPP_GAPI_=\ - "..\stdafx.h"\ - ".\ipapi.h"\ - ".\ygshell.h"\ +NODEP_CPP_ADLIB=\ + "..\..\midi\common\engine.h"\ + "..\..\midi\common\util.h"\ + "..\..\midi\sound\fmopl.h"\ + "..\..\midi\sound\mididrv.h"\ + "..\..\midi\sound\mixer.h"\ + "..\..\midi\stdafx.h"\ !ENDIF # End Source File +# End Group +# End Group # Begin Source File -SOURCE=..\gapi_keys.h -# End Source File -# Begin Source File - -SOURCE=..\newres.h -# End Source File -# Begin Source File - -SOURCE=..\pocketpc.cpp +SOURCE=..\..\..\scumm\actor.cpp !IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" -DEP_CPP_POCKE=\ - "..\..\..\common\config-file.h"\ +DEP_CPP_ACTOR=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ - "..\..\..\common\map.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ - "..\..\..\common\util.h"\ - "..\..\..\gui\newgui.h"\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\akos.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\debug.h"\ + "..\..\..\scumm\costume.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\simon\midi.h"\ - "..\..\..\simon\simon.h"\ - "..\..\..\sound\mididrv.h"\ + "..\..\..\scumm\sound.h"\ "..\..\..\sound\mixer.h"\ - "..\dynamic_imports.h"\ - "..\gapi_keys.h"\ "..\missing\unistd.h"\ - "..\screen.h"\ + "..\portdefs.h"\ -NODEP_CPP_POCKE=\ +NODEP_CPP_ACTOR=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ ".\ad.h"\ - ".\ameX.h"\ - ".\DL.h"\ - ".\DL_active.h"\ - ".\DL_audio.h"\ ".\DL_byteorder.h"\ - ".\DL_cdrom.h"\ - ".\DL_error.h"\ - ".\DL_events.h"\ - ".\DL_getenv.h"\ - ".\DL_joystick.h"\ - ".\DL_keyboard.h"\ - ".\DL_keysym.h"\ - ".\DL_main.h"\ - ".\DL_mouse.h"\ - ".\DL_mutex.h"\ - ".\DL_quit.h"\ - ".\DL_rwops.h"\ - ".\DL_thread.h"\ - ".\DL_timer.h"\ - ".\DL_types.h"\ - ".\DL_version.h"\ - ".\DL_video.h"\ - ".\egin_code.h"\ - ".\ipapi.h"\ - ".\lose_code.h"\ - ".\x.h"\ - ".\ygshell.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" -DEP_CPP_POCKE=\ - "..\dynamic_imports.h"\ - "..\gapi_keys.h"\ - "..\screen.h"\ +DEP_CPP_ACTOR=\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\akos.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\costume.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\scumm.h"\ -NODEP_CPP_POCKE=\ - "..\config-file.h"\ - "..\debug.h"\ - "..\gameDetector.h"\ - "..\GameX.h"\ - "..\gui.h"\ - "..\scumm.h"\ - "..\SDL.h"\ - "..\SDL_audio.h"\ - "..\SDL_thread.h"\ - "..\SDL_timer.h"\ - "..\simon\simon.h"\ - "..\sound\mididrv.h"\ - "..\stdafx.h"\ - ".\ipapi.h"\ - ".\ygshell.h"\ +NODEP_CPP_ACTOR=\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\scumm\sound.h"\ + "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" -DEP_CPP_POCKE=\ - "..\..\..\common\config-file.h"\ +DEP_CPP_ACTOR=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ - "..\..\..\common\map.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ - "..\..\..\common\util.h"\ - "..\..\..\gui\newgui.h"\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\akos.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\debug.h"\ + "..\..\..\scumm\costume.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\simon\midi.h"\ - "..\..\..\simon\simon.h"\ - "..\..\..\sound\mididrv.h"\ + "..\..\..\scumm\sound.h"\ "..\..\..\sound\mixer.h"\ - "..\dynamic_imports.h"\ - "..\gapi_keys.h"\ "..\missing\unistd.h"\ - "..\screen.h"\ + "..\portdefs.h"\ -NODEP_CPP_POCKE=\ +NODEP_CPP_ACTOR=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ ".\ad.h"\ - ".\ameX.h"\ - ".\DL.h"\ - ".\DL_active.h"\ - ".\DL_audio.h"\ ".\DL_byteorder.h"\ - ".\DL_cdrom.h"\ - ".\DL_error.h"\ - ".\DL_events.h"\ - ".\DL_getenv.h"\ - ".\DL_joystick.h"\ - ".\DL_keyboard.h"\ - ".\DL_keysym.h"\ - ".\DL_main.h"\ - ".\DL_mouse.h"\ - ".\DL_mutex.h"\ - ".\DL_quit.h"\ - ".\DL_rwops.h"\ - ".\DL_thread.h"\ - ".\DL_timer.h"\ - ".\DL_types.h"\ - ".\DL_version.h"\ - ".\DL_video.h"\ - ".\egin_code.h"\ - ".\ipapi.h"\ - ".\lose_code.h"\ - ".\x.h"\ - ".\ygshell.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" -DEP_CPP_POCKE=\ - "..\dynamic_imports.h"\ - "..\gapi_keys.h"\ - "..\screen.h"\ +DEP_CPP_ACTOR=\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\akos.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\costume.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\scumm.h"\ -NODEP_CPP_POCKE=\ - "..\config-file.h"\ - "..\debug.h"\ - "..\gameDetector.h"\ - "..\GameX.h"\ - "..\gui.h"\ - "..\scumm.h"\ - "..\SDL.h"\ - "..\SDL_audio.h"\ - "..\SDL_thread.h"\ - "..\SDL_timer.h"\ - "..\simon\simon.h"\ - "..\sound\mididrv.h"\ - "..\stdafx.h"\ - ".\ipapi.h"\ - ".\ygshell.h"\ +NODEP_CPP_ACTOR=\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\scumm\sound.h"\ + "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" -DEP_CPP_POCKE=\ - "..\..\..\common\config-file.h"\ +DEP_CPP_ACTOR=\ "..\..\..\common\engine.h"\ "..\..\..\common\file.h"\ "..\..\..\common\gameDetector.h"\ "..\..\..\common\list.h"\ - "..\..\..\common\map.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ - "..\..\..\common\util.h"\ - "..\..\..\gui\newgui.h"\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\akos.h"\ "..\..\..\scumm\boxes.h"\ - "..\..\..\scumm\debug.h"\ + "..\..\..\scumm\costume.h"\ "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\resource.h"\ "..\..\..\scumm\scumm.h"\ - "..\..\..\simon\midi.h"\ - "..\..\..\simon\simon.h"\ - "..\..\..\sound\mididrv.h"\ + "..\..\..\scumm\sound.h"\ "..\..\..\sound\mixer.h"\ - "..\dynamic_imports.h"\ - "..\gapi_keys.h"\ "..\missing\unistd.h"\ - "..\screen.h"\ - {$(INCLUDE)}"Aygshell.h"\ - {$(INCLUDE)}"begin_code.h"\ - {$(INCLUDE)}"close_code.h"\ - {$(INCLUDE)}"gx.h"\ + "..\portdefs.h"\ {$(INCLUDE)}"mad.h"\ - {$(INCLUDE)}"SDL.h"\ - {$(INCLUDE)}"SDL_active.h"\ - {$(INCLUDE)}"SDL_audio.h"\ {$(INCLUDE)}"SDL_byteorder.h"\ - {$(INCLUDE)}"SDL_cdrom.h"\ - {$(INCLUDE)}"SDL_error.h"\ - {$(INCLUDE)}"SDL_events.h"\ - {$(INCLUDE)}"SDL_getenv.h"\ - {$(INCLUDE)}"SDL_joystick.h"\ - {$(INCLUDE)}"SDL_keyboard.h"\ - {$(INCLUDE)}"SDL_keysym.h"\ - {$(INCLUDE)}"SDL_main.h"\ - {$(INCLUDE)}"SDL_mouse.h"\ - {$(INCLUDE)}"SDL_mutex.h"\ - {$(INCLUDE)}"SDL_quit.h"\ - {$(INCLUDE)}"SDL_rwops.h"\ - {$(INCLUDE)}"SDL_thread.h"\ - {$(INCLUDE)}"SDL_timer.h"\ - {$(INCLUDE)}"SDL_types.h"\ - {$(INCLUDE)}"SDL_version.h"\ - {$(INCLUDE)}"SDL_video.h"\ - {$(INCLUDE)}"sipapi.h"\ -NODEP_CPP_POCKE=\ +NODEP_CPP_ACTOR=\ "..\..\..\common\macos.h"\ "..\..\..\common\morphos_timer.h"\ - "..\GameX.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" -DEP_CPP_POCKE=\ - "..\dynamic_imports.h"\ - "..\gapi_keys.h"\ - "..\screen.h"\ - -NODEP_CPP_POCKE=\ - "..\config-file.h"\ - "..\debug.h"\ - "..\gameDetector.h"\ - "..\GameX.h"\ - "..\gui\newgui.h"\ - "..\scumm.h"\ - "..\simon\simon.h"\ - "..\sound\mididrv.h"\ - "..\stdafx.h"\ - ".\DL.h"\ - ".\DL_active.h"\ - ".\DL_audio.h"\ - ".\DL_byteorder.h"\ - ".\DL_cdrom.h"\ - ".\DL_error.h"\ - ".\DL_events.h"\ - ".\DL_getenv.h"\ - ".\DL_joystick.h"\ - ".\DL_keyboard.h"\ - ".\DL_keysym.h"\ - ".\DL_main.h"\ - ".\DL_mouse.h"\ - ".\DL_mutex.h"\ - ".\DL_quit.h"\ - ".\DL_rwops.h"\ - ".\DL_thread.h"\ - ".\DL_timer.h"\ - ".\DL_types.h"\ - ".\DL_version.h"\ - ".\DL_video.h"\ - ".\egin_code.h"\ - ".\ipapi.h"\ - ".\lose_code.h"\ - ".\x.h"\ - ".\ygshell.h"\ +DEP_CPP_ACTOR=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\akos.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\costume.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_ACTOR=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" -DEP_CPP_POCKE=\ - "..\dynamic_imports.h"\ - "..\gapi_keys.h"\ - "..\screen.h"\ +DEP_CPP_ACTOR=\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\akos.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\costume.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\scumm.h"\ -NODEP_CPP_POCKE=\ - "..\config-file.h"\ - "..\debug.h"\ - "..\gameDetector.h"\ - "..\GameX.h"\ - "..\gui.h"\ - "..\scumm.h"\ - "..\SDL.h"\ - "..\SDL_audio.h"\ - "..\SDL_thread.h"\ - "..\SDL_timer.h"\ - "..\simon\simon.h"\ - "..\sound\mididrv.h"\ - "..\stdafx.h"\ - ".\ipapi.h"\ - ".\ygshell.h"\ +NODEP_CPP_ACTOR=\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\scumm\sound.h"\ + "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" -DEP_CPP_POCKE=\ - "..\dynamic_imports.h"\ - "..\gapi_keys.h"\ - "..\screen.h"\ +DEP_CPP_ACTOR=\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\akos.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\costume.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\scumm.h"\ -NODEP_CPP_POCKE=\ - "..\config-file.h"\ - "..\debug.h"\ - "..\gameDetector.h"\ - "..\GameX.h"\ - "..\gui.h"\ - "..\scumm.h"\ - "..\SDL.h"\ - "..\SDL_audio.h"\ - "..\SDL_thread.h"\ - "..\SDL_timer.h"\ - "..\simon\simon.h"\ - "..\sound\mididrv.h"\ - "..\stdafx.h"\ - ".\ipapi.h"\ - ".\ygshell.h"\ +NODEP_CPP_ACTOR=\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\scumm\sound.h"\ + "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\stdafx.h"\ !ENDIF @@ -3681,125 +4958,293 @@ NODEP_CPP_POCKE=\ # End Source File # Begin Source File -SOURCE=..\resource.h -# End Source File -# Begin Source File - -SOURCE=..\screen.cpp +SOURCE=..\..\..\scumm\scummvm.cpp !IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" -DEP_CPP_SCREE=\ - "..\dynamic_imports.h"\ - "..\screen.h"\ +DEP_CPP_SCUMM=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\message.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\bundle.h"\ + "..\..\..\scumm\debug.h"\ + "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\object.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ -NODEP_CPP_SCREE=\ - ".\ipapi.h"\ - ".\x.h"\ - ".\ygshell.h"\ +NODEP_CPP_SCUMM=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + ".\ad.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Debug" -DEP_CPP_SCREE=\ - "..\dynamic_imports.h"\ - "..\screen.h"\ +DEP_CPP_SCUMM=\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\debug.h"\ + "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\object.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\scumm.h"\ -NODEP_CPP_SCREE=\ - "..\gx.h"\ - ".\ipapi.h"\ - ".\ygshell.h"\ +NODEP_CPP_SCUMM=\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\str.h"\ + "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\gameDetector.h"\ + "..\..\..\scumm\gui\dialog.h"\ + "..\..\..\scumm\gui\message.h"\ + "..\..\..\scumm\gui\newgui.h"\ + "..\..\..\scumm\scumm\bundle.h"\ + "..\..\..\scumm\scumm\imuse.h"\ + "..\..\..\scumm\scumm\sound.h"\ + "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\sound\mididrv.h"\ + "..\..\..\scumm\sound\mixer.h"\ + "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Release" -DEP_CPP_SCREE=\ - "..\dynamic_imports.h"\ - "..\screen.h"\ +DEP_CPP_SCUMM=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\message.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\bundle.h"\ + "..\..\..\scumm\debug.h"\ + "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\object.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ -NODEP_CPP_SCREE=\ - ".\ipapi.h"\ - ".\x.h"\ - ".\ygshell.h"\ +NODEP_CPP_SCUMM=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ + ".\ad.h"\ + ".\DL_byteorder.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE SH3) Debug" -DEP_CPP_SCREE=\ - "..\dynamic_imports.h"\ - "..\screen.h"\ +DEP_CPP_SCUMM=\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\debug.h"\ + "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\object.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\scumm.h"\ -NODEP_CPP_SCREE=\ - "..\gx.h"\ - ".\ipapi.h"\ - ".\ygshell.h"\ +NODEP_CPP_SCUMM=\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\str.h"\ + "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\gameDetector.h"\ + "..\..\..\scumm\gui\dialog.h"\ + "..\..\..\scumm\gui\message.h"\ + "..\..\..\scumm\gui\newgui.h"\ + "..\..\..\scumm\scumm\bundle.h"\ + "..\..\..\scumm\scumm\imuse.h"\ + "..\..\..\scumm\scumm\sound.h"\ + "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\sound\mididrv.h"\ + "..\..\..\scumm\sound\mixer.h"\ + "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Release" -DEP_CPP_SCREE=\ - "..\dynamic_imports.h"\ - "..\screen.h"\ - {$(INCLUDE)}"Aygshell.h"\ - {$(INCLUDE)}"gx.h"\ - {$(INCLUDE)}"sipapi.h"\ +DEP_CPP_SCUMM=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\message.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\bundle.h"\ + "..\..\..\scumm\debug.h"\ + "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\object.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ + +NODEP_CPP_SCUMM=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE ARM) Debug" -DEP_CPP_SCREE=\ - "..\dynamic_imports.h"\ - "..\screen.h"\ +DEP_CPP_SCUMM=\ + "..\..\..\common\engine.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\gameDetector.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\message.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\widget.h"\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\bundle.h"\ + "..\..\..\scumm\debug.h"\ + "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\imuse.h"\ + "..\..\..\scumm\object.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\scumm.h"\ + "..\..\..\scumm\sound.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mixer.h"\ + "..\missing\unistd.h"\ + "..\portdefs.h"\ + {$(INCLUDE)}"mad.h"\ + {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_SCREE=\ - ".\ipapi.h"\ - ".\x.h"\ - ".\ygshell.h"\ +NODEP_CPP_SCUMM=\ + "..\..\..\common\macos.h"\ + "..\..\..\common\morphos_timer.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Release" -DEP_CPP_SCREE=\ - "..\dynamic_imports.h"\ - "..\screen.h"\ +DEP_CPP_SCUMM=\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\debug.h"\ + "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\object.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\scumm.h"\ -NODEP_CPP_SCREE=\ - "..\gx.h"\ - ".\ipapi.h"\ - ".\ygshell.h"\ +NODEP_CPP_SCUMM=\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\str.h"\ + "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\gameDetector.h"\ + "..\..\..\scumm\gui\dialog.h"\ + "..\..\..\scumm\gui\message.h"\ + "..\..\..\scumm\gui\newgui.h"\ + "..\..\..\scumm\scumm\bundle.h"\ + "..\..\..\scumm\scumm\imuse.h"\ + "..\..\..\scumm\scumm\sound.h"\ + "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\sound\mididrv.h"\ + "..\..\..\scumm\sound\mixer.h"\ + "..\..\..\scumm\stdafx.h"\ !ELSEIF "$(CFG)" == "scummvm - Win32 (WCE x86em) Debug" -DEP_CPP_SCREE=\ - "..\dynamic_imports.h"\ - "..\screen.h"\ +DEP_CPP_SCUMM=\ + "..\..\..\scumm\actor.h"\ + "..\..\..\scumm\boxes.h"\ + "..\..\..\scumm\debug.h"\ + "..\..\..\scumm\dialogs.h"\ + "..\..\..\scumm\gfx.h"\ + "..\..\..\scumm\object.h"\ + "..\..\..\scumm\resource.h"\ + "..\..\..\scumm\scumm.h"\ -NODEP_CPP_SCREE=\ - "..\gx.h"\ - ".\ipapi.h"\ - ".\ygshell.h"\ +NODEP_CPP_SCUMM=\ + "..\..\..\scumm\common\engine.h"\ + "..\..\..\scumm\common\file.h"\ + "..\..\..\scumm\common\str.h"\ + "..\..\..\scumm\common\timer.h"\ + "..\..\..\scumm\gameDetector.h"\ + "..\..\..\scumm\gui\dialog.h"\ + "..\..\..\scumm\gui\message.h"\ + "..\..\..\scumm\gui\newgui.h"\ + "..\..\..\scumm\scumm\bundle.h"\ + "..\..\..\scumm\scumm\imuse.h"\ + "..\..\..\scumm\scumm\sound.h"\ + "..\..\..\scumm\scummsys.h"\ + "..\..\..\scumm\sound\mididrv.h"\ + "..\..\..\scumm\sound\mixer.h"\ + "..\..\..\scumm\stdafx.h"\ !ENDIF # End Source File -# Begin Source File - -SOURCE=..\screen.h -# End Source File -# End Group -# End Group # 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=..\PocketScumm.ico -# End Source File -# Begin Source File - SOURCE=..\PocketSCUMM.rc !IF "$(CFG)" == "scummvm - Win32 (WCE MIPS) Release" @@ -3820,7 +5265,15 @@ SOURCE=..\PocketSCUMM.rc !ENDIF +# End Source File +# Begin Source File + +SOURCE=..\icons\scumm_icon.ico # End Source File # End Group +# Begin Source File + +SOURCE=.\portdefs.h +# End Source File # End Target # End Project -- cgit v1.2.3