summaryrefslogtreecommitdiff
path: root/third_party/build
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-04-07 12:47:34 +0000
committerBenny Prijono <bennylp@teluu.com>2007-04-07 12:47:34 +0000
commit81d1b2797aa3945c529d57f9ddf6179ec2b392a4 (patch)
tree2ae3b710e8152fb1140653473fbc338a6638178e /third_party/build
parent3ade1510e72926d02d7c7d4416257449bc0cd3f3 (diff)
Moved ilbc to third_party directory
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/split-3rd-party@1169 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'third_party/build')
-rw-r--r--third_party/build/gsm/libgsmcodec.dsp4
-rw-r--r--third_party/build/ilbc/libilbccodec.dsp286
-rw-r--r--third_party/build/portaudio/libportaudio.dsp4
3 files changed, 290 insertions, 4 deletions
diff --git a/third_party/build/gsm/libgsmcodec.dsp b/third_party/build/gsm/libgsmcodec.dsp
index 872cbf0e..f7ca6f06 100644
--- a/third_party/build/gsm/libgsmcodec.dsp
+++ b/third_party/build/gsm/libgsmcodec.dsp
@@ -42,7 +42,7 @@ RSC=rc.exe
# PROP Target_Dir ""
F90=df.exe
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
-# ADD CPP /nologo /W1 /GX /O2 /I "." /I "../../gsm/inc" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
+# ADD CPP /nologo /MT /GX /O2 /I "." /I "../../gsm/inc" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
BSC32=bscmake.exe
@@ -66,7 +66,7 @@ LIB32=link.exe -lib
# PROP Target_Dir ""
F90=df.exe
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
-# ADD CPP /nologo /W2 /Gm /GX /ZI /Od /I "." /I "../../gsm/inc" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
+# ADD CPP /nologo /MTd /W2 /Gm /GX /ZI /Od /I "." /I "../../gsm/inc" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
diff --git a/third_party/build/ilbc/libilbccodec.dsp b/third_party/build/ilbc/libilbccodec.dsp
new file mode 100644
index 00000000..8726aac6
--- /dev/null
+++ b/third_party/build/ilbc/libilbccodec.dsp
@@ -0,0 +1,286 @@
+# Microsoft Developer Studio Project File - Name="libilbccodec" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Static Library" 0x0104
+
+CFG=libilbccodec - Win32 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.mak".
+!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.mak" CFG="libilbccodec - Win32 Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "libilbccodec - Win32 Release" (based on "Win32 (x86) Static Library")
+!MESSAGE "libilbccodec - Win32 Debug" (based on "Win32 (x86) Static Library")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+CPP=cl.exe
+RSC=rc.exe
+
+!IF "$(CFG)" == "libilbccodec - Win32 Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "output\ilbc-i386-vc6-release"
+# PROP BASE Intermediate_Dir "output\ilbc-i386-vc6-release"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "output\ilbc-i386-vc6-release"
+# PROP Intermediate_Dir "output\ilbc-i386-vc6-release"
+# PROP Target_Dir ""
+F90=df.exe
+# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
+# ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# ADD RSC /l 0x409 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo /out:"..\..\lib\libilbccodec-i386-vc6-release.lib"
+
+!ELSEIF "$(CFG)" == "libilbccodec - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "output\ilbc-i386-vc6-debug"
+# PROP BASE Intermediate_Dir "output\ilbc-i386-vc6-debug"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "output\ilbc-i386-vc6-debug"
+# PROP Intermediate_Dir "output\ilbc-i386-vc6-debug"
+# PROP Target_Dir ""
+F90=df.exe
+# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
+# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo /out:"..\..\lib\libilbccodec-i386-vc6-debug.lib"
+
+!ENDIF
+
+# Begin Target
+
+# Name "libilbccodec - Win32 Release"
+# Name "libilbccodec - Win32 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
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\constants.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\createCB.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\doCPLC.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\enhancer.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\filter.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\FrameClassify.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\gainquant.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\getCBvec.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\helpfun.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\hpInput.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\hpOutput.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\iCBConstruct.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\iCBSearch.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\iLBC_decode.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\iLBC_encode.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\iLBC_test.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\LPCdecode.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\LPCencode.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\lsf.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\packing.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\StateConstructW.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\StateSearchW.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ilbc\syntFilter.c
+# 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/portaudio/libportaudio.dsp b/third_party/build/portaudio/libportaudio.dsp
index 642ca7d4..57a105e9 100644
--- a/third_party/build/portaudio/libportaudio.dsp
+++ b/third_party/build/portaudio/libportaudio.dsp
@@ -42,7 +42,7 @@ RSC=rc.exe
# PROP Target_Dir ""
F90=df.exe
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
-# ADD CPP /nologo /W3 /GX /O2 /I "..\..\portaudio\src\common" /I "..\..\portaudio\include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "PA_ENABLE_DEBUG_OUTPUT" /D "_CRT_SECURE_NO_DEPRECATE" /D "PA_NO_ASIO" /YX /FD /c
+# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\..\portaudio\src\common" /I "..\..\portaudio\include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "PA_ENABLE_DEBUG_OUTPUT" /D "_CRT_SECURE_NO_DEPRECATE" /D "PA_NO_ASIO" /YX /FD /c
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
BSC32=bscmake.exe
@@ -66,7 +66,7 @@ LIB32=link.exe -lib
# PROP Target_Dir ""
F90=df.exe
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
-# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\portaudio\src\common" /I "..\..\portaudio\include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "PA_ENABLE_DEBUG_OUTPUT" /D "_CRT_SECURE_NO_DEPRECATE" /D "PA_NO_ASIO" /YX /FD /GZ /c
+# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\..\portaudio\src\common" /I "..\..\portaudio\include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "PA_ENABLE_DEBUG_OUTPUT" /D "_CRT_SECURE_NO_DEPRECATE" /D "PA_NO_ASIO" /YX /FD /GZ /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe