From 3c145ba8c7767243f92300a5b975e1f64c98da44 Mon Sep 17 00:00:00 2001 From: knakos Date: Thu, 20 Apr 2006 18:13:53 +0000 Subject: [PATCH] follow 2.2 git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1098 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/src/wince/PocketStella.vcp | 7222 +++++++++++++++++------------ 1 file changed, 4140 insertions(+), 3082 deletions(-) diff --git a/stella/src/wince/PocketStella.vcp b/stella/src/wince/PocketStella.vcp index fc234044e..daadddff9 100644 --- a/stella/src/wince/PocketStella.vcp +++ b/stella/src/wince/PocketStella.vcp @@ -54,7 +54,7 @@ RSC=rc.exe # ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r CPP=clarm.exe # ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /YX /Oxs /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /I "./" /I "../emucore" /I "../emucore/m6502/src" /I "../gui" /I "zlib" /I "sdl" /I "../common" /I "../debugger" /I "../debugger/gui" /I "../yacc" /I "../emucore/m6502/src/bspf/src" /D "ARM" /D "_ARM_" /D "NDEBUG" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "BSPF_WIN32" /D "SOUND_SUPPORT" /YX /Oxs /M$(CECrtMT) /c +# ADD CPP /nologo /W3 /Gf /I "./" /I "../emucore" /I "../emucore/m6502/src" /I "../gui" /I "zlib" /I "sdl" /I "../common" /I "../debugger" /I "../debugger/gui" /I "../yacc" /I "../emucore/m6502/src/bspf/src" /D "ARM" /D "_ARM_" /D "NDEBUG" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "BSPF_WIN32" /D "SOUND_SUPPORT" /YX /Oxs /M$(CECrtMT) /Zm200 /c MTL=midl.exe # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 @@ -80,13 +80,16 @@ LINK32=link.exe # PROP Intermediate_Dir "ARMDbg" # PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}" # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" +# PROP Ignore_Export_Lib 0 +# PROP Sec_AlwaysSign 0 +# PROP Sec_ConfigureDevice 0 # PROP Target_Dir "" RSC=rc.exe # ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r # ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r CPP=clarm.exe # ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /YX /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /I "port" /I "../emucore" /I "../emucore/m6502/src" /I "../gui" /I "zlib" /I "sdl" /I "../common" /I "../debugger" /I "../debugger/gui" /I "../yacc" /D "DEBUG" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "BSPF_WIN32" /D "SOUND_SUPPORT" /YX /M$(CECrtMTDebug) /c +# ADD CPP /nologo /W3 /Zi /Od /I "./" /I "../emucore" /I "../emucore/m6502/src" /I "../gui" /I "zlib" /I "sdl" /I "../common" /I "../debugger" /I "../debugger/gui" /I "../yacc" /I "../emucore/m6502/src/bspf/src" /D "DEBUG" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "BSPF_WIN32" /D "SOUND_SUPPORT" /FR /YX /M$(CECrtMTDebug) /Zm1000 /c MTL=midl.exe # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 @@ -95,7 +98,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /libpath:"f:\a\stlport\lib\evc3-x86" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM +# ADD LINK32 commctrl.lib coredll.lib zlib/arm/zlibce.lib gx.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /libpath:"f:\a\stlport\lib\evc3-arm" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -121,7 +124,7 @@ RSC=rc.exe # ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r CPP=cl.exe # ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "i_386_" /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /YX /Gs8192 /GF /Oxs /c -# ADD CPP /nologo /W3 /I "./" /I "../emucore" /I "../emucore/m6502/src" /I "../gui" /I "zlib" /I "sdl" /I "../common" /I "../debugger" /I "../debugger/gui" /I "../yacc" /I "../emucore/m6502/src/bspf/src" /D "_i386_" /D "i_386_" /D "_X86_" /D "x86" /D "NDEBUG" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "BSPF_WIN32" /D "SOUND_SUPPORT" /YX /Gs8192 /GF /Oxs /c +# ADD CPP /nologo /W3 /I "./" /I "../emucore" /I "../emucore/m6502/src" /I "../gui" /I "zlib" /I "sdl" /I "../common" /I "../debugger" /I "../debugger/gui" /I "../yacc" /I "../emucore/m6502/src/bspf/src" /D "_i386_" /D "i_386_" /D "_X86_" /D "x86" /D "NDEBUG" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "BSPF_WIN32" /D "SOUND_SUPPORT" /YX /Gs8192 /GF /Oxs /Zm200 /c MTL=midl.exe # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 @@ -156,7 +159,7 @@ RSC=rc.exe # ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r CPP=cl.exe # ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D "_i386_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "i_386_" /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /YX /Gs8192 /GF /c -# ADD CPP /nologo /W3 /Zi /Od /I "." /I "../emucore" /I "../emucore/m6502/src" /I "../gui" /I "zlib" /I "sdl" /I "../common" /I "../debugger" /I "../debugger/gui" /I "../yacc" /I "../emucore/m6502/src/bspf/src" /D "DEBUG" /D "_i386_" /D "i_386_" /D "_X86_" /D "x86" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "BSPF_WIN32" /D "SOUND_SUPPORT" /FR /YX /Gs8192 /GF /c +# ADD CPP /nologo /W3 /Zi /Od /I "." /I "../emucore" /I "../emucore/m6502/src" /I "../gui" /I "zlib" /I "sdl" /I "../common" /I "../debugger" /I "../debugger/gui" /I "../yacc" /I "../emucore/m6502/src/bspf/src" /D "DEBUG" /D "_i386_" /D "i_386_" /D "_X86_" /D "x86" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "BSPF_WIN32" /D "SOUND_SUPPORT" /FR /YX /Gs8192 /GF /Zm200 /c MTL=midl.exe # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 @@ -188,6 +191,7 @@ SOURCE=..\gui\AboutDialog.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_ABOUT=\ + "..\common\Array.hxx"\ "..\common\Version.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ @@ -215,9 +219,6 @@ DEP_CPP_ABOUT=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_ABOUT=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -236,74 +237,19 @@ NODEP_CPP_ABOUT=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_ABOUT=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_ABOUT=\ - "..\common\Version.hxx"\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\AboutDialog.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\Widget.hxx"\ - -NODEP_CPP_ABOUT=\ - "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_ABOUT=\ + "..\common\Array.hxx"\ "..\common\Version.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ @@ -317,6 +263,7 @@ DEP_CPP_ABOUT=\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ @@ -330,10 +277,6 @@ DEP_CPP_ABOUT=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_ABOUT=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -352,12 +295,72 @@ NODEP_CPP_ABOUT=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_ABOUT=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_ABOUT=\ + "..\common\Array.hxx"\ + "..\common\Version.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\AboutDialog.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\Dialog.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_ABOUT=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -390,6 +393,28 @@ DEP_CPP_ABOUT=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ NODEP_CPP_ABOUT=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ @@ -409,6 +434,7 @@ SOURCE=..\gui\AudioDialog.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_AUDIO=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -439,9 +465,6 @@ DEP_CPP_AUDIO=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_AUDIO=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -460,78 +483,19 @@ NODEP_CPP_AUDIO=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_AUDIO=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_AUDIO=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\AudioDialog.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\DialogContainer.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\Menu.hxx"\ - "..\gui\PopUpWidget.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\Stack.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\Widget.hxx"\ - -NODEP_CPP_AUDIO=\ - "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\EventHandler.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_AUDIO=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -544,6 +508,7 @@ DEP_CPP_AUDIO=\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ @@ -561,10 +526,6 @@ DEP_CPP_AUDIO=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_AUDIO=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -583,12 +544,75 @@ NODEP_CPP_AUDIO=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_AUDIO=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_AUDIO=\ + "..\common\Array.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\AudioDialog.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\Dialog.hxx"\ + "..\gui\DialogContainer.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\Menu.hxx"\ + "..\gui\PopUpWidget.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\Stack.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_AUDIO=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -624,6 +648,28 @@ DEP_CPP_AUDIO=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ NODEP_CPP_AUDIO=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ @@ -643,6 +689,7 @@ SOURCE=..\gui\BrowserDialog.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_BROWS=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -674,9 +721,6 @@ DEP_CPP_BROWS=\ "..\gui\StringListWidget.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_BROWS=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -695,78 +739,19 @@ NODEP_CPP_BROWS=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_BROWS=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_BROWS=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\FSNode.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\BrowserDialog.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\EditableWidget.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\ListWidget.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\ScrollBarWidget.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\StringListWidget.hxx"\ - "..\gui\Widget.hxx"\ - -NODEP_CPP_BROWS=\ - "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_BROWS=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -780,6 +765,7 @@ DEP_CPP_BROWS=\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ @@ -797,10 +783,6 @@ DEP_CPP_BROWS=\ "..\gui\StringListWidget.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_BROWS=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -819,12 +801,76 @@ NODEP_CPP_BROWS=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_BROWS=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_BROWS=\ + "..\common\Array.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\FSNode.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\BrowserDialog.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\Dialog.hxx"\ + "..\gui\EditableWidget.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\ListWidget.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\ScrollBarWidget.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\StringListWidget.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_BROWS=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -861,6 +907,28 @@ DEP_CPP_BROWS=\ "..\gui\StringListWidget.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ NODEP_CPP_BROWS=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ @@ -880,6 +948,7 @@ SOURCE=..\gui\CheckListWidget.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_CHECK=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -908,9 +977,6 @@ DEP_CPP_CHECK=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_CHECK=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -929,75 +995,19 @@ NODEP_CPP_CHECK=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_CHECK=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_CHECK=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\CheckListWidget.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\EditableWidget.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\ListWidget.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\ScrollBarWidget.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\Widget.hxx"\ - -NODEP_CPP_CHECK=\ - "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_CHECK=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -1010,6 +1020,7 @@ DEP_CPP_CHECK=\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ @@ -1025,10 +1036,6 @@ DEP_CPP_CHECK=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_CHECK=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -1047,12 +1054,73 @@ NODEP_CPP_CHECK=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_CHECK=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_CHECK=\ + "..\common\Array.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\CheckListWidget.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\EditableWidget.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\ListWidget.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\ScrollBarWidget.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_CHECK=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -1086,6 +1154,28 @@ DEP_CPP_CHECK=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ NODEP_CPP_CHECK=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ @@ -1109,6 +1199,7 @@ SOURCE=..\gui\CommandDialog.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_COMMA=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -1137,9 +1228,6 @@ DEP_CPP_COMMA=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_COMMA=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -1158,76 +1246,19 @@ NODEP_CPP_COMMA=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_COMMA=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_COMMA=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\CommandDialog.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\DialogContainer.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\Stack.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\Widget.hxx"\ - -NODEP_CPP_COMMA=\ - "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\EventHandler.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_COMMA=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -1240,6 +1271,7 @@ DEP_CPP_COMMA=\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ @@ -1255,10 +1287,6 @@ DEP_CPP_COMMA=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_COMMA=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -1277,12 +1305,73 @@ NODEP_CPP_COMMA=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_COMMA=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_COMMA=\ + "..\common\Array.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\CommandDialog.hxx"\ + "..\gui\Dialog.hxx"\ + "..\gui\DialogContainer.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\Stack.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_COMMA=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -1316,6 +1405,28 @@ DEP_CPP_COMMA=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ NODEP_CPP_COMMA=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ @@ -1335,6 +1446,7 @@ SOURCE=..\gui\CommandMenu.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_COMMAN=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -1364,9 +1476,6 @@ DEP_CPP_COMMAN=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_COMMAN=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -1385,77 +1494,19 @@ NODEP_CPP_COMMAN=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_COMMAN=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_COMMAN=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\CommandDialog.hxx"\ - "..\gui\CommandMenu.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\DialogContainer.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\Stack.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\Widget.hxx"\ - -NODEP_CPP_COMMAN=\ - "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\EventHandler.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_COMMAN=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -1468,6 +1519,7 @@ DEP_CPP_COMMAN=\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ @@ -1484,10 +1536,6 @@ DEP_CPP_COMMAN=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_COMMAN=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -1506,12 +1554,74 @@ NODEP_CPP_COMMAN=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_COMMAN=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_COMMAN=\ + "..\common\Array.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\CommandDialog.hxx"\ + "..\gui\CommandMenu.hxx"\ + "..\gui\Dialog.hxx"\ + "..\gui\DialogContainer.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\Stack.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_COMMAN=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -1546,6 +1656,28 @@ DEP_CPP_COMMAN=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ NODEP_CPP_COMMAN=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ @@ -1569,6 +1701,7 @@ SOURCE=..\gui\Dialog.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_DIALO=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -1598,9 +1731,6 @@ DEP_CPP_DIALO=\ "..\gui\TabWidget.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_DIALO=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -1619,77 +1749,19 @@ NODEP_CPP_DIALO=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_DIALO=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_DIALO=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\DialogContainer.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\Menu.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\Stack.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\TabWidget.hxx"\ - "..\gui\Widget.hxx"\ - -NODEP_CPP_DIALO=\ - "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\EventHandler.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_DIALO=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -1702,6 +1774,7 @@ DEP_CPP_DIALO=\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ @@ -1718,10 +1791,6 @@ DEP_CPP_DIALO=\ "..\gui\TabWidget.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_DIALO=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -1740,12 +1809,74 @@ NODEP_CPP_DIALO=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_DIALO=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_DIALO=\ + "..\common\Array.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\Dialog.hxx"\ + "..\gui\DialogContainer.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\Menu.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\Stack.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\TabWidget.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_DIALO=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -1780,6 +1911,28 @@ DEP_CPP_DIALO=\ "..\gui\TabWidget.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ NODEP_CPP_DIALO=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ @@ -1799,6 +1952,7 @@ SOURCE=..\gui\DialogContainer.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_DIALOG=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -1826,9 +1980,6 @@ DEP_CPP_DIALOG=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_DIALOG=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -1847,75 +1998,19 @@ NODEP_CPP_DIALOG=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_DIALOG=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_DIALOG=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\DialogContainer.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\Stack.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\Widget.hxx"\ - -NODEP_CPP_DIALOG=\ - "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\EventHandler.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_DIALOG=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -1928,6 +2023,7 @@ DEP_CPP_DIALOG=\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ @@ -1942,10 +2038,6 @@ DEP_CPP_DIALOG=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_DIALOG=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -1964,12 +2056,72 @@ NODEP_CPP_DIALOG=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_DIALOG=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_DIALOG=\ + "..\common\Array.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\Dialog.hxx"\ + "..\gui\DialogContainer.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\Stack.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_DIALOG=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -2002,6 +2154,28 @@ DEP_CPP_DIALOG=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ NODEP_CPP_DIALOG=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ @@ -2021,6 +2195,7 @@ SOURCE=..\gui\EditableWidget.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_EDITA=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -2046,9 +2221,6 @@ DEP_CPP_EDITA=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_EDITA=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -2067,72 +2239,19 @@ NODEP_CPP_EDITA=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_EDITA=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_EDITA=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\EditableWidget.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\Widget.hxx"\ - -NODEP_CPP_EDITA=\ - "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_EDITA=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -2145,6 +2264,7 @@ DEP_CPP_EDITA=\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ @@ -2157,10 +2277,6 @@ DEP_CPP_EDITA=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_EDITA=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -2179,12 +2295,70 @@ NODEP_CPP_EDITA=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_EDITA=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_EDITA=\ + "..\common\Array.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\EditableWidget.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_EDITA=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -2215,6 +2389,28 @@ DEP_CPP_EDITA=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ NODEP_CPP_EDITA=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ @@ -2234,6 +2430,7 @@ SOURCE=..\gui\EditTextWidget.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_EDITT=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -2261,9 +2458,6 @@ DEP_CPP_EDITT=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_EDITT=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -2282,74 +2476,19 @@ NODEP_CPP_EDITT=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_EDITT=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_EDITT=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\EditableWidget.hxx"\ - "..\gui\EditTextWidget.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\Widget.hxx"\ - -NODEP_CPP_EDITT=\ - "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_EDITT=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -2362,6 +2501,7 @@ DEP_CPP_EDITT=\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ @@ -2376,10 +2516,6 @@ DEP_CPP_EDITT=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_EDITT=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -2398,12 +2534,72 @@ NODEP_CPP_EDITT=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_EDITT=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_EDITT=\ + "..\common\Array.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\Dialog.hxx"\ + "..\gui\EditableWidget.hxx"\ + "..\gui\EditTextWidget.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_EDITT=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -2436,6 +2632,28 @@ DEP_CPP_EDITT=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ NODEP_CPP_EDITT=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ @@ -2455,6 +2673,7 @@ SOURCE=..\gui\EventMappingWidget.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_EVENT=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -2484,9 +2703,6 @@ DEP_CPP_EVENT=\ "..\gui\StringListWidget.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_EVENT=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -2505,76 +2721,19 @@ NODEP_CPP_EVENT=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_EVENT=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_EVENT=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\EditableWidget.hxx"\ - "..\gui\EventMappingWidget.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\ListWidget.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\ScrollBarWidget.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\StringListWidget.hxx"\ - "..\gui\Widget.hxx"\ - -NODEP_CPP_EVENT=\ - "..\emucore\bspf.hxx"\ - "..\emucore\m6502\src\bspf.hxx"\ - "..\gui\Array.hxx"\ - "..\gui\bspf.hxx"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_EVENT=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -2587,6 +2746,7 @@ DEP_CPP_EVENT=\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ @@ -2603,10 +2763,6 @@ DEP_CPP_EVENT=\ "..\gui\StringListWidget.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_EVENT=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -2625,12 +2781,74 @@ NODEP_CPP_EVENT=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_EVENT=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_EVENT=\ + "..\common\Array.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\EditableWidget.hxx"\ + "..\gui\EventMappingWidget.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\ListWidget.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\ScrollBarWidget.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\StringListWidget.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_EVENT=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -2665,6 +2883,28 @@ DEP_CPP_EVENT=\ "..\gui\StringListWidget.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ NODEP_CPP_EVENT=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ @@ -2700,9 +2940,7 @@ DEP_CPP_FONT_=\ "..\gui\GuiUtils.hxx"\ NODEP_CPP_FONT_=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\gui\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -2743,6 +2981,7 @@ SOURCE=..\gui\GameInfoDialog.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_GAMEI=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -2773,9 +3012,6 @@ DEP_CPP_GAMEI=\ "..\gui\TabWidget.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_GAMEI=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -2794,73 +3030,19 @@ NODEP_CPP_GAMEI=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_GAMEI=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_GAMEI=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GameInfoDialog.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\Widget.hxx"\ - -NODEP_CPP_GAMEI=\ - "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_GAMEI=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -2873,6 +3055,7 @@ DEP_CPP_GAMEI=\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ @@ -2890,10 +3073,6 @@ DEP_CPP_GAMEI=\ "..\gui\TabWidget.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_GAMEI=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -2912,12 +3091,75 @@ NODEP_CPP_GAMEI=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_GAMEI=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_GAMEI=\ + "..\common\Array.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\Dialog.hxx"\ + "..\gui\EditableWidget.hxx"\ + "..\gui\EditTextWidget.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GameInfoDialog.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\PopUpWidget.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\TabWidget.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_GAMEI=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -2953,6 +3195,28 @@ DEP_CPP_GAMEI=\ "..\gui\TabWidget.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ NODEP_CPP_GAMEI=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ @@ -2972,6 +3236,7 @@ SOURCE=..\gui\GameList.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_GAMEL=\ + "..\common\Array.hxx"\ "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\gui\GameList.hxx"\ "..\gui\GuiUtils.hxx"\ @@ -2984,19 +3249,19 @@ NODEP_CPP_GAMEL=\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_GAMEL=\ + "..\common\Array.hxx"\ "..\gui\GameList.hxx"\ "..\gui\GuiUtils.hxx"\ NODEP_CPP_GAMEL=\ - "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\common\bspf.hxx"\ + "..\gui\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" DEP_CPP_GAMEL=\ + "..\common\Array.hxx"\ "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\gui\GameList.hxx"\ "..\gui\GuiUtils.hxx"\ @@ -3004,7 +3269,6 @@ DEP_CPP_GAMEL=\ NODEP_CPP_GAMEL=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -3042,6 +3306,7 @@ SOURCE=..\gui\HelpDialog.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_HELPD=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -3068,9 +3333,6 @@ DEP_CPP_HELPD=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_HELPD=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -3089,73 +3351,19 @@ NODEP_CPP_HELPD=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_HELPD=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_HELPD=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\HelpDialog.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\Widget.hxx"\ - -NODEP_CPP_HELPD=\ - "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_HELPD=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -3168,6 +3376,7 @@ DEP_CPP_HELPD=\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ @@ -3181,10 +3390,6 @@ DEP_CPP_HELPD=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_HELPD=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -3203,12 +3408,71 @@ NODEP_CPP_HELPD=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_HELPD=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_HELPD=\ + "..\common\Array.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\Dialog.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\HelpDialog.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_HELPD=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -3240,6 +3504,28 @@ DEP_CPP_HELPD=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ NODEP_CPP_HELPD=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ @@ -3259,6 +3545,7 @@ SOURCE=..\gui\InputDialog.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_INPUT=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -3288,9 +3575,6 @@ DEP_CPP_INPUT=\ "..\gui\TabWidget.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_INPUT=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -3309,76 +3593,19 @@ NODEP_CPP_INPUT=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_INPUT=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_INPUT=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\EventMappingWidget.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\InputDialog.hxx"\ - "..\gui\PopUpWidget.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\TabWidget.hxx"\ - "..\gui\Widget.hxx"\ - -NODEP_CPP_INPUT=\ - "..\emucore\bspf.hxx"\ - "..\emucore\m6502\src\bspf.hxx"\ - "..\gui\Array.hxx"\ - "..\gui\bspf.hxx"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_INPUT=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -3391,6 +3618,7 @@ DEP_CPP_INPUT=\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ @@ -3407,10 +3635,6 @@ DEP_CPP_INPUT=\ "..\gui\TabWidget.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_INPUT=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -3429,12 +3653,74 @@ NODEP_CPP_INPUT=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_INPUT=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_INPUT=\ + "..\common\Array.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\Dialog.hxx"\ + "..\gui\EventMappingWidget.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\InputDialog.hxx"\ + "..\gui\PopUpWidget.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\TabWidget.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_INPUT=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -3469,6 +3755,28 @@ DEP_CPP_INPUT=\ "..\gui\TabWidget.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ NODEP_CPP_INPUT=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ @@ -3488,6 +3796,7 @@ SOURCE=..\gui\InputTextDialog.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_INPUTT=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -3516,9 +3825,6 @@ DEP_CPP_INPUTT=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_INPUTT=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -3537,75 +3843,19 @@ NODEP_CPP_INPUTT=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_INPUTT=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_INPUTT=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\EditableWidget.hxx"\ - "..\gui\EditTextWidget.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\InputTextDialog.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\Widget.hxx"\ - -NODEP_CPP_INPUTT=\ - "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_INPUTT=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -3618,6 +3868,7 @@ DEP_CPP_INPUTT=\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ @@ -3633,10 +3884,6 @@ DEP_CPP_INPUTT=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_INPUTT=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -3655,12 +3902,73 @@ NODEP_CPP_INPUTT=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_INPUTT=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_INPUTT=\ + "..\common\Array.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\Dialog.hxx"\ + "..\gui\EditableWidget.hxx"\ + "..\gui\EditTextWidget.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\InputTextDialog.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_INPUTT=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -3694,6 +4002,28 @@ DEP_CPP_INPUTT=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ NODEP_CPP_INPUTT=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ @@ -3713,6 +4043,7 @@ SOURCE=..\gui\Launcher.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_LAUNC=\ + "..\common\Array.hxx"\ "..\common\Version.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ @@ -3744,9 +4075,6 @@ DEP_CPP_LAUNC=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_LAUNC=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -3765,79 +4093,19 @@ NODEP_CPP_LAUNC=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_LAUNC=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_LAUNC=\ - "..\common\Version.hxx"\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\DialogContainer.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GameList.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\Launcher.hxx"\ - "..\gui\LauncherDialog.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\Stack.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\Widget.hxx"\ - -NODEP_CPP_LAUNC=\ - "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\EventHandler.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_LAUNC=\ + "..\common\Array.hxx"\ "..\common\Version.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ @@ -3851,6 +4119,7 @@ DEP_CPP_LAUNC=\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ @@ -3868,10 +4137,6 @@ DEP_CPP_LAUNC=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_LAUNC=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -3890,12 +4155,76 @@ NODEP_CPP_LAUNC=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_LAUNC=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_LAUNC=\ + "..\common\Array.hxx"\ + "..\common\Version.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\Dialog.hxx"\ + "..\gui\DialogContainer.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GameList.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\Launcher.hxx"\ + "..\gui\LauncherDialog.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\Stack.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_LAUNC=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -3932,6 +4261,28 @@ DEP_CPP_LAUNC=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ NODEP_CPP_LAUNC=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ @@ -3951,6 +4302,7 @@ SOURCE=..\gui\LauncherDialog.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_LAUNCH=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -3990,9 +4342,6 @@ DEP_CPP_LAUNCH=\ "..\gui\StringListWidget.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_LAUNCH=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -4011,87 +4360,19 @@ NODEP_CPP_LAUNCH=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_LAUNCH=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_LAUNCH=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\FSNode.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MD5.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\PropsSet.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\BrowserDialog.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\DialogContainer.hxx"\ - "..\gui\EditableWidget.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GameList.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\LauncherDialog.hxx"\ - "..\gui\LauncherOptionsDialog.hxx"\ - "..\gui\ListWidget.hxx"\ - "..\gui\ProgressDialog.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\ScrollBarWidget.hxx"\ - "..\gui\Stack.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\StringListWidget.hxx"\ - "..\gui\Widget.hxx"\ - -NODEP_CPP_LAUNCH=\ - "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\EventHandler.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_LAUNCH=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -4107,6 +4388,7 @@ DEP_CPP_LAUNCH=\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ "..\emucore\PropsSet.hxx"\ + "..\emucore\Serializer.hxx"\ "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ @@ -4130,10 +4412,6 @@ DEP_CPP_LAUNCH=\ "..\gui\StringListWidget.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_LAUNCH=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -4152,12 +4430,84 @@ NODEP_CPP_LAUNCH=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_LAUNCH=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_LAUNCH=\ + "..\common\Array.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\FSNode.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MD5.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\PropsSet.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\BrowserDialog.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\Dialog.hxx"\ + "..\gui\DialogContainer.hxx"\ + "..\gui\EditableWidget.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GameList.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\LauncherDialog.hxx"\ + "..\gui\LauncherOptionsDialog.hxx"\ + "..\gui\ListWidget.hxx"\ + "..\gui\ProgressDialog.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\ScrollBarWidget.hxx"\ + "..\gui\Stack.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\StringListWidget.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_LAUNCH=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -4202,6 +4552,28 @@ DEP_CPP_LAUNCH=\ "..\gui\StringListWidget.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ NODEP_CPP_LAUNCH=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ @@ -4221,6 +4593,7 @@ SOURCE=..\gui\LauncherOptionsDialog.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_LAUNCHE=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -4255,9 +4628,6 @@ DEP_CPP_LAUNCHE=\ "..\gui\TabWidget.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_LAUNCHE=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -4276,82 +4646,19 @@ NODEP_CPP_LAUNCHE=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_LAUNCHE=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_LAUNCHE=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\FSNode.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\BrowserDialog.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\DialogContainer.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GameList.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\LauncherDialog.hxx"\ - "..\gui\LauncherOptionsDialog.hxx"\ - "..\gui\PopUpWidget.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\Stack.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\TabWidget.hxx"\ - "..\gui\Widget.hxx"\ - -NODEP_CPP_LAUNCHE=\ - "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\EventHandler.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_LAUNCHE=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -4365,6 +4672,7 @@ DEP_CPP_LAUNCHE=\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ @@ -4385,10 +4693,6 @@ DEP_CPP_LAUNCHE=\ "..\gui\TabWidget.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_LAUNCHE=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -4407,12 +4711,79 @@ NODEP_CPP_LAUNCHE=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_LAUNCHE=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_LAUNCHE=\ + "..\common\Array.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\FSNode.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\BrowserDialog.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\Dialog.hxx"\ + "..\gui\DialogContainer.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GameList.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\LauncherDialog.hxx"\ + "..\gui\LauncherOptionsDialog.hxx"\ + "..\gui\PopUpWidget.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\Stack.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\TabWidget.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_LAUNCHE=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -4452,6 +4823,28 @@ DEP_CPP_LAUNCHE=\ "..\gui\TabWidget.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ NODEP_CPP_LAUNCHE=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ @@ -4471,6 +4864,7 @@ SOURCE=..\gui\ListWidget.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_LISTW=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -4499,9 +4893,6 @@ DEP_CPP_LISTW=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_LISTW=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -4520,75 +4911,19 @@ NODEP_CPP_LISTW=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_LISTW=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_LISTW=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\EditableWidget.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\ListWidget.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\ScrollBarWidget.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\Widget.hxx"\ - -NODEP_CPP_LISTW=\ - "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_LISTW=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -4601,6 +4936,7 @@ DEP_CPP_LISTW=\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ @@ -4616,10 +4952,6 @@ DEP_CPP_LISTW=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_LISTW=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -4638,12 +4970,73 @@ NODEP_CPP_LISTW=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_LISTW=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_LISTW=\ + "..\common\Array.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\Dialog.hxx"\ + "..\gui\EditableWidget.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\ListWidget.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\ScrollBarWidget.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_LISTW=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -4677,6 +5070,28 @@ DEP_CPP_LISTW=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ NODEP_CPP_LISTW=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ @@ -4696,6 +5111,7 @@ SOURCE=..\gui\Menu.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_MENU_=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -4726,9 +5142,6 @@ DEP_CPP_MENU_=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_MENU_=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -4747,80 +5160,19 @@ NODEP_CPP_MENU_=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_MENU_=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_MENU_=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\DialogContainer.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GameInfoDialog.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\Menu.hxx"\ - "..\gui\OptionsDialog.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\Stack.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\Widget.hxx"\ - -NODEP_CPP_MENU_=\ - "..\common\Cheat.hxx"\ - "..\gui\Array.hxx"\ - "..\gui\CheatCodeDialog.hxx"\ - ".\port\bspf.hxx"\ - ".\port\EventHandler.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_MENU_=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -4833,6 +5185,7 @@ DEP_CPP_MENU_=\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ @@ -4850,10 +5203,6 @@ DEP_CPP_MENU_=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_MENU_=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -4872,12 +5221,75 @@ NODEP_CPP_MENU_=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_MENU_=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_MENU_=\ + "..\common\Array.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\Dialog.hxx"\ + "..\gui\DialogContainer.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GameInfoDialog.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\Menu.hxx"\ + "..\gui\OptionsDialog.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\Stack.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_MENU_=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -4913,6 +5325,28 @@ DEP_CPP_MENU_=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ NODEP_CPP_MENU_=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ @@ -4932,6 +5366,7 @@ SOURCE=..\gui\OptionsDialog.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_OPTIO=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -4966,10 +5401,6 @@ DEP_CPP_OPTIO=\ "..\gui\VideoDialog.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_OPTIO=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\CheatCodeDialog.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -4988,84 +5419,20 @@ NODEP_CPP_OPTIO=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_OPTIO=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + "..\gui\CheatCodeDialog.hxx"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_OPTIO=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\AboutDialog.hxx"\ - "..\gui\AudioDialog.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\DialogContainer.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GameInfoDialog.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\HelpDialog.hxx"\ - "..\gui\OptionsDialog.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\Stack.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\VideoDialog.hxx"\ - "..\gui\Widget.hxx"\ - -NODEP_CPP_OPTIO=\ - "..\common\Cheat.hxx"\ - "..\gui\Array.hxx"\ - "..\gui\CheatCodeDialog.hxx"\ - "..\gui\EventMappingDialog.hxx"\ - ".\port\bspf.hxx"\ - ".\port\EventHandler.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_OPTIO=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -5078,6 +5445,7 @@ DEP_CPP_OPTIO=\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ @@ -5099,11 +5467,6 @@ DEP_CPP_OPTIO=\ "..\gui\VideoDialog.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_OPTIO=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ - "..\gui\CheatCodeDialog.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -5122,12 +5485,81 @@ NODEP_CPP_OPTIO=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_OPTIO=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + "..\gui\CheatCodeDialog.hxx"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_OPTIO=\ + "..\common\Array.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\AboutDialog.hxx"\ + "..\gui\AudioDialog.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\Dialog.hxx"\ + "..\gui\DialogContainer.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GameInfoDialog.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\HelpDialog.hxx"\ + "..\gui\InputDialog.hxx"\ + "..\gui\OptionsDialog.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\Stack.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\VideoDialog.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_OPTIO=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + "..\gui\CheatCodeDialog.hxx"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -5167,6 +5599,28 @@ DEP_CPP_OPTIO=\ "..\gui\VideoDialog.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ NODEP_CPP_OPTIO=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ @@ -5187,6 +5641,7 @@ SOURCE=..\gui\PopUpWidget.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_POPUP=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -5219,9 +5674,6 @@ DEP_CPP_POPUP=\ "..\gui\StringListWidget.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_POPUP=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -5240,76 +5692,19 @@ NODEP_CPP_POPUP=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_POPUP=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_POPUP=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\DialogContainer.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\PopUpWidget.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\Stack.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\Widget.hxx"\ - -NODEP_CPP_POPUP=\ - "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\EventHandler.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_POPUP=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -5322,6 +5717,7 @@ DEP_CPP_POPUP=\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ @@ -5341,10 +5737,6 @@ DEP_CPP_POPUP=\ "..\gui\StringListWidget.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_POPUP=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -5363,12 +5755,77 @@ NODEP_CPP_POPUP=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_POPUP=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_POPUP=\ + "..\common\Array.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\Dialog.hxx"\ + "..\gui\DialogContainer.hxx"\ + "..\gui\EditableWidget.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\ListWidget.hxx"\ + "..\gui\PopUpWidget.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\ScrollBarWidget.hxx"\ + "..\gui\Stack.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\StringListWidget.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_POPUP=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -5406,6 +5863,28 @@ DEP_CPP_POPUP=\ "..\gui\StringListWidget.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ NODEP_CPP_POPUP=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ @@ -5425,6 +5904,7 @@ SOURCE=..\gui\ProgressDialog.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_PROGR=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -5453,9 +5933,6 @@ DEP_CPP_PROGR=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_PROGR=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -5474,76 +5951,19 @@ NODEP_CPP_PROGR=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_PROGR=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_PROGR=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\DialogContainer.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\ProgressDialog.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\Stack.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\Widget.hxx"\ - -NODEP_CPP_PROGR=\ - "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\EventHandler.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_PROGR=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -5556,6 +5976,7 @@ DEP_CPP_PROGR=\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ @@ -5571,10 +5992,6 @@ DEP_CPP_PROGR=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_PROGR=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -5593,12 +6010,73 @@ NODEP_CPP_PROGR=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_PROGR=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_PROGR=\ + "..\common\Array.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\Dialog.hxx"\ + "..\gui\DialogContainer.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\ProgressDialog.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\Stack.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_PROGR=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -5632,6 +6110,28 @@ DEP_CPP_PROGR=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ NODEP_CPP_PROGR=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ @@ -5655,6 +6155,7 @@ SOURCE=..\gui\ScrollBarWidget.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_SCROL=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -5681,9 +6182,6 @@ DEP_CPP_SCROL=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_SCROL=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -5702,73 +6200,19 @@ NODEP_CPP_SCROL=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_SCROL=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_SCROL=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\ScrollBarWidget.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\Widget.hxx"\ - -NODEP_CPP_SCROL=\ - "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_SCROL=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -5781,6 +6225,7 @@ DEP_CPP_SCROL=\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ @@ -5794,10 +6239,6 @@ DEP_CPP_SCROL=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_SCROL=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -5816,12 +6257,71 @@ NODEP_CPP_SCROL=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_SCROL=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_SCROL=\ + "..\common\Array.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\Dialog.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\ScrollBarWidget.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_SCROL=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -5853,6 +6353,28 @@ DEP_CPP_SCROL=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ NODEP_CPP_SCROL=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ @@ -5884,6 +6406,7 @@ SOURCE=..\gui\StringListWidget.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_STRIN=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -5912,9 +6435,6 @@ DEP_CPP_STRIN=\ "..\gui\StringListWidget.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_STRIN=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -5933,75 +6453,19 @@ NODEP_CPP_STRIN=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_STRIN=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_STRIN=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\EditableWidget.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\ListWidget.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\ScrollBarWidget.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\StringListWidget.hxx"\ - "..\gui\Widget.hxx"\ - -NODEP_CPP_STRIN=\ - "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_STRIN=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -6014,6 +6478,7 @@ DEP_CPP_STRIN=\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ @@ -6029,10 +6494,6 @@ DEP_CPP_STRIN=\ "..\gui\StringListWidget.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_STRIN=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -6051,12 +6512,73 @@ NODEP_CPP_STRIN=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_STRIN=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_STRIN=\ + "..\common\Array.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\EditableWidget.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\ListWidget.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\ScrollBarWidget.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\StringListWidget.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_STRIN=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -6090,6 +6612,28 @@ DEP_CPP_STRIN=\ "..\gui\StringListWidget.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ NODEP_CPP_STRIN=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ @@ -6109,6 +6653,7 @@ SOURCE=..\gui\TabWidget.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_TABWI=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -6135,9 +6680,6 @@ DEP_CPP_TABWI=\ "..\gui\TabWidget.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_TABWI=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -6156,73 +6698,19 @@ NODEP_CPP_TABWI=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_TABWI=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_TABWI=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\TabWidget.hxx"\ - "..\gui\Widget.hxx"\ - -NODEP_CPP_TABWI=\ - "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_TABWI=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -6235,6 +6723,7 @@ DEP_CPP_TABWI=\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ @@ -6248,10 +6737,6 @@ DEP_CPP_TABWI=\ "..\gui\TabWidget.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_TABWI=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -6270,12 +6755,71 @@ NODEP_CPP_TABWI=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_TABWI=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_TABWI=\ + "..\common\Array.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\Dialog.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\TabWidget.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_TABWI=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -6307,6 +6851,28 @@ DEP_CPP_TABWI=\ "..\gui\TabWidget.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ NODEP_CPP_TABWI=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ @@ -6330,6 +6896,7 @@ SOURCE=..\gui\VideoDialog.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_VIDEO=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -6360,9 +6927,6 @@ DEP_CPP_VIDEO=\ "..\gui\VideoDialog.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_VIDEO=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -6381,78 +6945,19 @@ NODEP_CPP_VIDEO=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_VIDEO=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_VIDEO=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\DialogContainer.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\Menu.hxx"\ - "..\gui\PopUpWidget.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\Stack.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\VideoDialog.hxx"\ - "..\gui\Widget.hxx"\ - -NODEP_CPP_VIDEO=\ - "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\EventHandler.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_VIDEO=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -6465,6 +6970,7 @@ DEP_CPP_VIDEO=\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ @@ -6482,10 +6988,6 @@ DEP_CPP_VIDEO=\ "..\gui\VideoDialog.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_VIDEO=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -6504,12 +7006,75 @@ NODEP_CPP_VIDEO=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_VIDEO=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_VIDEO=\ + "..\common\Array.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\Dialog.hxx"\ + "..\gui\DialogContainer.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\Menu.hxx"\ + "..\gui\PopUpWidget.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\Stack.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\VideoDialog.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_VIDEO=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -6545,6 +7110,28 @@ DEP_CPP_VIDEO=\ "..\gui\VideoDialog.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ NODEP_CPP_VIDEO=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ @@ -6564,6 +7151,7 @@ SOURCE=..\gui\Widget.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_WIDGE=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -6582,17 +7170,16 @@ DEP_CPP_WIDGE=\ "..\emucore\TIA.hxx"\ "..\gui\Command.hxx"\ "..\gui\Dialog.hxx"\ + "..\gui\DialogContainer.hxx"\ "..\gui\EditableWidget.hxx"\ "..\gui\Font.hxx"\ "..\gui\GuiObject.hxx"\ "..\gui\GuiUtils.hxx"\ "..\gui\Rect.hxx"\ + "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_WIDGE=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -6611,72 +7198,19 @@ NODEP_CPP_WIDGE=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_WIDGE=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_WIDGE=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\Widget.hxx"\ - -NODEP_CPP_WIDGE=\ - "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_WIDGE=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -6689,23 +7223,22 @@ DEP_CPP_WIDGE=\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ "..\gui\Command.hxx"\ "..\gui\Dialog.hxx"\ + "..\gui\DialogContainer.hxx"\ "..\gui\EditableWidget.hxx"\ "..\gui\Font.hxx"\ "..\gui\GuiObject.hxx"\ "..\gui\GuiUtils.hxx"\ "..\gui\Rect.hxx"\ + "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_WIDGE=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -6724,12 +7257,73 @@ NODEP_CPP_WIDGE=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_WIDGE=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_WIDGE=\ + "..\common\Array.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\Dialog.hxx"\ + "..\gui\DialogContainer.hxx"\ + "..\gui\EditableWidget.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\Stack.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_WIDGE=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -6763,6 +7357,28 @@ DEP_CPP_WIDGE=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ NODEP_CPP_WIDGE=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ @@ -6801,9 +7417,7 @@ DEP_CPP_BOOST=\ "..\emucore\Event.hxx"\ NODEP_CPP_BOOST=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -6899,16 +7513,16 @@ DEP_CPP_CART_=\ "..\emucore\CartMB.hxx"\ "..\emucore\CartMC.hxx"\ "..\emucore\CartUA.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\MD5.hxx"\ "..\emucore\Props.hxx"\ + ".\missing.h"\ NODEP_CPP_CART_=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -7019,9 +7633,8 @@ DEP_CPP_CART2=\ "..\emucore\Serializer.hxx"\ NODEP_CPP_CART2=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ + "..\emucore\m6502\src\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -7102,9 +7715,8 @@ DEP_CPP_CART3=\ "..\emucore\TIA.hxx"\ NODEP_CPP_CART3=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ + "..\emucore\m6502\src\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -7191,9 +7803,8 @@ DEP_CPP_CART3F=\ "..\emucore\TIA.hxx"\ NODEP_CPP_CART3F=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ + "..\emucore\m6502\src\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -7272,9 +7883,8 @@ DEP_CPP_CART4=\ "..\emucore\Serializer.hxx"\ NODEP_CPP_CART4=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ + "..\emucore\m6502\src\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -7321,6 +7931,7 @@ SOURCE=..\emucore\CartAR.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_CARTA=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\CartAR.hxx"\ "..\emucore\Deserializer.hxx"\ @@ -7342,6 +7953,7 @@ NODEP_CPP_CARTA=\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_CARTA=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\CartAR.hxx"\ "..\emucore\Deserializer.hxx"\ @@ -7355,15 +7967,16 @@ DEP_CPP_CARTA=\ "..\gui\StringList.hxx"\ NODEP_CPP_CARTA=\ - "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\common\bspf.hxx"\ + "..\emucore\bspf.hxx"\ + "..\emucore\m6502\src\bspf.hxx"\ + "..\gui\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" DEP_CPP_CARTA=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\CartAR.hxx"\ "..\emucore\Deserializer.hxx"\ @@ -7380,7 +7993,6 @@ DEP_CPP_CARTA=\ NODEP_CPP_CARTA=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -7443,9 +8055,8 @@ DEP_CPP_CARTC=\ "..\emucore\Serializer.hxx"\ NODEP_CPP_CARTC=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ + "..\emucore\m6502\src\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -7520,9 +8131,8 @@ DEP_CPP_CARTD=\ "..\emucore\Serializer.hxx"\ NODEP_CPP_CARTD=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ + "..\emucore\m6502\src\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -7595,9 +8205,8 @@ DEP_CPP_CARTE=\ "..\emucore\Serializer.hxx"\ NODEP_CPP_CARTE=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ + "..\emucore\m6502\src\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -7672,9 +8281,8 @@ DEP_CPP_CARTE7=\ "..\emucore\Serializer.hxx"\ NODEP_CPP_CARTE7=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ + "..\emucore\m6502\src\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -7751,9 +8359,8 @@ DEP_CPP_CARTF=\ "..\emucore\Serializer.hxx"\ NODEP_CPP_CARTF=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ + "..\emucore\m6502\src\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -7830,9 +8437,8 @@ DEP_CPP_CARTF4=\ "..\emucore\Serializer.hxx"\ NODEP_CPP_CARTF4=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ + "..\emucore\m6502\src\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -7907,9 +8513,8 @@ DEP_CPP_CARTF6=\ "..\emucore\Serializer.hxx"\ NODEP_CPP_CARTF6=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ + "..\emucore\m6502\src\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -7984,9 +8589,8 @@ DEP_CPP_CARTF6S=\ "..\emucore\Serializer.hxx"\ NODEP_CPP_CARTF6S=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ + "..\emucore\m6502\src\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -8061,9 +8665,8 @@ DEP_CPP_CARTF8=\ "..\emucore\Serializer.hxx"\ NODEP_CPP_CARTF8=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ + "..\emucore\m6502\src\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -8138,9 +8741,8 @@ DEP_CPP_CARTF8S=\ "..\emucore\Serializer.hxx"\ NODEP_CPP_CARTF8S=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ + "..\emucore\m6502\src\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -8217,9 +8819,8 @@ DEP_CPP_CARTFA=\ "..\emucore\Serializer.hxx"\ NODEP_CPP_CARTFA=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ + "..\emucore\m6502\src\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -8294,9 +8895,8 @@ DEP_CPP_CARTFE=\ "..\emucore\Serializer.hxx"\ NODEP_CPP_CARTFE=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ + "..\emucore\m6502\src\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -8369,9 +8969,8 @@ DEP_CPP_CARTM=\ "..\emucore\Serializer.hxx"\ NODEP_CPP_CARTM=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ + "..\emucore\m6502\src\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -8446,9 +9045,8 @@ DEP_CPP_CARTMC=\ "..\emucore\Serializer.hxx"\ NODEP_CPP_CARTMC=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ + "..\emucore\m6502\src\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -8523,9 +9121,8 @@ DEP_CPP_CARTU=\ "..\emucore\Serializer.hxx"\ NODEP_CPP_CARTU=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ + "..\emucore\m6502\src\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -8572,6 +9169,7 @@ SOURCE=..\emucore\Console.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_CONSO=\ + "..\common\Array.hxx"\ "..\common\Snapshot.hxx"\ "..\common\Version.hxx"\ "..\debugger\Debugger.hxx"\ @@ -8594,6 +9192,7 @@ DEP_CPP_CONSO=\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\M6502.hxx"\ "..\emucore\m6502\src\M6502Hi.hxx"\ + "..\emucore\m6502\src\M6502Low.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\M6532.hxx"\ @@ -8619,10 +9218,6 @@ DEP_CPP_CONSO=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_CONSO=\ - "..\emucore\CheatManager.hxx"\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -8641,96 +9236,20 @@ NODEP_CPP_CONSO=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_CONSO=\ + "..\emucore\CheatManager.hxx"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_CONSO=\ - "..\common\Snapshot.hxx"\ - "..\common\Version.hxx"\ - "..\debugger\Debugger.hxx"\ - "..\debugger\DebuggerParser.hxx"\ - "..\debugger\Equate.hxx"\ - "..\debugger\EquateList.hxx"\ - "..\debugger\gui\PromptWidget.hxx"\ - "..\debugger\PackedBitArray.hxx"\ - "..\emucore\Booster.hxx"\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Driving.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\Joystick.hxx"\ - "..\emucore\Keyboard.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\m6502\src\M6502.hxx"\ - "..\emucore\m6502\src\M6502Hi.hxx"\ - "..\emucore\m6502\src\NullDev.hxx"\ - "..\emucore\m6502\src\System.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MD5.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Paddles.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\PropsSet.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\Switches.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\CommandMenu.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\DialogContainer.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\Menu.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\Stack.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\Widget.hxx"\ - -NODEP_CPP_CONSO=\ - "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_CONSO=\ + "..\common\Array.hxx"\ "..\common\Snapshot.hxx"\ "..\common\Version.hxx"\ "..\debugger\Debugger.hxx"\ @@ -8753,6 +9272,7 @@ DEP_CPP_CONSO=\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\M6502.hxx"\ "..\emucore\m6502\src\M6502Hi.hxx"\ + "..\emucore\m6502\src\M6502Low.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\M6532.hxx"\ @@ -8761,13 +9281,13 @@ DEP_CPP_CONSO=\ "..\emucore\Paddles.hxx"\ "..\emucore\Props.hxx"\ "..\emucore\PropsSet.hxx"\ + "..\emucore\Serializer.hxx"\ "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\Switches.hxx"\ "..\emucore\TIA.hxx"\ "..\gui\Command.hxx"\ "..\gui\CommandMenu.hxx"\ - "..\gui\Dialog.hxx"\ "..\gui\DialogContainer.hxx"\ "..\gui\Font.hxx"\ "..\gui\GuiObject.hxx"\ @@ -8778,10 +9298,6 @@ DEP_CPP_CONSO=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_CONSO=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -8800,12 +9316,95 @@ NODEP_CPP_CONSO=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_CONSO=\ + "..\emucore\CheatManager.hxx"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_CONSO=\ + "..\common\Array.hxx"\ + "..\common\Snapshot.hxx"\ + "..\common\Version.hxx"\ + "..\debugger\Debugger.hxx"\ + "..\debugger\DebuggerParser.hxx"\ + "..\debugger\Equate.hxx"\ + "..\debugger\EquateList.hxx"\ + "..\debugger\gui\PromptWidget.hxx"\ + "..\debugger\PackedBitArray.hxx"\ + "..\emucore\Booster.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Driving.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\Joystick.hxx"\ + "..\emucore\Keyboard.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\m6502\src\M6502.hxx"\ + "..\emucore\m6502\src\M6502Hi.hxx"\ + "..\emucore\m6502\src\M6502Low.hxx"\ + "..\emucore\m6502\src\NullDev.hxx"\ + "..\emucore\m6502\src\System.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Paddles.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\PropsSet.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\Switches.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\CommandMenu.hxx"\ + "..\gui\DialogContainer.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\Menu.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\Stack.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_CONSO=\ + "..\emucore\CheatManager.hxx"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -8833,6 +9432,7 @@ DEP_CPP_CONSO=\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\M6502.hxx"\ "..\emucore\m6502\src\M6502Hi.hxx"\ + "..\emucore\m6502\src\M6502Low.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\M6532.hxx"\ @@ -8858,6 +9458,28 @@ DEP_CPP_CONSO=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ NODEP_CPP_CONSO=\ "..\emucore\CheatManager.hxx"\ @@ -8888,9 +9510,7 @@ DEP_CPP_CONTR=\ "..\emucore\Control.hxx"\ NODEP_CPP_CONTR=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -8939,9 +9559,7 @@ DEP_CPP_DESER=\ "..\emucore\Deserializer.hxx"\ NODEP_CPP_DESER=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -8990,9 +9608,7 @@ DEP_CPP_DEVIC=\ "..\emucore\m6502\src\Device.hxx"\ NODEP_CPP_DEVIC=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -9051,9 +9667,8 @@ DEP_CPP_DRIVI=\ "..\emucore\m6502\src\System.hxx"\ NODEP_CPP_DRIVI=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ + "..\emucore\m6502\src\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -9098,7 +9713,10 @@ SOURCE=..\emucore\Event.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_EVENT_=\ + "..\common\Array.hxx"\ + "..\emucore\Deserializer.hxx"\ "..\emucore\Event.hxx"\ + "..\emucore\EventStreamer.hxx"\ "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\Serializer.hxx"\ ".\missing.h"\ @@ -9110,19 +9728,26 @@ NODEP_CPP_EVENT_=\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_EVENT_=\ + "..\common\Array.hxx"\ + "..\emucore\Deserializer.hxx"\ "..\emucore\Event.hxx"\ + "..\emucore\EventStreamer.hxx"\ + "..\emucore\Serializer.hxx"\ NODEP_CPP_EVENT_=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\common\bspf.hxx"\ + "..\emucore\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" DEP_CPP_EVENT_=\ + "..\common\Array.hxx"\ + "..\emucore\Deserializer.hxx"\ "..\emucore\Event.hxx"\ + "..\emucore\EventStreamer.hxx"\ "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\Serializer.hxx"\ ".\missing.h"\ NODEP_CPP_EVENT_=\ @@ -9154,6 +9779,7 @@ SOURCE=..\emucore\EventHandler.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_EVENTH=\ + "..\common\Array.hxx"\ "..\common\Snapshot.hxx"\ "..\debugger\Debugger.hxx"\ "..\debugger\DebuggerParser.hxx"\ @@ -9167,6 +9793,7 @@ DEP_CPP_EVENTH=\ "..\emucore\Deserializer.hxx"\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ + "..\emucore\EventStreamer.hxx"\ "..\emucore\FrameBuffer.hxx"\ "..\emucore\FSNode.hxx"\ "..\emucore\m6502\src\bspf\src\bspf.hxx"\ @@ -9195,10 +9822,6 @@ DEP_CPP_EVENTH=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_EVENTH=\ - "..\emucore\CheatManager.hxx"\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -9217,16 +9840,20 @@ NODEP_CPP_EVENTH=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_EVENTH=\ + "..\emucore\CheatManager.hxx"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_EVENTH=\ + "..\common\Array.hxx"\ "..\common\Snapshot.hxx"\ "..\debugger\Debugger.hxx"\ "..\debugger\DebuggerParser.hxx"\ @@ -9237,80 +9864,10 @@ DEP_CPP_EVENTH=\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ + "..\emucore\Deserializer.hxx"\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\FSNode.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\m6502\src\M6502.hxx"\ - "..\emucore\m6502\src\NullDev.hxx"\ - "..\emucore\m6502\src\System.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\CommandMenu.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\DialogContainer.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\Launcher.hxx"\ - "..\gui\Menu.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\Stack.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\Widget.hxx"\ - -NODEP_CPP_EVENTH=\ - "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_EVENTH=\ - "..\common\Snapshot.hxx"\ - "..\debugger\Debugger.hxx"\ - "..\debugger\DebuggerParser.hxx"\ - "..\debugger\Equate.hxx"\ - "..\debugger\EquateList.hxx"\ - "..\debugger\gui\PromptWidget.hxx"\ - "..\debugger\PackedBitArray.hxx"\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ + "..\emucore\EventStreamer.hxx"\ "..\emucore\FrameBuffer.hxx"\ "..\emucore\FSNode.hxx"\ "..\emucore\m6502\src\bspf\src\bspf.hxx"\ @@ -9322,12 +9879,12 @@ DEP_CPP_EVENTH=\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ "..\gui\Command.hxx"\ "..\gui\CommandMenu.hxx"\ - "..\gui\Dialog.hxx"\ "..\gui\DialogContainer.hxx"\ "..\gui\Font.hxx"\ "..\gui\GuiObject.hxx"\ @@ -9339,11 +9896,6 @@ DEP_CPP_EVENTH=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_EVENTH=\ - "..\emucore\CheatManager.hxx"\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -9362,12 +9914,89 @@ NODEP_CPP_EVENTH=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_EVENTH=\ + "..\emucore\CheatManager.hxx"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_EVENTH=\ + "..\common\Array.hxx"\ + "..\common\Snapshot.hxx"\ + "..\debugger\Debugger.hxx"\ + "..\debugger\DebuggerParser.hxx"\ + "..\debugger\Equate.hxx"\ + "..\debugger\EquateList.hxx"\ + "..\debugger\gui\PromptWidget.hxx"\ + "..\debugger\PackedBitArray.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Deserializer.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\EventStreamer.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\FSNode.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\m6502\src\M6502.hxx"\ + "..\emucore\m6502\src\NullDev.hxx"\ + "..\emucore\m6502\src\System.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\CommandMenu.hxx"\ + "..\gui\DialogContainer.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\Launcher.hxx"\ + "..\gui\Menu.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\Stack.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_EVENTH=\ + "..\emucore\CheatManager.hxx"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -9415,6 +10044,28 @@ DEP_CPP_EVENTH=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ NODEP_CPP_EVENTH=\ "..\emucore\CheatManager.hxx"\ @@ -9495,6 +10146,7 @@ DEP_CPP_EVENTS=\ "..\emucore\EventHandler.hxx"\ "..\emucore\EventStreamer.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ @@ -9509,6 +10161,7 @@ DEP_CPP_EVENTS=\ "..\gui\Font.hxx"\ "..\gui\GuiUtils.hxx"\ "..\gui\StringList.hxx"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -9533,10 +10186,7 @@ DEP_CPP_EVENTS=\ ".\sdl\SDL_video.h"\ NODEP_CPP_EVENTS=\ - "..\common\bspf.hxx"\ - "..\emucore\bspf.hxx"\ - "..\emucore\m6502\src\bspf.hxx"\ - "..\gui\bspf.hxx"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -9659,6 +10309,7 @@ SOURCE=..\emucore\FrameBuffer.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_FRAME=\ + "..\common\Array.hxx"\ "..\common\stella.xpm"\ "..\debugger\Debugger.hxx"\ "..\debugger\DebuggerParser.hxx"\ @@ -9698,11 +10349,6 @@ DEP_CPP_FRAME=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_FRAME=\ - "..\emucore\DisplayPSP.hxx"\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\emucore\macOSXDisplay.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -9721,89 +10367,19 @@ NODEP_CPP_FRAME=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_FRAME=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_FRAME=\ - "..\common\stella.xpm"\ - "..\debugger\Debugger.hxx"\ - "..\debugger\DebuggerParser.hxx"\ - "..\debugger\Equate.hxx"\ - "..\debugger\EquateList.hxx"\ - "..\debugger\gui\PromptWidget.hxx"\ - "..\debugger\PackedBitArray.hxx"\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\m6502\src\M6502.hxx"\ - "..\emucore\m6502\src\NullDev.hxx"\ - "..\emucore\m6502\src\System.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\CommandMenu.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\DialogContainer.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\Launcher.hxx"\ - "..\gui\Menu.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\Stack.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\Widget.hxx"\ - -NODEP_CPP_FRAME=\ - "..\emucore\DisplayPSP.hxx"\ - "..\emucore\macOSXDisplay.h"\ - "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_FRAME=\ + "..\common\Array.hxx"\ "..\common\stella.xpm"\ "..\debugger\Debugger.hxx"\ "..\debugger\DebuggerParser.hxx"\ @@ -9826,12 +10402,12 @@ DEP_CPP_FRAME=\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ "..\gui\Command.hxx"\ "..\gui\CommandMenu.hxx"\ - "..\gui\Dialog.hxx"\ "..\gui\DialogContainer.hxx"\ "..\gui\Font.hxx"\ "..\gui\GuiObject.hxx"\ @@ -9843,12 +10419,6 @@ DEP_CPP_FRAME=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_FRAME=\ - "..\emucore\DisplayPSP.hxx"\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\emucore\macOSXDisplay.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -9867,12 +10437,84 @@ NODEP_CPP_FRAME=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_FRAME=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_FRAME=\ + "..\common\Array.hxx"\ + "..\common\stella.xpm"\ + "..\debugger\Debugger.hxx"\ + "..\debugger\DebuggerParser.hxx"\ + "..\debugger\Equate.hxx"\ + "..\debugger\EquateList.hxx"\ + "..\debugger\gui\PromptWidget.hxx"\ + "..\debugger\PackedBitArray.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\m6502\src\M6502.hxx"\ + "..\emucore\m6502\src\NullDev.hxx"\ + "..\emucore\m6502\src\System.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\CommandMenu.hxx"\ + "..\gui\DialogContainer.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\Launcher.hxx"\ + "..\gui\Menu.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\Stack.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_FRAME=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -9917,6 +10559,28 @@ DEP_CPP_FRAME=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ NODEP_CPP_FRAME=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ @@ -9932,6 +10596,7 @@ SOURCE=..\emucore\FSNode.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_FSNOD=\ + "..\common\Array.hxx"\ "..\emucore\FSNode.hxx"\ "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\gui\GuiUtils.hxx"\ @@ -9944,19 +10609,20 @@ NODEP_CPP_FSNOD=\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_FSNOD=\ + "..\common\Array.hxx"\ "..\emucore\FSNode.hxx"\ "..\gui\GuiUtils.hxx"\ NODEP_CPP_FSNOD=\ - "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\common\bspf.hxx"\ + "..\emucore\bspf.hxx"\ + "..\gui\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" DEP_CPP_FSNOD=\ + "..\common\Array.hxx"\ "..\emucore\FSNode.hxx"\ "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\gui\GuiUtils.hxx"\ @@ -9964,7 +10630,6 @@ DEP_CPP_FSNOD=\ NODEP_CPP_FSNOD=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -10008,9 +10673,7 @@ DEP_CPP_JOYST=\ "..\emucore\Joystick.hxx"\ NODEP_CPP_JOYST=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -10067,9 +10730,7 @@ DEP_CPP_KEYBO=\ "..\emucore\Keyboard.hxx"\ NODEP_CPP_KEYBO=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -10108,6 +10769,7 @@ SOURCE=..\emucore\m6502\src\M6502.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_M6502=\ + "..\common\Array.hxx"\ "..\debugger\Expression.hxx"\ "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ @@ -10124,6 +10786,7 @@ NODEP_CPP_M6502=\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_M6502=\ + "..\common\Array.hxx"\ "..\debugger\Expression.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\M6502.hxx"\ @@ -10132,15 +10795,16 @@ DEP_CPP_M6502=\ "..\gui\StringList.hxx"\ NODEP_CPP_M6502=\ - "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\common\bspf.hxx"\ + "..\debugger\bspf.hxx"\ + "..\emucore\m6502\src\bspf.hxx"\ + "..\gui\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" DEP_CPP_M6502=\ + "..\common\Array.hxx"\ "..\debugger\Expression.hxx"\ "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ @@ -10152,7 +10816,6 @@ DEP_CPP_M6502=\ NODEP_CPP_M6502=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -10182,6 +10845,7 @@ SOURCE=..\emucore\m6502\src\M6502Hi.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_M6502H=\ + "..\common\Array.hxx"\ "..\debugger\Debugger.hxx"\ "..\debugger\DebuggerParser.hxx"\ "..\debugger\Equate.hxx"\ @@ -10220,9 +10884,6 @@ DEP_CPP_M6502H=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_M6502H=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -10241,90 +10902,20 @@ NODEP_CPP_M6502H=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_M6502H=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + # ADD CPP /U "DEBUG" !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_M6502H=\ - "..\debugger\Debugger.hxx"\ - "..\debugger\DebuggerParser.hxx"\ - "..\debugger\Equate.hxx"\ - "..\debugger\EquateList.hxx"\ - "..\debugger\gui\PromptWidget.hxx"\ - "..\debugger\PackedBitArray.hxx"\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Deserializer.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\m6502\src\M6502.hxx"\ - "..\emucore\m6502\src\M6502Hi.hxx"\ - "..\emucore\m6502\src\M6502Hi.ins"\ - "..\emucore\m6502\src\NullDev.hxx"\ - "..\emucore\m6502\src\System.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Serializer.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\DialogContainer.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\Stack.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\Widget.hxx"\ - -NODEP_CPP_M6502H=\ - "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\EventHandler.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - -# ADD CPP /U "DEBUG" - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_M6502H=\ + "..\common\Array.hxx"\ "..\debugger\Debugger.hxx"\ "..\debugger\DebuggerParser.hxx"\ "..\debugger\Equate.hxx"\ @@ -10354,7 +10945,6 @@ DEP_CPP_M6502H=\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ "..\gui\DialogContainer.hxx"\ "..\gui\Font.hxx"\ "..\gui\GuiObject.hxx"\ @@ -10364,10 +10954,6 @@ DEP_CPP_M6502H=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_M6502H=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -10386,12 +10972,84 @@ NODEP_CPP_M6502H=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_M6502H=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + +# ADD CPP /U "DEBUG" + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_M6502H=\ + "..\common\Array.hxx"\ + "..\debugger\Debugger.hxx"\ + "..\debugger\DebuggerParser.hxx"\ + "..\debugger\Equate.hxx"\ + "..\debugger\EquateList.hxx"\ + "..\debugger\gui\PromptWidget.hxx"\ + "..\debugger\PackedBitArray.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Deserializer.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\m6502\src\M6502.hxx"\ + "..\emucore\m6502\src\M6502Hi.hxx"\ + "..\emucore\m6502\src\M6502Hi.ins"\ + "..\emucore\m6502\src\NullDev.hxx"\ + "..\emucore\m6502\src\System.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\DialogContainer.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\Stack.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_M6502H=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + # ADD CPP /U "DEBUG" !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -10436,6 +11094,28 @@ DEP_CPP_M6502H=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ NODEP_CPP_M6502H=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ @@ -10447,6 +11127,291 @@ NODEP_CPP_M6502H=\ # End Source File # Begin Source File +SOURCE=..\emucore\m6502\src\M6502Low.cxx + +!IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" + +DEP_CPP_M6502L=\ + "..\common\Array.hxx"\ + "..\debugger\Debugger.hxx"\ + "..\debugger\DebuggerParser.hxx"\ + "..\debugger\Equate.hxx"\ + "..\debugger\EquateList.hxx"\ + "..\debugger\gui\PromptWidget.hxx"\ + "..\debugger\PackedBitArray.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Deserializer.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\m6502\src\M6502.hxx"\ + "..\emucore\m6502\src\M6502Low.hxx"\ + "..\emucore\m6502\src\M6502Low.ins"\ + "..\emucore\m6502\src\NullDev.hxx"\ + "..\emucore\m6502\src\System.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\DialogContainer.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\Stack.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_M6502L=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" + +DEP_CPP_M6502L=\ + "..\common\Array.hxx"\ + "..\debugger\Debugger.hxx"\ + "..\debugger\DebuggerParser.hxx"\ + "..\debugger\Equate.hxx"\ + "..\debugger\EquateList.hxx"\ + "..\debugger\gui\PromptWidget.hxx"\ + "..\debugger\PackedBitArray.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Deserializer.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\m6502\src\M6502.hxx"\ + "..\emucore\m6502\src\M6502Low.hxx"\ + "..\emucore\m6502\src\M6502Low.ins"\ + "..\emucore\m6502\src\NullDev.hxx"\ + "..\emucore\m6502\src\System.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\DialogContainer.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\Stack.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_M6502L=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + +# ADD CPP /U "DEBUG" + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_M6502L=\ + "..\common\Array.hxx"\ + "..\debugger\Debugger.hxx"\ + "..\debugger\DebuggerParser.hxx"\ + "..\debugger\Equate.hxx"\ + "..\debugger\EquateList.hxx"\ + "..\debugger\gui\PromptWidget.hxx"\ + "..\debugger\PackedBitArray.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Deserializer.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\m6502\src\M6502.hxx"\ + "..\emucore\m6502\src\M6502Low.hxx"\ + "..\emucore\m6502\src\M6502Low.ins"\ + "..\emucore\m6502\src\NullDev.hxx"\ + "..\emucore\m6502\src\System.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\DialogContainer.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\Stack.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_M6502L=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" + +DEP_CPP_M6502L=\ + "..\common\Array.hxx"\ + "..\debugger\Debugger.hxx"\ + "..\debugger\DebuggerParser.hxx"\ + "..\debugger\Equate.hxx"\ + "..\debugger\EquateList.hxx"\ + "..\debugger\gui\PromptWidget.hxx"\ + "..\debugger\PackedBitArray.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Deserializer.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\m6502\src\M6502.hxx"\ + "..\emucore\m6502\src\M6502Low.hxx"\ + "..\emucore\m6502\src\M6502Low.ins"\ + "..\emucore\m6502\src\NullDev.hxx"\ + "..\emucore\m6502\src\System.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\DialogContainer.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\Stack.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_M6502L=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + +# ADD CPP /U "DEBUG" + +!ENDIF + +# End Source File +# Begin Source File + SOURCE=..\emucore\M6532.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" @@ -10481,6 +11446,7 @@ DEP_CPP_M6532=\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ @@ -10492,11 +11458,10 @@ DEP_CPP_M6532=\ "..\emucore\Sound.hxx"\ "..\emucore\Switches.hxx"\ "..\emucore\TIA.hxx"\ + ".\missing.h"\ NODEP_CPP_M6532=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -10573,9 +11538,7 @@ DEP_CPP_MD5_C=\ "..\emucore\MD5.hxx"\ NODEP_CPP_MD5_C=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -10638,11 +11601,6 @@ DEP_CPP_MEDIA=\ "..\gui\StringList.hxx"\ ".\FrameBufferWinCE.hxx"\ ".\missing.h"\ - ".\SoundWinCE.hxx"\ - -NODEP_CPP_MEDIA=\ - "..\emucore\FrameBufferPSP.hxx"\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -10667,7 +11625,12 @@ NODEP_CPP_MEDIA=\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ - ".\x.h"\ + ".\SoundWinCE.hxx"\ + {$(INCLUDE)}"gx.h"\ + +NODEP_CPP_MEDIA=\ + "..\emucore\FrameBufferPSP.hxx"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -10678,22 +11641,29 @@ DEP_CPP_MEDIA=\ "..\common\FrameBufferSoft.hxx"\ "..\common\SoundNull.hxx"\ "..\common\SoundSDL.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ "..\emucore\MediaFactory.hxx"\ "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ "..\emucore\TIASnd.hxx"\ "..\gui\Font.hxx"\ "..\gui\GuiUtils.hxx"\ - -NODEP_CPP_MEDIA=\ - "..\common\bspf.hxx"\ - "..\emucore\bspf.hxx"\ - "..\emucore\FrameBufferPSP.hxx"\ - "..\emucore\FrameBufferWinCE.hxx"\ - "..\emucore\SoundWinCE.hxx"\ - "..\gui\bspf.hxx"\ + "..\gui\StringList.hxx"\ + ".\FrameBufferWinCE.hxx"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -10718,6 +11688,12 @@ NODEP_CPP_MEDIA=\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ + ".\SoundWinCE.hxx"\ + +NODEP_CPP_MEDIA=\ + "..\emucore\FrameBufferPSP.hxx"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + ".\x.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -10751,11 +11727,6 @@ DEP_CPP_MEDIA=\ "..\gui\StringList.hxx"\ ".\FrameBufferWinCE.hxx"\ ".\missing.h"\ - ".\SoundWinCE.hxx"\ - -NODEP_CPP_MEDIA=\ - "..\emucore\FrameBufferPSP.hxx"\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -10780,6 +11751,11 @@ NODEP_CPP_MEDIA=\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ + ".\SoundWinCE.hxx"\ + +NODEP_CPP_MEDIA=\ + "..\emucore\FrameBufferPSP.hxx"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\x.h"\ @@ -10870,9 +11846,7 @@ DEP_CPP_MEDIAS=\ "..\emucore\MediaSrc.hxx"\ NODEP_CPP_MEDIAS=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -10927,9 +11901,8 @@ DEP_CPP_NULLD=\ "..\emucore\Serializer.hxx"\ NODEP_CPP_NULLD=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ + "..\emucore\m6502\src\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -10970,6 +11943,7 @@ SOURCE=..\emucore\OSystem.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_OSYST=\ + "..\common\Array.hxx"\ "..\debugger\Debugger.hxx"\ "..\debugger\DebuggerParser.hxx"\ "..\debugger\Equate.hxx"\ @@ -11015,10 +11989,6 @@ DEP_CPP_OSYST=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ - -NODEP_CPP_OSYST=\ - "..\emucore\CheatManager.hxx"\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -11037,7 +12007,6 @@ NODEP_CPP_OSYST=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ @@ -11045,98 +12014,15 @@ NODEP_CPP_OSYST=\ ".\zlib\zconf.h"\ ".\zlib\zlib.h"\ +NODEP_CPP_OSYST=\ + "..\emucore\CheatManager.hxx"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_OSYST=\ - "..\common\FrameBufferGL.hxx"\ - "..\common\FrameBufferSoft.hxx"\ - "..\common\SoundNull.hxx"\ - "..\common\SoundSDL.hxx"\ - "..\debugger\Debugger.hxx"\ - "..\debugger\DebuggerParser.hxx"\ - "..\debugger\Equate.hxx"\ - "..\debugger\EquateList.hxx"\ - "..\debugger\gui\PromptWidget.hxx"\ - "..\debugger\PackedBitArray.hxx"\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\FSNode.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\m6502\src\M6502.hxx"\ - "..\emucore\m6502\src\NullDev.hxx"\ - "..\emucore\m6502\src\System.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\PropsSet.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\emucore\TIASnd.hxx"\ - "..\emucore\unzip.h"\ - "..\gui\Command.hxx"\ - "..\gui\CommandMenu.hxx"\ - "..\gui\ConsoleFont.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\DialogContainer.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\Launcher.hxx"\ - "..\gui\Menu.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\Stack.hxx"\ - "..\gui\StellaFont.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\Widget.hxx"\ - -NODEP_CPP_OSYST=\ - "..\emucore\FrameBufferPSP.hxx"\ - "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_opengl.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - ".\zlib\zconf.h"\ - ".\zlib\zlib.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_OSYST=\ - "..\common\FrameBufferGL.hxx"\ - "..\common\FrameBufferSoft.hxx"\ - "..\common\SoundNull.hxx"\ - "..\common\SoundSDL.hxx"\ + "..\common\Array.hxx"\ "..\debugger\Debugger.hxx"\ "..\debugger\DebuggerParser.hxx"\ "..\debugger\Equate.hxx"\ @@ -11157,19 +12043,19 @@ DEP_CPP_OSYST=\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MD5.hxx"\ + "..\emucore\MediaFactory.hxx"\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ "..\emucore\PropsSet.hxx"\ + "..\emucore\Serializer.hxx"\ "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ - "..\emucore\TIASnd.hxx"\ "..\emucore\unzip.h"\ "..\gui\Command.hxx"\ "..\gui\CommandMenu.hxx"\ "..\gui\ConsoleFont.hxx"\ - "..\gui\Dialog.hxx"\ "..\gui\DialogContainer.hxx"\ "..\gui\Font.hxx"\ "..\gui\GuiObject.hxx"\ @@ -11181,15 +12067,7 @@ DEP_CPP_OSYST=\ "..\gui\StellaFont.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\FrameBufferWinCE.hxx"\ ".\missing.h"\ - ".\SoundWinCE.hxx"\ - -NODEP_CPP_OSYST=\ - "..\emucore\CheatManager.hxx"\ - "..\emucore\FrameBufferPSP.hxx"\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -11206,18 +12084,98 @@ NODEP_CPP_OSYST=\ ".\sdl\SDL_main.h"\ ".\sdl\SDL_mouse.h"\ ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_opengl.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ - ".\x.h"\ ".\zlib\zconf.h"\ ".\zlib\zlib.h"\ +NODEP_CPP_OSYST=\ + "..\emucore\CheatManager.hxx"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_OSYST=\ + "..\common\Array.hxx"\ + "..\debugger\Debugger.hxx"\ + "..\debugger\DebuggerParser.hxx"\ + "..\debugger\Equate.hxx"\ + "..\debugger\EquateList.hxx"\ + "..\debugger\gui\PromptWidget.hxx"\ + "..\debugger\PackedBitArray.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\FSNode.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\m6502\src\M6502.hxx"\ + "..\emucore\m6502\src\NullDev.hxx"\ + "..\emucore\m6502\src\System.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MD5.hxx"\ + "..\emucore\MediaFactory.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\PropsSet.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\emucore\unzip.h"\ + "..\gui\Command.hxx"\ + "..\gui\CommandMenu.hxx"\ + "..\gui\ConsoleFont.hxx"\ + "..\gui\DialogContainer.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\Launcher.hxx"\ + "..\gui\Menu.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\Stack.hxx"\ + "..\gui\StellaFont.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + ".\zlib\zconf.h"\ + ".\zlib\zlib.h"\ + +NODEP_CPP_OSYST=\ + "..\emucore\CheatManager.hxx"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -11268,6 +12226,30 @@ DEP_CPP_OSYST=\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + ".\zlib\zconf.h"\ + ".\zlib\zlib.h"\ NODEP_CPP_OSYST=\ "..\emucore\CheatManager.hxx"\ @@ -11302,9 +12284,7 @@ DEP_CPP_PADDL=\ "..\emucore\Paddles.hxx"\ NODEP_CPP_PADDL=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -11345,6 +12325,7 @@ SOURCE=..\emucore\Props.cxx DEP_CPP_PROPS=\ "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\Props.hxx"\ + "..\gui\GuiUtils.hxx"\ ".\missing.h"\ NODEP_CPP_PROPS=\ @@ -11354,12 +12335,13 @@ NODEP_CPP_PROPS=\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_PROPS=\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\Props.hxx"\ + "..\gui\GuiUtils.hxx"\ + ".\missing.h"\ NODEP_CPP_PROPS=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -11367,6 +12349,7 @@ NODEP_CPP_PROPS=\ DEP_CPP_PROPS=\ "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\Props.hxx"\ + "..\gui\GuiUtils.hxx"\ ".\missing.h"\ NODEP_CPP_PROPS=\ @@ -11378,6 +12361,7 @@ NODEP_CPP_PROPS=\ DEP_CPP_PROPS=\ "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\Props.hxx"\ + "..\gui\GuiUtils.hxx"\ ".\missing.h"\ NODEP_CPP_PROPS=\ @@ -11394,9 +12378,11 @@ SOURCE=..\emucore\PropsSet.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_PROPSS=\ + "..\emucore\DefProps.hxx"\ "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\Props.hxx"\ "..\emucore\PropsSet.hxx"\ + "..\gui\GuiUtils.hxx"\ ".\missing.h"\ NODEP_CPP_PROPSS=\ @@ -11406,21 +12392,26 @@ NODEP_CPP_PROPSS=\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_PROPSS=\ + "..\emucore\DefProps.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\Props.hxx"\ "..\emucore\PropsSet.hxx"\ + "..\gui\GuiUtils.hxx"\ + ".\missing.h"\ NODEP_CPP_PROPSS=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ +# ADD CPP /Zp8 !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" DEP_CPP_PROPSS=\ + "..\emucore\DefProps.hxx"\ "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\Props.hxx"\ "..\emucore\PropsSet.hxx"\ + "..\gui\GuiUtils.hxx"\ ".\missing.h"\ NODEP_CPP_PROPSS=\ @@ -11430,9 +12421,11 @@ NODEP_CPP_PROPSS=\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" DEP_CPP_PROPSS=\ + "..\emucore\DefProps.hxx"\ "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\Props.hxx"\ "..\emucore\PropsSet.hxx"\ + "..\gui\GuiUtils.hxx"\ ".\missing.h"\ NODEP_CPP_PROPSS=\ @@ -11463,9 +12456,7 @@ DEP_CPP_RANDO=\ "..\emucore\Random.hxx"\ NODEP_CPP_RANDO=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -11514,9 +12505,7 @@ DEP_CPP_SERIA=\ "..\emucore\Serializer.hxx"\ NODEP_CPP_SERIA=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -11551,6 +12540,7 @@ SOURCE=..\emucore\Settings.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_SETTI=\ + "..\common\Array.hxx"\ "..\common\Version.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ @@ -11572,9 +12562,6 @@ DEP_CPP_SETTI=\ "..\gui\GuiUtils.hxx"\ "..\gui\StringList.hxx"\ ".\missing.h"\ - -NODEP_CPP_SETTI=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -11593,68 +12580,19 @@ NODEP_CPP_SETTI=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_SETTI=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_SETTI=\ - "..\common\Version.hxx"\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\StringList.hxx"\ - -NODEP_CPP_SETTI=\ - "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_SETTI=\ + "..\common\Array.hxx"\ "..\common\Version.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ @@ -11668,6 +12606,7 @@ DEP_CPP_SETTI=\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ @@ -11675,10 +12614,6 @@ DEP_CPP_SETTI=\ "..\gui\GuiUtils.hxx"\ "..\gui\StringList.hxx"\ ".\missing.h"\ - -NODEP_CPP_SETTI=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -11697,12 +12632,66 @@ NODEP_CPP_SETTI=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_SETTI=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_SETTI=\ + "..\common\Array.hxx"\ + "..\common\Version.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\StringList.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_SETTI=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -11729,6 +12718,28 @@ DEP_CPP_SETTI=\ "..\gui\GuiUtils.hxx"\ "..\gui\StringList.hxx"\ ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ NODEP_CPP_SETTI=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ @@ -11767,9 +12778,6 @@ DEP_CPP_SOUND=\ "..\gui\GuiUtils.hxx"\ "..\gui\StringList.hxx"\ ".\missing.h"\ - -NODEP_CPP_SOUND=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -11788,70 +12796,19 @@ NODEP_CPP_SOUND=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_SOUND=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_SOUND=\ - "..\common\SoundNull.hxx"\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Deserializer.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Serializer.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\StringList.hxx"\ - -NODEP_CPP_SOUND=\ - "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_SOUND=\ + "..\common\Array.hxx"\ "..\common\SoundNull.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ @@ -11874,10 +12831,6 @@ DEP_CPP_SOUND=\ "..\gui\GuiUtils.hxx"\ "..\gui\StringList.hxx"\ ".\missing.h"\ - -NODEP_CPP_SOUND=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -11896,12 +12849,67 @@ NODEP_CPP_SOUND=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ +NODEP_CPP_SOUND=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_SOUND=\ + "..\common\Array.hxx"\ + "..\common\SoundNull.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Deserializer.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\StringList.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_SOUND=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -11929,6 +12937,28 @@ DEP_CPP_SOUND=\ "..\gui\GuiUtils.hxx"\ "..\gui\StringList.hxx"\ ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ NODEP_CPP_SOUND=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ @@ -11958,13 +12988,13 @@ NODEP_CPP_SWITC=\ DEP_CPP_SWITC=\ "..\emucore\Event.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\Props.hxx"\ "..\emucore\Switches.hxx"\ + ".\missing.h"\ NODEP_CPP_SWITC=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -12003,6 +13033,7 @@ SOURCE=..\emucore\m6502\src\System.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_SYSTE=\ + "..\common\Array.hxx"\ "..\emucore\Deserializer.hxx"\ "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ @@ -12023,6 +13054,7 @@ NODEP_CPP_SYSTE=\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_SYSTE=\ + "..\common\Array.hxx"\ "..\emucore\Deserializer.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\M6502.hxx"\ @@ -12035,15 +13067,16 @@ DEP_CPP_SYSTE=\ "..\gui\StringList.hxx"\ NODEP_CPP_SYSTE=\ - "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\common\bspf.hxx"\ + "..\emucore\bspf.hxx"\ + "..\emucore\m6502\src\bspf.hxx"\ + "..\gui\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" DEP_CPP_SYSTE=\ + "..\common\Array.hxx"\ "..\emucore\Deserializer.hxx"\ "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ @@ -12059,7 +13092,6 @@ DEP_CPP_SYSTE=\ NODEP_CPP_SYSTE=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -12093,6 +13125,7 @@ SOURCE=..\emucore\TIA.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_TIA_C=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -12120,34 +13153,35 @@ NODEP_CPP_TIA_C=\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_TIA_C=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Deserializer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\m6502\src\M6502.hxx"\ - "..\emucore\m6502\src\NullDev.hxx"\ - "..\emucore\m6502\src\System.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Serializer.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\StringList.hxx"\ - -NODEP_CPP_TIA_C=\ - "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_TIA_C=\ + "..\common\Array.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\m6502\src\M6502.hxx"\ + "..\emucore\m6502\src\NullDev.hxx"\ + "..\emucore\m6502\src\System.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\StringList.hxx"\ + ".\missing.h"\ + +NODEP_CPP_TIA_C=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_TIA_C=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -12170,7 +13204,6 @@ DEP_CPP_TIA_C=\ NODEP_CPP_TIA_C=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -12231,9 +13264,8 @@ DEP_CPP_TIASN=\ "..\emucore\TIASnd.hxx"\ NODEP_CPP_TIASN=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ + "..\emucore\m6502\src\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -12275,8 +13307,6 @@ SOURCE=..\emucore\unzip.c DEP_CPP_UNZIP=\ "..\emucore\unzip.h"\ - -NODEP_CPP_UNZIP=\ ".\zlib\zconf.h"\ ".\zlib\zlib.h"\ @@ -12285,8 +13315,6 @@ NODEP_CPP_UNZIP=\ DEP_CPP_UNZIP=\ "..\emucore\unzip.h"\ - -NODEP_CPP_UNZIP=\ ".\zlib\zconf.h"\ ".\zlib\zlib.h"\ @@ -12295,8 +13323,6 @@ NODEP_CPP_UNZIP=\ DEP_CPP_UNZIP=\ "..\emucore\unzip.h"\ - -NODEP_CPP_UNZIP=\ ".\zlib\zconf.h"\ ".\zlib\zlib.h"\ @@ -12305,6 +13331,8 @@ NODEP_CPP_UNZIP=\ DEP_CPP_UNZIP=\ "..\emucore\unzip.h"\ + ".\zlib\zconf.h"\ + ".\zlib\zlib.h"\ !ENDIF @@ -12416,6 +13444,10 @@ SOURCE=..\emucore\Control.hxx # End Source File # Begin Source File +SOURCE=..\emucore\DefProps.hxx +# End Source File +# Begin Source File + SOURCE=..\emucore\Deserializer.hxx # End Source File # Begin Source File @@ -12576,6 +13608,7 @@ SOURCE=.\FrameBufferWinCE.cpp !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_FRAMEB=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -12597,9 +13630,6 @@ DEP_CPP_FRAMEB=\ "..\gui\StringList.hxx"\ ".\FrameBufferWinCE.hxx"\ ".\missing.h"\ - -NODEP_CPP_FRAMEB=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -12618,71 +13648,20 @@ NODEP_CPP_FRAMEB=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ - ".\x.h"\ + {$(INCLUDE)}"gx.h"\ + +NODEP_CPP_FRAMEB=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_FRAMEB=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\StringList.hxx"\ - ".\FrameBufferWinCE.hxx"\ - -NODEP_CPP_FRAMEB=\ - "..\emucore\bspf.hxx"\ - "..\emucore\m6502\src\bspf.hxx"\ - "..\gui\Array.hxx"\ - "..\gui\bspf.hxx"\ - ".\bspf.hxx"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - ".\x.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_FRAMEB=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -12695,6 +13674,7 @@ DEP_CPP_FRAMEB=\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ @@ -12703,10 +13683,6 @@ DEP_CPP_FRAMEB=\ "..\gui\StringList.hxx"\ ".\FrameBufferWinCE.hxx"\ ".\missing.h"\ - -NODEP_CPP_FRAMEB=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -12725,11 +13701,66 @@ NODEP_CPP_FRAMEB=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ + +NODEP_CPP_FRAMEB=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + ".\x.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_FRAMEB=\ + "..\common\Array.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\StringList.hxx"\ + ".\FrameBufferWinCE.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_FRAMEB=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\x.h"\ @@ -12800,29 +13831,35 @@ SOURCE=.\FSNodeWinCE.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_FSNODE=\ - "..\emucore\FSNode.hxx"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" - -DEP_CPP_FSNODE=\ - "..\emucore\FSNode.hxx"\ - -NODEP_CPP_FSNODE=\ - "..\gui\Array.hxx"\ - "..\gui\bspf.hxx"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_FSNODE=\ + "..\common\Array.hxx"\ + "..\emucore\FSNode.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + ".\missing.h"\ + +NODEP_CPP_FSNODE=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" + +DEP_CPP_FSNODE=\ + "..\common\Array.hxx"\ + "..\emucore\FSNode.hxx"\ + +NODEP_CPP_FSNODE=\ + "..\common\bspf.hxx"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_FSNODE=\ + "..\common\Array.hxx"\ "..\emucore\FSNode.hxx"\ "..\emucore\m6502\src\bspf\src\bspf.hxx"\ ".\missing.h"\ NODEP_CPP_FSNODE=\ "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -12847,6 +13884,7 @@ SOURCE=.\missing.cpp !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_MISSI=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -12869,9 +13907,6 @@ DEP_CPP_MISSI=\ ".\FrameBufferWinCE.hxx"\ ".\missing.h"\ ".\OSystemWinCE.hxx"\ - -NODEP_CPP_MISSI=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -12890,72 +13925,20 @@ NODEP_CPP_MISSI=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ - ".\x.h"\ + {$(INCLUDE)}"gx.h"\ + +NODEP_CPP_MISSI=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_MISSI=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\StringList.hxx"\ - ".\FrameBufferWinCE.hxx"\ - ".\OSystemWinCE.hxx"\ - -NODEP_CPP_MISSI=\ - "..\emucore\bspf.hxx"\ - "..\emucore\m6502\src\bspf.hxx"\ - "..\gui\Array.hxx"\ - "..\gui\bspf.hxx"\ - ".\bspf.hxx"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - ".\x.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_MISSI=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -12968,6 +13951,7 @@ DEP_CPP_MISSI=\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ @@ -12977,10 +13961,6 @@ DEP_CPP_MISSI=\ ".\FrameBufferWinCE.hxx"\ ".\missing.h"\ ".\OSystemWinCE.hxx"\ - -NODEP_CPP_MISSI=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -12999,11 +13979,67 @@ NODEP_CPP_MISSI=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ + +NODEP_CPP_MISSI=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + ".\x.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_MISSI=\ + "..\common\Array.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\StringList.hxx"\ + ".\FrameBufferWinCE.hxx"\ + ".\missing.h"\ + ".\OSystemWinCE.hxx"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_MISSI=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\x.h"\ @@ -13075,6 +14111,7 @@ SOURCE=.\OSystemWinCE.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_OSYSTE=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -13098,10 +14135,6 @@ DEP_CPP_OSYSTE=\ ".\FrameBufferWinCE.hxx"\ ".\missing.h"\ ".\OSystemWinCE.hxx"\ - ".\SoundWinCE.hxx"\ - -NODEP_CPP_OSYSTE=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -13120,74 +14153,21 @@ NODEP_CPP_OSYSTE=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ - ".\x.h"\ + ".\SoundWinCE.hxx"\ + {$(INCLUDE)}"gx.h"\ + +NODEP_CPP_OSYSTE=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_OSYSTE=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\emucore\TIASnd.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\StringList.hxx"\ - ".\FrameBufferWinCE.hxx"\ - ".\OSystemWinCE.hxx"\ - ".\SoundWinCE.hxx"\ - -NODEP_CPP_OSYSTE=\ - "..\emucore\bspf.hxx"\ - "..\emucore\m6502\src\bspf.hxx"\ - "..\gui\Array.hxx"\ - "..\gui\bspf.hxx"\ - ".\bspf.hxx"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - ".\x.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_OSYSTE=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -13200,6 +14180,7 @@ DEP_CPP_OSYSTE=\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ @@ -13210,11 +14191,6 @@ DEP_CPP_OSYSTE=\ ".\FrameBufferWinCE.hxx"\ ".\missing.h"\ ".\OSystemWinCE.hxx"\ - ".\SoundWinCE.hxx"\ - -NODEP_CPP_OSYSTE=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -13233,11 +14209,70 @@ NODEP_CPP_OSYSTE=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ + ".\SoundWinCE.hxx"\ + +NODEP_CPP_OSYSTE=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + ".\x.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_OSYSTE=\ + "..\common\Array.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\emucore\TIASnd.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\StringList.hxx"\ + ".\FrameBufferWinCE.hxx"\ + ".\missing.h"\ + ".\OSystemWinCE.hxx"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + ".\SoundWinCE.hxx"\ + +NODEP_CPP_OSYSTE=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\x.h"\ @@ -13311,6 +14346,7 @@ SOURCE=.\PocketStella.cpp !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_POCKE=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -13335,10 +14371,6 @@ DEP_CPP_POCKE=\ ".\FrameBufferWinCE.hxx"\ ".\missing.h"\ ".\OSystemWinCE.hxx"\ - ".\SettingsWinCE.hxx"\ - -NODEP_CPP_POCKE=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -13357,75 +14389,21 @@ NODEP_CPP_POCKE=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ - ".\x.h"\ + ".\SettingsWinCE.hxx"\ + {$(INCLUDE)}"gx.h"\ + +NODEP_CPP_POCKE=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_POCKE=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\FSNode.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\PropsSet.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\StringList.hxx"\ - ".\FrameBufferWinCE.hxx"\ - ".\OSystemWinCE.hxx"\ - ".\SettingsWinCE.hxx"\ - -NODEP_CPP_POCKE=\ - "..\emucore\bspf.hxx"\ - "..\emucore\m6502\src\bspf.hxx"\ - "..\gui\Array.hxx"\ - "..\gui\bspf.hxx"\ - ".\bspf.hxx"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - ".\x.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_POCKE=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -13440,6 +14418,7 @@ DEP_CPP_POCKE=\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ "..\emucore\PropsSet.hxx"\ + "..\emucore\Serializer.hxx"\ "..\emucore\Settings.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ @@ -13449,11 +14428,6 @@ DEP_CPP_POCKE=\ ".\FrameBufferWinCE.hxx"\ ".\missing.h"\ ".\OSystemWinCE.hxx"\ - ".\SettingsWinCE.hxx"\ - -NODEP_CPP_POCKE=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -13472,11 +14446,71 @@ NODEP_CPP_POCKE=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ + ".\SettingsWinCE.hxx"\ + +NODEP_CPP_POCKE=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + ".\x.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_POCKE=\ + "..\common\Array.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\FSNode.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\PropsSet.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\StringList.hxx"\ + ".\FrameBufferWinCE.hxx"\ + ".\missing.h"\ + ".\OSystemWinCE.hxx"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + ".\SettingsWinCE.hxx"\ + +NODEP_CPP_POCKE=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\x.h"\ @@ -13547,6 +14581,7 @@ SOURCE=.\SettingsWinCE.cpp !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_SETTIN=\ + "..\common\Array.hxx"\ "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\Settings.hxx"\ ".\missing.h"\ @@ -13559,10 +14594,12 @@ NODEP_CPP_SETTIN=\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_SETTIN=\ + "..\common\Array.hxx"\ "..\emucore\Settings.hxx"\ ".\SettingsWinCE.hxx"\ NODEP_CPP_SETTIN=\ + "..\common\bspf.hxx"\ "..\emucore\bspf.hxx"\ ".\bspf.hxx"\ @@ -13570,6 +14607,7 @@ NODEP_CPP_SETTIN=\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" DEP_CPP_SETTIN=\ + "..\common\Array.hxx"\ "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\Settings.hxx"\ ".\missing.h"\ @@ -13582,6 +14620,7 @@ NODEP_CPP_SETTIN=\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" DEP_CPP_SETTIN=\ + "..\common\Array.hxx"\ "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\Settings.hxx"\ ".\missing.h"\ @@ -13605,6 +14644,7 @@ SOURCE=.\SoundWinCE.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_SOUNDW=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -13629,10 +14669,6 @@ DEP_CPP_SOUNDW=\ "..\gui\GuiUtils.hxx"\ "..\gui\StringList.hxx"\ ".\missing.h"\ - ".\SoundWinCE.hxx"\ - -NODEP_CPP_SOUNDW=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -13651,74 +14687,20 @@ NODEP_CPP_SOUNDW=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ + ".\SoundWinCE.hxx"\ + +NODEP_CPP_SOUNDW=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_SOUNDW=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Deserializer.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\m6502\src\NullDev.hxx"\ - "..\emucore\m6502\src\System.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Serializer.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\emucore\TIASnd.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\StringList.hxx"\ - ".\SoundWinCE.hxx"\ - -NODEP_CPP_SOUNDW=\ - "..\emucore\bspf.hxx"\ - "..\emucore\m6502\src\bspf.hxx"\ - "..\gui\Array.hxx"\ - "..\gui\bspf.hxx"\ - ".\bspf.hxx"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_SOUNDW=\ + "..\common\Array.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -13743,11 +14725,6 @@ DEP_CPP_SOUNDW=\ "..\gui\GuiUtils.hxx"\ "..\gui\StringList.hxx"\ ".\missing.h"\ - ".\SoundWinCE.hxx"\ - -NODEP_CPP_SOUNDW=\ - "..\emucore\m6502\src\bspf\src\pspstdint.h"\ - "..\gui\Array.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -13766,11 +14743,70 @@ NODEP_CPP_SOUNDW=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ + ".\SoundWinCE.hxx"\ + +NODEP_CPP_SOUNDW=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_SOUNDW=\ + "..\common\Array.hxx"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Deserializer.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\m6502\src\NullDev.hxx"\ + "..\emucore\m6502\src\System.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Serializer.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\emucore\TIASnd.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\StringList.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + ".\SoundWinCE.hxx"\ + +NODEP_CPP_SOUNDW=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -13801,6 +14837,28 @@ DEP_CPP_SOUNDW=\ "..\gui\GuiUtils.hxx"\ "..\gui\StringList.hxx"\ ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ ".\SoundWinCE.hxx"\ NODEP_CPP_SOUNDW=\