From 0950fd41dab01acfa255f6116aeae95410588e23 Mon Sep 17 00:00:00 2001 From: ehouse Date: Sat, 11 Dec 2004 04:29:57 +0000 Subject: [PATCH] generated by evc4 in converting from evc3 --- wince/xwords.vcp | 1133 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 1128 insertions(+), 5 deletions(-) diff --git a/wince/xwords.vcp b/wince/xwords.vcp index 2c2d7280c..facbcb06f 100644 --- a/wince/xwords.vcp +++ b/wince/xwords.vcp @@ -2,8 +2,10 @@ # Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 # ** DO NOT EDIT ** +# TARGTYPE "Win32 (WCE ARMV4) Application" 0xa301 # TARGTYPE "Win32 (WCE x86) Application" 0x8301 # TARGTYPE "Win32 (WCE ARM) Application" 0x8501 +# TARGTYPE "Win32 (WCE emulator) Application" 0xa601 CFG=xwords - Win32 (WCE ARM) Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, @@ -22,6 +24,8 @@ CFG=xwords - Win32 (WCE ARM) Debug !MESSAGE "xwords - Win32 (WCE ARM) Debug" (based on "Win32 (WCE ARM) Application") !MESSAGE "xwords - Win32 (WCE x86) Release" (based on "Win32 (WCE x86) Application") !MESSAGE "xwords - Win32 (WCE x86) Debug" (based on "Win32 (WCE x86) Application") +!MESSAGE "xwords - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Application") +!MESSAGE "xwords - Win32 (WCE emulator) Debug" (based on "Win32 (WCE emulator) Application") !MESSAGE # Begin Project @@ -119,8 +123,8 @@ RSC=rc.exe # ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r # ADD RSC /l 0x409 /d "NDEBUG" /d "_X86_" /d "x86" /d "_i386_" /d "FEATURE_TRAY_EDIT" /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "XWFEATURE_STANDALONE_ONLY" /d "MY_COLOR_SEL" /d "XWFEATURE_SEARCHLIMIT" /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 "../common" /D "_i386_" /D "i_386_" /D "_X86_" /D "x86" /D "NDEBUG" /D "XWFEATURE_CE_EDITCOLORS" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "POINTER_SUPPORT" /D "KEY_SUPPORT" /D "__LITTLE_ENDIAN" /D "XWFEATURE_STANDALONE_ONLY" /D "NODE_CAN_4" /D "FEATURE_TRAY_EDIT" /D "MY_COLOR_SEL" /D "XWFEATURE_SEARCHLIMIT" /YX /Gs8192 /GF /Oxs /c +# ADD BASE CPP /nologo /W3 /Oxs /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 /c +# ADD CPP /nologo /W3 /Oxs /I "." /I "../common" /I "./" /D "_i386_" /D "i_386_" /D "_X86_" /D "x86" /D "NDEBUG" /D "XWFEATURE_CE_EDITCOLORS" /D "XWFEATURE_STANDALONE_ONLY" /D "FEATURE_TRAY_EDIT" /D "XWFEATURE_SEARCHLIMIT" /D "MY_COLOR_SEL" /D "POINTER_SUPPORT" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "KEY_SUPPORT" /D "__LITTLE_ENDIAN" /D "NODE_CAN_4" /YX /Gs8192 /GF /c MTL=midl.exe # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 @@ -129,7 +133,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) aygshell.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /subsystem:$(CESubsystem) /MACHINE:IX86 -# ADD LINK32 winsock.lib commctrl.lib coredll.lib $(CEx86Corelibc) aygshell.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /out:"X86Rel/Crosswords.exe" /subsystem:$(CESubsystem) /MACHINE:IX86 +# ADD LINK32 winsock.lib $(CEx86Corelibc) aygshell.lib commctrl.lib coredll.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /out:"X86Rel/Crosswords.exe" /subsystem:$(CESubsystem) /MACHINE:IX86 # SUBTRACT LINK32 /pdb:none !ELSEIF "$(CFG)" == "xwords - Win32 (WCE x86) Debug" @@ -154,7 +158,7 @@ RSC=rc.exe # ADD RSC /l 0x409 /d "DEBUG" /d "_X86_" /d "x86" /d "_i386_" /d "FEATURE_TRAY_EDIT" /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "XWFEATURE_STANDALONE_ONLY" /d "MY_COLOR_SEL" /d "XWFEATURE_SEARCHLIMIT" /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 "../common" /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 "POINTER_SUPPORT" /D "KEY_SUPPORT" /D "__LITTLE_ENDIAN" /D "XWFEATURE_STANDALONE_ONLY" /D "NODE_CAN_4" /D "FEATURE_TRAY_EDIT" /D "MY_COLOR_SEL" /D "XWFEATURE_SEARCHLIMIT" /YX /Gs8192 /GF /c +# ADD CPP /nologo /W3 /Zi /Od /I "." /I "../common" /I "./" /D "DEBUG" /D "_i386_" /D "i_386_" /D "_X86_" /D "x86" /D "XWFEATURE_STANDALONE_ONLY" /D "FEATURE_TRAY_EDIT" /D "XWFEATURE_SEARCHLIMIT" /D "MY_COLOR_SEL" /D "POINTER_SUPPORT" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "KEY_SUPPORT" /D "__LITTLE_ENDIAN" /D "NODE_CAN_4" /YX /Gs8192 /GF /c MTL=midl.exe # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 @@ -163,9 +167,75 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) aygshell.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /subsystem:$(CESubsystem) /MACHINE:IX86 -# ADD LINK32 winsock.lib commctrl.lib coredll.lib $(CEx86Corelibc) aygshell.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /out:"X86Dbg/Crosswords.exe" /subsystem:$(CESubsystem) /MACHINE:IX86 +# ADD LINK32 winsock.lib $(CEx86Corelibc) aygshell.lib commctrl.lib coredll.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /out:"X86Dbg/Crosswords.exe" /subsystem:$(CESubsystem) /MACHINE:IX86 # SUBTRACT LINK32 /pdb:none +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "ARMV4Dbg" +# PROP BASE Intermediate_Dir "ARMV4Dbg" +# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" +# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "ARMV4Dbg" +# PROP Intermediate_Dir "ARMV4Dbg" +# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" +# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r +# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r +CPP=clarm.exe +# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D "ARM" /D "_ARM_" /D "ARMV4" /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 "../common" /I "./" /D "DEBUG" /D "ARM" /D "_ARM_" /D "ARMV4" /D "MY_COLOR_SEL" /D "POINTER_SUPPORT" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "KEY_SUPPORT" /D "__LITTLE_ENDIAN" /D "NODE_CAN_4" /D "XWFEATURE_STANDALONE_ONLY" /YX /M$(CECrtMTDebug) /c +MTL=midl.exe +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM +# ADD LINK32 commctrl.lib coredll.lib winsock.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM + +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE emulator) Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "emulatorDbg" +# PROP BASE Intermediate_Dir "emulatorDbg" +# PROP BASE CPU_ID "{32E52003-403E-442D-BE48-DE10F8C6131D}" +# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "emulatorDbg" +# PROP Intermediate_Dir "emulatorDbg" +# PROP CPU_ID "{32E52003-403E-442D-BE48-DE10F8C6131D}" +# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "$(CePlatform)" /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "_X86_" /d "x86" /d "_i386_" /r +# ADD RSC /l 0x409 /d "$(CePlatform)" /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /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 "../common" /I "./" /D "DEBUG" /D "_i386_" /D "i_386_" /D "_X86_" /D "x86" /D "MY_COLOR_SEL" /D "POINTER_SUPPORT" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "KEY_SUPPORT" /D "__LITTLE_ENDIAN" /D "NODE_CAN_4" /D "XWFEATURE_STANDALONE_ONLY" /YX /Gs8192 /GF /c +MTL=midl.exe +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /subsystem:$(CESubsystem) /MACHINE:IX86 +# ADD LINK32 $(CEx86Corelibc) commctrl.lib coredll.lib winsock.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /subsystem:$(CESubsystem) /MACHINE:IX86 + !ENDIF # Begin Target @@ -174,6 +244,8 @@ LINK32=link.exe # Name "xwords - Win32 (WCE ARM) Debug" # Name "xwords - Win32 (WCE x86) Release" # Name "xwords - Win32 (WCE x86) Debug" +# Name "xwords - Win32 (WCE ARMV4) Debug" +# Name "xwords - Win32 (WCE emulator) Debug" # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" @@ -285,6 +357,58 @@ DEP_CPP_BOARD=\ ".\xwords4.h"\ +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Debug" + +DEP_CPP_BOARD=\ + "..\common\board.h"\ + "..\common\boardp.h"\ + "..\common\commmgr.h"\ + "..\common\comms.h"\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\draw.h"\ + "..\common\engine.h"\ + "..\common\game.h"\ + "..\common\mempool.h"\ + "..\common\memstream.h"\ + "..\common\model.h"\ + "..\common\server.h"\ + "..\common\strutils.h"\ + "..\common\vtabmgr.h"\ + "..\common\xwstream.h"\ + ".\LocalizedStrIncludes.h"\ + ".\stdafx.h"\ + ".\xptypes.h"\ + ".\xwords4.h"\ + + +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE emulator) Debug" + +DEP_CPP_BOARD=\ + "..\common\board.h"\ + "..\common\boardp.h"\ + "..\common\commmgr.h"\ + "..\common\comms.h"\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\draw.h"\ + "..\common\engine.h"\ + "..\common\game.h"\ + "..\common\mempool.h"\ + "..\common\memstream.h"\ + "..\common\model.h"\ + "..\common\server.h"\ + "..\common\strutils.h"\ + "..\common\vtabmgr.h"\ + "..\common\xwstream.h"\ + ".\LocalizedStrIncludes.h"\ + ".\stdafx.h"\ + ".\xptypes.h"\ + ".\xwords4.h"\ + + !ENDIF # End Source File @@ -384,6 +508,43 @@ DEP_CPP_CEASK=\ ".\xwords4.h"\ +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Debug" + +DEP_CPP_CEASK=\ + "..\common\board.h"\ + "..\common\commmgr.h"\ + "..\common\comms.h"\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\draw.h"\ + "..\common\game.h"\ + "..\common\mempool.h"\ + "..\common\model.h"\ + "..\common\server.h"\ + "..\common\xwstream.h"\ + ".\ceaskpwd.h"\ + ".\cemain.h"\ + ".\ceutil.h"\ + ".\stdafx.h"\ + ".\xptypes.h"\ + ".\xwords4.h"\ + + +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE emulator) Debug" + +DEP_CPP_CEASK=\ + ".\ceaskpwd.h"\ + ".\cemain.h"\ + ".\ceutil.h"\ + ".\stdafx.h"\ + +NODEP_CPP_CEASK=\ + ".\draw.h"\ + ".\game.h"\ + ".\mempool.h"\ + + !ENDIF # End Source File @@ -483,6 +644,43 @@ DEP_CPP_CEBLA=\ ".\xwords4.h"\ +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Debug" + +DEP_CPP_CEBLA=\ + "..\common\board.h"\ + "..\common\commmgr.h"\ + "..\common\comms.h"\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\draw.h"\ + "..\common\game.h"\ + "..\common\mempool.h"\ + "..\common\model.h"\ + "..\common\server.h"\ + "..\common\xwstream.h"\ + ".\ceblank.h"\ + ".\cemain.h"\ + ".\ceutil.h"\ + ".\stdafx.h"\ + ".\xptypes.h"\ + ".\xwords4.h"\ + + +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE emulator) Debug" + +DEP_CPP_CEBLA=\ + ".\ceblank.h"\ + ".\cemain.h"\ + ".\ceutil.h"\ + ".\stdafx.h"\ + +NODEP_CPP_CEBLA=\ + ".\draw.h"\ + ".\game.h"\ + ".\mempool.h"\ + + !ENDIF # End Source File @@ -581,6 +779,45 @@ DEP_CPP_CECLR=\ ".\xwords4.h"\ +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Debug" + +DEP_CPP_CECLR=\ + "..\common\board.h"\ + "..\common\commmgr.h"\ + "..\common\comms.h"\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\draw.h"\ + "..\common\game.h"\ + "..\common\mempool.h"\ + "..\common\model.h"\ + "..\common\server.h"\ + "..\common\xwstream.h"\ + ".\ceclrsel.h"\ + ".\cemain.h"\ + ".\ceutil.h"\ + ".\stdafx.h"\ + ".\xptypes.h"\ + ".\xwords4.h"\ + + +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE emulator) Debug" + +DEP_CPP_CECLR=\ + ".\ceclrsel.h"\ + ".\cemain.h"\ + ".\ceutil.h"\ + ".\stdafx.h"\ + ".\xptypes.h"\ + ".\xwords4.h"\ + +NODEP_CPP_CECLR=\ + ".\draw.h"\ + ".\game.h"\ + ".\mempool.h"\ + + !ENDIF # End Source File @@ -684,6 +921,45 @@ DEP_CPP_CEDIC=\ ".\xwords4.h"\ +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Debug" + +DEP_CPP_CEDIC=\ + "..\common\board.h"\ + "..\common\commmgr.h"\ + "..\common\comms.h"\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\dictnryp.h"\ + "..\common\draw.h"\ + "..\common\game.h"\ + "..\common\mempool.h"\ + "..\common\model.h"\ + "..\common\server.h"\ + "..\common\strutils.h"\ + "..\common\xwstream.h"\ + ".\cedict.h"\ + ".\cemain.h"\ + ".\stdafx.h"\ + ".\xptypes.h"\ + ".\xwords4.h"\ + + +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE emulator) Debug" + +DEP_CPP_CEDIC=\ + ".\cedict.h"\ + ".\cemain.h"\ + ".\stdafx.h"\ + +NODEP_CPP_CEDIC=\ + ".\dictnryp.h"\ + ".\draw.h"\ + ".\game.h"\ + ".\mempool.h"\ + ".\strutils.h"\ + + !ENDIF # End Source File @@ -783,6 +1059,46 @@ DEP_CPP_CEDRA=\ ".\xwords4.h"\ +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Debug" + +DEP_CPP_CEDRA=\ + "..\common\board.h"\ + "..\common\commmgr.h"\ + "..\common\comms.h"\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\draw.h"\ + "..\common\game.h"\ + "..\common\mempool.h"\ + "..\common\model.h"\ + "..\common\server.h"\ + "..\common\xwstream.h"\ + ".\cedefines.h"\ + ".\cedict.h"\ + ".\cemain.h"\ + ".\stdafx.h"\ + ".\xptypes.h"\ + ".\xwords4.h"\ + + +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE emulator) Debug" + +DEP_CPP_CEDRA=\ + ".\cedefines.h"\ + ".\cedict.h"\ + ".\cemain.h"\ + ".\stdafx.h"\ + ".\xptypes.h"\ + ".\xwords4.h"\ + +NODEP_CPP_CEDRA=\ + ".\board.h"\ + ".\draw.h"\ + ".\game.h"\ + ".\mempool.h"\ + + !ENDIF # End Source File @@ -894,6 +1210,49 @@ DEP_CPP_CEGIN=\ ".\xwords4.h"\ +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Debug" + +DEP_CPP_CEGIN=\ + "..\common\board.h"\ + "..\common\commmgr.h"\ + "..\common\comms.h"\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\draw.h"\ + "..\common\game.h"\ + "..\common\mempool.h"\ + "..\common\model.h"\ + "..\common\server.h"\ + "..\common\strutils.h"\ + "..\common\xwstream.h"\ + ".\cedict.h"\ + ".\ceginfo.h"\ + ".\cemain.h"\ + ".\ceprefs.h"\ + ".\ceutil.h"\ + ".\stdafx.h"\ + ".\xptypes.h"\ + ".\xwords4.h"\ + + +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE emulator) Debug" + +DEP_CPP_CEGIN=\ + ".\cedict.h"\ + ".\ceginfo.h"\ + ".\cemain.h"\ + ".\ceprefs.h"\ + ".\ceutil.h"\ + ".\stdafx.h"\ + +NODEP_CPP_CEGIN=\ + ".\draw.h"\ + ".\game.h"\ + ".\mempool.h"\ + ".\strutils.h"\ + + !ENDIF # End Source File @@ -989,6 +1348,40 @@ DEP_CPP_CEHNT=\ ".\xwords4.h"\ +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Debug" + +DEP_CPP_CEHNT=\ + "..\common\board.h"\ + "..\common\commmgr.h"\ + "..\common\comms.h"\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\draw.h"\ + "..\common\game.h"\ + "..\common\mempool.h"\ + "..\common\model.h"\ + "..\common\server.h"\ + "..\common\xwstream.h"\ + ".\cehntlim.h"\ + ".\cemain.h"\ + ".\stdafx.h"\ + ".\xptypes.h"\ + ".\xwords4.h"\ + + +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE emulator) Debug" + +DEP_CPP_CEHNT=\ + ".\cehntlim.h"\ + ".\cemain.h"\ + +NODEP_CPP_CEHNT=\ + ".\draw.h"\ + ".\game.h"\ + ".\mempool.h"\ + + !ENDIF # End Source File @@ -1137,6 +1530,78 @@ DEP_CPP_CEMAI=\ ".\xwords4.h"\ +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Debug" + +DEP_CPP_CEMAI=\ + "..\common\board.h"\ + "..\common\commmgr.h"\ + "..\common\comms.h"\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\draw.h"\ + "..\common\game.h"\ + "..\common\mempool.h"\ + "..\common\memstream.h"\ + "..\common\model.h"\ + "..\common\server.h"\ + "..\common\strutils.h"\ + "..\common\vtabmgr.h"\ + "..\common\xwstream.h"\ + ".\ceaskpwd.h"\ + ".\ceblank.h"\ + ".\ceclrsel.h"\ + ".\cedefines.h"\ + ".\cedict.h"\ + ".\ceginfo.h"\ + ".\cehntlim.h"\ + ".\ceir.h"\ + ".\cemain.h"\ + ".\ceprefs.h"\ + ".\cestrbx.h"\ + ".\ceutil.h"\ + ".\LocalizedStrIncludes.h"\ + ".\stdafx.h"\ + ".\xptypes.h"\ + ".\xwords4.h"\ + + +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE emulator) Debug" + +DEP_CPP_CEMAI=\ + "..\common\board.h"\ + "..\common\commmgr.h"\ + "..\common\comms.h"\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\draw.h"\ + "..\common\game.h"\ + "..\common\mempool.h"\ + "..\common\memstream.h"\ + "..\common\model.h"\ + "..\common\server.h"\ + "..\common\strutils.h"\ + "..\common\vtabmgr.h"\ + "..\common\xwstream.h"\ + ".\ceaskpwd.h"\ + ".\ceblank.h"\ + ".\ceclrsel.h"\ + ".\cedefines.h"\ + ".\cedict.h"\ + ".\ceginfo.h"\ + ".\cehntlim.h"\ + ".\ceir.h"\ + ".\cemain.h"\ + ".\ceprefs.h"\ + ".\cestrbx.h"\ + ".\ceutil.h"\ + ".\LocalizedStrIncludes.h"\ + ".\stdafx.h"\ + ".\xptypes.h"\ + ".\xwords4.h"\ + + !ENDIF # End Source File @@ -1238,6 +1703,47 @@ DEP_CPP_CEPRE=\ ".\xwords4.h"\ +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Debug" + +DEP_CPP_CEPRE=\ + "..\common\board.h"\ + "..\common\commmgr.h"\ + "..\common\comms.h"\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\draw.h"\ + "..\common\game.h"\ + "..\common\mempool.h"\ + "..\common\model.h"\ + "..\common\server.h"\ + "..\common\xwstream.h"\ + ".\ceclrsel.h"\ + ".\cemain.h"\ + ".\ceprefs.h"\ + ".\ceutil.h"\ + ".\stdafx.h"\ + ".\xptypes.h"\ + ".\xwords4.h"\ + + +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE emulator) Debug" + +DEP_CPP_CEPRE=\ + ".\ceclrsel.h"\ + ".\cemain.h"\ + ".\ceprefs.h"\ + ".\ceutil.h"\ + ".\stdafx.h"\ + ".\xptypes.h"\ + ".\xwords4.h"\ + +NODEP_CPP_CEPRE=\ + ".\draw.h"\ + ".\game.h"\ + ".\mempool.h"\ + + !ENDIF # End Source File @@ -1337,6 +1843,44 @@ DEP_CPP_CESTR=\ ".\xwords4.h"\ +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Debug" + +DEP_CPP_CESTR=\ + "..\common\board.h"\ + "..\common\commmgr.h"\ + "..\common\comms.h"\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\draw.h"\ + "..\common\game.h"\ + "..\common\mempool.h"\ + "..\common\model.h"\ + "..\common\server.h"\ + "..\common\xwstream.h"\ + ".\cemain.h"\ + ".\cestrbx.h"\ + ".\ceutil.h"\ + ".\stdafx.h"\ + ".\xptypes.h"\ + ".\xwords4.h"\ + + +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE emulator) Debug" + +DEP_CPP_CESTR=\ + ".\cemain.h"\ + ".\cestrbx.h"\ + ".\ceutil.h"\ + ".\stdafx.h"\ + +NODEP_CPP_CESTR=\ + ".\draw.h"\ + ".\game.h"\ + ".\mempool.h"\ + ".\xwstream.h"\ + + !ENDIF # End Source File @@ -1432,6 +1976,41 @@ DEP_CPP_CEUTI=\ ".\xwords4.h"\ +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Debug" + +DEP_CPP_CEUTI=\ + "..\common\board.h"\ + "..\common\commmgr.h"\ + "..\common\comms.h"\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\draw.h"\ + "..\common\game.h"\ + "..\common\mempool.h"\ + "..\common\model.h"\ + "..\common\server.h"\ + "..\common\xwstream.h"\ + ".\cemain.h"\ + ".\ceutil.h"\ + ".\stdafx.h"\ + ".\xptypes.h"\ + ".\xwords4.h"\ + + +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE emulator) Debug" + +DEP_CPP_CEUTI=\ + ".\cemain.h"\ + ".\ceutil.h"\ + ".\stdafx.h"\ + +NODEP_CPP_CEUTI=\ + ".\draw.h"\ + ".\game.h"\ + ".\mempool.h"\ + + !ENDIF # End Source File @@ -1495,6 +2074,50 @@ DEP_CPP_COMMS=\ ".\xwords4.h"\ +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Debug" + +DEP_CPP_COMMS=\ + "..\common\board.h"\ + "..\common\commmgr.h"\ + "..\common\comms.h"\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\draw.h"\ + "..\common\game.h"\ + "..\common\mempool.h"\ + "..\common\memstream.h"\ + "..\common\model.h"\ + "..\common\server.h"\ + "..\common\vtabmgr.h"\ + "..\common\xwstream.h"\ + ".\stdafx.h"\ + ".\xptypes.h"\ + ".\xwords4.h"\ + + +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE emulator) Debug" + +DEP_CPP_COMMS=\ + "..\common\board.h"\ + "..\common\commmgr.h"\ + "..\common\comms.h"\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\draw.h"\ + "..\common\game.h"\ + "..\common\mempool.h"\ + "..\common\memstream.h"\ + "..\common\model.h"\ + "..\common\server.h"\ + "..\common\vtabmgr.h"\ + "..\common\xwstream.h"\ + +NODEP_CPP_COMMS=\ + "..\common\xptypes.h"\ + + !ENDIF # End Source File @@ -1566,6 +2189,38 @@ DEP_CPP_DICTN=\ ".\xwords4.h"\ +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Debug" + +DEP_CPP_DICTN=\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\dictnryp.h"\ + "..\common\mempool.h"\ + "..\common\model.h"\ + "..\common\strutils.h"\ + "..\common\xwstream.h"\ + ".\stdafx.h"\ + ".\xptypes.h"\ + ".\xwords4.h"\ + + +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE emulator) Debug" + +DEP_CPP_DICTN=\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\dictnryp.h"\ + "..\common\mempool.h"\ + "..\common\model.h"\ + "..\common\strutils.h"\ + "..\common\xwstream.h"\ + +NODEP_CPP_DICTN=\ + "..\common\xptypes.h"\ + + !ENDIF # End Source File @@ -1629,6 +2284,34 @@ DEP_CPP_DRAW_=\ ".\xwords4.h"\ +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Debug" + +DEP_CPP_DRAW_=\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\draw.h"\ + "..\common\mempool.h"\ + "..\common\model.h"\ + ".\stdafx.h"\ + ".\xptypes.h"\ + ".\xwords4.h"\ + + +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE emulator) Debug" + +DEP_CPP_DRAW_=\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\draw.h"\ + "..\common\mempool.h"\ + "..\common\model.h"\ + +NODEP_CPP_DRAW_=\ + "..\common\xptypes.h"\ + + !ENDIF # End Source File @@ -1692,6 +2375,34 @@ DEP_CPP_ENGIN=\ ".\xwords4.h"\ +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Debug" + +DEP_CPP_ENGIN=\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\engine.h"\ + "..\common\mempool.h"\ + "..\common\model.h"\ + ".\stdafx.h"\ + ".\xptypes.h"\ + ".\xwords4.h"\ + + +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE emulator) Debug" + +DEP_CPP_ENGIN=\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\engine.h"\ + "..\common\mempool.h"\ + "..\common\model.h"\ + +NODEP_CPP_ENGIN=\ + "..\common\xptypes.h"\ + + !ENDIF # End Source File @@ -1783,6 +2494,48 @@ DEP_CPP_GAME_=\ ".\xwords4.h"\ +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Debug" + +DEP_CPP_GAME_=\ + "..\common\board.h"\ + "..\common\commmgr.h"\ + "..\common\comms.h"\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\draw.h"\ + "..\common\game.h"\ + "..\common\mempool.h"\ + "..\common\model.h"\ + "..\common\server.h"\ + "..\common\strutils.h"\ + "..\common\xwstream.h"\ + ".\stdafx.h"\ + ".\xptypes.h"\ + ".\xwords4.h"\ + + +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE emulator) Debug" + +DEP_CPP_GAME_=\ + "..\common\board.h"\ + "..\common\commmgr.h"\ + "..\common\comms.h"\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\draw.h"\ + "..\common\game.h"\ + "..\common\mempool.h"\ + "..\common\model.h"\ + "..\common\server.h"\ + "..\common\strutils.h"\ + "..\common\xwstream.h"\ + +NODEP_CPP_GAME_=\ + "..\common\xptypes.h"\ + + !ENDIF # End Source File @@ -1834,6 +2587,28 @@ DEP_CPP_MEMPO=\ ".\xwords4.h"\ +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Debug" + +DEP_CPP_MEMPO=\ + "..\common\comtypes.h"\ + "..\common\mempool.h"\ + "..\common\xwstream.h"\ + ".\stdafx.h"\ + ".\xptypes.h"\ + ".\xwords4.h"\ + + +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE emulator) Debug" + +DEP_CPP_MEMPO=\ + "..\common\comtypes.h"\ + "..\common\mempool.h"\ + "..\common\xwstream.h"\ + +NODEP_CPP_MEMPO=\ + "..\common\xptypes.h"\ + + !ENDIF # End Source File @@ -1893,6 +2668,32 @@ DEP_CPP_MEMST=\ ".\xwords4.h"\ +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Debug" + +DEP_CPP_MEMST=\ + "..\common\comtypes.h"\ + "..\common\mempool.h"\ + "..\common\memstream.h"\ + "..\common\vtabmgr.h"\ + "..\common\xwstream.h"\ + ".\stdafx.h"\ + ".\xptypes.h"\ + ".\xwords4.h"\ + + +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE emulator) Debug" + +DEP_CPP_MEMST=\ + "..\common\comtypes.h"\ + "..\common\mempool.h"\ + "..\common\memstream.h"\ + "..\common\vtabmgr.h"\ + "..\common\xwstream.h"\ + +NODEP_CPP_MEMST=\ + "..\common\xptypes.h"\ + + !ENDIF # End Source File @@ -1980,6 +2781,48 @@ DEP_CPP_MODEL=\ ".\xwords4.h"\ +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Debug" + +DEP_CPP_MODEL=\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\mempool.h"\ + "..\common\memstream.h"\ + "..\common\model.h"\ + "..\common\modelp.h"\ + "..\common\movestak.h"\ + "..\common\pool.h"\ + "..\common\strutils.h"\ + "..\common\vtabmgr.h"\ + "..\common\xwstream.h"\ + ".\LocalizedStrIncludes.h"\ + ".\stdafx.h"\ + ".\xptypes.h"\ + ".\xwords4.h"\ + + +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE emulator) Debug" + +DEP_CPP_MODEL=\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\mempool.h"\ + "..\common\memstream.h"\ + "..\common\model.h"\ + "..\common\modelp.h"\ + "..\common\movestak.h"\ + "..\common\pool.h"\ + "..\common\strutils.h"\ + "..\common\vtabmgr.h"\ + "..\common\xwstream.h"\ + +NODEP_CPP_MODEL=\ + "..\common\LocalizedStrIncludes.h"\ + "..\common\xptypes.h"\ + + !ENDIF # End Source File @@ -2059,6 +2902,42 @@ DEP_CPP_MOVES=\ ".\xwords4.h"\ +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Debug" + +DEP_CPP_MOVES=\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\mempool.h"\ + "..\common\memstream.h"\ + "..\common\model.h"\ + "..\common\movestak.h"\ + "..\common\strutils.h"\ + "..\common\vtabmgr.h"\ + "..\common\xwstream.h"\ + ".\stdafx.h"\ + ".\xptypes.h"\ + ".\xwords4.h"\ + + +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE emulator) Debug" + +DEP_CPP_MOVES=\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\mempool.h"\ + "..\common\memstream.h"\ + "..\common\model.h"\ + "..\common\movestak.h"\ + "..\common\strutils.h"\ + "..\common\vtabmgr.h"\ + "..\common\xwstream.h"\ + +NODEP_CPP_MOVES=\ + "..\common\xptypes.h"\ + + !ENDIF # End Source File @@ -2166,6 +3045,56 @@ DEP_CPP_MSCOR=\ ".\xwords4.h"\ +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Debug" + +DEP_CPP_MSCOR=\ + "..\common\board.h"\ + "..\common\commmgr.h"\ + "..\common\comms.h"\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\draw.h"\ + "..\common\engine.h"\ + "..\common\game.h"\ + "..\common\mempool.h"\ + "..\common\model.h"\ + "..\common\modelp.h"\ + "..\common\movestak.h"\ + "..\common\server.h"\ + "..\common\vtabmgr.h"\ + "..\common\xwstream.h"\ + ".\LocalizedStrIncludes.h"\ + ".\stdafx.h"\ + ".\xptypes.h"\ + ".\xwords4.h"\ + + +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE emulator) Debug" + +DEP_CPP_MSCOR=\ + "..\common\board.h"\ + "..\common\commmgr.h"\ + "..\common\comms.h"\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\draw.h"\ + "..\common\engine.h"\ + "..\common\game.h"\ + "..\common\mempool.h"\ + "..\common\model.h"\ + "..\common\modelp.h"\ + "..\common\movestak.h"\ + "..\common\server.h"\ + "..\common\vtabmgr.h"\ + "..\common\xwstream.h"\ + +NODEP_CPP_MSCOR=\ + "..\common\LocalizedStrIncludes.h"\ + "..\common\xptypes.h"\ + + !ENDIF # End Source File @@ -2233,6 +3162,36 @@ DEP_CPP_POOL_=\ ".\xwords4.h"\ +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Debug" + +DEP_CPP_POOL_=\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\mempool.h"\ + "..\common\model.h"\ + "..\common\pool.h"\ + "..\common\xwstream.h"\ + ".\stdafx.h"\ + ".\xptypes.h"\ + ".\xwords4.h"\ + + +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE emulator) Debug" + +DEP_CPP_POOL_=\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\mempool.h"\ + "..\common\model.h"\ + "..\common\pool.h"\ + "..\common\xwstream.h"\ + +NODEP_CPP_POOL_=\ + "..\common\xptypes.h"\ + + !ENDIF # End Source File @@ -2352,6 +3311,62 @@ DEP_CPP_SERVE=\ ".\xwords4.h"\ +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Debug" + +DEP_CPP_SERVE=\ + "..\common\board.h"\ + "..\common\commmgr.h"\ + "..\common\comms.h"\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\draw.h"\ + "..\common\engine.h"\ + "..\common\game.h"\ + "..\common\mempool.h"\ + "..\common\memstream.h"\ + "..\common\model.h"\ + "..\common\pool.h"\ + "..\common\server.h"\ + "..\common\states.h"\ + "..\common\strutils.h"\ + "..\common\vtabmgr.h"\ + "..\common\xwproto.h"\ + "..\common\xwstream.h"\ + ".\LocalizedStrIncludes.h"\ + ".\stdafx.h"\ + ".\xptypes.h"\ + ".\xwords4.h"\ + + +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE emulator) Debug" + +DEP_CPP_SERVE=\ + "..\common\board.h"\ + "..\common\commmgr.h"\ + "..\common\comms.h"\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\draw.h"\ + "..\common\engine.h"\ + "..\common\game.h"\ + "..\common\mempool.h"\ + "..\common\memstream.h"\ + "..\common\model.h"\ + "..\common\pool.h"\ + "..\common\server.h"\ + "..\common\states.h"\ + "..\common\strutils.h"\ + "..\common\vtabmgr.h"\ + "..\common\xwproto.h"\ + "..\common\xwstream.h"\ + +NODEP_CPP_SERVE=\ + "..\common\LocalizedStrIncludes.h"\ + "..\common\xptypes.h"\ + + !ENDIF # End Source File @@ -2383,6 +3398,18 @@ DEP_CPP_STDAF=\ ".\stdafx.h"\ +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Debug" + +DEP_CPP_STDAF=\ + ".\stdafx.h"\ + + +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE emulator) Debug" + +DEP_CPP_STDAF=\ + ".\stdafx.h"\ + + !ENDIF # End Source File @@ -2450,6 +3477,36 @@ DEP_CPP_STRUT=\ ".\xwords4.h"\ +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Debug" + +DEP_CPP_STRUT=\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\mempool.h"\ + "..\common\model.h"\ + "..\common\strutils.h"\ + "..\common\xwstream.h"\ + ".\stdafx.h"\ + ".\xptypes.h"\ + ".\xwords4.h"\ + + +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE emulator) Debug" + +DEP_CPP_STRUT=\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\mempool.h"\ + "..\common\model.h"\ + "..\common\strutils.h"\ + "..\common\xwstream.h"\ + +NODEP_CPP_STRUT=\ + "..\common\xptypes.h"\ + + !ENDIF # End Source File @@ -2537,6 +3594,46 @@ DEP_CPP_TRAY_=\ ".\xwords4.h"\ +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Debug" + +DEP_CPP_TRAY_=\ + "..\common\board.h"\ + "..\common\boardp.h"\ + "..\common\commmgr.h"\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\draw.h"\ + "..\common\engine.h"\ + "..\common\mempool.h"\ + "..\common\model.h"\ + "..\common\server.h"\ + "..\common\xwstream.h"\ + ".\stdafx.h"\ + ".\xptypes.h"\ + ".\xwords4.h"\ + + +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE emulator) Debug" + +DEP_CPP_TRAY_=\ + "..\common\board.h"\ + "..\common\boardp.h"\ + "..\common\commmgr.h"\ + "..\common\comtypes.h"\ + "..\common\dawg.h"\ + "..\common\dictnry.h"\ + "..\common\draw.h"\ + "..\common\engine.h"\ + "..\common\mempool.h"\ + "..\common\model.h"\ + "..\common\server.h"\ + "..\common\xwstream.h"\ + +NODEP_CPP_TRAY_=\ + "..\common\xptypes.h"\ + + !ENDIF # End Source File @@ -2588,6 +3685,28 @@ DEP_CPP_VTABM=\ ".\xwords4.h"\ +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Debug" + +DEP_CPP_VTABM=\ + "..\common\comtypes.h"\ + "..\common\mempool.h"\ + "..\common\vtabmgr.h"\ + ".\stdafx.h"\ + ".\xptypes.h"\ + ".\xwords4.h"\ + + +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE emulator) Debug" + +DEP_CPP_VTABM=\ + "..\common\comtypes.h"\ + "..\common\mempool.h"\ + "..\common\vtabmgr.h"\ + +NODEP_CPP_VTABM=\ + "..\common\xptypes.h"\ + + !ENDIF # End Source File @@ -2603,6 +3722,10 @@ SOURCE=.\xwords4.rc !ELSEIF "$(CFG)" == "xwords - Win32 (WCE x86) Debug" +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Debug" + +!ELSEIF "$(CFG)" == "xwords - Win32 (WCE emulator) Debug" + !ENDIF # End Source File