diff options
author | Kostas Nakos | 2006-06-11 20:24:14 +0000 |
---|---|---|
committer | Kostas Nakos | 2006-06-11 20:24:14 +0000 |
commit | c5f20f176463a8fe17a120dbb2436141df9a0b4b (patch) | |
tree | 16b2b01e5a84b50c73a2e0c347d8d7ef216a1916 /dists/msevc4/sky/sky.vcp | |
parent | 079e72eafc05cb8112ba618ed5eb222bff33445d (diff) | |
download | scummvm-rg350-c5f20f176463a8fe17a120dbb2436141df9a0b4b.tar.gz scummvm-rg350-c5f20f176463a8fe17a120dbb2436141df9a0b4b.tar.bz2 scummvm-rg350-c5f20f176463a8fe17a120dbb2436141df9a0b4b.zip |
updated the CE project files for the 0.9.0 codebase
svn-id: r23029
Diffstat (limited to 'dists/msevc4/sky/sky.vcp')
-rw-r--r-- | dists/msevc4/sky/sky.vcp | 3385 |
1 files changed, 1825 insertions, 1560 deletions
diff --git a/dists/msevc4/sky/sky.vcp b/dists/msevc4/sky/sky.vcp index e742d07788..96bacfd75c 100644 --- a/dists/msevc4/sky/sky.vcp +++ b/dists/msevc4/sky/sky.vcp @@ -55,15 +55,15 @@ CFG=sky - Win32 (WCE emulator) Debug # PROP CPU_ID "{32E52003-403E-442D-BE48-DE10F8C6131D}" # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_LIB" /YX /Gs8192 /GF /O2 /c -# ADD CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_LIB" /YX /Gs8192 /GF /O2 /c -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_LIB" /YX /Gs8192 /GF /O2 /c +# ADD CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_LIB" /YX /Gs8192 /GF /O2 /c !ELSEIF "$(CFG)" == "sky - Win32 (WCE emulator) Debug" @@ -81,15 +81,15 @@ BSC32=bscmake.exe # PROP CPU_ID "{32E52003-403E-442D-BE48-DE10F8C6131D}" # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_LIB" /YX /Gs8192 /GF /c -# ADD CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_LIB" /YX /Gs8192 /GF /c -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_LIB" /YX /Gs8192 /GF /c +# ADD CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_LIB" /YX /Gs8192 /GF /c !ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Release" @@ -107,15 +107,15 @@ BSC32=bscmake.exe # PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Target_Dir "" -CPP=clarm.exe -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "NDEBUG" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /I "../../../" /I "../../../common/" /I "../../../backends/wince/" /I "../../../backends/wince/missing/" /I "../../../backends/wince/CEgui" /I "../../../backends/wince/CEkeys" /D "_LIB" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "NDEBUG" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "SCUMM_NEED_ALIGNMENT" /D "FPM_DEFAULT" /D "USE_MAD" /D "NONSTANDARD_PORT" /D "USE_VORBIS" /D "USE_TREMOR" /D "WIN32" /D "DISABLE_KYRA" /D "USE_MPEG2" /D "USE_ZLIB" /YX /O2 /M$(CECrtMT) /c -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo +CPP=clarm.exe +# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "NDEBUG" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /O2 /M$(CECrtMT) /c +# ADD CPP /nologo /W3 /I "../../../" /I "../../../common/" /I "../../../backends/wince/" /I "../../../backends/wince/missing/" /I "../../../backends/wince/CEgui" /I "../../../backends/wince/CEkeys" /D "_LIB" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "NDEBUG" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "SCUMM_NEED_ALIGNMENT" /D "FPM_DEFAULT" /D "USE_MAD" /D "NONSTANDARD_PORT" /D "USE_VORBIS" /D "USE_TREMOR" /D "WIN32" /D "DISABLE_KYRA" /D "USE_MPEG2" /D "USE_ZLIB" /YX /O2 /M$(CECrtMT) /c !ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" @@ -133,15 +133,15 @@ BSC32=bscmake.exe # PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Target_Dir "" -CPP=clarm.exe -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /I "../../../" /I "../../../common/" /I "../../../backends/wince/" /I "../../../backends/wince/missing/" /I "../../../backends/wince/CEgui" /I "../../../backends/wince/CEkeys" /D "_LIB" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "SCUMM_NEED_ALIGNMENT" /D "FPM_DEFAULT" /D "USE_MAD" /D "NONSTANDARD_PORT" /D "USE_VORBIS" /D "USE_TREMOR" /D "USE_MPEG2" /D "WIN32" /D "DISABLE_KYRA" /D "USE_ZLIB" /D "USE_WINDBG" /YX /M$(CECrtMTDebug) /c -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo +CPP=clarm.exe +# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /M$(CECrtMTDebug) /c +# ADD CPP /nologo /W3 /Zi /Od /I "../../../" /I "../../../common/" /I "../../../backends/wince/" /I "../../../backends/wince/missing/" /I "../../../backends/wince/CEgui" /I "../../../backends/wince/CEkeys" /D "_LIB" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "SCUMM_NEED_ALIGNMENT" /D "FPM_DEFAULT" /D "USE_MAD" /D "NONSTANDARD_PORT" /D "USE_VORBIS" /D "USE_TREMOR" /D "USE_MPEG2" /D "WIN32" /D "DISABLE_KYRA" /D "USE_ZLIB" /D "USE_WINDBG" /YX /M$(CECrtMTDebug) /c !ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" @@ -187,7 +187,7 @@ BSC32=bscmake.exe # PROP Target_Dir "" CPP=clarm.exe # ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "NDEBUG" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /YX /Oxs /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /I "../../../" /I "../../../common/" /I "../../../backends/wince/" /I "../../../backends/wince/missing/" /I "../../../backends/wince/CEgui" /I "../../../backends/wince/CEkeys" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "NDEBUG" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "SCUMM_NEED_ALIGNMENT" /D "FPM_DEFAULT" /D "USE_MAD" /D "NONSTANDARD_PORT" /D "USE_VORBIS" /D "USE_MPEG2" /D "WIN32" /D "DISABLE_KYRA" /D "DISABLE_SAGA" /D "USE_ZLIB" /D "USE_FLAC" /YX /Oxs /M$(CECrtMT) /c +# ADD CPP /nologo /W3 /I "../../../" /I "../../../common/" /I "../../../backends/wince/" /I "../../../backends/wince/missing/" /I "../../../backends/wince/CEgui" /I "../../../backends/wince/CEkeys" /I "../../../engines" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "NDEBUG" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "SCUMM_NEED_ALIGNMENT" /D "FPM_DEFAULT" /D "USE_MAD" /D "NONSTANDARD_PORT" /D "USE_VORBIS" /D "USE_MPEG2" /D "WIN32" /D "DISABLE_SAGA" /D "USE_ZLIB" /D "USE_FLAC" /YX /Oxs /M$(CECrtMT) /c LIB32=link.exe -lib # ADD BASE LIB32 /nologo # ADD LIB32 /nologo @@ -290,8 +290,8 @@ BSC32=bscmake.exe # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Target_Dir "" CPP=shcl.exe -# ADD BASE CPP /nologo /W3 /Oxs /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /YX /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /Oxs /I "../../../" /I "../../../common/" /I "../../../backends/wince/" /I "../../../backends/wince/missing/" /I "../../../backends/wince/CEgui" /I "../../../backends/wince/CEkeys" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "SCUMM_NEED_ALIGNMENT" /D "FPM_DEFAULT" /D "USE_MAD" /D "NONSTANDARD_PORT" /D "USE_VORBIS" /D "USE_MPEG2" /D "WIN32" /D "DISABLE_AWE" /D "DISABLE_KYRA" /D "DISABLE_SAGA" /D "USE_ZLIB" /YX /M$(CECrtMT) /c +# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /YX /Oxs /M$(CECrtMT) /c +# ADD CPP /nologo /W3 /I "../../../" /I "../../../common/" /I "../../../backends/wince/" /I "../../../backends/wince/missing/" /I "../../../backends/wince/CEgui" /I "../../../backends/wince/CEkeys" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "SCUMM_NEED_ALIGNMENT" /D "FPM_DEFAULT" /D "USE_MAD" /D "NONSTANDARD_PORT" /D "USE_VORBIS" /D "USE_MPEG2" /D "WIN32" /D "DISABLE_AWE" /D "DISABLE_KYRA" /D "DISABLE_SAGA" /D "USE_ZLIB" /YX /Oxs /M$(CECrtMT) /c LIB32=link.exe -lib # ADD BASE LIB32 /nologo # ADD LIB32 /nologo @@ -321,56 +321,44 @@ BSC32=bscmake.exe # PROP Default_Filter "" # Begin Source File -SOURCE=..\..\..\sky\music\adlibchannel.cpp +SOURCE=..\..\..\engines\sky\music\adlibchannel.cpp !IF "$(CFG)" == "sky - Win32 (WCE emulator) Release" -NODEP_CPP_ADLIB=\ - "..\..\..\sky\music\common\stdafx.h"\ - "..\..\..\sky\music\common\util.h"\ - "..\..\..\sky\music\sky\music\adlibchannel.h"\ - "..\..\..\sky\music\sky\sky.h"\ - - !ELSEIF "$(CFG)" == "sky - Win32 (WCE emulator) Debug" -NODEP_CPP_ADLIB=\ - "..\..\..\sky\music\common\stdafx.h"\ - "..\..\..\sky\music\common\util.h"\ - "..\..\..\sky\music\sky\music\adlibchannel.h"\ - "..\..\..\sky\music\sky\sky.h"\ - - !ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Release" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" + +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" + DEP_CPP_ADLIB=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ "..\..\..\common\array.h"\ "..\..\..\common\endian.h"\ - "..\..\..\common\mutex.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\music\adlibchannel.h"\ - "..\..\..\sky\music\musicbase.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sound\fmopl.h"\ NODEP_CPP_ADLIB=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\music\sky\music\adlibchannel.h"\ + "..\..\..\engines\sky\music\sky\sky.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" DEP_CPP_ADLIB=\ "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\config.h"\ + "..\..\..\backends\wince\missing\SDL_byteorder.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ "..\..\..\base\engine.h"\ @@ -381,51 +369,81 @@ DEP_CPP_ADLIB=\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\music\adlibchannel.h"\ - "..\..\..\sky\music\musicbase.h"\ - "..\..\..\sky\sky.h"\ + "..\..\..\engines\sky\music\adlibchannel.h"\ + "..\..\..\engines\sky\music\musicbase.h"\ + "..\..\..\engines\sky\sky.h"\ "..\..\..\sound\fmopl.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_ADLIB=\ - "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" - -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" - !ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Debug" +DEP_CPP_ADLIB=\ + "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\unistd.h"\ + "..\..\..\backends\wince\portdefs.h"\ + "..\..\..\common\array.h"\ + "..\..\..\common\endian.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\util.h"\ + +NODEP_CPP_ADLIB=\ + "..\..\..\common\config.h"\ + "..\..\..\common\extend.h"\ + "..\..\..\common\globals.h"\ + "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\music\sky\music\adlibchannel.h"\ + "..\..\..\engines\sky\music\sky\sky.h"\ + + !ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Release" +DEP_CPP_ADLIB=\ + "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\unistd.h"\ + "..\..\..\backends\wince\portdefs.h"\ + "..\..\..\common\array.h"\ + "..\..\..\common\endian.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\util.h"\ + +NODEP_CPP_ADLIB=\ + "..\..\..\common\config.h"\ + "..\..\..\common\extend.h"\ + "..\..\..\common\globals.h"\ + "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\music\sky\music\adlibchannel.h"\ + "..\..\..\engines\sky\music\sky\sky.h"\ + + !ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Debug" DEP_CPP_ADLIB=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ "..\..\..\common\array.h"\ "..\..\..\common\endian.h"\ - "..\..\..\common\mutex.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\music\adlibchannel.h"\ - "..\..\..\sky\music\musicbase.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sound\fmopl.h"\ NODEP_CPP_ADLIB=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\music\sky\music\adlibchannel.h"\ + "..\..\..\engines\sky\music\sky\sky.h"\ !ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Release" @@ -434,24 +452,20 @@ DEP_CPP_ADLIB=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ "..\..\..\common\array.h"\ "..\..\..\common\endian.h"\ - "..\..\..\common\mutex.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\music\adlibchannel.h"\ - "..\..\..\sky\music\musicbase.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sound\fmopl.h"\ NODEP_CPP_ADLIB=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\music\sky\music\adlibchannel.h"\ + "..\..\..\engines\sky\music\sky\sky.h"\ !ENDIF @@ -459,50 +473,30 @@ NODEP_CPP_ADLIB=\ # End Source File # Begin Source File -SOURCE=..\..\..\sky\music\adlibchannel.h +SOURCE=..\..\..\engines\sky\music\adlibchannel.h # End Source File # Begin Source File -SOURCE=..\..\..\sky\music\adlibmusic.cpp +SOURCE=..\..\..\engines\sky\music\adlibmusic.cpp !IF "$(CFG)" == "sky - Win32 (WCE emulator) Release" -NODEP_CPP_ADLIBM=\ - "..\..\..\sky\music\sky\music\adlibchannel.h"\ - "..\..\..\sky\music\sky\music\adlibmusic.h"\ - "..\..\..\sky\music\sky\sky.h"\ - "..\..\..\sky\music\sound\mixer.h"\ - - !ELSEIF "$(CFG)" == "sky - Win32 (WCE emulator) Debug" -NODEP_CPP_ADLIBM=\ - "..\..\..\sky\music\sky\music\adlibchannel.h"\ - "..\..\..\sky\music\sky\music\adlibmusic.h"\ - "..\..\..\sky\music\sky\sky.h"\ - "..\..\..\sky\music\sound\mixer.h"\ - - !ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Release" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" + +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" + DEP_CPP_ADLIBM=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ - "..\..\..\common\array.h"\ "..\..\..\common\endian.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ - "..\..\..\common\str.h"\ - "..\..\..\common\util.h"\ - "..\..\..\sky\music\adlibchannel.h"\ - "..\..\..\sky\music\adlibmusic.h"\ - "..\..\..\sky\music\musicbase.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sound\audiostream.h"\ - "..\..\..\sound\fmopl.h"\ "..\..\..\sound\mixer.h"\ NODEP_CPP_ADLIBM=\ @@ -510,12 +504,17 @@ NODEP_CPP_ADLIBM=\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\music\sky\music\adlibchannel.h"\ + "..\..\..\engines\sky\music\sky\music\adlibmusic.h"\ + "..\..\..\engines\sky\music\sky\sky.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" DEP_CPP_ADLIBM=\ "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\config.h"\ + "..\..\..\backends\wince\missing\SDL_byteorder.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ "..\..\..\base\engine.h"\ @@ -526,50 +525,74 @@ DEP_CPP_ADLIBM=\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\music\adlibchannel.h"\ - "..\..\..\sky\music\adlibmusic.h"\ - "..\..\..\sky\music\musicbase.h"\ - "..\..\..\sky\sky.h"\ + "..\..\..\engines\sky\music\adlibchannel.h"\ + "..\..\..\engines\sky\music\adlibmusic.h"\ + "..\..\..\engines\sky\music\musicbase.h"\ + "..\..\..\engines\sky\sky.h"\ "..\..\..\sound\audiostream.h"\ "..\..\..\sound\fmopl.h"\ "..\..\..\sound\mixer.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_ADLIBM=\ - "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" - -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" - !ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Debug" +DEP_CPP_ADLIBM=\ + "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\unistd.h"\ + "..\..\..\backends\wince\portdefs.h"\ + "..\..\..\common\endian.h"\ + "..\..\..\common\mutex.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\sound\mixer.h"\ + +NODEP_CPP_ADLIBM=\ + "..\..\..\common\config.h"\ + "..\..\..\common\extend.h"\ + "..\..\..\common\globals.h"\ + "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\music\sky\music\adlibchannel.h"\ + "..\..\..\engines\sky\music\sky\music\adlibmusic.h"\ + "..\..\..\engines\sky\music\sky\sky.h"\ + + !ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Release" +DEP_CPP_ADLIBM=\ + "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\unistd.h"\ + "..\..\..\backends\wince\portdefs.h"\ + "..\..\..\common\endian.h"\ + "..\..\..\common\mutex.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\sound\mixer.h"\ + +NODEP_CPP_ADLIBM=\ + "..\..\..\common\config.h"\ + "..\..\..\common\extend.h"\ + "..\..\..\common\globals.h"\ + "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\music\sky\music\adlibchannel.h"\ + "..\..\..\engines\sky\music\sky\music\adlibmusic.h"\ + "..\..\..\engines\sky\music\sky\sky.h"\ + + !ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Debug" DEP_CPP_ADLIBM=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ - "..\..\..\common\array.h"\ "..\..\..\common\endian.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ - "..\..\..\common\str.h"\ - "..\..\..\common\util.h"\ - "..\..\..\sky\music\adlibchannel.h"\ - "..\..\..\sky\music\adlibmusic.h"\ - "..\..\..\sky\music\musicbase.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sound\audiostream.h"\ - "..\..\..\sound\fmopl.h"\ "..\..\..\sound\mixer.h"\ NODEP_CPP_ADLIBM=\ @@ -577,6 +600,9 @@ NODEP_CPP_ADLIBM=\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\music\sky\music\adlibchannel.h"\ + "..\..\..\engines\sky\music\sky\music\adlibmusic.h"\ + "..\..\..\engines\sky\music\sky\sky.h"\ !ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Release" @@ -585,20 +611,10 @@ DEP_CPP_ADLIBM=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ - "..\..\..\common\array.h"\ "..\..\..\common\endian.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ - "..\..\..\common\str.h"\ - "..\..\..\common\util.h"\ - "..\..\..\sky\music\adlibchannel.h"\ - "..\..\..\sky\music\adlibmusic.h"\ - "..\..\..\sky\music\musicbase.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sound\audiostream.h"\ - "..\..\..\sound\fmopl.h"\ "..\..\..\sound\mixer.h"\ NODEP_CPP_ADLIBM=\ @@ -606,6 +622,9 @@ NODEP_CPP_ADLIBM=\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\music\sky\music\adlibchannel.h"\ + "..\..\..\engines\sky\music\sky\music\adlibmusic.h"\ + "..\..\..\engines\sky\music\sky\sky.h"\ !ENDIF @@ -613,74 +632,80 @@ NODEP_CPP_ADLIBM=\ # End Source File # Begin Source File -SOURCE=..\..\..\sky\music\adlibmusic.h +SOURCE=..\..\..\engines\sky\music\adlibmusic.h # End Source File # Begin Source File -SOURCE=..\..\..\sky\music\gmchannel.cpp +SOURCE=..\..\..\engines\sky\music\gmchannel.cpp !IF "$(CFG)" == "sky - Win32 (WCE emulator) Release" -DEP_CPP_GMCHA=\ - "..\..\..\sky\music\gmchannel.h"\ - -NODEP_CPP_GMCHA=\ - "..\..\..\sky\music\common\util.h"\ - "..\..\..\sky\music\sky\music\musicbase.h"\ - "..\..\..\sky\music\sound\mididrv.h"\ - - !ELSEIF "$(CFG)" == "sky - Win32 (WCE emulator) Debug" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Release" + +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" + +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" + DEP_CPP_GMCHA=\ - "..\..\..\sky\music\gmchannel.h"\ + "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\common\array.h"\ + "..\..\..\common\mutex.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\engines\sky\music\gmchannel.h"\ + "..\..\..\sound\mididrv.h"\ NODEP_CPP_GMCHA=\ - "..\..\..\sky\music\common\util.h"\ - "..\..\..\sky\music\sky\music\musicbase.h"\ - "..\..\..\sky\music\sound\mididrv.h"\ + "..\..\..\common\config.h"\ + "..\..\..\common\extend.h"\ + "..\..\..\common\globals.h"\ + "..\..\..\common\morphos_timer.h"\ + "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\music\sky\music\musicbase.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Release" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" DEP_CPP_GMCHA=\ "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\config.h"\ + "..\..\..\backends\wince\missing\SDL_byteorder.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\common\endian.h"\ + "..\..\..\common\array.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\music\gmchannel.h"\ - "..\..\..\sky\music\musicbase.h"\ + "..\..\..\engines\sky\music\gmchannel.h"\ + "..\..\..\engines\sky\music\musicbase.h"\ "..\..\..\sound\mididrv.h"\ NODEP_CPP_GMCHA=\ - "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\morphos_timer.h"\ "..\..\..\common\palmversion.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Debug" DEP_CPP_GMCHA=\ "..\..\..\backends\ps2\fileio.h"\ - "..\..\..\backends\wince\missing\unistd.h"\ - "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\common\endian.h"\ + "..\..\..\common\array.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\scummsys.h"\ - "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\music\gmchannel.h"\ - "..\..\..\sky\music\musicbase.h"\ + "..\..\..\engines\sky\music\gmchannel.h"\ "..\..\..\sound\mididrv.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_GMCHA=\ "..\..\..\common\config.h"\ @@ -688,30 +713,42 @@ NODEP_CPP_GMCHA=\ "..\..\..\common\globals.h"\ "..\..\..\common\morphos_timer.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\music\sky\music\musicbase.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" - -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" - -!ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Debug" - !ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Release" +DEP_CPP_GMCHA=\ + "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\common\array.h"\ + "..\..\..\common\mutex.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\engines\sky\music\gmchannel.h"\ + "..\..\..\sound\mididrv.h"\ + +NODEP_CPP_GMCHA=\ + "..\..\..\common\config.h"\ + "..\..\..\common\extend.h"\ + "..\..\..\common\globals.h"\ + "..\..\..\common\morphos_timer.h"\ + "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\music\sky\music\musicbase.h"\ + + !ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Debug" DEP_CPP_GMCHA=\ "..\..\..\backends\ps2\fileio.h"\ - "..\..\..\backends\wince\missing\unistd.h"\ - "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\common\endian.h"\ + "..\..\..\common\array.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\scummsys.h"\ - "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\music\gmchannel.h"\ - "..\..\..\sky\music\musicbase.h"\ + "..\..\..\engines\sky\music\gmchannel.h"\ "..\..\..\sound\mididrv.h"\ NODEP_CPP_GMCHA=\ @@ -720,22 +757,20 @@ NODEP_CPP_GMCHA=\ "..\..\..\common\globals.h"\ "..\..\..\common\morphos_timer.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\music\sky\music\musicbase.h"\ !ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Release" DEP_CPP_GMCHA=\ "..\..\..\backends\ps2\fileio.h"\ - "..\..\..\backends\wince\missing\unistd.h"\ - "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\common\endian.h"\ + "..\..\..\common\array.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\scummsys.h"\ - "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\music\gmchannel.h"\ - "..\..\..\sky\music\musicbase.h"\ + "..\..\..\engines\sky\music\gmchannel.h"\ "..\..\..\sound\mididrv.h"\ NODEP_CPP_GMCHA=\ @@ -744,6 +779,7 @@ NODEP_CPP_GMCHA=\ "..\..\..\common\globals.h"\ "..\..\..\common\morphos_timer.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\music\sky\music\musicbase.h"\ !ENDIF @@ -751,51 +787,30 @@ NODEP_CPP_GMCHA=\ # End Source File # Begin Source File -SOURCE=..\..\..\sky\music\gmchannel.h +SOURCE=..\..\..\engines\sky\music\gmchannel.h # End Source File # Begin Source File -SOURCE=..\..\..\sky\music\gmmusic.cpp +SOURCE=..\..\..\engines\sky\music\gmmusic.cpp !IF "$(CFG)" == "sky - Win32 (WCE emulator) Release" -NODEP_CPP_GMMUS=\ - "..\..\..\sky\music\common\util.h"\ - "..\..\..\sky\music\sky\music\gmchannel.h"\ - "..\..\..\sky\music\sky\music\gmmusic.h"\ - "..\..\..\sky\music\sky\sky.h"\ - "..\..\..\sky\music\sound\mididrv.h"\ - - !ELSEIF "$(CFG)" == "sky - Win32 (WCE emulator) Debug" -NODEP_CPP_GMMUS=\ - "..\..\..\sky\music\common\util.h"\ - "..\..\..\sky\music\sky\music\gmchannel.h"\ - "..\..\..\sky\music\sky\music\gmmusic.h"\ - "..\..\..\sky\music\sky\sky.h"\ - "..\..\..\sky\music\sound\mididrv.h"\ - - !ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Release" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" + +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" + DEP_CPP_GMMUS=\ "..\..\..\backends\ps2\fileio.h"\ - "..\..\..\backends\wince\missing\unistd.h"\ - "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ "..\..\..\common\array.h"\ - "..\..\..\common\endian.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\scummsys.h"\ - "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\music\gmchannel.h"\ - "..\..\..\sky\music\gmmusic.h"\ - "..\..\..\sky\music\musicbase.h"\ - "..\..\..\sky\sky.h"\ "..\..\..\sound\mididrv.h"\ NODEP_CPP_GMMUS=\ @@ -804,65 +819,96 @@ NODEP_CPP_GMMUS=\ "..\..\..\common\globals.h"\ "..\..\..\common\morphos_timer.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\music\sky\music\gmchannel.h"\ + "..\..\..\engines\sky\music\sky\music\gmmusic.h"\ + "..\..\..\engines\sky\music\sky\sky.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" DEP_CPP_GMMUS=\ "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\config.h"\ + "..\..\..\backends\wince\missing\SDL_byteorder.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ "..\..\..\base\engine.h"\ "..\..\..\common\array.h"\ - "..\..\..\common\endian.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\music\gmchannel.h"\ - "..\..\..\sky\music\gmmusic.h"\ - "..\..\..\sky\music\musicbase.h"\ - "..\..\..\sky\sky.h"\ + "..\..\..\engines\sky\music\gmchannel.h"\ + "..\..\..\engines\sky\music\gmmusic.h"\ + "..\..\..\engines\sky\music\musicbase.h"\ + "..\..\..\engines\sky\sky.h"\ "..\..\..\sound\mididrv.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_GMMUS=\ - "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\morphos_timer.h"\ "..\..\..\common\palmversion.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" - -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" - !ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Debug" +DEP_CPP_GMMUS=\ + "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\common\array.h"\ + "..\..\..\common\mutex.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\sound\mididrv.h"\ + +NODEP_CPP_GMMUS=\ + "..\..\..\common\config.h"\ + "..\..\..\common\extend.h"\ + "..\..\..\common\globals.h"\ + "..\..\..\common\morphos_timer.h"\ + "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\music\sky\music\gmchannel.h"\ + "..\..\..\engines\sky\music\sky\music\gmmusic.h"\ + "..\..\..\engines\sky\music\sky\sky.h"\ + + !ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Release" +DEP_CPP_GMMUS=\ + "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\common\array.h"\ + "..\..\..\common\mutex.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\sound\mididrv.h"\ + +NODEP_CPP_GMMUS=\ + "..\..\..\common\config.h"\ + "..\..\..\common\extend.h"\ + "..\..\..\common\globals.h"\ + "..\..\..\common\morphos_timer.h"\ + "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\music\sky\music\gmchannel.h"\ + "..\..\..\engines\sky\music\sky\music\gmmusic.h"\ + "..\..\..\engines\sky\music\sky\sky.h"\ + + !ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Debug" DEP_CPP_GMMUS=\ "..\..\..\backends\ps2\fileio.h"\ - "..\..\..\backends\wince\missing\unistd.h"\ - "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ "..\..\..\common\array.h"\ - "..\..\..\common\endian.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\scummsys.h"\ - "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\music\gmchannel.h"\ - "..\..\..\sky\music\gmmusic.h"\ - "..\..\..\sky\music\musicbase.h"\ - "..\..\..\sky\sky.h"\ "..\..\..\sound\mididrv.h"\ NODEP_CPP_GMMUS=\ @@ -871,27 +917,21 @@ NODEP_CPP_GMMUS=\ "..\..\..\common\globals.h"\ "..\..\..\common\morphos_timer.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\music\sky\music\gmchannel.h"\ + "..\..\..\engines\sky\music\sky\music\gmmusic.h"\ + "..\..\..\engines\sky\music\sky\sky.h"\ !ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Release" DEP_CPP_GMMUS=\ "..\..\..\backends\ps2\fileio.h"\ - "..\..\..\backends\wince\missing\unistd.h"\ - "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ "..\..\..\common\array.h"\ - "..\..\..\common\endian.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\scummsys.h"\ - "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\music\gmchannel.h"\ - "..\..\..\sky\music\gmmusic.h"\ - "..\..\..\sky\music\musicbase.h"\ - "..\..\..\sky\sky.h"\ "..\..\..\sound\mididrv.h"\ NODEP_CPP_GMMUS=\ @@ -900,6 +940,9 @@ NODEP_CPP_GMMUS=\ "..\..\..\common\globals.h"\ "..\..\..\common\morphos_timer.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\music\sky\music\gmchannel.h"\ + "..\..\..\engines\sky\music\sky\music\gmmusic.h"\ + "..\..\..\engines\sky\music\sky\sky.h"\ !ENDIF @@ -907,50 +950,32 @@ NODEP_CPP_GMMUS=\ # End Source File # Begin Source File -SOURCE=..\..\..\sky\music\gmmusic.h +SOURCE=..\..\..\engines\sky\music\gmmusic.h # End Source File # Begin Source File -SOURCE=..\..\..\sky\music\mt32music.cpp +SOURCE=..\..\..\engines\sky\music\mt32music.cpp !IF "$(CFG)" == "sky - Win32 (WCE emulator) Release" -NODEP_CPP_MT32M=\ - "..\..\..\sky\music\common\system.h"\ - "..\..\..\sky\music\common\util.h"\ - "..\..\..\sky\music\sky\music\gmchannel.h"\ - "..\..\..\sky\music\sky\music\mt32music.h"\ - "..\..\..\sky\music\sound\mididrv.h"\ - - !ELSEIF "$(CFG)" == "sky - Win32 (WCE emulator) Debug" -NODEP_CPP_MT32M=\ - "..\..\..\sky\music\common\system.h"\ - "..\..\..\sky\music\common\util.h"\ - "..\..\..\sky\music\sky\music\gmchannel.h"\ - "..\..\..\sky\music\sky\music\mt32music.h"\ - "..\..\..\sky\music\sound\mididrv.h"\ - - !ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Release" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" + +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" + DEP_CPP_MT32M=\ "..\..\..\backends\ps2\fileio.h"\ - "..\..\..\backends\wince\missing\unistd.h"\ - "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\common\endian.h"\ + "..\..\..\common\array.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\rect.h"\ "..\..\..\common\scummsys.h"\ - "..\..\..\common\singleton.h"\ - "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\music\gmchannel.h"\ - "..\..\..\sky\music\mt32music.h"\ - "..\..\..\sky\music\musicbase.h"\ "..\..\..\sound\mididrv.h"\ NODEP_CPP_MT32M=\ @@ -959,63 +984,99 @@ NODEP_CPP_MT32M=\ "..\..\..\common\globals.h"\ "..\..\..\common\morphos_timer.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\music\sky\music\gmchannel.h"\ + "..\..\..\engines\sky\music\sky\music\mt32music.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" DEP_CPP_MT32M=\ "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\config.h"\ + "..\..\..\backends\wince\missing\SDL_byteorder.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\common\endian.h"\ + "..\..\..\common\array.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\rect.h"\ "..\..\..\common\scummsys.h"\ - "..\..\..\common\singleton.h"\ "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\music\gmchannel.h"\ - "..\..\..\sky\music\mt32music.h"\ - "..\..\..\sky\music\musicbase.h"\ + "..\..\..\engines\sky\music\gmchannel.h"\ + "..\..\..\engines\sky\music\mt32music.h"\ + "..\..\..\engines\sky\music\musicbase.h"\ "..\..\..\sound\mididrv.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_MT32M=\ - "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\morphos_timer.h"\ "..\..\..\common\palmversion.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" - -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" - !ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Debug" +DEP_CPP_MT32M=\ + "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\common\array.h"\ + "..\..\..\common\mutex.h"\ + "..\..\..\common\rect.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\sound\mididrv.h"\ + +NODEP_CPP_MT32M=\ + "..\..\..\common\config.h"\ + "..\..\..\common\extend.h"\ + "..\..\..\common\globals.h"\ + "..\..\..\common\morphos_timer.h"\ + "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\music\sky\music\gmchannel.h"\ + "..\..\..\engines\sky\music\sky\music\mt32music.h"\ + + !ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Release" +DEP_CPP_MT32M=\ + "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\common\array.h"\ + "..\..\..\common\mutex.h"\ + "..\..\..\common\rect.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\sound\mididrv.h"\ + +NODEP_CPP_MT32M=\ + "..\..\..\common\config.h"\ + "..\..\..\common\extend.h"\ + "..\..\..\common\globals.h"\ + "..\..\..\common\morphos_timer.h"\ + "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\music\sky\music\gmchannel.h"\ + "..\..\..\engines\sky\music\sky\music\mt32music.h"\ + + !ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Debug" DEP_CPP_MT32M=\ "..\..\..\backends\ps2\fileio.h"\ - "..\..\..\backends\wince\missing\unistd.h"\ - "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\common\endian.h"\ + "..\..\..\common\array.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\rect.h"\ "..\..\..\common\scummsys.h"\ - "..\..\..\common\singleton.h"\ - "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\music\gmchannel.h"\ - "..\..\..\sky\music\mt32music.h"\ - "..\..\..\sky\music\musicbase.h"\ "..\..\..\sound\mididrv.h"\ NODEP_CPP_MT32M=\ @@ -1024,26 +1085,22 @@ NODEP_CPP_MT32M=\ "..\..\..\common\globals.h"\ "..\..\..\common\morphos_timer.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\music\sky\music\gmchannel.h"\ + "..\..\..\engines\sky\music\sky\music\mt32music.h"\ !ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Release" DEP_CPP_MT32M=\ "..\..\..\backends\ps2\fileio.h"\ - "..\..\..\backends\wince\missing\unistd.h"\ - "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\common\endian.h"\ + "..\..\..\common\array.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\rect.h"\ "..\..\..\common\scummsys.h"\ - "..\..\..\common\singleton.h"\ - "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\music\gmchannel.h"\ - "..\..\..\sky\music\mt32music.h"\ - "..\..\..\sky\music\musicbase.h"\ "..\..\..\sound\mididrv.h"\ NODEP_CPP_MT32M=\ @@ -1052,6 +1109,8 @@ NODEP_CPP_MT32M=\ "..\..\..\common\globals.h"\ "..\..\..\common\morphos_timer.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\music\sky\music\gmchannel.h"\ + "..\..\..\engines\sky\music\sky\music\mt32music.h"\ !ENDIF @@ -1059,131 +1118,132 @@ NODEP_CPP_MT32M=\ # End Source File # Begin Source File -SOURCE=..\..\..\sky\music\mt32music.h +SOURCE=..\..\..\engines\sky\music\mt32music.h # End Source File # Begin Source File -SOURCE=..\..\..\sky\music\musicbase.cpp +SOURCE=..\..\..\engines\sky\music\musicbase.cpp !IF "$(CFG)" == "sky - Win32 (WCE emulator) Release" -NODEP_CPP_MUSIC=\ - "..\..\..\sky\music\common\util.h"\ - "..\..\..\sky\music\sky\disk.h"\ - "..\..\..\sky\music\sky\music\musicbase.h"\ - - !ELSEIF "$(CFG)" == "sky - Win32 (WCE emulator) Debug" -NODEP_CPP_MUSIC=\ - "..\..\..\sky\music\common\util.h"\ - "..\..\..\sky\music\sky\disk.h"\ - "..\..\..\sky\music\sky\music\musicbase.h"\ - - !ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Release" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" + +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" + DEP_CPP_MUSIC=\ "..\..\..\backends\ps2\fileio.h"\ - "..\..\..\backends\wince\missing\unistd.h"\ - "..\..\..\backends\wince\portdefs.h"\ "..\..\..\common\array.h"\ - "..\..\..\common\endian.h"\ - "..\..\..\common\mutex.h"\ "..\..\..\common\scummsys.h"\ - "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\music\musicbase.h"\ - "..\..\..\sky\rnc_deco.h"\ NODEP_CPP_MUSIC=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\music\sky\disk.h"\ + "..\..\..\engines\sky\music\sky\music\musicbase.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" DEP_CPP_MUSIC=\ "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\config.h"\ + "..\..\..\backends\wince\missing\SDL_byteorder.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ "..\..\..\common\array.h"\ - "..\..\..\common\endian.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\music\musicbase.h"\ - "..\..\..\sky\rnc_deco.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ + "..\..\..\engines\sky\disk.h"\ + "..\..\..\engines\sky\music\musicbase.h"\ + "..\..\..\engines\sky\rnc_deco.h"\ NODEP_CPP_MUSIC=\ - "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" - -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" - !ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Debug" +DEP_CPP_MUSIC=\ + "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\common\array.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\util.h"\ + +NODEP_CPP_MUSIC=\ + "..\..\..\common\config.h"\ + "..\..\..\common\extend.h"\ + "..\..\..\common\globals.h"\ + "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\music\sky\disk.h"\ + "..\..\..\engines\sky\music\sky\music\musicbase.h"\ + + !ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Release" +DEP_CPP_MUSIC=\ + "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\common\array.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\util.h"\ + +NODEP_CPP_MUSIC=\ + "..\..\..\common\config.h"\ + "..\..\..\common\extend.h"\ + "..\..\..\common\globals.h"\ + "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\music\sky\disk.h"\ + "..\..\..\engines\sky\music\sky\music\musicbase.h"\ + + !ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Debug" DEP_CPP_MUSIC=\ "..\..\..\backends\ps2\fileio.h"\ - "..\..\..\backends\wince\missing\unistd.h"\ - "..\..\..\backends\wince\portdefs.h"\ "..\..\..\common\array.h"\ - "..\..\..\common\endian.h"\ - "..\..\..\common\mutex.h"\ "..\..\..\common\scummsys.h"\ - "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\music\musicbase.h"\ - "..\..\..\sky\rnc_deco.h"\ NODEP_CPP_MUSIC=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\music\sky\disk.h"\ + "..\..\..\engines\sky\music\sky\music\musicbase.h"\ !ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Release" DEP_CPP_MUSIC=\ "..\..\..\backends\ps2\fileio.h"\ - "..\..\..\backends\wince\missing\unistd.h"\ - "..\..\..\backends\wince\portdefs.h"\ "..\..\..\common\array.h"\ - "..\..\..\common\endian.h"\ - "..\..\..\common\mutex.h"\ "..\..\..\common\scummsys.h"\ - "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\music\musicbase.h"\ - "..\..\..\sky\rnc_deco.h"\ NODEP_CPP_MUSIC=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\music\sky\disk.h"\ + "..\..\..\engines\sky\music\sky\music\musicbase.h"\ !ENDIF @@ -1191,68 +1251,52 @@ NODEP_CPP_MUSIC=\ # End Source File # Begin Source File -SOURCE=..\..\..\sky\music\musicbase.h +SOURCE=..\..\..\engines\sky\music\musicbase.h # End Source File # End Group # Begin Source File -SOURCE=..\..\..\sky\autoroute.cpp +SOURCE=..\..\..\engines\sky\autoroute.cpp !IF "$(CFG)" == "sky - Win32 (WCE emulator) Release" -NODEP_CPP_AUTOR=\ - "..\..\..\sky\common\stdafx.h"\ - "..\..\..\sky\common\util.h"\ - "..\..\..\sky\sky\autoroute.h"\ - "..\..\..\sky\sky\compact.h"\ - "..\..\..\sky\sky\grid.h"\ - "..\..\..\sky\sky\skydefs.h"\ - "..\..\..\sky\sky\struc.h"\ - - !ELSEIF "$(CFG)" == "sky - Win32 (WCE emulator) Debug" -NODEP_CPP_AUTOR=\ - "..\..\..\sky\common\stdafx.h"\ - "..\..\..\sky\common\util.h"\ - "..\..\..\sky\sky\autoroute.h"\ - "..\..\..\sky\sky\compact.h"\ - "..\..\..\sky\sky\grid.h"\ - "..\..\..\sky\sky\skydefs.h"\ - "..\..\..\sky\sky\struc.h"\ - - !ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Release" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" + +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" + DEP_CPP_AUTOR=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ "..\..\..\common\array.h"\ "..\..\..\common\endian.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\autoroute.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\grid.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\struc.h"\ NODEP_CPP_AUTOR=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\autoroute.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\grid.h"\ + "..\..\..\engines\sky\sky\skydefs.h"\ + "..\..\..\engines\sky\sky\struc.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" DEP_CPP_AUTOR=\ "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\config.h"\ + "..\..\..\backends\wince\missing\SDL_byteorder.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ "..\..\..\base\engine.h"\ @@ -1262,54 +1306,92 @@ DEP_CPP_AUTOR=\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\autoroute.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\grid.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\struc.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ + "..\..\..\engines\sky\autoroute.h"\ + "..\..\..\engines\sky\compact.h"\ + "..\..\..\engines\sky\grid.h"\ + "..\..\..\engines\sky\sky.h"\ + "..\..\..\engines\sky\skydefs.h"\ + "..\..\..\engines\sky\struc.h"\ NODEP_CPP_AUTOR=\ - "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" - -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" - !ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Debug" +DEP_CPP_AUTOR=\ + "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\unistd.h"\ + "..\..\..\backends\wince\portdefs.h"\ + "..\..\..\common\array.h"\ + "..\..\..\common\endian.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\util.h"\ + +NODEP_CPP_AUTOR=\ + "..\..\..\common\config.h"\ + "..\..\..\common\extend.h"\ + "..\..\..\common\globals.h"\ + "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\autoroute.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\grid.h"\ + "..\..\..\engines\sky\sky\skydefs.h"\ + "..\..\..\engines\sky\sky\struc.h"\ + + !ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Release" +DEP_CPP_AUTOR=\ + "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\unistd.h"\ + "..\..\..\backends\wince\portdefs.h"\ + "..\..\..\common\array.h"\ + "..\..\..\common\endian.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\util.h"\ + +NODEP_CPP_AUTOR=\ + "..\..\..\common\config.h"\ + "..\..\..\common\extend.h"\ + "..\..\..\common\globals.h"\ + "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\autoroute.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\grid.h"\ + "..\..\..\engines\sky\sky\skydefs.h"\ + "..\..\..\engines\sky\sky\struc.h"\ + + !ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Debug" DEP_CPP_AUTOR=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ "..\..\..\common\array.h"\ "..\..\..\common\endian.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\autoroute.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\grid.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\struc.h"\ NODEP_CPP_AUTOR=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\autoroute.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\grid.h"\ + "..\..\..\engines\sky\sky\skydefs.h"\ + "..\..\..\engines\sky\sky\struc.h"\ !ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Release" @@ -1318,25 +1400,23 @@ DEP_CPP_AUTOR=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ "..\..\..\common\array.h"\ "..\..\..\common\endian.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\autoroute.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\grid.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\struc.h"\ NODEP_CPP_AUTOR=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\autoroute.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\grid.h"\ + "..\..\..\engines\sky\sky\skydefs.h"\ + "..\..\..\engines\sky\sky\struc.h"\ !ENDIF @@ -1344,39 +1424,26 @@ NODEP_CPP_AUTOR=\ # End Source File # Begin Source File -SOURCE=..\..\..\sky\autoroute.h +SOURCE=..\..\..\engines\sky\autoroute.h # End Source File # Begin Source File -SOURCE=..\..\..\sky\compact.cpp +SOURCE=..\..\..\engines\sky\compact.cpp !IF "$(CFG)" == "sky - Win32 (WCE emulator) Release" -NODEP_CPP_COMPA=\ - "..\..\..\sky\common\file.h"\ - "..\..\..\sky\common\stdafx.h"\ - "..\..\..\sky\common\util.h"\ - "..\..\..\sky\gui\message.h"\ - "..\..\..\sky\sky\compact.h"\ - - !ELSEIF "$(CFG)" == "sky - Win32 (WCE emulator) Debug" -NODEP_CPP_COMPA=\ - "..\..\..\sky\common\file.h"\ - "..\..\..\sky\common\stdafx.h"\ - "..\..\..\sky\common\util.h"\ - "..\..\..\sky\gui\message.h"\ - "..\..\..\sky\sky\compact.h"\ - - !ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Release" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" + +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" + DEP_CPP_COMPA=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ "..\..\..\common\array.h"\ "..\..\..\common\endian.h"\ "..\..\..\common\file.h"\ @@ -1392,22 +1459,21 @@ DEP_CPP_COMPA=\ "..\..\..\gui\message.h"\ "..\..\..\gui\object.h"\ "..\..\..\gui\widget.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\struc.h"\ NODEP_CPP_COMPA=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\compact.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" DEP_CPP_COMPA=\ "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\config.h"\ + "..\..\..\backends\wince\missing\SDL_byteorder.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ "..\..\..\base\engine.h"\ @@ -1420,40 +1486,89 @@ DEP_CPP_COMPA=\ "..\..\..\common\str.h"\ "..\..\..\common\stream.h"\ "..\..\..\common\util.h"\ + "..\..\..\engines\sky\compact.h"\ + "..\..\..\engines\sky\sky.h"\ + "..\..\..\engines\sky\skydefs.h"\ + "..\..\..\engines\sky\struc.h"\ "..\..\..\graphics\font.h"\ "..\..\..\graphics\surface.h"\ "..\..\..\gui\dialog.h"\ "..\..\..\gui\message.h"\ "..\..\..\gui\object.h"\ "..\..\..\gui\widget.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\struc.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_COMPA=\ - "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" - -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" - !ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Debug" +DEP_CPP_COMPA=\ + "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\unistd.h"\ + "..\..\..\backends\wince\portdefs.h"\ + "..\..\..\common\array.h"\ + "..\..\..\common\endian.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\rect.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\stream.h"\ + "..\..\..\common\util.h"\ + "..\..\..\graphics\font.h"\ + "..\..\..\graphics\surface.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\message.h"\ + "..\..\..\gui\object.h"\ + "..\..\..\gui\widget.h"\ + +NODEP_CPP_COMPA=\ + "..\..\..\common\config.h"\ + "..\..\..\common\extend.h"\ + "..\..\..\common\globals.h"\ + "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + + !ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Release" +DEP_CPP_COMPA=\ + "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\unistd.h"\ + "..\..\..\backends\wince\portdefs.h"\ + "..\..\..\common\array.h"\ + "..\..\..\common\endian.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\rect.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\stream.h"\ + "..\..\..\common\util.h"\ + "..\..\..\graphics\font.h"\ + "..\..\..\graphics\surface.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\message.h"\ + "..\..\..\gui\object.h"\ + "..\..\..\gui\widget.h"\ + +NODEP_CPP_COMPA=\ + "..\..\..\common\config.h"\ + "..\..\..\common\extend.h"\ + "..\..\..\common\globals.h"\ + "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + + !ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Debug" DEP_CPP_COMPA=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ "..\..\..\common\array.h"\ "..\..\..\common\endian.h"\ "..\..\..\common\file.h"\ @@ -1469,16 +1584,13 @@ DEP_CPP_COMPA=\ "..\..\..\gui\message.h"\ "..\..\..\gui\object.h"\ "..\..\..\gui\widget.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\struc.h"\ NODEP_CPP_COMPA=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\compact.h"\ !ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Release" @@ -1487,7 +1599,6 @@ DEP_CPP_COMPA=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ "..\..\..\common\array.h"\ "..\..\..\common\endian.h"\ "..\..\..\common\file.h"\ @@ -1503,16 +1614,13 @@ DEP_CPP_COMPA=\ "..\..\..\gui\message.h"\ "..\..\..\gui\object.h"\ "..\..\..\gui\widget.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\struc.h"\ NODEP_CPP_COMPA=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\compact.h"\ !ENDIF @@ -1520,72 +1628,32 @@ NODEP_CPP_COMPA=\ # End Source File # Begin Source File -SOURCE=..\..\..\sky\compact.h +SOURCE=..\..\..\engines\sky\compact.h # End Source File # Begin Source File -SOURCE=..\..\..\sky\control.cpp +SOURCE=..\..\..\engines\sky\control.cpp !IF "$(CFG)" == "sky - Win32 (WCE emulator) Release" -NODEP_CPP_CONTR=\ - "..\..\..\sky\common\config-manager.h"\ - "..\..\..\sky\common\file.h"\ - "..\..\..\sky\common\savefile.h"\ - "..\..\..\sky\common\stdafx.h"\ - "..\..\..\sky\common\system.h"\ - "..\..\..\sky\common\util.h"\ - "..\..\..\sky\gui\message.h"\ - "..\..\..\sky\sky\compact.h"\ - "..\..\..\sky\sky\control.h"\ - "..\..\..\sky\sky\disk.h"\ - "..\..\..\sky\sky\logic.h"\ - "..\..\..\sky\sky\mouse.h"\ - "..\..\..\sky\sky\music\musicbase.h"\ - "..\..\..\sky\sky\screen.h"\ - "..\..\..\sky\sky\sky.h"\ - "..\..\..\sky\sky\skydefs.h"\ - "..\..\..\sky\sky\sound.h"\ - "..\..\..\sky\sky\struc.h"\ - "..\..\..\sky\sky\text.h"\ - - !ELSEIF "$(CFG)" == "sky - Win32 (WCE emulator) Debug" -NODEP_CPP_CONTR=\ - "..\..\..\sky\common\config-manager.h"\ - "..\..\..\sky\common\file.h"\ - "..\..\..\sky\common\savefile.h"\ - "..\..\..\sky\common\stdafx.h"\ - "..\..\..\sky\common\system.h"\ - "..\..\..\sky\common\util.h"\ - "..\..\..\sky\gui\message.h"\ - "..\..\..\sky\sky\compact.h"\ - "..\..\..\sky\sky\control.h"\ - "..\..\..\sky\sky\disk.h"\ - "..\..\..\sky\sky\logic.h"\ - "..\..\..\sky\sky\mouse.h"\ - "..\..\..\sky\sky\music\musicbase.h"\ - "..\..\..\sky\sky\screen.h"\ - "..\..\..\sky\sky\sky.h"\ - "..\..\..\sky\sky\skydefs.h"\ - "..\..\..\sky\sky\sound.h"\ - "..\..\..\sky\sky\struc.h"\ - "..\..\..\sky\sky\text.h"\ - - !ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Release" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" + +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" + DEP_CPP_CONTR=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ "..\..\..\common\array.h"\ "..\..\..\common\config-manager.h"\ "..\..\..\common\endian.h"\ "..\..\..\common\file.h"\ - "..\..\..\common\map.h"\ + "..\..\..\common\func.h"\ + "..\..\..\common\hashmap.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\rect.h"\ "..\..\..\common\savefile.h"\ @@ -1602,32 +1670,32 @@ DEP_CPP_CONTR=\ "..\..\..\gui\message.h"\ "..\..\..\gui\object.h"\ "..\..\..\gui\widget.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\control.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\logic.h"\ - "..\..\..\sky\mouse.h"\ - "..\..\..\sky\music\musicbase.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\screen.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\sound.h"\ - "..\..\..\sky\struc.h"\ - "..\..\..\sky\text.h"\ - "..\..\..\sound\mixer.h"\ NODEP_CPP_CONTR=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\control.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\mouse.h"\ + "..\..\..\engines\sky\sky\music\musicbase.h"\ + "..\..\..\engines\sky\sky\screen.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\skydefs.h"\ + "..\..\..\engines\sky\sky\sound.h"\ + "..\..\..\engines\sky\sky\struc.h"\ + "..\..\..\engines\sky\sky\text.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" DEP_CPP_CONTR=\ "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\config.h"\ + "..\..\..\backends\wince\missing\SDL_byteorder.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ "..\..\..\base\engine.h"\ @@ -1635,7 +1703,8 @@ DEP_CPP_CONTR=\ "..\..\..\common\config-manager.h"\ "..\..\..\common\endian.h"\ "..\..\..\common\file.h"\ - "..\..\..\common\map.h"\ + "..\..\..\common\func.h"\ + "..\..\..\common\hashmap.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\rect.h"\ "..\..\..\common\savefile.h"\ @@ -1646,55 +1715,141 @@ DEP_CPP_CONTR=\ "..\..\..\common\stream.h"\ "..\..\..\common\system.h"\ "..\..\..\common\util.h"\ + "..\..\..\engines\sky\compact.h"\ + "..\..\..\engines\sky\control.h"\ + "..\..\..\engines\sky\disk.h"\ + "..\..\..\engines\sky\logic.h"\ + "..\..\..\engines\sky\mouse.h"\ + "..\..\..\engines\sky\music\musicbase.h"\ + "..\..\..\engines\sky\rnc_deco.h"\ + "..\..\..\engines\sky\screen.h"\ + "..\..\..\engines\sky\sky.h"\ + "..\..\..\engines\sky\skydefs.h"\ + "..\..\..\engines\sky\sound.h"\ + "..\..\..\engines\sky\struc.h"\ + "..\..\..\engines\sky\text.h"\ "..\..\..\graphics\font.h"\ "..\..\..\graphics\surface.h"\ "..\..\..\gui\dialog.h"\ "..\..\..\gui\message.h"\ "..\..\..\gui\object.h"\ "..\..\..\gui\widget.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\control.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\logic.h"\ - "..\..\..\sky\mouse.h"\ - "..\..\..\sky\music\musicbase.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\screen.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\sound.h"\ - "..\..\..\sky\struc.h"\ - "..\..\..\sky\text.h"\ "..\..\..\sound\mixer.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_CONTR=\ - "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" - -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" - !ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Debug" +DEP_CPP_CONTR=\ + "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\unistd.h"\ + "..\..\..\backends\wince\portdefs.h"\ + "..\..\..\common\array.h"\ + "..\..\..\common\config-manager.h"\ + "..\..\..\common\endian.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\func.h"\ + "..\..\..\common\hashmap.h"\ + "..\..\..\common\mutex.h"\ + "..\..\..\common\rect.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\singleton.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\stream.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\util.h"\ + "..\..\..\graphics\font.h"\ + "..\..\..\graphics\surface.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\message.h"\ + "..\..\..\gui\object.h"\ + "..\..\..\gui\widget.h"\ + +NODEP_CPP_CONTR=\ + "..\..\..\common\config.h"\ + "..\..\..\common\extend.h"\ + "..\..\..\common\globals.h"\ + "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\control.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\mouse.h"\ + "..\..\..\engines\sky\sky\music\musicbase.h"\ + "..\..\..\engines\sky\sky\screen.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\skydefs.h"\ + "..\..\..\engines\sky\sky\sound.h"\ + "..\..\..\engines\sky\sky\struc.h"\ + "..\..\..\engines\sky\sky\text.h"\ + + !ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Release" +DEP_CPP_CONTR=\ + "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\unistd.h"\ + "..\..\..\backends\wince\portdefs.h"\ + "..\..\..\common\array.h"\ + "..\..\..\common\config-manager.h"\ + "..\..\..\common\endian.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\func.h"\ + "..\..\..\common\hashmap.h"\ + "..\..\..\common\mutex.h"\ + "..\..\..\common\rect.h"\ + "..\..\..\common\savefile.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\singleton.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\stream.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\util.h"\ + "..\..\..\graphics\font.h"\ + "..\..\..\graphics\surface.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\message.h"\ + "..\..\..\gui\object.h"\ + "..\..\..\gui\widget.h"\ + +NODEP_CPP_CONTR=\ + "..\..\..\common\config.h"\ + "..\..\..\common\extend.h"\ + "..\..\..\common\globals.h"\ + "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\control.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\mouse.h"\ + "..\..\..\engines\sky\sky\music\musicbase.h"\ + "..\..\..\engines\sky\sky\screen.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\skydefs.h"\ + "..\..\..\engines\sky\sky\sound.h"\ + "..\..\..\engines\sky\sky\struc.h"\ + "..\..\..\engines\sky\sky\text.h"\ + + !ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Debug" DEP_CPP_CONTR=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ "..\..\..\common\array.h"\ "..\..\..\common\config-manager.h"\ "..\..\..\common\endian.h"\ "..\..\..\common\file.h"\ - "..\..\..\common\map.h"\ + "..\..\..\common\func.h"\ + "..\..\..\common\hashmap.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\rect.h"\ "..\..\..\common\savefile.h"\ @@ -1711,26 +1866,24 @@ DEP_CPP_CONTR=\ "..\..\..\gui\message.h"\ "..\..\..\gui\object.h"\ "..\..\..\gui\widget.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\control.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\logic.h"\ - "..\..\..\sky\mouse.h"\ - "..\..\..\sky\music\musicbase.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\screen.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\sound.h"\ - "..\..\..\sky\struc.h"\ - "..\..\..\sky\text.h"\ - "..\..\..\sound\mixer.h"\ NODEP_CPP_CONTR=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\control.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\mouse.h"\ + "..\..\..\engines\sky\sky\music\musicbase.h"\ + "..\..\..\engines\sky\sky\screen.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\skydefs.h"\ + "..\..\..\engines\sky\sky\sound.h"\ + "..\..\..\engines\sky\sky\struc.h"\ + "..\..\..\engines\sky\sky\text.h"\ !ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Release" @@ -1739,12 +1892,12 @@ DEP_CPP_CONTR=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ "..\..\..\common\array.h"\ "..\..\..\common\config-manager.h"\ "..\..\..\common\endian.h"\ "..\..\..\common\file.h"\ - "..\..\..\common\map.h"\ + "..\..\..\common\func.h"\ + "..\..\..\common\hashmap.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\rect.h"\ "..\..\..\common\savefile.h"\ @@ -1761,26 +1914,24 @@ DEP_CPP_CONTR=\ "..\..\..\gui\message.h"\ "..\..\..\gui\object.h"\ "..\..\..\gui\widget.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\control.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\logic.h"\ - "..\..\..\sky\mouse.h"\ - "..\..\..\sky\music\musicbase.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\screen.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\sound.h"\ - "..\..\..\sky\struc.h"\ - "..\..\..\sky\text.h"\ - "..\..\..\sound\mixer.h"\ NODEP_CPP_CONTR=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\control.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\mouse.h"\ + "..\..\..\engines\sky\sky\music\musicbase.h"\ + "..\..\..\engines\sky\sky\screen.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\skydefs.h"\ + "..\..\..\engines\sky\sky\sound.h"\ + "..\..\..\engines\sky\sky\struc.h"\ + "..\..\..\engines\sky\sky\text.h"\ !ENDIF @@ -1788,55 +1939,36 @@ NODEP_CPP_CONTR=\ # End Source File # Begin Source File -SOURCE=..\..\..\sky\control.h +SOURCE=..\..\..\engines\sky\control.h # End Source File # Begin Source File -SOURCE=..\..\..\sky\debug.cpp +SOURCE=..\..\..\engines\sky\debug.cpp !IF "$(CFG)" == "sky - Win32 (WCE emulator) Release" -NODEP_CPP_DEBUG=\ - "..\..\..\sky\common\debugger.cpp"\ - "..\..\..\sky\common\stdafx.h"\ - "..\..\..\sky\common\util.h"\ - "..\..\..\sky\sky\compact.h"\ - "..\..\..\sky\sky\debug.h"\ - "..\..\..\sky\sky\grid.h"\ - "..\..\..\sky\sky\logic.h"\ - "..\..\..\sky\sky\mouse.h"\ - "..\..\..\sky\sky\screen.h"\ - "..\..\..\sky\sky\sky.h"\ - "..\..\..\sky\sky\struc.h"\ - - !ELSEIF "$(CFG)" == "sky - Win32 (WCE emulator) Debug" -NODEP_CPP_DEBUG=\ - "..\..\..\sky\common\debugger.cpp"\ - "..\..\..\sky\common\stdafx.h"\ - "..\..\..\sky\common\util.h"\ - "..\..\..\sky\sky\compact.h"\ - "..\..\..\sky\sky\debug.h"\ - "..\..\..\sky\sky\grid.h"\ - "..\..\..\sky\sky\logic.h"\ - "..\..\..\sky\sky\mouse.h"\ - "..\..\..\sky\sky\screen.h"\ - "..\..\..\sky\sky\sky.h"\ - "..\..\..\sky\sky\struc.h"\ - - !ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Release" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" + +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" + DEP_CPP_DEBUG=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ "..\..\..\common\array.h"\ + "..\..\..\common\config-file.h"\ + "..\..\..\common\config-manager.h"\ "..\..\..\common\debugger.cpp"\ "..\..\..\common\debugger.h"\ "..\..\..\common\endian.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\func.h"\ + "..\..\..\common\hashmap.h"\ + "..\..\..\common\list.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\rect.h"\ "..\..\..\common\scummsys.h"\ @@ -1844,6 +1976,7 @@ DEP_CPP_DEBUG=\ "..\..\..\common\stack.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ + "..\..\..\common\stream.h"\ "..\..\..\common\system.h"\ "..\..\..\common\util.h"\ "..\..\..\graphics\font.h"\ @@ -1853,35 +1986,43 @@ DEP_CPP_DEBUG=\ "..\..\..\gui\dialog.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\object.h"\ + "..\..\..\gui\theme.h"\ "..\..\..\gui\widget.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\debug.h"\ - "..\..\..\sky\grid.h"\ - "..\..\..\sky\logic.h"\ - "..\..\..\sky\mouse.h"\ - "..\..\..\sky\screen.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\struc.h"\ NODEP_CPP_DEBUG=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\debug.h"\ + "..\..\..\engines\sky\sky\grid.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\mouse.h"\ + "..\..\..\engines\sky\sky\screen.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\struc.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" DEP_CPP_DEBUG=\ "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\config.h"\ + "..\..\..\backends\wince\missing\SDL_byteorder.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ "..\..\..\base\engine.h"\ "..\..\..\common\array.h"\ + "..\..\..\common\config-file.h"\ + "..\..\..\common\config-manager.h"\ "..\..\..\common\debugger.cpp"\ "..\..\..\common\debugger.h"\ "..\..\..\common\endian.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\func.h"\ + "..\..\..\common\hashmap.h"\ + "..\..\..\common\list.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\rect.h"\ "..\..\..\common\scummsys.h"\ @@ -1889,8 +2030,18 @@ DEP_CPP_DEBUG=\ "..\..\..\common\stack.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ + "..\..\..\common\stream.h"\ "..\..\..\common\system.h"\ "..\..\..\common\util.h"\ + "..\..\..\engines\sky\compact.h"\ + "..\..\..\engines\sky\debug.h"\ + "..\..\..\engines\sky\grid.h"\ + "..\..\..\engines\sky\logic.h"\ + "..\..\..\engines\sky\mouse.h"\ + "..\..\..\engines\sky\screen.h"\ + "..\..\..\engines\sky\sky.h"\ + "..\..\..\engines\sky\skydefs.h"\ + "..\..\..\engines\sky\struc.h"\ "..\..\..\graphics\font.h"\ "..\..\..\graphics\fontman.h"\ "..\..\..\graphics\surface.h"\ @@ -1898,44 +2049,133 @@ DEP_CPP_DEBUG=\ "..\..\..\gui\dialog.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\object.h"\ + "..\..\..\gui\theme.h"\ "..\..\..\gui\widget.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\debug.h"\ - "..\..\..\sky\grid.h"\ - "..\..\..\sky\logic.h"\ - "..\..\..\sky\mouse.h"\ - "..\..\..\sky\screen.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\struc.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_DEBUG=\ - "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" - -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" - !ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Debug" +DEP_CPP_DEBUG=\ + "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\unistd.h"\ + "..\..\..\backends\wince\portdefs.h"\ + "..\..\..\common\array.h"\ + "..\..\..\common\config-file.h"\ + "..\..\..\common\config-manager.h"\ + "..\..\..\common\debugger.cpp"\ + "..\..\..\common\debugger.h"\ + "..\..\..\common\endian.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\func.h"\ + "..\..\..\common\hashmap.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\mutex.h"\ + "..\..\..\common\rect.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\singleton.h"\ + "..\..\..\common\stack.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\stream.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\util.h"\ + "..\..\..\graphics\font.h"\ + "..\..\..\graphics\fontman.h"\ + "..\..\..\graphics\surface.h"\ + "..\..\..\gui\console.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\object.h"\ + "..\..\..\gui\theme.h"\ + "..\..\..\gui\widget.h"\ + +NODEP_CPP_DEBUG=\ + "..\..\..\common\config.h"\ + "..\..\..\common\extend.h"\ + "..\..\..\common\globals.h"\ + "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\debug.h"\ + "..\..\..\engines\sky\sky\grid.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\mouse.h"\ + "..\..\..\engines\sky\sky\screen.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\struc.h"\ + + !ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Release" +DEP_CPP_DEBUG=\ + "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\unistd.h"\ + "..\..\..\backends\wince\portdefs.h"\ + "..\..\..\common\array.h"\ + "..\..\..\common\config-file.h"\ + "..\..\..\common\config-manager.h"\ + "..\..\..\common\debugger.cpp"\ + "..\..\..\common\debugger.h"\ + "..\..\..\common\endian.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\func.h"\ + "..\..\..\common\hashmap.h"\ + "..\..\..\common\list.h"\ + "..\..\..\common\mutex.h"\ + "..\..\..\common\rect.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\singleton.h"\ + "..\..\..\common\stack.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\stream.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\util.h"\ + "..\..\..\graphics\font.h"\ + "..\..\..\graphics\fontman.h"\ + "..\..\..\graphics\surface.h"\ + "..\..\..\gui\console.h"\ + "..\..\..\gui\dialog.h"\ + "..\..\..\gui\newgui.h"\ + "..\..\..\gui\object.h"\ + "..\..\..\gui\theme.h"\ + "..\..\..\gui\widget.h"\ + +NODEP_CPP_DEBUG=\ + "..\..\..\common\config.h"\ + "..\..\..\common\extend.h"\ + "..\..\..\common\globals.h"\ + "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\debug.h"\ + "..\..\..\engines\sky\sky\grid.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\mouse.h"\ + "..\..\..\engines\sky\sky\screen.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\struc.h"\ + + !ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Debug" DEP_CPP_DEBUG=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ "..\..\..\common\array.h"\ + "..\..\..\common\config-file.h"\ + "..\..\..\common\config-manager.h"\ "..\..\..\common\debugger.cpp"\ "..\..\..\common\debugger.h"\ "..\..\..\common\endian.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\func.h"\ + "..\..\..\common\hashmap.h"\ + "..\..\..\common\list.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\rect.h"\ "..\..\..\common\scummsys.h"\ @@ -1943,6 +2183,7 @@ DEP_CPP_DEBUG=\ "..\..\..\common\stack.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ + "..\..\..\common\stream.h"\ "..\..\..\common\system.h"\ "..\..\..\common\util.h"\ "..\..\..\graphics\font.h"\ @@ -1952,22 +2193,22 @@ DEP_CPP_DEBUG=\ "..\..\..\gui\dialog.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\object.h"\ + "..\..\..\gui\theme.h"\ "..\..\..\gui\widget.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\debug.h"\ - "..\..\..\sky\grid.h"\ - "..\..\..\sky\logic.h"\ - "..\..\..\sky\mouse.h"\ - "..\..\..\sky\screen.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\struc.h"\ NODEP_CPP_DEBUG=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\debug.h"\ + "..\..\..\engines\sky\sky\grid.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\mouse.h"\ + "..\..\..\engines\sky\sky\screen.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\struc.h"\ !ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Release" @@ -1976,11 +2217,16 @@ DEP_CPP_DEBUG=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ "..\..\..\common\array.h"\ + "..\..\..\common\config-file.h"\ + "..\..\..\common\config-manager.h"\ "..\..\..\common\debugger.cpp"\ "..\..\..\common\debugger.h"\ "..\..\..\common\endian.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\func.h"\ + "..\..\..\common\hashmap.h"\ + "..\..\..\common\list.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\rect.h"\ "..\..\..\common\scummsys.h"\ @@ -1988,6 +2234,7 @@ DEP_CPP_DEBUG=\ "..\..\..\common\stack.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ + "..\..\..\common\stream.h"\ "..\..\..\common\system.h"\ "..\..\..\common\util.h"\ "..\..\..\graphics\font.h"\ @@ -1997,22 +2244,22 @@ DEP_CPP_DEBUG=\ "..\..\..\gui\dialog.h"\ "..\..\..\gui\newgui.h"\ "..\..\..\gui\object.h"\ + "..\..\..\gui\theme.h"\ "..\..\..\gui\widget.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\debug.h"\ - "..\..\..\sky\grid.h"\ - "..\..\..\sky\logic.h"\ - "..\..\..\sky\mouse.h"\ - "..\..\..\sky\screen.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\struc.h"\ NODEP_CPP_DEBUG=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\debug.h"\ + "..\..\..\engines\sky\sky\grid.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\mouse.h"\ + "..\..\..\engines\sky\sky\screen.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\struc.h"\ !ENDIF @@ -2020,49 +2267,26 @@ NODEP_CPP_DEBUG=\ # End Source File # Begin Source File -SOURCE=..\..\..\sky\debug.h +SOURCE=..\..\..\engines\sky\debug.h # End Source File # Begin Source File -SOURCE=..\..\..\sky\disk.cpp +SOURCE=..\..\..\engines\sky\disk.cpp !IF "$(CFG)" == "sky - Win32 (WCE emulator) Release" -NODEP_CPP_DISK_=\ - "..\..\..\sky\arm\macros.h"\ - "..\..\..\sky\arm\native.h"\ - "..\..\..\sky\common\file.h"\ - "..\..\..\sky\common\scummsys.h"\ - "..\..\..\sky\common\stdafx.h"\ - "..\..\..\sky\common\util.h"\ - "..\..\..\sky\sky\disk.h"\ - "..\..\..\sky\sky\rnc_deco.h"\ - "..\..\..\sky\sky\sky.h"\ - "..\..\..\sky\sky\struc.h"\ - - !ELSEIF "$(CFG)" == "sky - Win32 (WCE emulator) Debug" -NODEP_CPP_DISK_=\ - "..\..\..\sky\arm\macros.h"\ - "..\..\..\sky\arm\native.h"\ - "..\..\..\sky\common\file.h"\ - "..\..\..\sky\common\scummsys.h"\ - "..\..\..\sky\common\stdafx.h"\ - "..\..\..\sky\common\util.h"\ - "..\..\..\sky\sky\disk.h"\ - "..\..\..\sky\sky\rnc_deco.h"\ - "..\..\..\sky\sky\sky.h"\ - "..\..\..\sky\sky\struc.h"\ - - !ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Release" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" + +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" + DEP_CPP_DISK_=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ "..\..\..\common\array.h"\ "..\..\..\common\endian.h"\ "..\..\..\common\file.h"\ @@ -2071,24 +2295,24 @@ DEP_CPP_DISK_=\ "..\..\..\common\str.h"\ "..\..\..\common\stream.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\struc.h"\ NODEP_CPP_DISK_=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ - "..\..\..\sky\arm\macros.h"\ - "..\..\..\sky\arm\native.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\rnc_deco.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\struc.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" DEP_CPP_DISK_=\ "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\config.h"\ + "..\..\..\backends\wince\missing\SDL_byteorder.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ "..\..\..\base\engine.h"\ @@ -2100,36 +2324,23 @@ DEP_CPP_DISK_=\ "..\..\..\common\str.h"\ "..\..\..\common\stream.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\struc.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ + "..\..\..\engines\sky\disk.h"\ + "..\..\..\engines\sky\rnc_deco.h"\ + "..\..\..\engines\sky\sky.h"\ + "..\..\..\engines\sky\struc.h"\ NODEP_CPP_DISK_=\ - "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ - "..\..\..\sky\arm\macros.h"\ - "..\..\..\sky\arm\native.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" - -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" - !ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Debug" -!ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Release" - -!ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Debug" - DEP_CPP_DISK_=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ "..\..\..\common\array.h"\ "..\..\..\common\endian.h"\ "..\..\..\common\file.h"\ @@ -2138,27 +2349,24 @@ DEP_CPP_DISK_=\ "..\..\..\common\str.h"\ "..\..\..\common\stream.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\struc.h"\ NODEP_CPP_DISK_=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ - "..\..\..\sky\arm\macros.h"\ - "..\..\..\sky\arm\native.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\rnc_deco.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\struc.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Release" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Release" DEP_CPP_DISK_=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ "..\..\..\common\array.h"\ "..\..\..\common\endian.h"\ "..\..\..\common\file.h"\ @@ -2167,172 +2375,161 @@ DEP_CPP_DISK_=\ "..\..\..\common\str.h"\ "..\..\..\common\stream.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\struc.h"\ NODEP_CPP_DISK_=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ - "..\..\..\sky\arm\macros.h"\ - "..\..\..\sky\arm\native.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\rnc_deco.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\struc.h"\ -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\sky\disk.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\sky\grid.cpp - -!IF "$(CFG)" == "sky - Win32 (WCE emulator) Release" - -NODEP_CPP_GRID_=\ - "..\..\..\sky\sky\compact.h"\ - "..\..\..\sky\sky\disk.h"\ - "..\..\..\sky\sky\grid.h"\ - "..\..\..\sky\sky\logic.h"\ - - -!ELSEIF "$(CFG)" == "sky - Win32 (WCE emulator) Debug" - -NODEP_CPP_GRID_=\ - "..\..\..\sky\sky\compact.h"\ - "..\..\..\sky\sky\disk.h"\ - "..\..\..\sky\sky\grid.h"\ - "..\..\..\sky\sky\logic.h"\ - - -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Release" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Debug" -DEP_CPP_GRID_=\ +DEP_CPP_DISK_=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ "..\..\..\common\array.h"\ "..\..\..\common\endian.h"\ + "..\..\..\common\file.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ + "..\..\..\common\stream.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\grid.h"\ - "..\..\..\sky\logic.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\struc.h"\ -NODEP_CPP_GRID_=\ +NODEP_CPP_DISK_=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\rnc_deco.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\struc.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Release" -DEP_CPP_GRID_=\ +DEP_CPP_DISK_=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ "..\..\..\common\array.h"\ "..\..\..\common\endian.h"\ + "..\..\..\common\file.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ + "..\..\..\common\stream.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\grid.h"\ - "..\..\..\sky\logic.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\struc.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ -NODEP_CPP_GRID_=\ +NODEP_CPP_DISK_=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\rnc_deco.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\struc.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" +!ENDIF -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" +# End Source File +# Begin Source File -!ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Debug" +SOURCE=..\..\..\engines\sky\disk.h +# End Source File +# Begin Source File -!ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Release" +SOURCE=..\..\..\engines\sky\grid.cpp -!ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Debug" +!IF "$(CFG)" == "sky - Win32 (WCE emulator) Release" + +!ELSEIF "$(CFG)" == "sky - Win32 (WCE emulator) Debug" + +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Release" + +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" + +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" + +NODEP_CPP_GRID_=\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\grid.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + + +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" DEP_CPP_GRID_=\ "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\config.h"\ + "..\..\..\backends\wince\missing\SDL_byteorder.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ "..\..\..\base\engine.h"\ "..\..\..\common\array.h"\ - "..\..\..\common\endian.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\grid.h"\ - "..\..\..\sky\logic.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\struc.h"\ + "..\..\..\engines\sky\compact.h"\ + "..\..\..\engines\sky\disk.h"\ + "..\..\..\engines\sky\grid.h"\ + "..\..\..\engines\sky\logic.h"\ + "..\..\..\engines\sky\rnc_deco.h"\ + "..\..\..\engines\sky\sky.h"\ + "..\..\..\engines\sky\skydefs.h"\ + "..\..\..\engines\sky\struc.h"\ NODEP_CPP_GRID_=\ - "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Release" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Debug" -DEP_CPP_GRID_=\ - "..\..\..\backends\ps2\fileio.h"\ - "..\..\..\backends\wince\missing\unistd.h"\ - "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ - "..\..\..\common\array.h"\ - "..\..\..\common\endian.h"\ - "..\..\..\common\scummsys.h"\ - "..\..\..\common\stdafx.h"\ - "..\..\..\common\str.h"\ - "..\..\..\common\util.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\grid.h"\ - "..\..\..\sky\logic.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\struc.h"\ +NODEP_CPP_GRID_=\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\grid.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + + +!ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Release" + +NODEP_CPP_GRID_=\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\grid.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + +!ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Debug" + NODEP_CPP_GRID_=\ - "..\..\..\common\config.h"\ - "..\..\..\common\extend.h"\ - "..\..\..\common\globals.h"\ - "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\grid.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + + +!ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Release" + +NODEP_CPP_GRID_=\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\grid.h"\ + "..\..\..\engines\sky\sky\logic.h"\ !ENDIF @@ -2340,273 +2537,247 @@ NODEP_CPP_GRID_=\ # End Source File # Begin Source File -SOURCE=..\..\..\sky\grid.h +SOURCE=..\..\..\engines\sky\grid.h # End Source File # Begin Source File -SOURCE=..\..\..\sky\hufftext.cpp +SOURCE=..\..\..\engines\sky\hufftext.cpp !IF "$(CFG)" == "sky - Win32 (WCE emulator) Release" -DEP_CPP_HUFFT=\ - "..\..\..\sky\text.h"\ - -NODEP_CPP_HUFFT=\ - "..\..\..\sky\common\scummsys.h"\ - "..\..\..\sky\common\stdafx.h"\ - "..\..\..\sky\scumm_globals.h"\ - - !ELSEIF "$(CFG)" == "sky - Win32 (WCE emulator) Debug" -DEP_CPP_HUFFT=\ - "..\..\..\sky\text.h"\ - +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Release" + +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" + +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" + NODEP_CPP_HUFFT=\ - "..\..\..\sky\common\scummsys.h"\ - "..\..\..\sky\common\stdafx.h"\ - "..\..\..\sky\scumm_globals.h"\ + "..\..\..\engines\sky\scumm_globals.h"\ + "..\..\..\engines\sky\sky\text.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Release" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" DEP_CPP_HUFFT=\ "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\config.h"\ + "..\..\..\backends\wince\missing\SDL_byteorder.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\common\endian.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ - "..\..\..\sky\text.h"\ + "..\..\..\engines\sky\text.h"\ NODEP_CPP_HUFFT=\ - "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ - "..\..\..\sky\scumm_globals.h"\ + "..\..\..\engines\sky\scumm_globals.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Debug" -DEP_CPP_HUFFT=\ - "..\..\..\backends\ps2\fileio.h"\ - "..\..\..\backends\wince\missing\unistd.h"\ - "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\common\endian.h"\ - "..\..\..\common\scummsys.h"\ - "..\..\..\common\stdafx.h"\ - "..\..\..\sky\text.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ +NODEP_CPP_HUFFT=\ + "..\..\..\engines\sky\scumm_globals.h"\ + "..\..\..\engines\sky\sky\text.h"\ + +!ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Release" + NODEP_CPP_HUFFT=\ - "..\..\..\common\config.h"\ - "..\..\..\common\extend.h"\ - "..\..\..\common\globals.h"\ - "..\..\..\common\palmversion.h"\ - "..\..\..\sky\scumm_globals.h"\ + "..\..\..\engines\sky\scumm_globals.h"\ + "..\..\..\engines\sky\sky\text.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Debug" -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" +NODEP_CPP_HUFFT=\ + "..\..\..\engines\sky\scumm_globals.h"\ + "..\..\..\engines\sky\sky\text.h"\ + -!ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Debug" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Release" -!ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Release" +NODEP_CPP_HUFFT=\ + "..\..\..\engines\sky\scumm_globals.h"\ + "..\..\..\engines\sky\sky\text.h"\ + -!ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Debug" +!ENDIF -DEP_CPP_HUFFT=\ +# End Source File +# Begin Source File + +SOURCE=..\..\..\engines\sky\intro.cpp + +!IF "$(CFG)" == "sky - Win32 (WCE emulator) Release" + +!ELSEIF "$(CFG)" == "sky - Win32 (WCE emulator) Debug" + +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Release" + +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" + +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" + +DEP_CPP_INTRO=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ + "..\..\..\common\array.h"\ "..\..\..\common\endian.h"\ + "..\..\..\common\mutex.h"\ + "..\..\..\common\rect.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ - "..\..\..\sky\text.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\util.h"\ -NODEP_CPP_HUFFT=\ +NODEP_CPP_INTRO=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ - "..\..\..\sky\scumm_globals.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\intro.h"\ + "..\..\..\engines\sky\sky\music\musicbase.h"\ + "..\..\..\engines\sky\sky\screen.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\sound.h"\ + "..\..\..\engines\sky\sky\struc.h"\ + "..\..\..\engines\sky\sky\text.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Release" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" -DEP_CPP_HUFFT=\ +DEP_CPP_INTRO=\ "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\config.h"\ + "..\..\..\backends\wince\missing\SDL_byteorder.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ + "..\..\..\base\engine.h"\ + "..\..\..\common\array.h"\ "..\..\..\common\endian.h"\ + "..\..\..\common\mutex.h"\ + "..\..\..\common\rect.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ - "..\..\..\sky\text.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\util.h"\ + "..\..\..\engines\sky\disk.h"\ + "..\..\..\engines\sky\intro.h"\ + "..\..\..\engines\sky\music\musicbase.h"\ + "..\..\..\engines\sky\rnc_deco.h"\ + "..\..\..\engines\sky\screen.h"\ + "..\..\..\engines\sky\sky.h"\ + "..\..\..\engines\sky\skydefs.h"\ + "..\..\..\engines\sky\sound.h"\ + "..\..\..\engines\sky\struc.h"\ + "..\..\..\engines\sky\text.h"\ + "..\..\..\sound\mixer.h"\ -NODEP_CPP_HUFFT=\ - "..\..\..\common\config.h"\ +NODEP_CPP_INTRO=\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ - "..\..\..\sky\scumm_globals.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\sky\intro.cpp - -!IF "$(CFG)" == "sky - Win32 (WCE emulator) Release" - -NODEP_CPP_INTRO=\ - "..\..\..\sky\common\stdafx.h"\ - "..\..\..\sky\common\system.h"\ - "..\..\..\sky\common\util.h"\ - "..\..\..\sky\sky\disk.h"\ - "..\..\..\sky\sky\intro.h"\ - "..\..\..\sky\sky\music\musicbase.h"\ - "..\..\..\sky\sky\screen.h"\ - "..\..\..\sky\sky\sky.h"\ - "..\..\..\sky\sky\sound.h"\ - "..\..\..\sky\sky\struc.h"\ - "..\..\..\sky\sky\text.h"\ - - -!ELSEIF "$(CFG)" == "sky - Win32 (WCE emulator) Debug" - -NODEP_CPP_INTRO=\ - "..\..\..\sky\common\stdafx.h"\ - "..\..\..\sky\common\system.h"\ - "..\..\..\sky\common\util.h"\ - "..\..\..\sky\sky\disk.h"\ - "..\..\..\sky\sky\intro.h"\ - "..\..\..\sky\sky\music\musicbase.h"\ - "..\..\..\sky\sky\screen.h"\ - "..\..\..\sky\sky\sky.h"\ - "..\..\..\sky\sky\sound.h"\ - "..\..\..\sky\sky\struc.h"\ - "..\..\..\sky\sky\text.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Release" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Debug" DEP_CPP_INTRO=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ "..\..\..\common\array.h"\ "..\..\..\common\endian.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\rect.h"\ "..\..\..\common\scummsys.h"\ - "..\..\..\common\singleton.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\intro.h"\ - "..\..\..\sky\music\musicbase.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\screen.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\sound.h"\ - "..\..\..\sky\struc.h"\ - "..\..\..\sky\text.h"\ - "..\..\..\sound\mixer.h"\ NODEP_CPP_INTRO=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\intro.h"\ + "..\..\..\engines\sky\sky\music\musicbase.h"\ + "..\..\..\engines\sky\sky\screen.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\sound.h"\ + "..\..\..\engines\sky\sky\struc.h"\ + "..\..\..\engines\sky\sky\text.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Release" DEP_CPP_INTRO=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ "..\..\..\common\array.h"\ "..\..\..\common\endian.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\rect.h"\ "..\..\..\common\scummsys.h"\ - "..\..\..\common\singleton.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\intro.h"\ - "..\..\..\sky\music\musicbase.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\screen.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\sound.h"\ - "..\..\..\sky\struc.h"\ - "..\..\..\sky\text.h"\ - "..\..\..\sound\mixer.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_INTRO=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\intro.h"\ + "..\..\..\engines\sky\sky\music\musicbase.h"\ + "..\..\..\engines\sky\sky\screen.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\sound.h"\ + "..\..\..\engines\sky\sky\struc.h"\ + "..\..\..\engines\sky\sky\text.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" - -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" - -!ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Debug" - -!ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Release" - !ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Debug" DEP_CPP_INTRO=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ "..\..\..\common\array.h"\ "..\..\..\common\endian.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\rect.h"\ "..\..\..\common\scummsys.h"\ - "..\..\..\common\singleton.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\intro.h"\ - "..\..\..\sky\music\musicbase.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\screen.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\sound.h"\ - "..\..\..\sky\struc.h"\ - "..\..\..\sky\text.h"\ - "..\..\..\sound\mixer.h"\ NODEP_CPP_INTRO=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\intro.h"\ + "..\..\..\engines\sky\sky\music\musicbase.h"\ + "..\..\..\engines\sky\sky\screen.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\sound.h"\ + "..\..\..\engines\sky\sky\struc.h"\ + "..\..\..\engines\sky\sky\text.h"\ !ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Release" @@ -2615,34 +2786,29 @@ DEP_CPP_INTRO=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ "..\..\..\common\array.h"\ "..\..\..\common\endian.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\rect.h"\ "..\..\..\common\scummsys.h"\ - "..\..\..\common\singleton.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\intro.h"\ - "..\..\..\sky\music\musicbase.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\screen.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\sound.h"\ - "..\..\..\sky\struc.h"\ - "..\..\..\sky\text.h"\ - "..\..\..\sound\mixer.h"\ NODEP_CPP_INTRO=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\intro.h"\ + "..\..\..\engines\sky\sky\music\musicbase.h"\ + "..\..\..\engines\sky\sky\screen.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\sound.h"\ + "..\..\..\engines\sky\sky\struc.h"\ + "..\..\..\engines\sky\sky\text.h"\ !ENDIF @@ -2650,96 +2816,57 @@ NODEP_CPP_INTRO=\ # End Source File # Begin Source File -SOURCE=..\..\..\sky\intro.h +SOURCE=..\..\..\engines\sky\intro.h # End Source File # Begin Source File -SOURCE=..\..\..\sky\logic.cpp +SOURCE=..\..\..\engines\sky\logic.cpp !IF "$(CFG)" == "sky - Win32 (WCE emulator) Release" -NODEP_CPP_LOGIC=\ - "..\..\..\sky\common\stdafx.h"\ - "..\..\..\sky\sky\autoroute.h"\ - "..\..\..\sky\sky\compact.h"\ - "..\..\..\sky\sky\control.h"\ - "..\..\..\sky\sky\debug.h"\ - "..\..\..\sky\sky\disk.h"\ - "..\..\..\sky\sky\grid.h"\ - "..\..\..\sky\sky\logic.h"\ - "..\..\..\sky\sky\mouse.h"\ - "..\..\..\sky\sky\music\musicbase.h"\ - "..\..\..\sky\sky\screen.h"\ - "..\..\..\sky\sky\sky.h"\ - "..\..\..\sky\sky\sound.h"\ - "..\..\..\sky\sky\struc.h"\ - "..\..\..\sky\sky\text.h"\ - - !ELSEIF "$(CFG)" == "sky - Win32 (WCE emulator) Debug" -NODEP_CPP_LOGIC=\ - "..\..\..\sky\common\stdafx.h"\ - "..\..\..\sky\sky\autoroute.h"\ - "..\..\..\sky\sky\compact.h"\ - "..\..\..\sky\sky\control.h"\ - "..\..\..\sky\sky\debug.h"\ - "..\..\..\sky\sky\disk.h"\ - "..\..\..\sky\sky\grid.h"\ - "..\..\..\sky\sky\logic.h"\ - "..\..\..\sky\sky\mouse.h"\ - "..\..\..\sky\sky\music\musicbase.h"\ - "..\..\..\sky\sky\screen.h"\ - "..\..\..\sky\sky\sky.h"\ - "..\..\..\sky\sky\sound.h"\ - "..\..\..\sky\sky\struc.h"\ - "..\..\..\sky\sky\text.h"\ - - !ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Release" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" + +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" + DEP_CPP_LOGIC=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ - "..\..\..\common\array.h"\ - "..\..\..\common\debugger.h"\ "..\..\..\common\endian.h"\ - "..\..\..\common\mutex.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ - "..\..\..\common\str.h"\ - "..\..\..\common\util.h"\ - "..\..\..\sky\autoroute.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\control.h"\ - "..\..\..\sky\debug.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\grid.h"\ - "..\..\..\sky\logic.h"\ - "..\..\..\sky\mouse.h"\ - "..\..\..\sky\music\musicbase.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\screen.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\sound.h"\ - "..\..\..\sky\struc.h"\ - "..\..\..\sky\text.h"\ - "..\..\..\sound\mixer.h"\ NODEP_CPP_LOGIC=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\autoroute.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\control.h"\ + "..\..\..\engines\sky\sky\debug.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\grid.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\mouse.h"\ + "..\..\..\engines\sky\sky\music\musicbase.h"\ + "..\..\..\engines\sky\sky\screen.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\sound.h"\ + "..\..\..\engines\sky\sky\struc.h"\ + "..\..\..\engines\sky\sky\text.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" DEP_CPP_LOGIC=\ "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\config.h"\ + "..\..\..\backends\wince\missing\SDL_byteorder.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ "..\..\..\base\engine.h"\ @@ -2751,78 +2878,121 @@ DEP_CPP_LOGIC=\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\autoroute.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\control.h"\ - "..\..\..\sky\debug.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\grid.h"\ - "..\..\..\sky\logic.h"\ - "..\..\..\sky\mouse.h"\ - "..\..\..\sky\music\musicbase.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\screen.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\sound.h"\ - "..\..\..\sky\struc.h"\ - "..\..\..\sky\text.h"\ + "..\..\..\engines\sky\autoroute.h"\ + "..\..\..\engines\sky\compact.h"\ + "..\..\..\engines\sky\control.h"\ + "..\..\..\engines\sky\debug.h"\ + "..\..\..\engines\sky\disk.h"\ + "..\..\..\engines\sky\grid.h"\ + "..\..\..\engines\sky\logic.h"\ + "..\..\..\engines\sky\mouse.h"\ + "..\..\..\engines\sky\music\musicbase.h"\ + "..\..\..\engines\sky\rnc_deco.h"\ + "..\..\..\engines\sky\screen.h"\ + "..\..\..\engines\sky\sky.h"\ + "..\..\..\engines\sky\skydefs.h"\ + "..\..\..\engines\sky\sound.h"\ + "..\..\..\engines\sky\struc.h"\ + "..\..\..\engines\sky\text.h"\ "..\..\..\sound\mixer.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_LOGIC=\ - "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" - -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" - !ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Debug" +DEP_CPP_LOGIC=\ + "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\unistd.h"\ + "..\..\..\backends\wince\portdefs.h"\ + "..\..\..\common\endian.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + +NODEP_CPP_LOGIC=\ + "..\..\..\common\config.h"\ + "..\..\..\common\extend.h"\ + "..\..\..\common\globals.h"\ + "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\autoroute.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\control.h"\ + "..\..\..\engines\sky\sky\debug.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\grid.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\mouse.h"\ + "..\..\..\engines\sky\sky\music\musicbase.h"\ + "..\..\..\engines\sky\sky\screen.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\sound.h"\ + "..\..\..\engines\sky\sky\struc.h"\ + "..\..\..\engines\sky\sky\text.h"\ + + !ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Release" +DEP_CPP_LOGIC=\ + "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\unistd.h"\ + "..\..\..\backends\wince\portdefs.h"\ + "..\..\..\common\endian.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + +NODEP_CPP_LOGIC=\ + "..\..\..\common\config.h"\ + "..\..\..\common\extend.h"\ + "..\..\..\common\globals.h"\ + "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\autoroute.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\control.h"\ + "..\..\..\engines\sky\sky\debug.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\grid.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\mouse.h"\ + "..\..\..\engines\sky\sky\music\musicbase.h"\ + "..\..\..\engines\sky\sky\screen.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\sound.h"\ + "..\..\..\engines\sky\sky\struc.h"\ + "..\..\..\engines\sky\sky\text.h"\ + + !ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Debug" DEP_CPP_LOGIC=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ - "..\..\..\common\array.h"\ - "..\..\..\common\debugger.h"\ "..\..\..\common\endian.h"\ - "..\..\..\common\mutex.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ - "..\..\..\common\str.h"\ - "..\..\..\common\util.h"\ - "..\..\..\sky\autoroute.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\control.h"\ - "..\..\..\sky\debug.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\grid.h"\ - "..\..\..\sky\logic.h"\ - "..\..\..\sky\mouse.h"\ - "..\..\..\sky\music\musicbase.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\screen.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\sound.h"\ - "..\..\..\sky\struc.h"\ - "..\..\..\sky\text.h"\ - "..\..\..\sound\mixer.h"\ NODEP_CPP_LOGIC=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\autoroute.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\control.h"\ + "..\..\..\engines\sky\sky\debug.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\grid.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\mouse.h"\ + "..\..\..\engines\sky\sky\music\musicbase.h"\ + "..\..\..\engines\sky\sky\screen.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\sound.h"\ + "..\..\..\engines\sky\sky\struc.h"\ + "..\..\..\engines\sky\sky\text.h"\ !ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Release" @@ -2831,38 +3001,29 @@ DEP_CPP_LOGIC=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ - "..\..\..\common\array.h"\ - "..\..\..\common\debugger.h"\ "..\..\..\common\endian.h"\ - "..\..\..\common\mutex.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ - "..\..\..\common\str.h"\ - "..\..\..\common\util.h"\ - "..\..\..\sky\autoroute.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\control.h"\ - "..\..\..\sky\debug.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\grid.h"\ - "..\..\..\sky\logic.h"\ - "..\..\..\sky\mouse.h"\ - "..\..\..\sky\music\musicbase.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\screen.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\sound.h"\ - "..\..\..\sky\struc.h"\ - "..\..\..\sky\text.h"\ - "..\..\..\sound\mixer.h"\ NODEP_CPP_LOGIC=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\autoroute.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\control.h"\ + "..\..\..\engines\sky\sky\debug.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\grid.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\mouse.h"\ + "..\..\..\engines\sky\sky\music\musicbase.h"\ + "..\..\..\engines\sky\sky\screen.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\sound.h"\ + "..\..\..\engines\sky\sky\struc.h"\ + "..\..\..\engines\sky\sky\text.h"\ !ENDIF @@ -2870,146 +3031,181 @@ NODEP_CPP_LOGIC=\ # End Source File # Begin Source File -SOURCE=..\..\..\sky\logic.h +SOURCE=..\..\..\engines\sky\logic.h # End Source File # Begin Source File -SOURCE=..\..\..\sky\mouse.cpp +SOURCE=..\..\..\engines\sky\mouse.cpp !IF "$(CFG)" == "sky - Win32 (WCE emulator) Release" -NODEP_CPP_MOUSE=\ - "..\..\..\sky\common\stdafx.h"\ - "..\..\..\sky\common\system.h"\ - "..\..\..\sky\sky\compact.h"\ - "..\..\..\sky\sky\disk.h"\ - "..\..\..\sky\sky\logic.h"\ - "..\..\..\sky\sky\mouse.h"\ - "..\..\..\sky\sky\sky.h"\ - "..\..\..\sky\sky\skydefs.h"\ - "..\..\..\sky\sky\struc.h"\ - - !ELSEIF "$(CFG)" == "sky - Win32 (WCE emulator) Debug" -NODEP_CPP_MOUSE=\ - "..\..\..\sky\common\stdafx.h"\ - "..\..\..\sky\common\system.h"\ - "..\..\..\sky\sky\compact.h"\ - "..\..\..\sky\sky\disk.h"\ - "..\..\..\sky\sky\logic.h"\ - "..\..\..\sky\sky\mouse.h"\ - "..\..\..\sky\sky\sky.h"\ - "..\..\..\sky\sky\skydefs.h"\ - "..\..\..\sky\sky\struc.h"\ - - !ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Release" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" + +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" + DEP_CPP_MOUSE=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ "..\..\..\common\array.h"\ - "..\..\..\common\endian.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\rect.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\singleton.h"\ + "..\..\..\common\stack.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\logic.h"\ - "..\..\..\sky\mouse.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\struc.h"\ + "..\..\..\graphics\cursorman.h"\ NODEP_CPP_MOUSE=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\mouse.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\skydefs.h"\ + "..\..\..\engines\sky\sky\struc.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" DEP_CPP_MOUSE=\ "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\config.h"\ + "..\..\..\backends\wince\missing\SDL_byteorder.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ "..\..\..\base\engine.h"\ "..\..\..\common\array.h"\ - "..\..\..\common\endian.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\rect.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\singleton.h"\ + "..\..\..\common\stack.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\logic.h"\ - "..\..\..\sky\mouse.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\struc.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ + "..\..\..\engines\sky\compact.h"\ + "..\..\..\engines\sky\disk.h"\ + "..\..\..\engines\sky\logic.h"\ + "..\..\..\engines\sky\mouse.h"\ + "..\..\..\engines\sky\rnc_deco.h"\ + "..\..\..\engines\sky\sky.h"\ + "..\..\..\engines\sky\skydefs.h"\ + "..\..\..\engines\sky\struc.h"\ + "..\..\..\graphics\cursorman.h"\ NODEP_CPP_MOUSE=\ - "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" - -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" - !ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Debug" +DEP_CPP_MOUSE=\ + "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\unistd.h"\ + "..\..\..\backends\wince\portdefs.h"\ + "..\..\..\common\array.h"\ + "..\..\..\common\mutex.h"\ + "..\..\..\common\rect.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\singleton.h"\ + "..\..\..\common\stack.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\util.h"\ + "..\..\..\graphics\cursorman.h"\ + +NODEP_CPP_MOUSE=\ + "..\..\..\common\config.h"\ + "..\..\..\common\extend.h"\ + "..\..\..\common\globals.h"\ + "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\mouse.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\skydefs.h"\ + "..\..\..\engines\sky\sky\struc.h"\ + + !ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Release" +DEP_CPP_MOUSE=\ + "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\unistd.h"\ + "..\..\..\backends\wince\portdefs.h"\ + "..\..\..\common\array.h"\ + "..\..\..\common\mutex.h"\ + "..\..\..\common\rect.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\singleton.h"\ + "..\..\..\common\stack.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\util.h"\ + "..\..\..\graphics\cursorman.h"\ + +NODEP_CPP_MOUSE=\ + "..\..\..\common\config.h"\ + "..\..\..\common\extend.h"\ + "..\..\..\common\globals.h"\ + "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\mouse.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\skydefs.h"\ + "..\..\..\engines\sky\sky\struc.h"\ + + !ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Debug" DEP_CPP_MOUSE=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ "..\..\..\common\array.h"\ - "..\..\..\common\endian.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\rect.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\singleton.h"\ + "..\..\..\common\stack.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\logic.h"\ - "..\..\..\sky\mouse.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\struc.h"\ + "..\..\..\graphics\cursorman.h"\ NODEP_CPP_MOUSE=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\mouse.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\skydefs.h"\ + "..\..\..\engines\sky\sky\struc.h"\ !ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Release" @@ -3018,31 +3214,30 @@ DEP_CPP_MOUSE=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ "..\..\..\common\array.h"\ - "..\..\..\common\endian.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\rect.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\singleton.h"\ + "..\..\..\common\stack.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\logic.h"\ - "..\..\..\sky\mouse.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\struc.h"\ + "..\..\..\graphics\cursorman.h"\ NODEP_CPP_MOUSE=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\mouse.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\skydefs.h"\ + "..\..\..\engines\sky\sky\struc.h"\ !ENDIF @@ -3050,29 +3245,58 @@ NODEP_CPP_MOUSE=\ # End Source File # Begin Source File -SOURCE=..\..\..\sky\mouse.h +SOURCE=..\..\..\engines\sky\mouse.h # End Source File # Begin Source File -SOURCE=..\..\..\sky\rnc_deco.cpp +SOURCE=..\..\..\engines\sky\rnc_deco.cpp !IF "$(CFG)" == "sky - Win32 (WCE emulator) Release" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE emulator) Debug" + +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Release" + +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" + +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" + +DEP_CPP_RNC_D=\ + "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\unistd.h"\ + "..\..\..\backends\wince\portdefs.h"\ + "..\..\..\common\endian.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + NODEP_CPP_RNC_D=\ - "..\..\..\sky\common\scummsys.h"\ - "..\..\..\sky\common\stdafx.h"\ - "..\..\..\sky\sky\rnc_deco.h"\ + "..\..\..\common\config.h"\ + "..\..\..\common\extend.h"\ + "..\..\..\common\globals.h"\ + "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\rnc_deco.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE emulator) Debug" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" +DEP_CPP_RNC_D=\ + "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\config.h"\ + "..\..\..\backends\wince\missing\SDL_byteorder.h"\ + "..\..\..\backends\wince\missing\unistd.h"\ + "..\..\..\backends\wince\portdefs.h"\ + "..\..\..\common\endian.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\engines\sky\rnc_deco.h"\ + NODEP_CPP_RNC_D=\ - "..\..\..\sky\common\scummsys.h"\ - "..\..\..\sky\common\stdafx.h"\ - "..\..\..\sky\sky\rnc_deco.h"\ + "..\..\..\common\extend.h"\ + "..\..\..\common\globals.h"\ + "..\..\..\common\palmversion.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Release" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Debug" DEP_CPP_RNC_D=\ "..\..\..\backends\ps2\fileio.h"\ @@ -3081,16 +3305,16 @@ DEP_CPP_RNC_D=\ "..\..\..\common\endian.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ - "..\..\..\sky\rnc_deco.h"\ NODEP_CPP_RNC_D=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\rnc_deco.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Release" DEP_CPP_RNC_D=\ "..\..\..\backends\ps2\fileio.h"\ @@ -3099,24 +3323,15 @@ DEP_CPP_RNC_D=\ "..\..\..\common\endian.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ - "..\..\..\sky\rnc_deco.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_RNC_D=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\rnc_deco.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" - -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" - -!ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Debug" - -!ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Release" - !ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Debug" DEP_CPP_RNC_D=\ @@ -3126,13 +3341,13 @@ DEP_CPP_RNC_D=\ "..\..\..\common\endian.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ - "..\..\..\sky\rnc_deco.h"\ NODEP_CPP_RNC_D=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\rnc_deco.h"\ !ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Release" @@ -3144,13 +3359,13 @@ DEP_CPP_RNC_D=\ "..\..\..\common\endian.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ - "..\..\..\sky\rnc_deco.h"\ NODEP_CPP_RNC_D=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\rnc_deco.h"\ !ENDIF @@ -3158,77 +3373,56 @@ NODEP_CPP_RNC_D=\ # End Source File # Begin Source File -SOURCE=..\..\..\sky\rnc_deco.h +SOURCE=..\..\..\engines\sky\rnc_deco.h # End Source File # Begin Source File -SOURCE=..\..\..\sky\screen.cpp +SOURCE=..\..\..\engines\sky\screen.cpp !IF "$(CFG)" == "sky - Win32 (WCE emulator) Release" -NODEP_CPP_SCREE=\ - "..\..\..\sky\common\stdafx.h"\ - "..\..\..\sky\common\system.h"\ - "..\..\..\sky\sky\compact.h"\ - "..\..\..\sky\sky\disk.h"\ - "..\..\..\sky\sky\logic.h"\ - "..\..\..\sky\sky\screen.h"\ - "..\..\..\sky\sky\sky.h"\ - "..\..\..\sky\sky\skydefs.h"\ - "..\..\..\sky\sky\struc.h"\ - - !ELSEIF "$(CFG)" == "sky - Win32 (WCE emulator) Debug" -NODEP_CPP_SCREE=\ - "..\..\..\sky\common\stdafx.h"\ - "..\..\..\sky\common\system.h"\ - "..\..\..\sky\sky\compact.h"\ - "..\..\..\sky\sky\disk.h"\ - "..\..\..\sky\sky\logic.h"\ - "..\..\..\sky\sky\screen.h"\ - "..\..\..\sky\sky\sky.h"\ - "..\..\..\sky\sky\skydefs.h"\ - "..\..\..\sky\sky\struc.h"\ - - !ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Release" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" + +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" + DEP_CPP_SCREE=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ "..\..\..\common\array.h"\ "..\..\..\common\endian.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\rect.h"\ "..\..\..\common\scummsys.h"\ - "..\..\..\common\singleton.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\logic.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\screen.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\struc.h"\ NODEP_CPP_SCREE=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\screen.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\skydefs.h"\ + "..\..\..\engines\sky\sky\struc.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" DEP_CPP_SCREE=\ "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\config.h"\ + "..\..\..\backends\wince\missing\SDL_byteorder.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ "..\..\..\base\engine.h"\ @@ -3237,67 +3431,113 @@ DEP_CPP_SCREE=\ "..\..\..\common\mutex.h"\ "..\..\..\common\rect.h"\ "..\..\..\common\scummsys.h"\ - "..\..\..\common\singleton.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\logic.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\screen.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\struc.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ + "..\..\..\engines\sky\compact.h"\ + "..\..\..\engines\sky\disk.h"\ + "..\..\..\engines\sky\logic.h"\ + "..\..\..\engines\sky\rnc_deco.h"\ + "..\..\..\engines\sky\screen.h"\ + "..\..\..\engines\sky\sky.h"\ + "..\..\..\engines\sky\skydefs.h"\ + "..\..\..\engines\sky\struc.h"\ NODEP_CPP_SCREE=\ - "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" - -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" - !ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Debug" +DEP_CPP_SCREE=\ + "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\unistd.h"\ + "..\..\..\backends\wince\portdefs.h"\ + "..\..\..\common\array.h"\ + "..\..\..\common\endian.h"\ + "..\..\..\common\mutex.h"\ + "..\..\..\common\rect.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\util.h"\ + +NODEP_CPP_SCREE=\ + "..\..\..\common\config.h"\ + "..\..\..\common\extend.h"\ + "..\..\..\common\globals.h"\ + "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\screen.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\skydefs.h"\ + "..\..\..\engines\sky\sky\struc.h"\ + + !ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Release" +DEP_CPP_SCREE=\ + "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\unistd.h"\ + "..\..\..\backends\wince\portdefs.h"\ + "..\..\..\common\array.h"\ + "..\..\..\common\endian.h"\ + "..\..\..\common\mutex.h"\ + "..\..\..\common\rect.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\util.h"\ + +NODEP_CPP_SCREE=\ + "..\..\..\common\config.h"\ + "..\..\..\common\extend.h"\ + "..\..\..\common\globals.h"\ + "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\screen.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\skydefs.h"\ + "..\..\..\engines\sky\sky\struc.h"\ + + !ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Debug" DEP_CPP_SCREE=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ "..\..\..\common\array.h"\ "..\..\..\common\endian.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\rect.h"\ "..\..\..\common\scummsys.h"\ - "..\..\..\common\singleton.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\logic.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\screen.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\struc.h"\ NODEP_CPP_SCREE=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\screen.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\skydefs.h"\ + "..\..\..\engines\sky\sky\struc.h"\ !ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Release" @@ -3306,31 +3546,28 @@ DEP_CPP_SCREE=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ "..\..\..\common\array.h"\ "..\..\..\common\endian.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\rect.h"\ "..\..\..\common\scummsys.h"\ - "..\..\..\common\singleton.h"\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\system.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\logic.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\screen.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\struc.h"\ NODEP_CPP_SCREE=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\screen.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\skydefs.h"\ + "..\..\..\engines\sky\sky\struc.h"\ !ENDIF @@ -3338,92 +3575,34 @@ NODEP_CPP_SCREE=\ # End Source File # Begin Source File -SOURCE=..\..\..\sky\screen.h +SOURCE=..\..\..\engines\sky\screen.h # End Source File # Begin Source File -SOURCE=..\..\..\sky\sky.cpp +SOURCE=..\..\..\engines\sky\sky.cpp !IF "$(CFG)" == "sky - Win32 (WCE emulator) Release" -NODEP_CPP_SKY_C=\ - "..\..\..\sky\backends\fs\fs.h"\ - "..\..\..\sky\base\options.h"\ - "..\..\..\sky\base\plugins.h"\ - "..\..\..\sky\common\config-manager.h"\ - "..\..\..\sky\common\file.h"\ - "..\..\..\sky\common\stdafx.h"\ - "..\..\..\sky\common\system.h"\ - "..\..\..\sky\common\timer.h"\ - "..\..\..\sky\sky\compact.h"\ - "..\..\..\sky\sky\control.h"\ - "..\..\..\sky\sky\debug.h"\ - "..\..\..\sky\sky\disk.h"\ - "..\..\..\sky\sky\grid.h"\ - "..\..\..\sky\sky\intro.h"\ - "..\..\..\sky\sky\logic.h"\ - "..\..\..\sky\sky\mouse.h"\ - "..\..\..\sky\sky\music\adlibmusic.h"\ - "..\..\..\sky\sky\music\gmmusic.h"\ - "..\..\..\sky\sky\music\mt32music.h"\ - "..\..\..\sky\sky\music\musicbase.h"\ - "..\..\..\sky\sky\screen.h"\ - "..\..\..\sky\sky\sky.h"\ - "..\..\..\sky\sky\skydefs.h"\ - "..\..\..\sky\sky\sound.h"\ - "..\..\..\sky\sky\text.h"\ - "..\..\..\sky\sound\mididrv.h"\ - "..\..\..\sky\sound\mixer.h"\ - - !ELSEIF "$(CFG)" == "sky - Win32 (WCE emulator) Debug" -NODEP_CPP_SKY_C=\ - "..\..\..\sky\backends\fs\fs.h"\ - "..\..\..\sky\base\options.h"\ - "..\..\..\sky\base\plugins.h"\ - "..\..\..\sky\common\config-manager.h"\ - "..\..\..\sky\common\file.h"\ - "..\..\..\sky\common\stdafx.h"\ - "..\..\..\sky\common\system.h"\ - "..\..\..\sky\common\timer.h"\ - "..\..\..\sky\sky\compact.h"\ - "..\..\..\sky\sky\control.h"\ - "..\..\..\sky\sky\debug.h"\ - "..\..\..\sky\sky\disk.h"\ - "..\..\..\sky\sky\grid.h"\ - "..\..\..\sky\sky\intro.h"\ - "..\..\..\sky\sky\logic.h"\ - "..\..\..\sky\sky\mouse.h"\ - "..\..\..\sky\sky\music\adlibmusic.h"\ - "..\..\..\sky\sky\music\gmmusic.h"\ - "..\..\..\sky\sky\music\mt32music.h"\ - "..\..\..\sky\sky\music\musicbase.h"\ - "..\..\..\sky\sky\screen.h"\ - "..\..\..\sky\sky\sky.h"\ - "..\..\..\sky\sky\skydefs.h"\ - "..\..\..\sky\sky\sound.h"\ - "..\..\..\sky\sky\text.h"\ - "..\..\..\sky\sound\mididrv.h"\ - "..\..\..\sky\sound\mixer.h"\ - - !ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Release" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" + +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" + DEP_CPP_SKY_C=\ "..\..\..\backends\fs\fs.h"\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ - "..\..\..\base\options.h"\ + "..\..\..\base\game.h"\ "..\..\..\base\plugins.h"\ "..\..\..\common\array.h"\ "..\..\..\common\config-manager.h"\ - "..\..\..\common\debugger.h"\ - "..\..\..\common\endian.h"\ "..\..\..\common\file.h"\ - "..\..\..\common\map.h"\ + "..\..\..\common\func.h"\ + "..\..\..\common\hashmap.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\rect.h"\ "..\..\..\common\scummsys.h"\ @@ -3434,27 +3613,6 @@ DEP_CPP_SKY_C=\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\control.h"\ - "..\..\..\sky\debug.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\grid.h"\ - "..\..\..\sky\intro.h"\ - "..\..\..\sky\logic.h"\ - "..\..\..\sky\mouse.h"\ - "..\..\..\sky\music\adlibmusic.h"\ - "..\..\..\sky\music\gmmusic.h"\ - "..\..\..\sky\music\mt32music.h"\ - "..\..\..\sky\music\musicbase.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\screen.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\sound.h"\ - "..\..\..\sky\struc.h"\ - "..\..\..\sky\text.h"\ - "..\..\..\sound\audiostream.h"\ - "..\..\..\sound\fmopl.h"\ "..\..\..\sound\mididrv.h"\ "..\..\..\sound\mixer.h"\ @@ -3464,24 +3622,43 @@ NODEP_CPP_SKY_C=\ "..\..\..\common\globals.h"\ "..\..\..\common\morphos_timer.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\control.h"\ + "..\..\..\engines\sky\sky\debug.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\grid.h"\ + "..\..\..\engines\sky\sky\intro.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\mouse.h"\ + "..\..\..\engines\sky\sky\music\adlibmusic.h"\ + "..\..\..\engines\sky\sky\music\gmmusic.h"\ + "..\..\..\engines\sky\sky\music\mt32music.h"\ + "..\..\..\engines\sky\sky\music\musicbase.h"\ + "..\..\..\engines\sky\sky\screen.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\skydefs.h"\ + "..\..\..\engines\sky\sky\sound.h"\ + "..\..\..\engines\sky\sky\text.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" DEP_CPP_SKY_C=\ "..\..\..\backends\fs\fs.h"\ "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\config.h"\ + "..\..\..\backends\wince\missing\SDL_byteorder.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ "..\..\..\base\engine.h"\ - "..\..\..\base\options.h"\ + "..\..\..\base\game.h"\ "..\..\..\base\plugins.h"\ "..\..\..\common\array.h"\ "..\..\..\common\config-manager.h"\ "..\..\..\common\debugger.h"\ - "..\..\..\common\endian.h"\ "..\..\..\common\file.h"\ - "..\..\..\common\map.h"\ + "..\..\..\common\func.h"\ + "..\..\..\common\hashmap.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\rect.h"\ "..\..\..\common\scummsys.h"\ @@ -3492,47 +3669,141 @@ DEP_CPP_SKY_C=\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\control.h"\ - "..\..\..\sky\debug.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\grid.h"\ - "..\..\..\sky\intro.h"\ - "..\..\..\sky\logic.h"\ - "..\..\..\sky\mouse.h"\ - "..\..\..\sky\music\adlibmusic.h"\ - "..\..\..\sky\music\gmmusic.h"\ - "..\..\..\sky\music\mt32music.h"\ - "..\..\..\sky\music\musicbase.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\screen.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\sound.h"\ - "..\..\..\sky\struc.h"\ - "..\..\..\sky\text.h"\ + "..\..\..\engines\sky\compact.h"\ + "..\..\..\engines\sky\control.h"\ + "..\..\..\engines\sky\debug.h"\ + "..\..\..\engines\sky\disk.h"\ + "..\..\..\engines\sky\grid.h"\ + "..\..\..\engines\sky\intro.h"\ + "..\..\..\engines\sky\logic.h"\ + "..\..\..\engines\sky\mouse.h"\ + "..\..\..\engines\sky\music\adlibmusic.h"\ + "..\..\..\engines\sky\music\gmmusic.h"\ + "..\..\..\engines\sky\music\mt32music.h"\ + "..\..\..\engines\sky\music\musicbase.h"\ + "..\..\..\engines\sky\rnc_deco.h"\ + "..\..\..\engines\sky\screen.h"\ + "..\..\..\engines\sky\sky.h"\ + "..\..\..\engines\sky\skydefs.h"\ + "..\..\..\engines\sky\sound.h"\ + "..\..\..\engines\sky\struc.h"\ + "..\..\..\engines\sky\text.h"\ "..\..\..\sound\audiostream.h"\ "..\..\..\sound\fmopl.h"\ "..\..\..\sound\mididrv.h"\ "..\..\..\sound\mixer.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_SKY_C=\ - "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\morphos_timer.h"\ "..\..\..\common\palmversion.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" - -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" - !ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Debug" +DEP_CPP_SKY_C=\ + "..\..\..\backends\fs\fs.h"\ + "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\unistd.h"\ + "..\..\..\backends\wince\portdefs.h"\ + "..\..\..\base\game.h"\ + "..\..\..\base\plugins.h"\ + "..\..\..\common\array.h"\ + "..\..\..\common\config-manager.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\func.h"\ + "..\..\..\common\hashmap.h"\ + "..\..\..\common\mutex.h"\ + "..\..\..\common\rect.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\singleton.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\stream.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mixer.h"\ + +NODEP_CPP_SKY_C=\ + "..\..\..\common\config.h"\ + "..\..\..\common\extend.h"\ + "..\..\..\common\globals.h"\ + "..\..\..\common\morphos_timer.h"\ + "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\control.h"\ + "..\..\..\engines\sky\sky\debug.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\grid.h"\ + "..\..\..\engines\sky\sky\intro.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\mouse.h"\ + "..\..\..\engines\sky\sky\music\adlibmusic.h"\ + "..\..\..\engines\sky\sky\music\gmmusic.h"\ + "..\..\..\engines\sky\sky\music\mt32music.h"\ + "..\..\..\engines\sky\sky\music\musicbase.h"\ + "..\..\..\engines\sky\sky\screen.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\skydefs.h"\ + "..\..\..\engines\sky\sky\sound.h"\ + "..\..\..\engines\sky\sky\text.h"\ + + !ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Release" +DEP_CPP_SKY_C=\ + "..\..\..\backends\fs\fs.h"\ + "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\unistd.h"\ + "..\..\..\backends\wince\portdefs.h"\ + "..\..\..\base\game.h"\ + "..\..\..\base\plugins.h"\ + "..\..\..\common\array.h"\ + "..\..\..\common\config-manager.h"\ + "..\..\..\common\file.h"\ + "..\..\..\common\func.h"\ + "..\..\..\common\hashmap.h"\ + "..\..\..\common\mutex.h"\ + "..\..\..\common\rect.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\singleton.h"\ + "..\..\..\common\stdafx.h"\ + "..\..\..\common\str.h"\ + "..\..\..\common\stream.h"\ + "..\..\..\common\system.h"\ + "..\..\..\common\timer.h"\ + "..\..\..\common\util.h"\ + "..\..\..\sound\mididrv.h"\ + "..\..\..\sound\mixer.h"\ + +NODEP_CPP_SKY_C=\ + "..\..\..\common\config.h"\ + "..\..\..\common\extend.h"\ + "..\..\..\common\globals.h"\ + "..\..\..\common\morphos_timer.h"\ + "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\control.h"\ + "..\..\..\engines\sky\sky\debug.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\grid.h"\ + "..\..\..\engines\sky\sky\intro.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\mouse.h"\ + "..\..\..\engines\sky\sky\music\adlibmusic.h"\ + "..\..\..\engines\sky\sky\music\gmmusic.h"\ + "..\..\..\engines\sky\sky\music\mt32music.h"\ + "..\..\..\engines\sky\sky\music\musicbase.h"\ + "..\..\..\engines\sky\sky\screen.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\skydefs.h"\ + "..\..\..\engines\sky\sky\sound.h"\ + "..\..\..\engines\sky\sky\text.h"\ + + !ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Debug" DEP_CPP_SKY_C=\ @@ -3540,15 +3811,13 @@ DEP_CPP_SKY_C=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ - "..\..\..\base\options.h"\ + "..\..\..\base\game.h"\ "..\..\..\base\plugins.h"\ "..\..\..\common\array.h"\ "..\..\..\common\config-manager.h"\ - "..\..\..\common\debugger.h"\ - "..\..\..\common\endian.h"\ "..\..\..\common\file.h"\ - "..\..\..\common\map.h"\ + "..\..\..\common\func.h"\ + "..\..\..\common\hashmap.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\rect.h"\ "..\..\..\common\scummsys.h"\ @@ -3559,27 +3828,6 @@ DEP_CPP_SKY_C=\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\control.h"\ - "..\..\..\sky\debug.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\grid.h"\ - "..\..\..\sky\intro.h"\ - "..\..\..\sky\logic.h"\ - "..\..\..\sky\mouse.h"\ - "..\..\..\sky\music\adlibmusic.h"\ - "..\..\..\sky\music\gmmusic.h"\ - "..\..\..\sky\music\mt32music.h"\ - "..\..\..\sky\music\musicbase.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\screen.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\sound.h"\ - "..\..\..\sky\struc.h"\ - "..\..\..\sky\text.h"\ - "..\..\..\sound\audiostream.h"\ - "..\..\..\sound\fmopl.h"\ "..\..\..\sound\mididrv.h"\ "..\..\..\sound\mixer.h"\ @@ -3589,6 +3837,23 @@ NODEP_CPP_SKY_C=\ "..\..\..\common\globals.h"\ "..\..\..\common\morphos_timer.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\control.h"\ + "..\..\..\engines\sky\sky\debug.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\grid.h"\ + "..\..\..\engines\sky\sky\intro.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\mouse.h"\ + "..\..\..\engines\sky\sky\music\adlibmusic.h"\ + "..\..\..\engines\sky\sky\music\gmmusic.h"\ + "..\..\..\engines\sky\sky\music\mt32music.h"\ + "..\..\..\engines\sky\sky\music\musicbase.h"\ + "..\..\..\engines\sky\sky\screen.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\skydefs.h"\ + "..\..\..\engines\sky\sky\sound.h"\ + "..\..\..\engines\sky\sky\text.h"\ !ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Release" @@ -3598,15 +3863,13 @@ DEP_CPP_SKY_C=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ - "..\..\..\base\options.h"\ + "..\..\..\base\game.h"\ "..\..\..\base\plugins.h"\ "..\..\..\common\array.h"\ "..\..\..\common\config-manager.h"\ - "..\..\..\common\debugger.h"\ - "..\..\..\common\endian.h"\ "..\..\..\common\file.h"\ - "..\..\..\common\map.h"\ + "..\..\..\common\func.h"\ + "..\..\..\common\hashmap.h"\ "..\..\..\common\mutex.h"\ "..\..\..\common\rect.h"\ "..\..\..\common\scummsys.h"\ @@ -3617,27 +3880,6 @@ DEP_CPP_SKY_C=\ "..\..\..\common\system.h"\ "..\..\..\common\timer.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\control.h"\ - "..\..\..\sky\debug.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\grid.h"\ - "..\..\..\sky\intro.h"\ - "..\..\..\sky\logic.h"\ - "..\..\..\sky\mouse.h"\ - "..\..\..\sky\music\adlibmusic.h"\ - "..\..\..\sky\music\gmmusic.h"\ - "..\..\..\sky\music\mt32music.h"\ - "..\..\..\sky\music\musicbase.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\screen.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\sound.h"\ - "..\..\..\sky\struc.h"\ - "..\..\..\sky\text.h"\ - "..\..\..\sound\audiostream.h"\ - "..\..\..\sound\fmopl.h"\ "..\..\..\sound\mididrv.h"\ "..\..\..\sound\mixer.h"\ @@ -3647,6 +3889,23 @@ NODEP_CPP_SKY_C=\ "..\..\..\common\globals.h"\ "..\..\..\common\morphos_timer.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\control.h"\ + "..\..\..\engines\sky\sky\debug.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\grid.h"\ + "..\..\..\engines\sky\sky\intro.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\mouse.h"\ + "..\..\..\engines\sky\sky\music\adlibmusic.h"\ + "..\..\..\engines\sky\sky\music\gmmusic.h"\ + "..\..\..\engines\sky\sky\music\mt32music.h"\ + "..\..\..\engines\sky\sky\music\musicbase.h"\ + "..\..\..\engines\sky\sky\screen.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\skydefs.h"\ + "..\..\..\engines\sky\sky\sound.h"\ + "..\..\..\engines\sky\sky\text.h"\ !ENDIF @@ -3654,74 +3913,53 @@ NODEP_CPP_SKY_C=\ # End Source File # Begin Source File -SOURCE=..\..\..\sky\sky.h +SOURCE=..\..\..\engines\sky\sky.h # End Source File # Begin Source File -SOURCE=..\..\..\sky\skydefs.h +SOURCE=..\..\..\engines\sky\skydefs.h # End Source File # Begin Source File -SOURCE=..\..\..\sky\sound.cpp +SOURCE=..\..\..\engines\sky\sound.cpp !IF "$(CFG)" == "sky - Win32 (WCE emulator) Release" -NODEP_CPP_SOUND=\ - "..\..\..\sky\common\stdafx.h"\ - "..\..\..\sky\sky\disk.h"\ - "..\..\..\sky\sky\logic.h"\ - "..\..\..\sky\sky\sky.h"\ - "..\..\..\sky\sky\skydefs.h"\ - "..\..\..\sky\sky\sound.h"\ - "..\..\..\sky\sky\struc.h"\ - - !ELSEIF "$(CFG)" == "sky - Win32 (WCE emulator) Debug" -NODEP_CPP_SOUND=\ - "..\..\..\sky\common\stdafx.h"\ - "..\..\..\sky\sky\disk.h"\ - "..\..\..\sky\sky\logic.h"\ - "..\..\..\sky\sky\sky.h"\ - "..\..\..\sky\sky\skydefs.h"\ - "..\..\..\sky\sky\sound.h"\ - "..\..\..\sky\sky\struc.h"\ - - !ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Release" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" + +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" + DEP_CPP_SOUND=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ - "..\..\..\common\array.h"\ "..\..\..\common\endian.h"\ - "..\..\..\common\mutex.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ - "..\..\..\common\str.h"\ - "..\..\..\common\util.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\logic.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\sound.h"\ - "..\..\..\sky\struc.h"\ - "..\..\..\sound\mixer.h"\ NODEP_CPP_SOUND=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\skydefs.h"\ + "..\..\..\engines\sky\sky\sound.h"\ + "..\..\..\engines\sky\sky\struc.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" DEP_CPP_SOUND=\ "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\config.h"\ + "..\..\..\backends\wince\missing\SDL_byteorder.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ "..\..\..\base\engine.h"\ @@ -3732,59 +3970,88 @@ DEP_CPP_SOUND=\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\logic.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\sound.h"\ - "..\..\..\sky\struc.h"\ + "..\..\..\engines\sky\disk.h"\ + "..\..\..\engines\sky\logic.h"\ + "..\..\..\engines\sky\rnc_deco.h"\ + "..\..\..\engines\sky\sky.h"\ + "..\..\..\engines\sky\skydefs.h"\ + "..\..\..\engines\sky\sound.h"\ + "..\..\..\engines\sky\struc.h"\ "..\..\..\sound\mixer.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ NODEP_CPP_SOUND=\ - "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" - -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" - !ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Debug" +DEP_CPP_SOUND=\ + "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\unistd.h"\ + "..\..\..\backends\wince\portdefs.h"\ + "..\..\..\common\endian.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + +NODEP_CPP_SOUND=\ + "..\..\..\common\config.h"\ + "..\..\..\common\extend.h"\ + "..\..\..\common\globals.h"\ + "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\skydefs.h"\ + "..\..\..\engines\sky\sky\sound.h"\ + "..\..\..\engines\sky\sky\struc.h"\ + + !ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Release" +DEP_CPP_SOUND=\ + "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\unistd.h"\ + "..\..\..\backends\wince\portdefs.h"\ + "..\..\..\common\endian.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + +NODEP_CPP_SOUND=\ + "..\..\..\common\config.h"\ + "..\..\..\common\extend.h"\ + "..\..\..\common\globals.h"\ + "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\skydefs.h"\ + "..\..\..\engines\sky\sky\sound.h"\ + "..\..\..\engines\sky\sky\struc.h"\ + + !ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Debug" DEP_CPP_SOUND=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ - "..\..\..\common\array.h"\ "..\..\..\common\endian.h"\ - "..\..\..\common\mutex.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ - "..\..\..\common\str.h"\ - "..\..\..\common\util.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\logic.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\sound.h"\ - "..\..\..\sky\struc.h"\ - "..\..\..\sound\mixer.h"\ NODEP_CPP_SOUND=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\skydefs.h"\ + "..\..\..\engines\sky\sky\sound.h"\ + "..\..\..\engines\sky\sky\struc.h"\ !ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Release" @@ -3793,28 +4060,21 @@ DEP_CPP_SOUND=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ - "..\..\..\common\array.h"\ "..\..\..\common\endian.h"\ - "..\..\..\common\mutex.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ - "..\..\..\common\str.h"\ - "..\..\..\common\util.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\logic.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\sound.h"\ - "..\..\..\sky\struc.h"\ - "..\..\..\sound\mixer.h"\ NODEP_CPP_SOUND=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\skydefs.h"\ + "..\..\..\engines\sky\sky\sound.h"\ + "..\..\..\engines\sky\sky\struc.h"\ !ENDIF @@ -3822,73 +4082,54 @@ NODEP_CPP_SOUND=\ # End Source File # Begin Source File -SOURCE=..\..\..\sky\sound.h +SOURCE=..\..\..\engines\sky\sound.h # End Source File # Begin Source File -SOURCE=..\..\..\sky\struc.h +SOURCE=..\..\..\engines\sky\struc.h # End Source File # Begin Source File -SOURCE=..\..\..\sky\text.cpp +SOURCE=..\..\..\engines\sky\text.cpp !IF "$(CFG)" == "sky - Win32 (WCE emulator) Release" -NODEP_CPP_TEXT_=\ - "..\..\..\sky\sky\compact.h"\ - "..\..\..\sky\sky\disk.h"\ - "..\..\..\sky\sky\logic.h"\ - "..\..\..\sky\sky\sky.h"\ - "..\..\..\sky\sky\skydefs.h"\ - "..\..\..\sky\sky\struc.h"\ - "..\..\..\sky\sky\text.h"\ - - !ELSEIF "$(CFG)" == "sky - Win32 (WCE emulator) Debug" -NODEP_CPP_TEXT_=\ - "..\..\..\sky\sky\compact.h"\ - "..\..\..\sky\sky\disk.h"\ - "..\..\..\sky\sky\logic.h"\ - "..\..\..\sky\sky\sky.h"\ - "..\..\..\sky\sky\skydefs.h"\ - "..\..\..\sky\sky\struc.h"\ - "..\..\..\sky\sky\text.h"\ - - !ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Release" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" + +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" + DEP_CPP_TEXT_=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ - "..\..\..\common\array.h"\ "..\..\..\common\endian.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ - "..\..\..\common\str.h"\ - "..\..\..\common\util.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\logic.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\struc.h"\ - "..\..\..\sky\text.h"\ NODEP_CPP_TEXT_=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\skydefs.h"\ + "..\..\..\engines\sky\sky\struc.h"\ + "..\..\..\engines\sky\sky\text.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARMV4) Debug" +!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" DEP_CPP_TEXT_=\ "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\config.h"\ + "..\..\..\backends\wince\missing\SDL_byteorder.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ "..\..\..\base\engine.h"\ @@ -3898,58 +4139,91 @@ DEP_CPP_TEXT_=\ "..\..\..\common\stdafx.h"\ "..\..\..\common\str.h"\ "..\..\..\common\util.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\logic.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\struc.h"\ - "..\..\..\sky\text.h"\ - {$(INCLUDE)}"SDL_byteorder.h"\ + "..\..\..\engines\sky\compact.h"\ + "..\..\..\engines\sky\disk.h"\ + "..\..\..\engines\sky\logic.h"\ + "..\..\..\engines\sky\rnc_deco.h"\ + "..\..\..\engines\sky\sky.h"\ + "..\..\..\engines\sky\skydefs.h"\ + "..\..\..\engines\sky\struc.h"\ + "..\..\..\engines\sky\text.h"\ NODEP_CPP_TEXT_=\ - "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Debug" - -!ELSEIF "$(CFG)" == "sky - Win32 (WCE ARM) Release" - !ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Debug" +DEP_CPP_TEXT_=\ + "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\unistd.h"\ + "..\..\..\backends\wince\portdefs.h"\ + "..\..\..\common\endian.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + +NODEP_CPP_TEXT_=\ + "..\..\..\common\config.h"\ + "..\..\..\common\extend.h"\ + "..\..\..\common\globals.h"\ + "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\skydefs.h"\ + "..\..\..\engines\sky\sky\struc.h"\ + "..\..\..\engines\sky\sky\text.h"\ + + !ELSEIF "$(CFG)" == "sky - Win32 (WCE MIPS) Release" +DEP_CPP_TEXT_=\ + "..\..\..\backends\ps2\fileio.h"\ + "..\..\..\backends\wince\missing\unistd.h"\ + "..\..\..\backends\wince\portdefs.h"\ + "..\..\..\common\endian.h"\ + "..\..\..\common\scummsys.h"\ + "..\..\..\common\stdafx.h"\ + +NODEP_CPP_TEXT_=\ + "..\..\..\common\config.h"\ + "..\..\..\common\extend.h"\ + "..\..\..\common\globals.h"\ + "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\skydefs.h"\ + "..\..\..\engines\sky\sky\struc.h"\ + "..\..\..\engines\sky\sky\text.h"\ + + !ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Debug" DEP_CPP_TEXT_=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ - "..\..\..\common\array.h"\ "..\..\..\common\endian.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ - "..\..\..\common\str.h"\ - "..\..\..\common\util.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\logic.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\struc.h"\ - "..\..\..\sky\text.h"\ NODEP_CPP_TEXT_=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\skydefs.h"\ + "..\..\..\engines\sky\sky\struc.h"\ + "..\..\..\engines\sky\sky\text.h"\ !ELSEIF "$(CFG)" == "sky - Win32 (WCE SH3) Release" @@ -3958,27 +4232,22 @@ DEP_CPP_TEXT_=\ "..\..\..\backends\ps2\fileio.h"\ "..\..\..\backends\wince\missing\unistd.h"\ "..\..\..\backends\wince\portdefs.h"\ - "..\..\..\base\engine.h"\ - "..\..\..\common\array.h"\ "..\..\..\common\endian.h"\ "..\..\..\common\scummsys.h"\ "..\..\..\common\stdafx.h"\ - "..\..\..\common\str.h"\ - "..\..\..\common\util.h"\ - "..\..\..\sky\compact.h"\ - "..\..\..\sky\disk.h"\ - "..\..\..\sky\logic.h"\ - "..\..\..\sky\rnc_deco.h"\ - "..\..\..\sky\sky.h"\ - "..\..\..\sky\skydefs.h"\ - "..\..\..\sky\struc.h"\ - "..\..\..\sky\text.h"\ NODEP_CPP_TEXT_=\ "..\..\..\common\config.h"\ "..\..\..\common\extend.h"\ "..\..\..\common\globals.h"\ "..\..\..\common\palmversion.h"\ + "..\..\..\engines\sky\sky\compact.h"\ + "..\..\..\engines\sky\sky\disk.h"\ + "..\..\..\engines\sky\sky\logic.h"\ + "..\..\..\engines\sky\sky\sky.h"\ + "..\..\..\engines\sky\sky\skydefs.h"\ + "..\..\..\engines\sky\sky\struc.h"\ + "..\..\..\engines\sky\sky\text.h"\ !ENDIF @@ -3986,12 +4255,8 @@ NODEP_CPP_TEXT_=\ # End Source File # Begin Source File -SOURCE=..\..\..\sky\text.h +SOURCE=..\..\..\engines\sky\text.h # End Source File # End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group # End Target # End Project |