mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-16 07:48:07 +01:00
revert to an earlier version that didn't build crashing code.
This commit is contained in:
parent
1cca026c24
commit
07fd09f7b1
1 changed files with 93 additions and 98 deletions
|
@ -125,8 +125,7 @@ RSC=rc.exe
|
|||
# ADD RSC /l 0x409 /d "NDEBUG" /d "_X86_" /d "x86" /d "_i386_" /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "XWFEATURE_SEARCHLIMIT" /d "FEATURE_TRAY_EDIT" /d "XWFEATURE_STANDALONE_ONLY" /d "MY_COLOR_SEL" /d "CEFEATURE_CANSCROLL" /r
|
||||
CPP=cl.exe
|
||||
# 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 "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" /D "XWFEATURE_SEARCHLIMIT" /D "FEATURE_TRAY_EDIT" /D "CEFEATURE_CANSCROLL" /Gs8192 /GF /c
|
||||
# SUBTRACT CPP /YX
|
||||
# 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 "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" /D "XWFEATURE_SEARCHLIMIT" /D "FEATURE_TRAY_EDIT" /D "CEFEATURE_CANSCROLL" /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
|
||||
|
@ -160,8 +159,7 @@ RSC=rc.exe
|
|||
# ADD RSC /l 0x409 /d "DEBUG" /d "_X86_" /d "x86" /d "_i386_" /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "XWFEATURE_SEARCHLIMIT" /d "FEATURE_TRAY_EDIT" /d "XWFEATURE_STANDALONE_ONLY" /d "MY_COLOR_SEL" /d "CEFEATURE_CANSCROLL" /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" /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" /D "XWFEATURE_SEARCHLIMIT" /D "FEATURE_TRAY_EDIT" /D "CEFEATURE_CANSCROLL" /Gs8192 /GF /c
|
||||
# SUBTRACT CPP /YX
|
||||
# ADD CPP /nologo /W3 /Zi /Od /I "." /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" /D "XWFEATURE_SEARCHLIMIT" /D "FEATURE_TRAY_EDIT" /D "CEFEATURE_CANSCROLL" /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
|
||||
|
@ -195,8 +193,7 @@ RSC=rc.exe
|
|||
# ADD RSC /l 0x409 /d "DEBUG" /d "ARM" /d "_ARM_" /d "ARMV4" /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "XWFEATURE_SEARCHLIMIT" /d "FEATURE_TRAY_EDIT" /d "XWFEATURE_STANDALONE_ONLY" /d "MY_COLOR_SEL" /d "CEFEATURE_CANSCROLL" /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" /D "XWFEATURE_SEARCHLIMIT" /D "FEATURE_TRAY_EDIT" /D "CEFEATURE_CANSCROLL" /M$(CECrtMTDebug) /c
|
||||
# SUBTRACT CPP /YX
|
||||
# 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" /D "XWFEATURE_SEARCHLIMIT" /D "FEATURE_TRAY_EDIT" /D "CEFEATURE_CANSCROLL" /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
|
||||
|
@ -229,8 +226,7 @@ RSC=rc.exe
|
|||
# ADD RSC /l 0x409 /d "DEBUG" /d "_X86_" /d "x86" /d "_i386_" /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "XWFEATURE_SEARCHLIMIT" /d "FEATURE_TRAY_EDIT" /d "XWFEATURE_STANDALONE_ONLY" /d "MY_COLOR_SEL" /d "CEFEATURE_CANSCROLL" /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" /D "XWFEATURE_SEARCHLIMIT" /D "FEATURE_TRAY_EDIT" /D "CEFEATURE_CANSCROLL" /Gs8192 /GF /c
|
||||
# SUBTRACT CPP /YX
|
||||
# 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" /D "XWFEATURE_SEARCHLIMIT" /D "FEATURE_TRAY_EDIT" /D "CEFEATURE_CANSCROLL" /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
|
||||
|
@ -264,8 +260,7 @@ RSC=rc.exe
|
|||
# ADD RSC /l 0x409 /d "DEBUG" /d "ARM" /d "_ARM_" /d "ARMV4" /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "XWFEATURE_SEARCHLIMIT" /d "FEATURE_TRAY_EDIT" /d "XWFEATURE_STANDALONE_ONLY" /d "MY_COLOR_SEL" /d "CEFEATURE_CANSCROLL" /r
|
||||
CPP=clarm.exe
|
||||
# ADD BASE CPP /nologo /W3 /Zi /Od /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
|
||||
# ADD CPP /nologo /W3 /Zi /Oxs /I "." /I "../common" /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" /D "XWFEATURE_SEARCHLIMIT" /D "FEATURE_TRAY_EDIT" /D "CEFEATURE_CANSCROLL" /M$(CECrtMTDebug) /c
|
||||
# SUBTRACT CPP /YX
|
||||
# ADD CPP /nologo /W3 /Zi /Od /I "." /I "../common" /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" /D "XWFEATURE_SEARCHLIMIT" /D "FEATURE_TRAY_EDIT" /D "CEFEATURE_CANSCROLL" /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
|
||||
|
@ -625,12 +620,12 @@ DEP_CPP_CEASK=\
|
|||
".\stdafx.h"\
|
||||
".\xptypes.h"\
|
||||
".\xwords4.h"\
|
||||
{$(INCLUDE)}"aygshell.h"\
|
||||
{$(INCLUDE)}"sipapi.h"\
|
||||
{$(INCLUDE)}"winuserm.h"\
|
||||
|
||||
NODEP_CPP_CEASK=\
|
||||
"..\..\..\..\..\..\..\..\Program_Files\Windows_CE_Tools\wce420\PPC_2003\Include\emulator\vibrate.h"\
|
||||
"..\..\..\..\..\..\..\..\evc4\wce420\POCKET PC 2003\Include\emulator\vibrate.h"\
|
||||
".\inuserm.h"\
|
||||
".\ipapi.h"\
|
||||
".\ygshell.h"\
|
||||
|
||||
|
||||
!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Release"
|
||||
|
@ -654,12 +649,12 @@ DEP_CPP_CEASK=\
|
|||
".\stdafx.h"\
|
||||
".\xptypes.h"\
|
||||
".\xwords4.h"\
|
||||
{$(INCLUDE)}"aygshell.h"\
|
||||
{$(INCLUDE)}"sipapi.h"\
|
||||
{$(INCLUDE)}"winuserm.h"\
|
||||
|
||||
NODEP_CPP_CEASK=\
|
||||
"..\..\..\..\..\..\..\..\evc4\wce420\POCKET PC 2003\Include\ARMV4\vibrate.h"\
|
||||
".\inuserm.h"\
|
||||
".\ipapi.h"\
|
||||
".\ygshell.h"\
|
||||
"..\..\..\..\..\..\..\..\Program_Files\Windows_CE_Tools\wce420\PPC_2003\Include\ARMV4\vibrate.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
@ -811,12 +806,12 @@ DEP_CPP_CEBLA=\
|
|||
".\stdafx.h"\
|
||||
".\xptypes.h"\
|
||||
".\xwords4.h"\
|
||||
{$(INCLUDE)}"aygshell.h"\
|
||||
{$(INCLUDE)}"sipapi.h"\
|
||||
{$(INCLUDE)}"winuserm.h"\
|
||||
|
||||
NODEP_CPP_CEBLA=\
|
||||
"..\..\..\..\..\..\..\..\Program_Files\Windows_CE_Tools\wce420\PPC_2003\Include\emulator\vibrate.h"\
|
||||
"..\..\..\..\..\..\..\..\evc4\wce420\POCKET PC 2003\Include\emulator\vibrate.h"\
|
||||
".\inuserm.h"\
|
||||
".\ipapi.h"\
|
||||
".\ygshell.h"\
|
||||
|
||||
|
||||
!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Release"
|
||||
|
@ -840,12 +835,12 @@ DEP_CPP_CEBLA=\
|
|||
".\stdafx.h"\
|
||||
".\xptypes.h"\
|
||||
".\xwords4.h"\
|
||||
{$(INCLUDE)}"aygshell.h"\
|
||||
{$(INCLUDE)}"sipapi.h"\
|
||||
{$(INCLUDE)}"winuserm.h"\
|
||||
|
||||
NODEP_CPP_CEBLA=\
|
||||
"..\..\..\..\..\..\..\..\evc4\wce420\POCKET PC 2003\Include\ARMV4\vibrate.h"\
|
||||
".\inuserm.h"\
|
||||
".\ipapi.h"\
|
||||
".\ygshell.h"\
|
||||
"..\..\..\..\..\..\..\..\Program_Files\Windows_CE_Tools\wce420\PPC_2003\Include\ARMV4\vibrate.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
@ -996,12 +991,12 @@ DEP_CPP_CECLR=\
|
|||
".\stdafx.h"\
|
||||
".\xptypes.h"\
|
||||
".\xwords4.h"\
|
||||
{$(INCLUDE)}"aygshell.h"\
|
||||
{$(INCLUDE)}"sipapi.h"\
|
||||
{$(INCLUDE)}"winuserm.h"\
|
||||
|
||||
NODEP_CPP_CECLR=\
|
||||
"..\..\..\..\..\..\..\..\Program_Files\Windows_CE_Tools\wce420\PPC_2003\Include\emulator\vibrate.h"\
|
||||
"..\..\..\..\..\..\..\..\evc4\wce420\POCKET PC 2003\Include\emulator\vibrate.h"\
|
||||
".\inuserm.h"\
|
||||
".\ipapi.h"\
|
||||
".\ygshell.h"\
|
||||
|
||||
|
||||
!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Release"
|
||||
|
@ -1025,12 +1020,12 @@ DEP_CPP_CECLR=\
|
|||
".\stdafx.h"\
|
||||
".\xptypes.h"\
|
||||
".\xwords4.h"\
|
||||
{$(INCLUDE)}"aygshell.h"\
|
||||
{$(INCLUDE)}"sipapi.h"\
|
||||
{$(INCLUDE)}"winuserm.h"\
|
||||
|
||||
NODEP_CPP_CECLR=\
|
||||
"..\..\..\..\..\..\..\..\evc4\wce420\POCKET PC 2003\Include\ARMV4\vibrate.h"\
|
||||
".\inuserm.h"\
|
||||
".\ipapi.h"\
|
||||
".\ygshell.h"\
|
||||
"..\..\..\..\..\..\..\..\Program_Files\Windows_CE_Tools\wce420\PPC_2003\Include\ARMV4\vibrate.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
@ -1188,12 +1183,12 @@ DEP_CPP_CEDIC=\
|
|||
".\stdafx.h"\
|
||||
".\xptypes.h"\
|
||||
".\xwords4.h"\
|
||||
{$(INCLUDE)}"aygshell.h"\
|
||||
{$(INCLUDE)}"sipapi.h"\
|
||||
{$(INCLUDE)}"winuserm.h"\
|
||||
|
||||
NODEP_CPP_CEDIC=\
|
||||
"..\..\..\..\..\..\..\..\Program_Files\Windows_CE_Tools\wce420\PPC_2003\Include\emulator\vibrate.h"\
|
||||
"..\..\..\..\..\..\..\..\evc4\wce420\POCKET PC 2003\Include\emulator\vibrate.h"\
|
||||
".\inuserm.h"\
|
||||
".\ipapi.h"\
|
||||
".\ygshell.h"\
|
||||
|
||||
|
||||
!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Release"
|
||||
|
@ -1218,12 +1213,12 @@ DEP_CPP_CEDIC=\
|
|||
".\stdafx.h"\
|
||||
".\xptypes.h"\
|
||||
".\xwords4.h"\
|
||||
{$(INCLUDE)}"aygshell.h"\
|
||||
{$(INCLUDE)}"sipapi.h"\
|
||||
{$(INCLUDE)}"winuserm.h"\
|
||||
|
||||
NODEP_CPP_CEDIC=\
|
||||
"..\..\..\..\..\..\..\..\evc4\wce420\POCKET PC 2003\Include\ARMV4\vibrate.h"\
|
||||
".\inuserm.h"\
|
||||
".\ipapi.h"\
|
||||
".\ygshell.h"\
|
||||
"..\..\..\..\..\..\..\..\Program_Files\Windows_CE_Tools\wce420\PPC_2003\Include\ARMV4\vibrate.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
@ -1375,12 +1370,12 @@ DEP_CPP_CEDRA=\
|
|||
".\stdafx.h"\
|
||||
".\xptypes.h"\
|
||||
".\xwords4.h"\
|
||||
{$(INCLUDE)}"aygshell.h"\
|
||||
{$(INCLUDE)}"sipapi.h"\
|
||||
{$(INCLUDE)}"winuserm.h"\
|
||||
|
||||
NODEP_CPP_CEDRA=\
|
||||
"..\..\..\..\..\..\..\..\Program_Files\Windows_CE_Tools\wce420\PPC_2003\Include\emulator\vibrate.h"\
|
||||
"..\..\..\..\..\..\..\..\evc4\wce420\POCKET PC 2003\Include\emulator\vibrate.h"\
|
||||
".\inuserm.h"\
|
||||
".\ipapi.h"\
|
||||
".\ygshell.h"\
|
||||
|
||||
|
||||
!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Release"
|
||||
|
@ -1404,12 +1399,12 @@ DEP_CPP_CEDRA=\
|
|||
".\stdafx.h"\
|
||||
".\xptypes.h"\
|
||||
".\xwords4.h"\
|
||||
{$(INCLUDE)}"aygshell.h"\
|
||||
{$(INCLUDE)}"sipapi.h"\
|
||||
{$(INCLUDE)}"winuserm.h"\
|
||||
|
||||
NODEP_CPP_CEDRA=\
|
||||
"..\..\..\..\..\..\..\..\evc4\wce420\POCKET PC 2003\Include\ARMV4\vibrate.h"\
|
||||
".\inuserm.h"\
|
||||
".\ipapi.h"\
|
||||
".\ygshell.h"\
|
||||
"..\..\..\..\..\..\..\..\Program_Files\Windows_CE_Tools\wce420\PPC_2003\Include\ARMV4\vibrate.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
@ -1579,12 +1574,12 @@ DEP_CPP_CEGIN=\
|
|||
".\stdafx.h"\
|
||||
".\xptypes.h"\
|
||||
".\xwords4.h"\
|
||||
{$(INCLUDE)}"aygshell.h"\
|
||||
{$(INCLUDE)}"sipapi.h"\
|
||||
{$(INCLUDE)}"winuserm.h"\
|
||||
|
||||
NODEP_CPP_CEGIN=\
|
||||
"..\..\..\..\..\..\..\..\Program_Files\Windows_CE_Tools\wce420\PPC_2003\Include\emulator\vibrate.h"\
|
||||
"..\..\..\..\..\..\..\..\evc4\wce420\POCKET PC 2003\Include\emulator\vibrate.h"\
|
||||
".\inuserm.h"\
|
||||
".\ipapi.h"\
|
||||
".\ygshell.h"\
|
||||
|
||||
|
||||
!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Release"
|
||||
|
@ -1611,12 +1606,12 @@ DEP_CPP_CEGIN=\
|
|||
".\stdafx.h"\
|
||||
".\xptypes.h"\
|
||||
".\xwords4.h"\
|
||||
{$(INCLUDE)}"aygshell.h"\
|
||||
{$(INCLUDE)}"sipapi.h"\
|
||||
{$(INCLUDE)}"winuserm.h"\
|
||||
|
||||
NODEP_CPP_CEGIN=\
|
||||
"..\..\..\..\..\..\..\..\evc4\wce420\POCKET PC 2003\Include\ARMV4\vibrate.h"\
|
||||
".\inuserm.h"\
|
||||
".\ipapi.h"\
|
||||
".\ygshell.h"\
|
||||
"..\..\..\..\..\..\..\..\Program_Files\Windows_CE_Tools\wce420\PPC_2003\Include\ARMV4\vibrate.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
@ -1762,12 +1757,12 @@ DEP_CPP_CEHNT=\
|
|||
".\stdafx.h"\
|
||||
".\xptypes.h"\
|
||||
".\xwords4.h"\
|
||||
{$(INCLUDE)}"aygshell.h"\
|
||||
{$(INCLUDE)}"sipapi.h"\
|
||||
{$(INCLUDE)}"winuserm.h"\
|
||||
|
||||
NODEP_CPP_CEHNT=\
|
||||
"..\..\..\..\..\..\..\..\Program_Files\Windows_CE_Tools\wce420\PPC_2003\Include\emulator\vibrate.h"\
|
||||
"..\..\..\..\..\..\..\..\evc4\wce420\POCKET PC 2003\Include\emulator\vibrate.h"\
|
||||
".\inuserm.h"\
|
||||
".\ipapi.h"\
|
||||
".\ygshell.h"\
|
||||
|
||||
|
||||
!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Release"
|
||||
|
@ -1790,12 +1785,12 @@ DEP_CPP_CEHNT=\
|
|||
".\stdafx.h"\
|
||||
".\xptypes.h"\
|
||||
".\xwords4.h"\
|
||||
{$(INCLUDE)}"aygshell.h"\
|
||||
{$(INCLUDE)}"sipapi.h"\
|
||||
{$(INCLUDE)}"winuserm.h"\
|
||||
|
||||
NODEP_CPP_CEHNT=\
|
||||
"..\..\..\..\..\..\..\..\evc4\wce420\POCKET PC 2003\Include\ARMV4\vibrate.h"\
|
||||
".\inuserm.h"\
|
||||
".\ipapi.h"\
|
||||
".\ygshell.h"\
|
||||
"..\..\..\..\..\..\..\..\Program_Files\Windows_CE_Tools\wce420\PPC_2003\Include\ARMV4\vibrate.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
@ -2022,12 +2017,12 @@ DEP_CPP_CEMAI=\
|
|||
".\stdafx.h"\
|
||||
".\xptypes.h"\
|
||||
".\xwords4.h"\
|
||||
{$(INCLUDE)}"aygshell.h"\
|
||||
{$(INCLUDE)}"sipapi.h"\
|
||||
{$(INCLUDE)}"winuserm.h"\
|
||||
|
||||
NODEP_CPP_CEMAI=\
|
||||
"..\..\..\..\..\..\..\..\Program_Files\Windows_CE_Tools\wce420\PPC_2003\Include\emulator\vibrate.h"\
|
||||
"..\..\..\..\..\..\..\..\evc4\wce420\POCKET PC 2003\Include\emulator\vibrate.h"\
|
||||
".\inuserm.h"\
|
||||
".\ipapi.h"\
|
||||
".\ygshell.h"\
|
||||
|
||||
|
||||
!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Release"
|
||||
|
@ -2064,12 +2059,12 @@ DEP_CPP_CEMAI=\
|
|||
".\stdafx.h"\
|
||||
".\xptypes.h"\
|
||||
".\xwords4.h"\
|
||||
{$(INCLUDE)}"aygshell.h"\
|
||||
{$(INCLUDE)}"sipapi.h"\
|
||||
{$(INCLUDE)}"winuserm.h"\
|
||||
|
||||
NODEP_CPP_CEMAI=\
|
||||
"..\..\..\..\..\..\..\..\evc4\wce420\POCKET PC 2003\Include\ARMV4\vibrate.h"\
|
||||
".\inuserm.h"\
|
||||
".\ipapi.h"\
|
||||
".\ygshell.h"\
|
||||
"..\..\..\..\..\..\..\..\Program_Files\Windows_CE_Tools\wce420\PPC_2003\Include\ARMV4\vibrate.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
@ -2225,12 +2220,12 @@ DEP_CPP_CEPRE=\
|
|||
".\stdafx.h"\
|
||||
".\xptypes.h"\
|
||||
".\xwords4.h"\
|
||||
{$(INCLUDE)}"aygshell.h"\
|
||||
{$(INCLUDE)}"sipapi.h"\
|
||||
{$(INCLUDE)}"winuserm.h"\
|
||||
|
||||
NODEP_CPP_CEPRE=\
|
||||
"..\..\..\..\..\..\..\..\Program_Files\Windows_CE_Tools\wce420\PPC_2003\Include\emulator\vibrate.h"\
|
||||
"..\..\..\..\..\..\..\..\evc4\wce420\POCKET PC 2003\Include\emulator\vibrate.h"\
|
||||
".\inuserm.h"\
|
||||
".\ipapi.h"\
|
||||
".\ygshell.h"\
|
||||
|
||||
|
||||
!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Release"
|
||||
|
@ -2255,12 +2250,12 @@ DEP_CPP_CEPRE=\
|
|||
".\stdafx.h"\
|
||||
".\xptypes.h"\
|
||||
".\xwords4.h"\
|
||||
{$(INCLUDE)}"aygshell.h"\
|
||||
{$(INCLUDE)}"sipapi.h"\
|
||||
{$(INCLUDE)}"winuserm.h"\
|
||||
|
||||
NODEP_CPP_CEPRE=\
|
||||
"..\..\..\..\..\..\..\..\evc4\wce420\POCKET PC 2003\Include\ARMV4\vibrate.h"\
|
||||
".\inuserm.h"\
|
||||
".\ipapi.h"\
|
||||
".\ygshell.h"\
|
||||
"..\..\..\..\..\..\..\..\Program_Files\Windows_CE_Tools\wce420\PPC_2003\Include\ARMV4\vibrate.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
@ -2412,12 +2407,12 @@ DEP_CPP_CESTR=\
|
|||
".\stdafx.h"\
|
||||
".\xptypes.h"\
|
||||
".\xwords4.h"\
|
||||
{$(INCLUDE)}"aygshell.h"\
|
||||
{$(INCLUDE)}"sipapi.h"\
|
||||
{$(INCLUDE)}"winuserm.h"\
|
||||
|
||||
NODEP_CPP_CESTR=\
|
||||
"..\..\..\..\..\..\..\..\Program_Files\Windows_CE_Tools\wce420\PPC_2003\Include\emulator\vibrate.h"\
|
||||
"..\..\..\..\..\..\..\..\evc4\wce420\POCKET PC 2003\Include\emulator\vibrate.h"\
|
||||
".\inuserm.h"\
|
||||
".\ipapi.h"\
|
||||
".\ygshell.h"\
|
||||
|
||||
|
||||
!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Release"
|
||||
|
@ -2441,12 +2436,12 @@ DEP_CPP_CESTR=\
|
|||
".\stdafx.h"\
|
||||
".\xptypes.h"\
|
||||
".\xwords4.h"\
|
||||
{$(INCLUDE)}"aygshell.h"\
|
||||
{$(INCLUDE)}"sipapi.h"\
|
||||
{$(INCLUDE)}"winuserm.h"\
|
||||
|
||||
NODEP_CPP_CESTR=\
|
||||
"..\..\..\..\..\..\..\..\evc4\wce420\POCKET PC 2003\Include\ARMV4\vibrate.h"\
|
||||
".\inuserm.h"\
|
||||
".\ipapi.h"\
|
||||
".\ygshell.h"\
|
||||
"..\..\..\..\..\..\..\..\Program_Files\Windows_CE_Tools\wce420\PPC_2003\Include\ARMV4\vibrate.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
@ -2592,12 +2587,12 @@ DEP_CPP_CEUTI=\
|
|||
".\stdafx.h"\
|
||||
".\xptypes.h"\
|
||||
".\xwords4.h"\
|
||||
{$(INCLUDE)}"aygshell.h"\
|
||||
{$(INCLUDE)}"sipapi.h"\
|
||||
{$(INCLUDE)}"winuserm.h"\
|
||||
|
||||
NODEP_CPP_CEUTI=\
|
||||
"..\..\..\..\..\..\..\..\Program_Files\Windows_CE_Tools\wce420\PPC_2003\Include\emulator\vibrate.h"\
|
||||
"..\..\..\..\..\..\..\..\evc4\wce420\POCKET PC 2003\Include\emulator\vibrate.h"\
|
||||
".\inuserm.h"\
|
||||
".\ipapi.h"\
|
||||
".\ygshell.h"\
|
||||
|
||||
|
||||
!ELSEIF "$(CFG)" == "xwords - Win32 (WCE ARMV4) Release"
|
||||
|
@ -2620,12 +2615,12 @@ DEP_CPP_CEUTI=\
|
|||
".\stdafx.h"\
|
||||
".\xptypes.h"\
|
||||
".\xwords4.h"\
|
||||
{$(INCLUDE)}"aygshell.h"\
|
||||
{$(INCLUDE)}"sipapi.h"\
|
||||
{$(INCLUDE)}"winuserm.h"\
|
||||
|
||||
NODEP_CPP_CEUTI=\
|
||||
"..\..\..\..\..\..\..\..\evc4\wce420\POCKET PC 2003\Include\ARMV4\vibrate.h"\
|
||||
".\inuserm.h"\
|
||||
".\ipapi.h"\
|
||||
".\ygshell.h"\
|
||||
"..\..\..\..\..\..\..\..\Program_Files\Windows_CE_Tools\wce420\PPC_2003\Include\ARMV4\vibrate.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
|
Loading…
Reference in a new issue