summaryrefslogtreecommitdiff
path: root/third_party/build/ilbc
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/ilbc
Import pjproject-2.0.1
Diffstat (limited to 'third_party/build/ilbc')
-rw-r--r--third_party/build/ilbc/Makefile65
-rw-r--r--third_party/build/ilbc/libilbccodec.vcp5373
-rw-r--r--third_party/build/ilbc/libilbccodec.vcproj4272
-rw-r--r--third_party/build/ilbc/output/.keep0
4 files changed, 9710 insertions, 0 deletions
diff --git a/third_party/build/ilbc/Makefile b/third_party/build/ilbc/Makefile
new file mode 100644
index 0000000..50b4ab7
--- /dev/null
+++ b/third_party/build/ilbc/Makefile
@@ -0,0 +1,65 @@
+include ../../../build.mak
+include ../../../build/common.mak
+
+export LIBDIR := ../../lib
+
+RULES_MAK := $(PJDIR)/build/rules.mak
+
+export ILBC_LIB := ../../lib/libilbccodec-$(TARGET_NAME)$(LIBEXT)
+
+###############################################################################
+# Gather all flags.
+#
+export _CFLAGS := $(CC_CFLAGS) $(OS_CFLAGS) $(HOST_CFLAGS) $(M_CFLAGS) \
+ $(CFLAGS) $(CC_INC). $(CC_INC)../../ilbc \
+ $(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 ILBC_SRCDIR = ../../ilbc
+export ILBC_OBJS = FrameClassify.o LPCdecode.o LPCencode.o \
+ StateConstructW.o StateSearchW.o anaFilter.o \
+ constants.o createCB.o doCPLC.o \
+ enhancer.o filter.o gainquant.o \
+ getCBvec.o helpfun.o hpInput.o \
+ hpOutput.o iCBConstruct.o iCBSearch.o \
+ iLBC_decode.o iLBC_encode.o lsf.o \
+ packing.o syntFilter.o
+export ILBC_CFLAGS = $(_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 := libilbccodec
+
+all: $(TARGETS)
+
+doc:
+ cd .. && doxygen docs/doxygen.cfg
+
+dep: depend
+distclean: realclean
+
+.PHONY: dep depend libilbccodec clean realclean distclean
+
+libilbccodec:
+ $(MAKE) -f $(RULES_MAK) APP=ILBC app=libilbccodec $(ILBC_LIB)
+
+clean print_lib:
+ $(MAKE) -f $(RULES_MAK) APP=ILBC app=libilbccodec $@
+
+realclean:
+ $(subst @@,$(subst /,$(HOST_PSEP),.ilbc-$(TARGET_NAME).depend),$(HOST_RMR))
+
+ $(MAKE) -f $(RULES_MAK) APP=ILBC app=libilbccodec $@
+
+depend:
+ $(MAKE) -f $(RULES_MAK) APP=ILBC app=libilbccodec $@
+
+
diff --git a/third_party/build/ilbc/libilbccodec.vcp b/third_party/build/ilbc/libilbccodec.vcp
new file mode 100644
index 0000000..c43b54f
--- /dev/null
+++ b/third_party/build/ilbc/libilbccodec.vcp
@@ -0,0 +1,5373 @@
+# Microsoft eMbedded Visual Tools Project File - Name="libilbccodec" - 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=libilbccodec - 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 "libilbccodec.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 "libilbccodec.vcn" CFG="libilbccodec - Win32 (WCE MIPSII_FP) Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "libilbccodec - Win32 (WCE MIPSII_FP) Release" (based on "Win32 (WCE MIPSII_FP) Static Library")
+!MESSAGE "libilbccodec - Win32 (WCE MIPSII_FP) Debug" (based on "Win32 (WCE MIPSII_FP) Static Library")
+!MESSAGE "libilbccodec - Win32 (WCE MIPSII) Release" (based on "Win32 (WCE MIPSII) Static Library")
+!MESSAGE "libilbccodec - Win32 (WCE MIPSII) Debug" (based on "Win32 (WCE MIPSII) Static Library")
+!MESSAGE "libilbccodec - Win32 (WCE SH4) Release" (based on "Win32 (WCE SH4) Static Library")
+!MESSAGE "libilbccodec - Win32 (WCE SH4) Debug" (based on "Win32 (WCE SH4) Static Library")
+!MESSAGE "libilbccodec - Win32 (WCE SH3) Release" (based on "Win32 (WCE SH3) Static Library")
+!MESSAGE "libilbccodec - Win32 (WCE SH3) Debug" (based on "Win32 (WCE SH3) Static Library")
+!MESSAGE "libilbccodec - Win32 (WCE MIPSIV) Release" (based on "Win32 (WCE MIPSIV) Static Library")
+!MESSAGE "libilbccodec - Win32 (WCE MIPSIV) Debug" (based on "Win32 (WCE MIPSIV) Static Library")
+!MESSAGE "libilbccodec - Win32 (WCE emulator) Release" (based on "Win32 (WCE emulator) Static Library")
+!MESSAGE "libilbccodec - Win32 (WCE emulator) Debug" (based on "Win32 (WCE emulator) Static Library")
+!MESSAGE "libilbccodec - Win32 (WCE ARMV4I) Release" (based on "Win32 (WCE ARMV4I) Static Library")
+!MESSAGE "libilbccodec - Win32 (WCE ARMV4I) Debug" (based on "Win32 (WCE ARMV4I) Static Library")
+!MESSAGE "libilbccodec - Win32 (WCE MIPSIV_FP) Release" (based on "Win32 (WCE MIPSIV_FP) Static Library")
+!MESSAGE "libilbccodec - Win32 (WCE MIPSIV_FP) Debug" (based on "Win32 (WCE MIPSIV_FP) Static Library")
+!MESSAGE "libilbccodec - Win32 (WCE ARMV4) Release" (based on "Win32 (WCE ARMV4) Static Library")
+!MESSAGE "libilbccodec - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Static Library")
+!MESSAGE "libilbccodec - Win32 (WCE MIPS16) Release" (based on "Win32 (WCE MIPS16) Static Library")
+!MESSAGE "libilbccodec - Win32 (WCE MIPS16) Debug" (based on "Win32 (WCE MIPS16) Static Library")
+!MESSAGE "libilbccodec - Win32 (WCE ARMV4T) Release" (based on "Win32 (WCE ARMV4T) Static Library")
+!MESSAGE "libilbccodec - Win32 (WCE ARMV4T) Debug" (based on "Win32 (WCE ARMV4T) Static Library")
+!MESSAGE "libilbccodec - Win32 (WCE x86) Release" (based on "Win32 (WCE x86) Static Library")
+!MESSAGE "libilbccodec - 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)" == "libilbccodec - 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 /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)" == "libilbccodec - 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 /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)" == "libilbccodec - 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 /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)" == "libilbccodec - 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 /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)" == "libilbccodec - 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 /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)" == "libilbccodec - 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 /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)" == "libilbccodec - 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 /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)" == "libilbccodec - 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 /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)" == "libilbccodec - 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 /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)" == "libilbccodec - 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 /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)" == "libilbccodec - 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 /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)" == "libilbccodec - 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 /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)" == "libilbccodec - 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 /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)" == "libilbccodec - 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 /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)" == "libilbccodec - 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 /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)" == "libilbccodec - 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 /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)" == "libilbccodec - 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 /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)" == "libilbccodec - 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 /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)" == "libilbccodec - 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 /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)" == "libilbccodec - 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 /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)" == "libilbccodec - 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 /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)" == "libilbccodec - 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 /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)" == "libilbccodec - 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 /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)" == "libilbccodec - 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 /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 "libilbccodec - Win32 (WCE MIPSII_FP) Release"
+# Name "libilbccodec - Win32 (WCE MIPSII_FP) Debug"
+# Name "libilbccodec - Win32 (WCE MIPSII) Release"
+# Name "libilbccodec - Win32 (WCE MIPSII) Debug"
+# Name "libilbccodec - Win32 (WCE SH4) Release"
+# Name "libilbccodec - Win32 (WCE SH4) Debug"
+# Name "libilbccodec - Win32 (WCE SH3) Release"
+# Name "libilbccodec - Win32 (WCE SH3) Debug"
+# Name "libilbccodec - Win32 (WCE MIPSIV) Release"
+# Name "libilbccodec - Win32 (WCE MIPSIV) Debug"
+# Name "libilbccodec - Win32 (WCE emulator) Release"
+# Name "libilbccodec - Win32 (WCE emulator) Debug"
+# Name "libilbccodec - Win32 (WCE ARMV4I) Release"
+# Name "libilbccodec - Win32 (WCE ARMV4I) Debug"
+# Name "libilbccodec - Win32 (WCE MIPSIV_FP) Release"
+# Name "libilbccodec - Win32 (WCE MIPSIV_FP) Debug"
+# Name "libilbccodec - Win32 (WCE ARMV4) Release"
+# Name "libilbccodec - Win32 (WCE ARMV4) Debug"
+# Name "libilbccodec - Win32 (WCE MIPS16) Release"
+# Name "libilbccodec - Win32 (WCE MIPS16) Debug"
+# Name "libilbccodec - Win32 (WCE ARMV4T) Release"
+# Name "libilbccodec - Win32 (WCE ARMV4T) Debug"
+# Name "libilbccodec - Win32 (WCE x86) Release"
+# Name "libilbccodec - 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=..\..\ilbc\anaFilter.c
+
+!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_ANAFI=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_ANAFI=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_ANAFI=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_ANAFI=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_ANAFI=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_ANAFI=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_ANAFI=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_ANAFI=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_ANAFI=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_ANAFI=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_ANAFI=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_ANAFI=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_ANAFI=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_ANAFI=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_ANAFI=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_ANAFI=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_ANAFI=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_ANAFI=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_ANAFI=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_ANAFI=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_ANAFI=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_ANAFI=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release"
+
+DEP_CPP_ANAFI=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_ANAFI=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\constants.c
+
+!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_CONST=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_CONST=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_CONST=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_CONST=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_CONST=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_CONST=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_CONST=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_CONST=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_CONST=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_CONST=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_CONST=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_CONST=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_CONST=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_CONST=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_CONST=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_CONST=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_CONST=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_CONST=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_CONST=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_CONST=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_CONST=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_CONST=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release"
+
+DEP_CPP_CONST=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_CONST=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\createCB.c
+
+!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_CREAT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_CREAT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_CREAT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_CREAT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_CREAT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_CREAT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_CREAT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_CREAT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_CREAT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_CREAT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_CREAT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_CREAT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_CREAT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_CREAT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_CREAT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_CREAT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_CREAT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_CREAT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_CREAT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_CREAT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_CREAT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_CREAT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release"
+
+DEP_CPP_CREAT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_CREAT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\doCPLC.c
+
+!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_DOCPL=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_DOCPL=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_DOCPL=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_DOCPL=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_DOCPL=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_DOCPL=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_DOCPL=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_DOCPL=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_DOCPL=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_DOCPL=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_DOCPL=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_DOCPL=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_DOCPL=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_DOCPL=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_DOCPL=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_DOCPL=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_DOCPL=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_DOCPL=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_DOCPL=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_DOCPL=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_DOCPL=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_DOCPL=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release"
+
+DEP_CPP_DOCPL=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_DOCPL=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\enhancer.c
+
+!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_ENHAN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_ENHAN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_ENHAN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_ENHAN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_ENHAN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_ENHAN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_ENHAN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_ENHAN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_ENHAN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_ENHAN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_ENHAN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_ENHAN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_ENHAN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_ENHAN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_ENHAN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_ENHAN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_ENHAN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_ENHAN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_ENHAN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_ENHAN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_ENHAN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_ENHAN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release"
+
+DEP_CPP_ENHAN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_ENHAN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\filter.c
+
+!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_FILTE=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_FILTE=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_FILTE=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_FILTE=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_FILTE=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_FILTE=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_FILTE=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_FILTE=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_FILTE=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_FILTE=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_FILTE=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_FILTE=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_FILTE=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_FILTE=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_FILTE=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_FILTE=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_FILTE=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_FILTE=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_FILTE=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_FILTE=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_FILTE=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_FILTE=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release"
+
+DEP_CPP_FILTE=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_FILTE=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\FrameClassify.c
+
+!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_FRAME=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_FRAME=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_FRAME=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_FRAME=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_FRAME=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_FRAME=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_FRAME=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_FRAME=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_FRAME=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_FRAME=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_FRAME=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_FRAME=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_FRAME=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_FRAME=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_FRAME=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_FRAME=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_FRAME=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_FRAME=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_FRAME=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_FRAME=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_FRAME=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_FRAME=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release"
+
+DEP_CPP_FRAME=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_FRAME=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\gainquant.c
+
+!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_GAINQ=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_GAINQ=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_GAINQ=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_GAINQ=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_GAINQ=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_GAINQ=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_GAINQ=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_GAINQ=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_GAINQ=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_GAINQ=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_GAINQ=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_GAINQ=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_GAINQ=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_GAINQ=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_GAINQ=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_GAINQ=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_GAINQ=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_GAINQ=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_GAINQ=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_GAINQ=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_GAINQ=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_GAINQ=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release"
+
+DEP_CPP_GAINQ=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_GAINQ=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\getCBvec.c
+
+!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_GETCB=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_GETCB=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_GETCB=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_GETCB=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_GETCB=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_GETCB=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_GETCB=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_GETCB=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_GETCB=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_GETCB=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_GETCB=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_GETCB=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_GETCB=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_GETCB=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_GETCB=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_GETCB=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_GETCB=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_GETCB=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_GETCB=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_GETCB=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_GETCB=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_GETCB=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release"
+
+DEP_CPP_GETCB=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_GETCB=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\helpfun.c
+
+!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_HELPF=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_HELPF=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_HELPF=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_HELPF=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_HELPF=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_HELPF=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_HELPF=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_HELPF=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_HELPF=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_HELPF=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_HELPF=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_HELPF=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_HELPF=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_HELPF=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_HELPF=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_HELPF=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_HELPF=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_HELPF=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_HELPF=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_HELPF=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_HELPF=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_HELPF=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release"
+
+DEP_CPP_HELPF=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_HELPF=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\hpInput.c
+
+!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_HPINP=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_HPINP=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_HPINP=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_HPINP=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_HPINP=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_HPINP=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_HPINP=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_HPINP=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_HPINP=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_HPINP=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_HPINP=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_HPINP=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_HPINP=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_HPINP=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_HPINP=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_HPINP=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_HPINP=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_HPINP=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_HPINP=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_HPINP=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_HPINP=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_HPINP=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release"
+
+DEP_CPP_HPINP=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_HPINP=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\hpOutput.c
+
+!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_HPOUT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_HPOUT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_HPOUT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_HPOUT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_HPOUT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_HPOUT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_HPOUT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_HPOUT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_HPOUT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_HPOUT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_HPOUT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_HPOUT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_HPOUT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_HPOUT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_HPOUT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_HPOUT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_HPOUT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_HPOUT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_HPOUT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_HPOUT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_HPOUT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_HPOUT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release"
+
+DEP_CPP_HPOUT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_HPOUT=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\iCBConstruct.c
+
+!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_ICBCO=\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\getCBvec.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_ICBCO=\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\getCBvec.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_ICBCO=\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\getCBvec.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_ICBCO=\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\getCBvec.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_ICBCO=\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\getCBvec.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_ICBCO=\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\getCBvec.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_ICBCO=\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\getCBvec.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_ICBCO=\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\getCBvec.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_ICBCO=\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\getCBvec.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_ICBCO=\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\getCBvec.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_ICBCO=\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\getCBvec.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_ICBCO=\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\getCBvec.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_ICBCO=\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\getCBvec.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_ICBCO=\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\getCBvec.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_ICBCO=\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\getCBvec.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_ICBCO=\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\getCBvec.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_ICBCO=\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\getCBvec.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_ICBCO=\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\getCBvec.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_ICBCO=\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\getCBvec.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_ICBCO=\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\getCBvec.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_ICBCO=\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\getCBvec.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_ICBCO=\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\getCBvec.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release"
+
+DEP_CPP_ICBCO=\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\getCBvec.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_ICBCO=\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\getCBvec.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\iCBSearch.c
+
+!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_ICBSE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\createCB.h"\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_ICBSE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\createCB.h"\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_ICBSE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\createCB.h"\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_ICBSE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\createCB.h"\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_ICBSE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\createCB.h"\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_ICBSE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\createCB.h"\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_ICBSE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\createCB.h"\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_ICBSE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\createCB.h"\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_ICBSE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\createCB.h"\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_ICBSE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\createCB.h"\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_ICBSE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\createCB.h"\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_ICBSE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\createCB.h"\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_ICBSE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\createCB.h"\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_ICBSE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\createCB.h"\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_ICBSE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\createCB.h"\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_ICBSE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\createCB.h"\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_ICBSE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\createCB.h"\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_ICBSE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\createCB.h"\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_ICBSE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\createCB.h"\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_ICBSE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\createCB.h"\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_ICBSE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\createCB.h"\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_ICBSE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\createCB.h"\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release"
+
+DEP_CPP_ICBSE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\createCB.h"\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_ICBSE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\createCB.h"\
+ "..\..\ilbc\gainquant.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\iLBC_decode.c
+
+!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_ILBC_=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\doCPLC.h"\
+ "..\..\ilbc\enhancer.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpOutput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCdecode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_ILBC_=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\doCPLC.h"\
+ "..\..\ilbc\enhancer.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpOutput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCdecode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_ILBC_=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\doCPLC.h"\
+ "..\..\ilbc\enhancer.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpOutput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCdecode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_ILBC_=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\doCPLC.h"\
+ "..\..\ilbc\enhancer.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpOutput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCdecode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_ILBC_=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\doCPLC.h"\
+ "..\..\ilbc\enhancer.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpOutput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCdecode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_ILBC_=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\doCPLC.h"\
+ "..\..\ilbc\enhancer.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpOutput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCdecode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_ILBC_=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\doCPLC.h"\
+ "..\..\ilbc\enhancer.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpOutput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCdecode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_ILBC_=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\doCPLC.h"\
+ "..\..\ilbc\enhancer.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpOutput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCdecode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_ILBC_=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\doCPLC.h"\
+ "..\..\ilbc\enhancer.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpOutput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCdecode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_ILBC_=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\doCPLC.h"\
+ "..\..\ilbc\enhancer.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpOutput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCdecode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_ILBC_=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\doCPLC.h"\
+ "..\..\ilbc\enhancer.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpOutput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCdecode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_ILBC_=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\doCPLC.h"\
+ "..\..\ilbc\enhancer.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpOutput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCdecode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_ILBC_=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\doCPLC.h"\
+ "..\..\ilbc\enhancer.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpOutput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCdecode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_ILBC_=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\doCPLC.h"\
+ "..\..\ilbc\enhancer.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpOutput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCdecode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_ILBC_=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\doCPLC.h"\
+ "..\..\ilbc\enhancer.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpOutput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCdecode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_ILBC_=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\doCPLC.h"\
+ "..\..\ilbc\enhancer.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpOutput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCdecode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_ILBC_=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\doCPLC.h"\
+ "..\..\ilbc\enhancer.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpOutput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCdecode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_ILBC_=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\doCPLC.h"\
+ "..\..\ilbc\enhancer.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpOutput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCdecode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_ILBC_=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\doCPLC.h"\
+ "..\..\ilbc\enhancer.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpOutput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCdecode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_ILBC_=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\doCPLC.h"\
+ "..\..\ilbc\enhancer.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpOutput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCdecode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_ILBC_=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\doCPLC.h"\
+ "..\..\ilbc\enhancer.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpOutput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCdecode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_ILBC_=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\doCPLC.h"\
+ "..\..\ilbc\enhancer.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpOutput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCdecode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release"
+
+DEP_CPP_ILBC_=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\doCPLC.h"\
+ "..\..\ilbc\enhancer.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpOutput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCdecode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_ILBC_=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\doCPLC.h"\
+ "..\..\ilbc\enhancer.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpOutput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCdecode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\iLBC_encode.c
+
+!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_ILBC_E=\
+ "..\..\ilbc\anaFilter.h"\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\FrameClassify.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpInput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iCBSearch.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCencode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\StateSearchW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_ILBC_E=\
+ "..\..\ilbc\anaFilter.h"\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\FrameClassify.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpInput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iCBSearch.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCencode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\StateSearchW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_ILBC_E=\
+ "..\..\ilbc\anaFilter.h"\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\FrameClassify.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpInput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iCBSearch.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCencode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\StateSearchW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_ILBC_E=\
+ "..\..\ilbc\anaFilter.h"\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\FrameClassify.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpInput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iCBSearch.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCencode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\StateSearchW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_ILBC_E=\
+ "..\..\ilbc\anaFilter.h"\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\FrameClassify.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpInput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iCBSearch.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCencode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\StateSearchW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_ILBC_E=\
+ "..\..\ilbc\anaFilter.h"\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\FrameClassify.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpInput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iCBSearch.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCencode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\StateSearchW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_ILBC_E=\
+ "..\..\ilbc\anaFilter.h"\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\FrameClassify.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpInput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iCBSearch.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCencode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\StateSearchW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_ILBC_E=\
+ "..\..\ilbc\anaFilter.h"\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\FrameClassify.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpInput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iCBSearch.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCencode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\StateSearchW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_ILBC_E=\
+ "..\..\ilbc\anaFilter.h"\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\FrameClassify.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpInput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iCBSearch.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCencode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\StateSearchW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_ILBC_E=\
+ "..\..\ilbc\anaFilter.h"\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\FrameClassify.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpInput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iCBSearch.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCencode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\StateSearchW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_ILBC_E=\
+ "..\..\ilbc\anaFilter.h"\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\FrameClassify.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpInput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iCBSearch.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCencode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\StateSearchW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_ILBC_E=\
+ "..\..\ilbc\anaFilter.h"\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\FrameClassify.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpInput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iCBSearch.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCencode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\StateSearchW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_ILBC_E=\
+ "..\..\ilbc\anaFilter.h"\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\FrameClassify.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpInput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iCBSearch.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCencode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\StateSearchW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_ILBC_E=\
+ "..\..\ilbc\anaFilter.h"\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\FrameClassify.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpInput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iCBSearch.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCencode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\StateSearchW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_ILBC_E=\
+ "..\..\ilbc\anaFilter.h"\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\FrameClassify.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpInput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iCBSearch.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCencode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\StateSearchW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_ILBC_E=\
+ "..\..\ilbc\anaFilter.h"\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\FrameClassify.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpInput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iCBSearch.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCencode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\StateSearchW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_ILBC_E=\
+ "..\..\ilbc\anaFilter.h"\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\FrameClassify.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpInput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iCBSearch.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCencode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\StateSearchW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_ILBC_E=\
+ "..\..\ilbc\anaFilter.h"\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\FrameClassify.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpInput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iCBSearch.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCencode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\StateSearchW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_ILBC_E=\
+ "..\..\ilbc\anaFilter.h"\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\FrameClassify.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpInput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iCBSearch.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCencode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\StateSearchW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_ILBC_E=\
+ "..\..\ilbc\anaFilter.h"\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\FrameClassify.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpInput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iCBSearch.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCencode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\StateSearchW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_ILBC_E=\
+ "..\..\ilbc\anaFilter.h"\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\FrameClassify.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpInput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iCBSearch.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCencode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\StateSearchW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_ILBC_E=\
+ "..\..\ilbc\anaFilter.h"\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\FrameClassify.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpInput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iCBSearch.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCencode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\StateSearchW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release"
+
+DEP_CPP_ILBC_E=\
+ "..\..\ilbc\anaFilter.h"\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\FrameClassify.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpInput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iCBSearch.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCencode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\StateSearchW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_ILBC_E=\
+ "..\..\ilbc\anaFilter.h"\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\FrameClassify.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\hpInput.h"\
+ "..\..\ilbc\iCBConstruct.h"\
+ "..\..\ilbc\iCBSearch.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\LPCencode.h"\
+ "..\..\ilbc\packing.h"\
+ "..\..\ilbc\StateConstructW.h"\
+ "..\..\ilbc\StateSearchW.h"\
+ "..\..\ilbc\syntFilter.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\LPCdecode.c
+
+!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_LPCDE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_LPCDE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_LPCDE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_LPCDE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_LPCDE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_LPCDE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_LPCDE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_LPCDE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_LPCDE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_LPCDE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_LPCDE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_LPCDE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_LPCDE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_LPCDE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_LPCDE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_LPCDE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_LPCDE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_LPCDE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_LPCDE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_LPCDE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_LPCDE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_LPCDE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release"
+
+DEP_CPP_LPCDE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_LPCDE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\LPCencode.c
+
+!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_LPCEN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_LPCEN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_LPCEN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_LPCEN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_LPCEN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_LPCEN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_LPCEN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_LPCEN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_LPCEN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_LPCEN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_LPCEN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_LPCEN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_LPCEN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_LPCEN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_LPCEN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_LPCEN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_LPCEN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_LPCEN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_LPCEN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_LPCEN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_LPCEN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_LPCEN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release"
+
+DEP_CPP_LPCEN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_LPCEN=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+ "..\..\ilbc\lsf.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\lsf.c
+
+!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_LSF_C=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_LSF_C=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_LSF_C=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_LSF_C=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_LSF_C=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_LSF_C=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_LSF_C=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_LSF_C=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_LSF_C=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_LSF_C=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_LSF_C=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_LSF_C=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_LSF_C=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_LSF_C=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_LSF_C=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_LSF_C=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_LSF_C=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_LSF_C=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_LSF_C=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_LSF_C=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_LSF_C=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_LSF_C=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release"
+
+DEP_CPP_LSF_C=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_LSF_C=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\packing.c
+
+!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_PACKI=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_PACKI=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_PACKI=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_PACKI=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_PACKI=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_PACKI=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_PACKI=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_PACKI=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_PACKI=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_PACKI=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_PACKI=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_PACKI=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_PACKI=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_PACKI=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_PACKI=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_PACKI=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_PACKI=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_PACKI=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_PACKI=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_PACKI=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_PACKI=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_PACKI=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release"
+
+DEP_CPP_PACKI=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_PACKI=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\StateConstructW.c
+
+!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_STATE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_STATE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_STATE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_STATE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_STATE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_STATE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_STATE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_STATE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_STATE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_STATE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_STATE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_STATE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_STATE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_STATE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_STATE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_STATE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_STATE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_STATE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_STATE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_STATE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_STATE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_STATE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release"
+
+DEP_CPP_STATE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_STATE=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\StateSearchW.c
+
+!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_STATES=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_STATES=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_STATES=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_STATES=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_STATES=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_STATES=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_STATES=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_STATES=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_STATES=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_STATES=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_STATES=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_STATES=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_STATES=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_STATES=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_STATES=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_STATES=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_STATES=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_STATES=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_STATES=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_STATES=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_STATES=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_STATES=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release"
+
+DEP_CPP_STATES=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_STATES=\
+ "..\..\ilbc\constants.h"\
+ "..\..\ilbc\helpfun.h"\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\syntFilter.c
+
+!IF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Release"
+
+DEP_CPP_SYNTF=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII_FP) Debug"
+
+DEP_CPP_SYNTF=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Release"
+
+DEP_CPP_SYNTF=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSII) Debug"
+
+DEP_CPP_SYNTF=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Release"
+
+DEP_CPP_SYNTF=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SYNTF=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Release"
+
+DEP_CPP_SYNTF=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SYNTF=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Release"
+
+DEP_CPP_SYNTF=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV) Debug"
+
+DEP_CPP_SYNTF=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Release"
+
+DEP_CPP_SYNTF=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE emulator) Debug"
+
+DEP_CPP_SYNTF=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Release"
+
+DEP_CPP_SYNTF=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4I) Debug"
+
+DEP_CPP_SYNTF=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Release"
+
+DEP_CPP_SYNTF=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPSIV_FP) Debug"
+
+DEP_CPP_SYNTF=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Release"
+
+DEP_CPP_SYNTF=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4) Debug"
+
+DEP_CPP_SYNTF=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Release"
+
+DEP_CPP_SYNTF=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE MIPS16) Debug"
+
+DEP_CPP_SYNTF=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Release"
+
+DEP_CPP_SYNTF=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE ARMV4T) Debug"
+
+DEP_CPP_SYNTF=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Release"
+
+DEP_CPP_SYNTF=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 (WCE x86) Debug"
+
+DEP_CPP_SYNTF=\
+ "..\..\ilbc\iLBC_define.h"\
+
+
+!ENDIF
+
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=..\..\ilbc\anaFilter.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\constants.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\createCB.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\doCPLC.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\enhancer.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\filter.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\FrameClassify.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\gainquant.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\getCBvec.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\helpfun.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\hpInput.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\hpOutput.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\iCBConstruct.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\iCBSearch.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\iLBC_decode.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\iLBC_define.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\iLBC_encode.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\LPCdecode.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\LPCencode.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\lsf.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\packing.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\StateConstructW.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\StateSearchW.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\syntFilter.h
+# End Source File
+# End Group
+# End Target
+# End Project
diff --git a/third_party/build/ilbc/libilbccodec.vcproj b/third_party/build/ilbc/libilbccodec.vcproj
new file mode 100644
index 0000000..bacc7ec
--- /dev/null
+++ b/third_party/build/ilbc/libilbccodec.vcproj
@@ -0,0 +1,4272 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="libilbccodec"
+ ProjectGUID="{B5FE16F8-3EDB-4110-BD80-B4238CC01E8D}"
+ RootNamespace="libilbccodec"
+ >
+ <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"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="2"
+
+ ConfigurationType="4"
+ UseOfMFC="0"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ PrecompiledHeaderFile=""
+ />
+ <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)"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="1"
+
+ ConfigurationType="4"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=""
+ PrecompiledHeaderFile=""
+ />
+ <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)"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="1"
+
+ ConfigurationType="4"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=""
+ PrecompiledHeaderFile=""
+ />
+ <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|Win32"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="2"
+
+ ConfigurationType="4"
+ UseOfMFC="0"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ PrecompiledHeaderFile=""
+ />
+ <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)"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="1"
+
+ ConfigurationType="4"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=""
+ PrecompiledHeaderFile=""
+ />
+ <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)"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="1"
+
+ ConfigurationType="4"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=""
+ PrecompiledHeaderFile=""
+ />
+ <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|Win32"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="2"
+
+ ConfigurationType="4"
+ UseOfMFC="0"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ PrecompiledHeaderFile=""
+ />
+ <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)"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="1"
+
+ ConfigurationType="4"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=""
+ PrecompiledHeaderFile=""
+ />
+ <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)"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="1"
+
+ ConfigurationType="4"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=""
+ PrecompiledHeaderFile=""
+ />
+ <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|Win32"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="2"
+
+ ConfigurationType="4"
+ UseOfMFC="0"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ PrecompiledHeaderFile=""
+ />
+ <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)"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="1"
+
+ ConfigurationType="4"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=""
+ PrecompiledHeaderFile=""
+ />
+ <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)"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="1"
+
+ ConfigurationType="4"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=""
+ PrecompiledHeaderFile=""
+ />
+ <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|Win32"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="2"
+
+ ConfigurationType="4"
+ UseOfMFC="0"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ PrecompiledHeaderFile=""
+ />
+ <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)"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="1"
+
+ ConfigurationType="4"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=""
+ PrecompiledHeaderFile=""
+ />
+ <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)"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="1"
+
+ ConfigurationType="4"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=""
+ PrecompiledHeaderFile=""
+ />
+ <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|Win32"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="2"
+
+ ConfigurationType="4"
+ UseOfMFC="0"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ PrecompiledHeaderFile=""
+ />
+ <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)"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="1"
+
+ ConfigurationType="4"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=""
+ PrecompiledHeaderFile=""
+ />
+ <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)"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="1"
+
+ ConfigurationType="4"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=""
+ PrecompiledHeaderFile=""
+ />
+ <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)"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="1"
+
+ ConfigurationType="4"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=""
+ PrecompiledHeaderFile=""
+ />
+ <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|Pocket PC 2003 (ARMV4)"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="1"
+
+ ConfigurationType="4"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=""
+ PrecompiledHeaderFile=""
+ />
+ <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|Pocket PC 2003 (ARMV4)"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="1"
+
+ ConfigurationType="4"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=""
+ PrecompiledHeaderFile=""
+ />
+ <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|Pocket PC 2003 (ARMV4)"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="1"
+
+ ConfigurationType="4"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=""
+ PrecompiledHeaderFile=""
+ />
+ <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|Pocket PC 2003 (ARMV4)"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="1"
+
+ ConfigurationType="4"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=""
+ PrecompiledHeaderFile=""
+ />
+ <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|Pocket PC 2003 (ARMV4)"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="1"
+
+ ConfigurationType="4"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=""
+ PrecompiledHeaderFile=""
+ />
+ <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)"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="1"
+
+ ConfigurationType="4"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=""
+ PrecompiledHeaderFile=""
+ />
+ <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|Smartphone 2003 (ARMV4)"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="1"
+
+ ConfigurationType="4"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=""
+ PrecompiledHeaderFile=""
+ />
+ <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|Smartphone 2003 (ARMV4)"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="1"
+
+ ConfigurationType="4"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=""
+ PrecompiledHeaderFile=""
+ />
+ <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|Smartphone 2003 (ARMV4)"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="1"
+
+ ConfigurationType="4"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=""
+ PrecompiledHeaderFile=""
+ />
+ <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|Smartphone 2003 (ARMV4)"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="1"
+
+ ConfigurationType="4"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=""
+ PrecompiledHeaderFile=""
+ />
+ <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|Smartphone 2003 (ARMV4)"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="1"
+
+ ConfigurationType="4"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=""
+ PrecompiledHeaderFile=""
+ />
+ <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)"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="1"
+
+ ConfigurationType="4"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=""
+ PrecompiledHeaderFile=""
+ />
+ <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 Pocket PC SDK (ARMV4I)"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="1"
+
+ ConfigurationType="4"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=""
+ PrecompiledHeaderFile=""
+ />
+ <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 Pocket PC SDK (ARMV4I)"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="1"
+
+ ConfigurationType="4"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=""
+ PrecompiledHeaderFile=""
+ />
+ <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 Pocket PC SDK (ARMV4I)"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="1"
+
+ ConfigurationType="4"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=""
+ PrecompiledHeaderFile=""
+ />
+ <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 Pocket PC SDK (ARMV4I)"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="1"
+
+ ConfigurationType="4"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=""
+ PrecompiledHeaderFile=""
+ />
+ <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 Pocket PC SDK (ARMV4I)"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="1"
+
+ ConfigurationType="4"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=""
+ PrecompiledHeaderFile=""
+ />
+ <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)"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="1"
+
+ ConfigurationType="4"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=""
+ PrecompiledHeaderFile=""
+ />
+ <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|Windows Mobile 5.0 Smartphone SDK (ARMV4I)"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="1"
+
+ ConfigurationType="4"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=""
+ PrecompiledHeaderFile=""
+ />
+ <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|Windows Mobile 5.0 Smartphone SDK (ARMV4I)"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="1"
+
+ ConfigurationType="4"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=""
+ PrecompiledHeaderFile=""
+ />
+ <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|Windows Mobile 5.0 Smartphone SDK (ARMV4I)"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="1"
+
+ ConfigurationType="4"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=""
+ PrecompiledHeaderFile=""
+ />
+ <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|Windows Mobile 5.0 Smartphone SDK (ARMV4I)"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="1"
+
+ ConfigurationType="4"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=""
+ PrecompiledHeaderFile=""
+ />
+ <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|Windows Mobile 5.0 Smartphone SDK (ARMV4I)"
+ InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops"
+
+ ATLMinimizesCRunTimeLibraryUsage="false"
+
+ CharacterSet="1"
+
+ ConfigurationType="4"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_LIB;"
+
+ ExecutionBucket="7"
+ AdditionalIncludeDirectories=""
+ PrecompiledHeaderFile=""
+ />
+ <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="..\..\ilbc\anaFilter.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\ilbc\constants.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\ilbc\createCB.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\ilbc\doCPLC.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\ilbc\enhancer.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\ilbc\filter.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\ilbc\FrameClassify.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\ilbc\gainquant.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\ilbc\getCBvec.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\ilbc\helpfun.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\ilbc\hpInput.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\ilbc\hpOutput.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\ilbc\iCBConstruct.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\ilbc\iCBSearch.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\ilbc\iLBC_decode.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\ilbc\iLBC_encode.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\ilbc\LPCdecode.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\ilbc\LPCencode.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\ilbc\lsf.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\ilbc\packing.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\ilbc\StateConstructW.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\ilbc\StateSearchW.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\ilbc\syntFilter.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug-Dynamic|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release-Static|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl"
+ >
+ <File
+ RelativePath="..\..\ilbc\anaFilter.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\ilbc\constants.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\ilbc\createCB.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\ilbc\doCPLC.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\ilbc\enhancer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\ilbc\filter.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\ilbc\FrameClassify.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\ilbc\gainquant.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\ilbc\getCBvec.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\ilbc\helpfun.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\ilbc\hpInput.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\ilbc\hpOutput.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\ilbc\iCBConstruct.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\ilbc\iCBSearch.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\ilbc\iLBC_decode.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\ilbc\iLBC_define.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\ilbc\iLBC_encode.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\ilbc\LPCdecode.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\ilbc\LPCencode.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\ilbc\lsf.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\ilbc\packing.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\ilbc\StateConstructW.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\ilbc\StateSearchW.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\ilbc\syntFilter.h"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/third_party/build/ilbc/output/.keep b/third_party/build/ilbc/output/.keep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/third_party/build/ilbc/output/.keep