From e615208c0f458b5e8c18e101536592233ebcc51c Mon Sep 17 00:00:00 2001 From: pescuma Date: Fri, 11 Dec 2009 05:01:07 +0000 Subject: iax: initial commit git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@178 c086bb3d-8645-0410-b8da-73a8550f86e7 --- Protocols/IAX/iax.dsp | 247 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 247 insertions(+) create mode 100644 Protocols/IAX/iax.dsp (limited to 'Protocols/IAX/iax.dsp') diff --git a/Protocols/IAX/iax.dsp b/Protocols/IAX/iax.dsp new file mode 100644 index 0000000..64d1d3f --- /dev/null +++ b/Protocols/IAX/iax.dsp @@ -0,0 +1,247 @@ +# Microsoft Developer Studio Project File - Name="iax" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=iax - Win32 Release +!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 "iax.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 "iax.mak" CFG="iax - Win32 Release" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "iax - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "iax - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "iax - Win32 Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "iax - Win32 Unicode Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "iax - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MD /W3 /GX /O1 /YX /FD /c +# SUBTRACT BASE CPP /Fr +# ADD CPP /nologo /G4 /MT /W3 /GX /O2 /Ob0 /I "../../include" /I "sdk" /I "lib/iaxclient" /D "WIN32" /D "W32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /Fr /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x417 /d "NDEBUG" +# ADD RSC /l 0x417 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 user32.lib shell32.lib wininet.lib gdi32.lib /nologo /base:"0x67100000" /dll /machine:I386 /filealign:0x200 +# SUBTRACT BASE LINK32 /pdb:none /map +# ADD LINK32 libgsm.lib libiax2.lib libiaxclient.lib libogg.lib libportaudio.lib libportmixer.lib libspeex.lib ws2_32.lib kernel32.lib user32.lib /nologo /base:"0x3EC20000" /dll /map /debug /debugtype:both /machine:I386 /out:"..\..\bin\release\Plugins\iax.dll" /pdbtype:sept /libpath:"lib/iaxclient/Release" /filealign:0x200 /ALIGN:4096 /ignore:4108 +# SUBTRACT LINK32 /profile /pdb:none + +!ELSEIF "$(CFG)" == "iax - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /G4 /MT /W3 /GX /O2 /Ob0 /I "../../include" /FR /YX /FD /c +# ADD CPP /nologo /G4 /MDd /W3 /GX /ZI /Od /I "../../include" /I "sdk" /I "lib/iaxclient" /D "WIN32" /D "W32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /FR /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x417 /d "NDEBUG" +# ADD RSC /l 0x417 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..bin\release\Plugins\iax.dll" /filealign:0x200 /ALIGN:4096 /ignore:4108 +# SUBTRACT BASE LINK32 /profile /pdb:none +# ADD LINK32 libgsm.lib libiax2.lib libiaxclient.lib libogg.lib libportaudio.lib libportmixer.lib libspeex.lib ws2_32.lib kernel32.lib user32.lib /nologo /base:"0x3EC20000" /dll /incremental:yes /debug /machine:I386 /out:"..\..\bin\debug\Plugins\iax.dll" /libpath:"lib/iaxclient/Debug" /filealign:0x200 /ALIGN:4096 /ignore:4108 +# SUBTRACT LINK32 /profile /pdb:none + +!ELSEIF "$(CFG)" == "iax - Win32 Unicode Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "iax___Win32_Unicode_Debug" +# PROP BASE Intermediate_Dir "iax___Win32_Unicode_Debug" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Unicode_Debug" +# PROP Intermediate_Dir "Unicode_Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /G4 /MTd /W3 /GX /ZI /Od /I "../../include" /FR /YX /FD /c +# ADD CPP /nologo /G4 /MDd /W3 /GX /ZI /Od /I "lib/iaxclient" /I "../../include" /I "sdk" /D "WIN32" /D "W32" /D "_DEBUG" /D "_WINDOWS" /D "_UNICODE" /D "UNICODE" /D "_USRDLL" /FR /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x417 /d "NDEBUG" +# ADD RSC /l 0x417 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x32100000" /dll /incremental:yes /debug /machine:I386 /out:"..\..\bin\debug\Plugins\iax.dll" /filealign:0x200 /ALIGN:4096 /ignore:4108 +# SUBTRACT BASE LINK32 /profile /pdb:none +# ADD LINK32 libgsm.lib libiax2.lib libiaxclient.lib libogg.lib libportaudio.lib libportmixer.lib libspeex.lib ws2_32.lib kernel32.lib user32.lib /nologo /base:"0x3EC20000" /dll /incremental:yes /debug /machine:I386 /out:"..\..\bin\debug unicode\Plugins\iaxW.dll" /libpath:"lib/iaxclient/Debug" /filealign:0x200 /ALIGN:4096 /ignore:4108 +# SUBTRACT LINK32 /profile /pdb:none + +!ELSEIF "$(CFG)" == "iax - Win32 Unicode Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "iax___Win32_Unicode_Release" +# PROP BASE Intermediate_Dir "iax___Win32_Unicode_Release" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Unicode_Release" +# PROP Intermediate_Dir "Unicode_Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /G4 /MT /W3 /GX /O2 /Ob0 /I "../../include" /Fr /YX /FD /c +# ADD CPP /nologo /G4 /MT /W3 /GX /O2 /Ob0 /I "../../include" /I "sdk" /I "lib/iaxclient" /D "WIN32" /D "W32" /D "NDEBUG" /D "_WINDOWS" /D "_UNICODE" /D "UNICODE" /D "_USRDLL" /Fr /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x417 /d "NDEBUG" +# ADD RSC /l 0x417 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x32100000" /dll /map /machine:I386 /out:"..\..\bin\release\Plugins\iax.dll" /filealign:0x200 /ALIGN:4096 /ignore:4108 +# SUBTRACT BASE LINK32 /profile /pdb:none +# ADD LINK32 libgsm.lib libiax2.lib libiaxclient.lib libogg.lib libportaudio.lib libportmixer.lib libspeex.lib ws2_32.lib kernel32.lib user32.lib /nologo /base:"0x3EC20000" /dll /map /debug /debugtype:both /machine:I386 /out:"..\..\bin\release unicode\Plugins\iaxW.dll" /pdbtype:sept /libpath:"lib/iaxclient/Release" /filealign:0x200 /ALIGN:4096 /ignore:4108 +# SUBTRACT LINK32 /profile /pdb:none + +!ENDIF + +# Begin Target + +# Name "iax - Win32 Release" +# Name "iax - Win32 Debug" +# Name "iax - Win32 Unicode Debug" +# Name "iax - Win32 Unicode Release" +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\commons.h +# End Source File +# Begin Source File + +SOURCE=.\m_iax.h +# End Source File +# Begin Source File + +SOURCE=..\..\plugins\utils\mir_icons.h +# End Source File +# Begin Source File + +SOURCE=..\..\plugins\utils\mir_log.h +# End Source File +# Begin Source File + +SOURCE=..\..\plugins\utils\mir_memory.h +# End Source File +# Begin Source File + +SOURCE=..\..\plugins\utils\mir_options.h +# End Source File +# Begin Source File + +SOURCE=.\options.h +# End Source File +# Begin Source File + +SOURCE=.\resource.h +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# Begin Source File + +SOURCE=.\resource.rc +# End Source File +# End Group +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\iax.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\plugins\utils\mir_icons.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\plugins\utils\mir_log.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\plugins\utils\mir_options.cpp +# End Source File +# Begin Source File + +SOURCE=.\options.cpp +# End Source File +# End Group +# Begin Group "Docs" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=.\Docs\iax_changelog.txt +# End Source File +# Begin Source File + +SOURCE=.\Docs\iax_readme.txt +# End Source File +# Begin Source File + +SOURCE=.\Docs\iax_version.txt +# End Source File +# Begin Source File + +SOURCE=.\Docs\langpack_iax.txt +# End Source File +# End Group +# End Target +# End Project -- cgit v1.2.3