summaryrefslogtreecommitdiff
path: root/third_party/build/gsm
diff options
context:
space:
mode:
authorDavid M. Lee <dlee@digium.com>2013-01-07 14:24:28 -0600
committerDavid M. Lee <dlee@digium.com>2013-01-07 14:24:28 -0600
commitf3ab456a17af1c89a6e3be4d20c5944853df1cb0 (patch)
treed00e1a332cd038a6d906a1ea0ac91e1a4458e617 /third_party/build/gsm
Import pjproject-2.0.1
Diffstat (limited to 'third_party/build/gsm')
-rw-r--r--third_party/build/gsm/Makefile64
-rw-r--r--third_party/build/gsm/config.h11
-rw-r--r--third_party/build/gsm/libgsmcodec.vcp4835
-rw-r--r--third_party/build/gsm/libgsmcodec.vcproj3890
-rw-r--r--third_party/build/gsm/output/.keep0
5 files changed, 8800 insertions, 0 deletions
diff --git a/third_party/build/gsm/Makefile b/third_party/build/gsm/Makefile
new file mode 100644
index 0000000..a265076
--- /dev/null
+++ b/third_party/build/gsm/Makefile
@@ -0,0 +1,64 @@
+include ../../../build.mak
+include ../../../build/common.mak
+
+export LIBDIR := ../../lib
+
+RULES_MAK := $(PJDIR)/build/rules.mak
+
+export GSM_CODEC_LIB := ../../lib/libgsmcodec-$(TARGET_NAME)$(LIBEXT)
+
+###############################################################################
+# Gather all flags.
+#
+export _CFLAGS := $(CC_CFLAGS) $(OS_CFLAGS) $(HOST_CFLAGS) $(M_CFLAGS) \
+ $(CFLAGS) $(CC_INC). $(CC_INC)../../gsm/inc \
+ $(CC_INC)../../../pjlib/include
+export _CXXFLAGS:= $(_CFLAGS) $(CC_CXXFLAGS) $(OS_CXXFLAGS) $(M_CXXFLAGS) \
+ $(HOST_CXXFLAGS) $(CXXFLAGS)
+export _LDFLAGS := $(CC_LDFLAGS) $(OS_LDFLAGS) $(M_LDFLAGS) $(HOST_LDFLAGS) \
+ $(LDFLAGS)
+
+export GSM_CODEC_SRCDIR = ../../gsm/src
+export GSM_CODEC_OBJS = add.o code.o decode.o \
+ gsm_create.o gsm_decode.o gsm_destroy.o \
+ gsm_encode.o gsm_explode.o gsm_implode.o \
+ gsm_option.o long_term.o \
+ lpc.o preprocess.o rpe.o short_term.o \
+ table.o
+
+export GSM_CODEC_CFLAGS = -DSASR -DWAV49 -DNeedFunctionPrototypes=1 $(_CFLAGS)
+
+
+export CC_OUT CC AR RANLIB HOST_MV HOST_RM HOST_RMDIR HOST_MKDIR OBJEXT LD LDOUT
+###############################################################################
+# Main entry
+#
+# $(TARGET) is defined in os-$(OS_NAME).mak file in current directory.
+#
+TARGETS := libgsmcodec
+
+all: $(TARGETS)
+
+doc:
+ cd .. && doxygen docs/doxygen.cfg
+
+dep: depend
+distclean: realclean
+
+.PHONY: dep depend libgsmcodec clean realclean distclean
+
+libgsmcodec:
+ $(MAKE) -f $(RULES_MAK) APP=GSM_CODEC app=libgsmcodec $(GSM_CODEC_LIB)
+
+clean print_lib:
+ $(MAKE) -f $(RULES_MAK) APP=GSM_CODEC app=libgsmcodec $@
+
+realclean:
+ $(subst @@,$(subst /,$(HOST_PSEP),.ilbc-$(TARGET_NAME).depend),$(HOST_RMR))
+
+ $(MAKE) -f $(RULES_MAK) APP=GSM_CODEC app=libgsmcodec $@
+
+depend:
+ $(MAKE) -f $(RULES_MAK) APP=GSM_CODEC app=libgsmcodec $@
+
+
diff --git a/third_party/build/gsm/config.h b/third_party/build/gsm/config.h
new file mode 100644
index 0000000..a7fec50
--- /dev/null
+++ b/third_party/build/gsm/config.h
@@ -0,0 +1,11 @@
+#ifdef _MSC_VER
+# pragma warning(disable: 4100) // unreferenced formal parameter
+# pragma warning(disable: 4101) // unreferenced local variable
+# pragma warning(disable: 4244) // conversion from 'double ' to 'float '
+# pragma warning(disable: 4305) // truncation from 'const double ' to 'float '
+# pragma warning(disable: 4018) // signed/unsigned mismatch
+//# pragma warning(disable: 4701) // local variable used without initialized
+#endif
+
+#include <string.h>
+#include "../../gsm/inc/config.h"
diff --git a/third_party/build/gsm/libgsmcodec.vcp b/third_party/build/gsm/libgsmcodec.vcp
new file mode 100644
index 0000000..fd584f7
--- /dev/null
+++ b/third_party/build/gsm/libgsmcodec.vcp
@@ -0,0 +1,4835 @@
+# Microsoft eMbedded Visual Tools Project File - Name="libgsmcodec" - Package Owner=<4>
+# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (WCE x86) Static Library" 0x8304
+# TARGTYPE "Win32 (WCE MIPS16) Static Library" 0x8904
+# TARGTYPE "Win32 (WCE SH4) Static Library" 0x8604
+# TARGTYPE "Win32 (WCE MIPSII) Static Library" 0xa104
+# TARGTYPE "Win32 (WCE MIPSIV_FP) Static Library" 0x9204
+# TARGTYPE "Win32 (WCE SH3) Static Library" 0x8104
+# TARGTYPE "Win32 (WCE ARMV4) Static Library" 0xa304
+# TARGTYPE "Win32 (WCE ARMV4I) Static Library" 0xa504
+# TARGTYPE "Win32 (WCE emulator) Static Library" 0xa604
+# TARGTYPE "Win32 (WCE MIPSII_FP) Static Library" 0xa204
+# TARGTYPE "Win32 (WCE ARMV4T) Static Library" 0xa404
+# TARGTYPE "Win32 (WCE MIPSIV) Static Library" 0x9604
+
+CFG=libgsmcodec - Win32 (WCE MIPSII_FP) Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "libgsmcodec.vcn".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "libgsmcodec.vcn" CFG="libgsmcodec - Win32 (WCE MIPSII_FP) Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "libgsmcodec - Win32 (WCE MIPSII_FP) Release" (based on "Win32 (WCE MIPSII_FP) Static Library")
+!MESSAGE "libgsmcodec - Win32 (WCE MIPSII_FP) Debug" (based on "Win32 (WCE MIPSII_FP) Static Library")
+!MESSAGE "libgsmcodec - Win32 (WCE MIPSII) Release" (based on "Win32 (WCE MIPSII) Static Library")
+!MESSAGE "libgsmcodec - Win32 (WCE MIPSII) Debug" (based on "Win32 (WCE MIPSII) Static Library")
+!MESSAGE "libgsmcodec - Win32 (WCE SH4) Release" (based on "Win32 (WCE SH4) Static Library")
+!MESSAGE "libgsmcodec - Win32 (WCE SH4) Debug" (based on "Win32 (WCE SH4) Static Library")
+!MESSAGE "libgsmcodec - Win32 (WCE SH3) Release" (based on "Win32 (WCE SH3) Static Library")
+!MESSAGE "libgsmcodec - Win32 (WCE SH3) Debug" (based on "Win32 (WCE SH3) Static Library")
+!MESSAGE "libgsmcodec - Win32 (WCE MIPSIV) Release" (based on "Win32 (WCE MIPSIV) Static Library")
+!MESSAGE "libgsmcodec - Win32 (WCE MIPSIV) Debug" (based on "Win32 (WCE MIPSIV) Static Library")
+!MESSAGE "libgsmcodec - Win32 (WCE emulator) Release" (based on "Win32 (WCE emulator) Static Library")
+!MESSAGE "libgsmcodec - Win32 (WCE emulator) Debug" (based on "Win32 (WCE emulator) Static Library")
+!MESSAGE "libgsmcodec - Win32 (WCE ARMV4I) Release" (based on "Win32 (WCE ARMV4I) Static Library")
+!MESSAGE "libgsmcodec - Win32 (WCE ARMV4I) Debug" (based on "Win32 (WCE ARMV4I) Static Library")
+!MESSAGE "libgsmcodec - Win32 (WCE MIPSIV_FP) Release" (based on "Win32 (WCE MIPSIV_FP) Static Library")
+!MESSAGE "libgsmcodec - Win32 (WCE MIPSIV_FP) Debug" (based on "Win32 (WCE MIPSIV_FP) Static Library")
+!MESSAGE "libgsmcodec - Win32 (WCE ARMV4) Release" (based on "Win32 (WCE ARMV4) Static Library")
+!MESSAGE "libgsmcodec - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Static Library")
+!MESSAGE "libgsmcodec - Win32 (WCE MIPS16) Release" (based on "Win32 (WCE MIPS16) Static Library")
+!MESSAGE "libgsmcodec - Win32 (WCE MIPS16) Debug" (based on "Win32 (WCE MIPS16) Static Library")
+!MESSAGE "libgsmcodec - Win32 (WCE ARMV4T) Release" (based on "Win32 (WCE ARMV4T) Static Library")
+!MESSAGE "libgsmcodec - Win32 (WCE ARMV4T) Debug" (based on "Win32 (WCE ARMV4T) Static Library")
+!MESSAGE "libgsmcodec - Win32 (WCE x86) Release" (based on "Win32 (WCE x86) Static Library")
+!MESSAGE "libgsmcodec - Win32 (WCE x86) Debug" (based on "Win32 (WCE x86) Static Library")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+# PROP ATL_Project 2
+
+!IF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "output\MIPSII_FPRel"
+# PROP BASE Intermediate_Dir "output\MIPSII_FPRel"
+# PROP BASE CPU_ID "{D8AC856C-B213-4895-9E83-9EC51A55201E}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "output\MIPSII_FPRel"
+# PROP Intermediate_Dir "output\MIPSII_FPRel"
+# PROP CPU_ID "{D8AC856C-B213-4895-9E83-9EC51A55201E}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "R4000" /D "MIPSII" /D "MIPSII_FP" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /QMmips2 /QMFPE- /O2 /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "." /I "../../gsm/inc" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "R4000" /D "MIPSII" /D "MIPSII_FP" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /QMmips2 /QMFPE- /O2 /M$(CECrtMT) /c
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "output\MIPSII_FPDbg"
+# PROP BASE Intermediate_Dir "output\MIPSII_FPDbg"
+# PROP BASE CPU_ID "{D8AC856C-B213-4895-9E83-9EC51A55201E}"
+# 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 "output\MIPSII_FPDbg"
+# PROP Intermediate_Dir "output\MIPSII_FPDbg"
+# PROP CPU_ID "{D8AC856C-B213-4895-9E83-9EC51A55201E}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "R4000" /D "MIPSII" /D "MIPSII_FP" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /QMmips2 /QMFPE- /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "." /I "../../gsm/inc" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "R4000" /D "MIPSII" /D "MIPSII_FP" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /QMmips2 /QMFPE- /M$(CECrtMTDebug) /c
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "output\MIPSIIRel"
+# PROP BASE Intermediate_Dir "output\MIPSIIRel"
+# PROP BASE CPU_ID "{689DDC64-9D9D-11D5-96F8-00207802C01C}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "output\MIPSIIRel"
+# PROP Intermediate_Dir "output\MIPSIIRel"
+# PROP CPU_ID "{689DDC64-9D9D-11D5-96F8-00207802C01C}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "R4000" /D "MIPSII" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /QMmips2 /QMFPE /O2 /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "." /I "../../gsm/inc" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "R4000" /D "MIPSII" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /QMmips2 /QMFPE /O2 /M$(CECrtMT) /c
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "output\MIPSIIDbg"
+# PROP BASE Intermediate_Dir "output\MIPSIIDbg"
+# PROP BASE CPU_ID "{689DDC64-9D9D-11D5-96F8-00207802C01C}"
+# 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 "output\MIPSIIDbg"
+# PROP Intermediate_Dir "output\MIPSIIDbg"
+# PROP CPU_ID "{689DDC64-9D9D-11D5-96F8-00207802C01C}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "R4000" /D "MIPSII" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /QMmips2 /QMFPE /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "." /I "../../gsm/inc" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "R4000" /D "MIPSII" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /QMmips2 /QMFPE /M$(CECrtMTDebug) /c
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "output\SH4Rel"
+# PROP BASE Intermediate_Dir "output\SH4Rel"
+# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "output\SH4Rel"
+# PROP Intermediate_Dir "output\SH4Rel"
+# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /Qsh4 /O2 /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "." /I "../../gsm/inc" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /Qsh4 /O2 /M$(CECrtMT) /c
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "output\SH4Dbg"
+# PROP BASE Intermediate_Dir "output\SH4Dbg"
+# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# 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 "output\SH4Dbg"
+# PROP Intermediate_Dir "output\SH4Dbg"
+# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /Qsh4 /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "." /I "../../gsm/inc" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /Qsh4 /M$(CECrtMTDebug) /c
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "output\SH3Rel"
+# PROP BASE Intermediate_Dir "output\SH3Rel"
+# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "output\SH3Rel"
+# PROP Intermediate_Dir "output\SH3Rel"
+# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /O2 /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "." /I "../../gsm/inc" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /O2 /M$(CECrtMT) /c
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "output\SH3Dbg"
+# PROP BASE Intermediate_Dir "output\SH3Dbg"
+# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# 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 "output\SH3Dbg"
+# PROP Intermediate_Dir "output\SH3Dbg"
+# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "." /I "../../gsm/inc" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /M$(CECrtMTDebug) /c
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "output\MIPSIVRel"
+# PROP BASE Intermediate_Dir "output\MIPSIVRel"
+# PROP BASE CPU_ID "{0B2FE524-26C5-4194-8CEF-B1582DEB5A98}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "output\MIPSIVRel"
+# PROP Intermediate_Dir "output\MIPSIVRel"
+# PROP CPU_ID "{0B2FE524-26C5-4194-8CEF-B1582DEB5A98}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "_MIPS64" /D "R4000" /D "MIPSIV" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /QMmips4 /QMn32 /QMFPE /O2 /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "." /I "../../gsm/inc" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "_MIPS64" /D "R4000" /D "MIPSIV" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /QMmips4 /QMn32 /QMFPE /O2 /M$(CECrtMT) /c
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "output\MIPSIVDbg"
+# PROP BASE Intermediate_Dir "output\MIPSIVDbg"
+# PROP BASE CPU_ID "{0B2FE524-26C5-4194-8CEF-B1582DEB5A98}"
+# 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 "output\MIPSIVDbg"
+# PROP Intermediate_Dir "output\MIPSIVDbg"
+# PROP CPU_ID "{0B2FE524-26C5-4194-8CEF-B1582DEB5A98}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "_MIPS64" /D "R4000" /D "MIPSIV" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /QMmips4 /QMn32 /QMFPE /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "." /I "../../gsm/inc" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "_MIPS64" /D "R4000" /D "MIPSIV" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /QMmips4 /QMn32 /QMFPE /M$(CECrtMTDebug) /c
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "output\emulatorRel"
+# PROP BASE Intermediate_Dir "output\emulatorRel"
+# 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 0
+# PROP Output_Dir "output\emulatorRel"
+# PROP Intermediate_Dir "output\emulatorRel"
+# PROP CPU_ID "{32E52003-403E-442D-BE48-DE10F8C6131D}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_LIB" /YX /Gs8192 /GF /O2 /c
+# ADD CPP /nologo /W3 /I "." /I "../../gsm/inc" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_LIB" /YX /Gs8192 /GF /O2 /c
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "output\emulatorDbg"
+# PROP BASE Intermediate_Dir "output\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 "output\emulatorDbg"
+# PROP Intermediate_Dir "output\emulatorDbg"
+# PROP CPU_ID "{32E52003-403E-442D-BE48-DE10F8C6131D}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_LIB" /YX /Gs8192 /GF /c
+# ADD CPP /nologo /W3 /Zi /Od /I "." /I "../../gsm/inc" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_LIB" /YX /Gs8192 /GF /c
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "output\ARMV4IRel"
+# PROP BASE Intermediate_Dir "output\ARMV4IRel"
+# PROP BASE CPU_ID "{DC70F430-E78B-494F-A9D5-62ADC56443B8}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "output\ARMV4IRel"
+# PROP Intermediate_Dir "output\ARMV4IRel"
+# PROP CPU_ID "{DC70F430-E78B-494F-A9D5-62ADC56443B8}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+CPP=clarm.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "ARM" /D "_ARM_" /D "$(CePlatform)" /D "ARMV4I" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /QRarch4T /QRinterwork-return /O2 /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "." /I "../../gsm/inc" /D _WIN32_WCE=$(CEVersion) /D "ARM" /D "_ARM_" /D "$(CePlatform)" /D "ARMV4I" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /QRarch4T /QRinterwork-return /O2 /M$(CECrtMT) /c
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "output\ARMV4IDbg"
+# PROP BASE Intermediate_Dir "output\ARMV4IDbg"
+# PROP BASE CPU_ID "{DC70F430-E78B-494F-A9D5-62ADC56443B8}"
+# 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 "output\ARMV4IDbg"
+# PROP Intermediate_Dir "output\ARMV4IDbg"
+# PROP CPU_ID "{DC70F430-E78B-494F-A9D5-62ADC56443B8}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+CPP=clarm.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "ARM" /D "_ARM_" /D "$(CePlatform)" /D "ARMV4I" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /QRarch4T /QRinterwork-return /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "." /I "../../gsm/inc" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "ARM" /D "_ARM_" /D "$(CePlatform)" /D "ARMV4I" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /QRarch4T /QRinterwork-return /M$(CECrtMTDebug) /c
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "output\MIPSIV_FPRel"
+# PROP BASE Intermediate_Dir "output\MIPSIV_FPRel"
+# PROP BASE CPU_ID "{046A430D-7770-48AB-89B5-24C2D300B03F}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "output\MIPSIV_FPRel"
+# PROP Intermediate_Dir "output\MIPSIV_FPRel"
+# PROP CPU_ID "{046A430D-7770-48AB-89B5-24C2D300B03F}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "_MIPS64" /D "R4000" /D "MIPSIV" /D "MIPSIV_FP" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /QMmips4 /QMn32 /QMFPE- /O2 /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "." /I "../../gsm/inc" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "_MIPS64" /D "R4000" /D "MIPSIV" /D "MIPSIV_FP" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /QMmips4 /QMn32 /QMFPE- /O2 /M$(CECrtMT) /c
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "output\MIPSIV_FPDbg"
+# PROP BASE Intermediate_Dir "output\MIPSIV_FPDbg"
+# PROP BASE CPU_ID "{046A430D-7770-48AB-89B5-24C2D300B03F}"
+# 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 "output\MIPSIV_FPDbg"
+# PROP Intermediate_Dir "output\MIPSIV_FPDbg"
+# PROP CPU_ID "{046A430D-7770-48AB-89B5-24C2D300B03F}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "_MIPS64" /D "R4000" /D "MIPSIV" /D "MIPSIV_FP" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /QMmips4 /QMn32 /QMFPE- /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "." /I "../../gsm/inc" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "_MIPS64" /D "R4000" /D "MIPSIV" /D "MIPSIV_FP" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /QMmips4 /QMn32 /QMFPE- /M$(CECrtMTDebug) /c
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "output\ARMV4Rel"
+# PROP BASE Intermediate_Dir "output\ARMV4Rel"
+# 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 0
+# PROP Output_Dir "output\ARMV4Rel"
+# PROP Intermediate_Dir "output\ARMV4Rel"
+# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+CPP=clarm.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "NDEBUG" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /O2 /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "." /I "../../gsm/inc" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "NDEBUG" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /O2 /M$(CECrtMT) /c
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "output\ARMV4Dbg"
+# PROP BASE Intermediate_Dir "output\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 "output\ARMV4Dbg"
+# PROP Intermediate_Dir "output\ARMV4Dbg"
+# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+CPP=clarm.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "." /I "../../gsm/inc" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /M$(CECrtMTDebug) /c
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "output\MIPS16Rel"
+# PROP BASE Intermediate_Dir "output\MIPS16Rel"
+# PROP BASE CPU_ID "{D6519013-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "output\MIPS16Rel"
+# PROP Intermediate_Dir "output\MIPS16Rel"
+# PROP CPU_ID "{D6519013-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "R4000" /D "MIPSII" /D "MIPS16" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_MIPS16_" /D "MIPS16SUPPORT" /D "_LIB" /YX /QMmips16 /O2 /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "." /I "../../gsm/inc" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "R4000" /D "MIPSII" /D "MIPS16" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_MIPS16_" /D "MIPS16SUPPORT" /D "_LIB" /YX /QMmips16 /O2 /M$(CECrtMT) /c
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "output\MIPS16Dbg"
+# PROP BASE Intermediate_Dir "output\MIPS16Dbg"
+# PROP BASE CPU_ID "{D6519013-710F-11D3-99F2-00105A0DF099}"
+# 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 "output\MIPS16Dbg"
+# PROP Intermediate_Dir "output\MIPS16Dbg"
+# PROP CPU_ID "{D6519013-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "R4000" /D "MIPSII" /D "MIPS16" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_MIPS16_" /D "MIPS16SUPPORT" /D "_LIB" /YX /QMmips16 /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "." /I "../../gsm/inc" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D "R4000" /D "MIPSII" /D "MIPS16" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_MIPS16_" /D "MIPS16SUPPORT" /D "_LIB" /YX /QMmips16 /M$(CECrtMTDebug) /c
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "output\ARMV4TRel"
+# PROP BASE Intermediate_Dir "output\ARMV4TRel"
+# PROP BASE CPU_ID "{F52316A9-3B7C-4FE7-A67F-68350B41240D}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "output\ARMV4TRel"
+# PROP Intermediate_Dir "output\ARMV4TRel"
+# PROP CPU_ID "{F52316A9-3B7C-4FE7-A67F-68350B41240D}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+CPP=clthumb.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "ARM" /D "_ARM_" /D "$(CePlatform)" /D "THUMB" /D "_THUMB_" /D "ARMV4T" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /QRarch4T /QRinterwork-return /O2 /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "." /I "../../gsm/inc" /D _WIN32_WCE=$(CEVersion) /D "ARM" /D "_ARM_" /D "$(CePlatform)" /D "THUMB" /D "_THUMB_" /D "ARMV4T" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /QRarch4T /QRinterwork-return /O2 /M$(CECrtMT) /c
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "output\ARMV4TDbg"
+# PROP BASE Intermediate_Dir "output\ARMV4TDbg"
+# PROP BASE CPU_ID "{F52316A9-3B7C-4FE7-A67F-68350B41240D}"
+# 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 "output\ARMV4TDbg"
+# PROP Intermediate_Dir "output\ARMV4TDbg"
+# PROP CPU_ID "{F52316A9-3B7C-4FE7-A67F-68350B41240D}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+CPP=clthumb.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "ARM" /D "_ARM_" /D "$(CePlatform)" /D "THUMB" /D "_THUMB_" /D "ARMV4T" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /QRarch4T /QRinterwork-return /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "." /I "../../gsm/inc" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "ARM" /D "_ARM_" /D "$(CePlatform)" /D "THUMB" /D "_THUMB_" /D "ARMV4T" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /QRarch4T /QRinterwork-return /M$(CECrtMTDebug) /c
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "output\X86Rel"
+# PROP BASE Intermediate_Dir "output\X86Rel"
+# PROP BASE CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "output\X86Rel"
+# PROP Intermediate_Dir "output\X86Rel"
+# PROP CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_LIB" /YX /Gs8192 /GF /O2 /c
+# ADD CPP /nologo /W3 /I "." /I "../../gsm/inc" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_LIB" /YX /Gs8192 /GF /O2 /c
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "output\X86Dbg"
+# PROP BASE Intermediate_Dir "output\X86Dbg"
+# PROP BASE CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}"
+# 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 "output\X86Dbg"
+# PROP Intermediate_Dir "output\X86Dbg"
+# PROP CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_LIB" /YX /Gs8192 /GF /c
+# ADD CPP /nologo /W3 /Zi /Od /I "." /I "../../gsm/inc" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_LIB" /YX /Gs8192 /GF /c
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+
+!ENDIF
+
+# Begin Target
+
+# Name "libgsmcodec - Win32 (WCE MIPSII_FP) Release"
+# Name "libgsmcodec - Win32 (WCE MIPSII_FP) Debug"
+# Name "libgsmcodec - Win32 (WCE MIPSII) Release"
+# Name "libgsmcodec - Win32 (WCE MIPSII) Debug"
+# Name "libgsmcodec - Win32 (WCE SH4) Release"
+# Name "libgsmcodec - Win32 (WCE SH4) Debug"
+# Name "libgsmcodec - Win32 (WCE SH3) Release"
+# Name "libgsmcodec - Win32 (WCE SH3) Debug"
+# Name "libgsmcodec - Win32 (WCE MIPSIV) Release"
+# Name "libgsmcodec - Win32 (WCE MIPSIV) Debug"
+# Name "libgsmcodec - Win32 (WCE emulator) Release"
+# Name "libgsmcodec - Win32 (WCE emulator) Debug"
+# Name "libgsmcodec - Win32 (WCE ARMV4I) Release"
+# Name "libgsmcodec - Win32 (WCE ARMV4I) Debug"
+# Name "libgsmcodec - Win32 (WCE MIPSIV_FP) Release"
+# Name "libgsmcodec - Win32 (WCE MIPSIV_FP) Debug"
+# Name "libgsmcodec - Win32 (WCE ARMV4) Release"
+# Name "libgsmcodec - Win32 (WCE ARMV4) Debug"
+# Name "libgsmcodec - Win32 (WCE MIPS16) Release"
+# Name "libgsmcodec - Win32 (WCE MIPS16) Debug"
+# Name "libgsmcodec - Win32 (WCE ARMV4T) Release"
+# Name "libgsmcodec - Win32 (WCE ARMV4T) Debug"
+# Name "libgsmcodec - Win32 (WCE x86) Release"
+# Name "libgsmcodec - Win32 (WCE x86) Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=..\..\gsm\src\add.c
+
+!IF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_ADD_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_ADD_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_ADD_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_ADD_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_ADD_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_ADD_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_ADD_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_ADD_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_ADD_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_ADD_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_ADD_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_ADD_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_ADD_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_ADD_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_ADD_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_ADD_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_ADD_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_ADD_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_ADD_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_ADD_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_ADD_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_ADD_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Release"
+
+DEP_CPP_ADD_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_ADD_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\gsm\src\code.c
+
+!IF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_CODE_=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_CODE_=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_CODE_=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_CODE_=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_CODE_=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_CODE_=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_CODE_=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_CODE_=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_CODE_=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_CODE_=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_CODE_=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_CODE_=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_CODE_=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_CODE_=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_CODE_=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_CODE_=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_CODE_=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_CODE_=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_CODE_=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_CODE_=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_CODE_=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_CODE_=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Release"
+
+DEP_CPP_CODE_=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_CODE_=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\gsm\src\debug.c
+
+!IF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_DEBUG=\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_DEBUG=\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_DEBUG=\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_DEBUG=\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_DEBUG=\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_DEBUG=\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_DEBUG=\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_DEBUG=\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_DEBUG=\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_DEBUG=\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_DEBUG=\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_DEBUG=\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_DEBUG=\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_DEBUG=\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_DEBUG=\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_DEBUG=\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_DEBUG=\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_DEBUG=\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_DEBUG=\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_DEBUG=\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_DEBUG=\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_DEBUG=\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Release"
+
+DEP_CPP_DEBUG=\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_DEBUG=\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\gsm\src\decode.c
+
+!IF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_DECOD=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_DECOD=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_DECOD=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_DECOD=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_DECOD=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_DECOD=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_DECOD=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_DECOD=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_DECOD=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_DECOD=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_DECOD=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_DECOD=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_DECOD=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_DECOD=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_DECOD=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_DECOD=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_DECOD=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_DECOD=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_DECOD=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_DECOD=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_DECOD=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_DECOD=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Release"
+
+DEP_CPP_DECOD=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_DECOD=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\gsm\src\gsm_create.c
+
+!IF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_GSM_C=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_GSM_C=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_GSM_C=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_GSM_C=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_GSM_C=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_GSM_C=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_GSM_C=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_GSM_C=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_GSM_C=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_GSM_C=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_GSM_C=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_GSM_C=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_GSM_C=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_GSM_C=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_GSM_C=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_GSM_C=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_GSM_C=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_GSM_C=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_GSM_C=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_GSM_C=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_GSM_C=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_GSM_C=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Release"
+
+DEP_CPP_GSM_C=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_GSM_C=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+ ".\config.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\gsm\src\gsm_decode.c
+
+!IF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_GSM_D=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_GSM_D=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_GSM_D=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_GSM_D=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_GSM_D=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_GSM_D=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_GSM_D=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_GSM_D=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_GSM_D=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_GSM_D=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_GSM_D=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_GSM_D=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_GSM_D=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_GSM_D=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_GSM_D=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_GSM_D=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_GSM_D=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_GSM_D=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_GSM_D=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_GSM_D=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_GSM_D=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_GSM_D=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Release"
+
+DEP_CPP_GSM_D=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_GSM_D=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\gsm\src\gsm_destroy.c
+
+!IF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_GSM_DE=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\proto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_GSM_DE=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\proto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_GSM_DE=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\proto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_GSM_DE=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\proto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_GSM_DE=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\proto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_GSM_DE=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\proto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_GSM_DE=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\proto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_GSM_DE=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\proto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_GSM_DE=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\proto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_GSM_DE=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\proto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_GSM_DE=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\proto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_GSM_DE=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\proto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_GSM_DE=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\proto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_GSM_DE=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\proto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_GSM_DE=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\proto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_GSM_DE=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\proto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_GSM_DE=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\proto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_GSM_DE=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\proto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_GSM_DE=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\proto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_GSM_DE=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\proto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_GSM_DE=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\proto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_GSM_DE=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\proto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Release"
+
+DEP_CPP_GSM_DE=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\proto.h"\
+ ".\config.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_GSM_DE=\
+ "..\..\gsm\inc\config.h"\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\proto.h"\
+ ".\config.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\gsm\src\gsm_encode.c
+
+!IF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_GSM_E=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_GSM_E=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_GSM_E=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_GSM_E=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_GSM_E=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_GSM_E=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_GSM_E=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_GSM_E=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_GSM_E=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_GSM_E=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_GSM_E=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_GSM_E=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_GSM_E=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_GSM_E=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_GSM_E=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_GSM_E=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_GSM_E=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_GSM_E=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_GSM_E=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_GSM_E=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_GSM_E=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_GSM_E=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Release"
+
+DEP_CPP_GSM_E=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_GSM_E=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\gsm\src\gsm_explode.c
+
+!IF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_GSM_EX=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_GSM_EX=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_GSM_EX=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_GSM_EX=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_GSM_EX=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_GSM_EX=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_GSM_EX=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_GSM_EX=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_GSM_EX=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_GSM_EX=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_GSM_EX=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_GSM_EX=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_GSM_EX=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_GSM_EX=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_GSM_EX=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_GSM_EX=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_GSM_EX=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_GSM_EX=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_GSM_EX=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_GSM_EX=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_GSM_EX=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_GSM_EX=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Release"
+
+DEP_CPP_GSM_EX=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_GSM_EX=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\gsm\src\gsm_implode.c
+
+!IF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_GSM_I=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_GSM_I=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_GSM_I=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_GSM_I=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_GSM_I=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_GSM_I=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_GSM_I=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_GSM_I=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_GSM_I=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_GSM_I=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_GSM_I=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_GSM_I=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_GSM_I=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_GSM_I=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_GSM_I=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_GSM_I=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_GSM_I=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_GSM_I=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_GSM_I=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_GSM_I=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_GSM_I=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_GSM_I=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Release"
+
+DEP_CPP_GSM_I=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_GSM_I=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\gsm\src\gsm_option.c
+
+!IF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_GSM_O=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_GSM_O=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_GSM_O=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_GSM_O=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_GSM_O=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_GSM_O=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_GSM_O=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_GSM_O=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_GSM_O=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_GSM_O=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_GSM_O=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_GSM_O=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_GSM_O=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_GSM_O=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_GSM_O=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_GSM_O=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_GSM_O=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_GSM_O=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_GSM_O=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_GSM_O=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_GSM_O=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_GSM_O=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Release"
+
+DEP_CPP_GSM_O=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_GSM_O=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\gsm\src\gsm_print.c
+
+!IF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_GSM_P=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_GSM_P=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_GSM_P=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_GSM_P=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_GSM_P=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_GSM_P=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_GSM_P=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_GSM_P=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_GSM_P=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_GSM_P=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_GSM_P=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_GSM_P=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_GSM_P=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_GSM_P=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_GSM_P=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_GSM_P=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_GSM_P=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_GSM_P=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_GSM_P=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_GSM_P=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_GSM_P=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_GSM_P=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Release"
+
+DEP_CPP_GSM_P=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_GSM_P=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\gsm\src\long_term.c
+
+!IF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_LONG_=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_LONG_=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_LONG_=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_LONG_=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_LONG_=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_LONG_=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_LONG_=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_LONG_=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_LONG_=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_LONG_=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_LONG_=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_LONG_=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_LONG_=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_LONG_=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_LONG_=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_LONG_=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_LONG_=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_LONG_=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_LONG_=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_LONG_=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_LONG_=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_LONG_=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Release"
+
+DEP_CPP_LONG_=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_LONG_=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\gsm\src\lpc.c
+
+!IF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_LPC_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_LPC_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_LPC_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_LPC_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_LPC_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_LPC_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_LPC_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_LPC_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_LPC_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_LPC_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_LPC_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_LPC_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_LPC_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_LPC_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_LPC_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_LPC_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_LPC_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_LPC_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_LPC_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_LPC_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_LPC_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_LPC_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Release"
+
+DEP_CPP_LPC_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_LPC_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\gsm\src\preprocess.c
+
+!IF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_PREPR=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_PREPR=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_PREPR=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_PREPR=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_PREPR=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_PREPR=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_PREPR=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_PREPR=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_PREPR=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_PREPR=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_PREPR=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_PREPR=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_PREPR=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_PREPR=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_PREPR=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_PREPR=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_PREPR=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_PREPR=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_PREPR=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_PREPR=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_PREPR=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_PREPR=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Release"
+
+DEP_CPP_PREPR=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_PREPR=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\gsm\src\rpe.c
+
+!IF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_RPE_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_RPE_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_RPE_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_RPE_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_RPE_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_RPE_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_RPE_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_RPE_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_RPE_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_RPE_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_RPE_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_RPE_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_RPE_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_RPE_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_RPE_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_RPE_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_RPE_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_RPE_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_RPE_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_RPE_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_RPE_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_RPE_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Release"
+
+DEP_CPP_RPE_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_RPE_C=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\gsm\src\short_term.c
+
+!IF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_SHORT=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_SHORT=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_SHORT=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_SHORT=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_SHORT=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SHORT=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_SHORT=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SHORT=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_SHORT=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_SHORT=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_SHORT=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_SHORT=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_SHORT=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_SHORT=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_SHORT=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_SHORT=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_SHORT=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_SHORT=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_SHORT=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_SHORT=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_SHORT=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_SHORT=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Release"
+
+DEP_CPP_SHORT=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_SHORT=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\gsm\src\table.c
+
+!IF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_TABLE=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_TABLE=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_TABLE=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_TABLE=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_TABLE=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_TABLE=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_TABLE=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_TABLE=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_TABLE=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_TABLE=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_TABLE=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_TABLE=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_TABLE=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_TABLE=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_TABLE=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_TABLE=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_TABLE=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_TABLE=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_TABLE=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_TABLE=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_TABLE=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_TABLE=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Release"
+
+DEP_CPP_TABLE=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ELSEIF "$(CFG)" == "libgsmcodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_TABLE=\
+ "..\..\gsm\inc\gsm.h"\
+ "..\..\gsm\inc\private.h"\
+ "..\..\gsm\inc\proto.h"\
+ "..\..\gsm\inc\unproto.h"\
+
+
+!ENDIF
+
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=.\config.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\gsm\inc\config.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\gsm\inc\gsm.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\gsm\inc\private.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\gsm\inc\proto.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\gsm\inc\toast.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\gsm\inc\unproto.h
+# End Source File
+# End Group
+# End Target
+# End Project
diff --git a/third_party/build/gsm/libgsmcodec.vcproj b/third_party/build/gsm/libgsmcodec.vcproj
new file mode 100644
index 0000000..9b79340
--- /dev/null
+++ b/third_party/build/gsm/libgsmcodec.vcproj
@@ -0,0 +1,3890 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="libgsmcodec"
+ ProjectGUID="{E53AA5FF-B737-40AA-BD13-387EFA99023D}"
+ RootNamespace="libgsmcodec"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="Windows Mobile 6 Standard SDK (ARMV4I)"
+ />
+ <Platform
+ Name="Windows Mobile 6 Professional SDK (ARMV4I)"
+ />
+ <Platform
+ Name="Pocket PC 2003 (ARMV4)"
+ />
+ <Platform
+ Name="Smartphone 2003 (ARMV4)"
+ />
+ <Platform
+ Name="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
+ />
+ <Platform
+ Name="Windows Mobile 5.0 Smartphone SDK (ARMV4I)"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|Pocket PC 2003 (ARMV4)"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|Smartphone 2003 (ARMV4)"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|Windows Mobile 5.0 Smartphone SDK (ARMV4I)"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Pocket PC 2003 (ARMV4)"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Smartphone 2003 (ARMV4)"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Windows Mobile 5.0 Smartphone SDK (ARMV4I)"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug-Static|Win32"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug-Static|Pocket PC 2003 (ARMV4)"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug-Static|Smartphone 2003 (ARMV4)"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug-Static|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug-Static|Windows Mobile 5.0 Smartphone SDK (ARMV4I)"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ <Configuration
+ Name="Release-Dynamic|Win32"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ <Configuration
+ Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ <Configuration
+ Name="Release-Dynamic|Pocket PC 2003 (ARMV4)"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ <Configuration
+ Name="Release-Dynamic|Smartphone 2003 (ARMV4)"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ <Configuration
+ Name="Release-Dynamic|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ <Configuration
+ Name="Release-Dynamic|Windows Mobile 5.0 Smartphone SDK (ARMV4I)"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug-Dynamic|Win32"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug-Dynamic|Pocket PC 2003 (ARMV4)"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug-Dynamic|Smartphone 2003 (ARMV4)"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug-Dynamic|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug-Dynamic|Windows Mobile 5.0 Smartphone SDK (ARMV4I)"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ <Configuration
+ Name="Release-Static|Win32"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ <Configuration
+ Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ <Configuration
+ Name="Release-Static|Pocket PC 2003 (ARMV4)"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ <Configuration
+ Name="Release-Static|Smartphone 2003 (ARMV4)"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ <Configuration
+ Name="Release-Static|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ <Configuration
+ Name="Release-Static|Windows Mobile 5.0 Smartphone SDK (ARMV4I)"
+ ConfigurationType="4"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=".,../../gsm/inc"
+ PreprocessorDefinitions="_LIB;"
+ PrecompiledHeaderFile=""
+ WarningLevel="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+ >
+ <File
+ RelativePath="..\..\gsm\src\add.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\gsm\src\code.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\gsm\src\debug.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\gsm\src\decode.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\gsm\src\gsm_create.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\gsm\src\gsm_decode.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\gsm\src\gsm_destroy.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\gsm\src\gsm_encode.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\gsm\src\gsm_explode.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\gsm\src\gsm_implode.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\gsm\src\gsm_option.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\gsm\src\gsm_print.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\gsm\src\long_term.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\gsm\src\lpc.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\gsm\src\preprocess.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\gsm\src\rpe.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\gsm\src\short_term.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\gsm\src\table.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl"
+ >
+ <File
+ RelativePath="..\..\gsm\inc\config.h"
+ >
+ </File>
+ <File
+ RelativePath="config.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gsm\inc\gsm.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gsm\inc\private.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gsm\inc\proto.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gsm\inc\toast.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\gsm\inc\unproto.h"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/third_party/build/gsm/output/.keep b/third_party/build/gsm/output/.keep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/third_party/build/gsm/output/.keep