Update of /cvsroot/audacity/lib-src/twolame/winproj In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv26676/winproj
Added Files:
configwin.h libtwolame_dll.sln libtwolame_dll.vcproj
libtwolame_static.sln libtwolame_static.vcproj winutil.h
Log Message:
Add twolame MP2 import library to lib-src
--- NEW FILE: configwin.h ---
/* build/config.h.in. Generated from configure.ac by autoheader. */
#include "winutil.h"
/* Define if debugging is enabled. */
#ifdef _DEBUG
#define DEBUG 1
#else
#undef DEBUG
#endif
/* Define to 1 if you have the <assert.h> header file. */
#define HAVE_ASSERT_H 1
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
/* Define to 1 if you have the `m' library (-lm). */
#define HAVE_LIBM 1
/* Define to 1 if you have the `mx' library (-lmx). */
#undef HAVE_LIBMX
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1
/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* Name of package */
#define PACKAGE "libtwolame"
/* The size of a `float', as computed by sizeof. */
#define SIZEOF_FLOAT 4
/* The size of a `short', as computed by sizeof. */
#define SIZEOF_SHORT 2
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Version information for package */
#define PACKAGE_BUGREPORT "support"
#define PACKAGE_VERSION "unknown"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN
/* Define to `__inline__' or `__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
#undef inline
#define inline __inline
--- NEW FILE: libtwolame_dll.sln ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: winutil.h ---
#ifndef __TWOLAME_WINUTIL_H
#define __TWOLAME_WINUTIL_H
/*
* Don't define this as a function to avoid conflicts
* with other libraries which already define this.
*/
#define lrintf(x) ((int)((x)+0.5))
#endif
--- NEW FILE: libtwolame_dll.vcproj ---
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8,00"
Name="libtwolame_dll"
ProjectGUID="{DFB06356-061D-4EAD-82F5-4696149B6F01}"
Keyword="Win32Proj"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="lib"
IntermediateDirectory="temp\dll\Debug"
ConfigurationType="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBTWOLAME_DLL_EXPORTS;"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)\twolameD.dll"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="2"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="lib"
IntermediateDirectory="temp\dll\Release"
ConfigurationType="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBTWOLAME_DLL_EXPORTS;"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)\twolame.dll"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
RelativePath="..\libtwolame\ath.h"
>
</File>
<File
RelativePath="..\libtwolame\availbits.h"
>
</File>
<File
RelativePath="..\libtwolame\bitbuffer.h"
>
</File>
<File
RelativePath="..\libtwolame\common.h"
>
</File>
<File
RelativePath=".\configwin.h"
>
</File>
<File
RelativePath="..\libtwolame\crc.h"
>
</File>
<File
RelativePath="..\libtwolame\dab.h"
>
</File>
<File
RelativePath="..\libtwolame\encode.h"
>
</File>
<File
RelativePath="..\libtwolame\energy.h"
>
</File>
<File
RelativePath="..\libtwolame\enwindow.h"
>
</File>
<File
RelativePath="..\libtwolame\fft.h"
>
</File>
<File
RelativePath="..\libtwolame\mem.h"
>
</File>
<File
RelativePath="..\libtwolame\psycho_0.h"
>
</File>
<File
RelativePath="..\libtwolame\psycho_1.h"
>
</File>
<File
RelativePath="..\libtwolame\psycho_1_critband.h"
>
</File>
<File
RelativePath="..\libtwolame\psycho_1_freqtable.h"
>
</File>
<File
RelativePath="..\libtwolame\psycho_2.h"
>
</File>
<File
RelativePath="..\libtwolame\psycho_2_absthr.h"
>
</File>
<File
RelativePath="..\libtwolame\psycho_3.h"
>
</File>
<File
RelativePath="..\libtwolame\psycho_4.h"
>
</File>
<File
RelativePath="..\libtwolame\psycho_n1.h"
>
</File>
<File
RelativePath="..\libtwolame\subband.h"
>
</File>
<File
RelativePath="..\libtwolame\twolame.h"
>
</File>
<File
RelativePath="..\libtwolame\util.h"
>
</File>
<File
RelativePath=".\winutil.h"
>
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
>
</Filter>
<Filter
Name="Source Files"
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath="..\libtwolame\ath.c"
>
</File>
<File
RelativePath="..\libtwolame\availbits.c"
>
</File>
<File
RelativePath="..\libtwolame\bitbuffer.c"
>
</File>
<File
RelativePath="..\libtwolame\crc.c"
>
</File>
<File
RelativePath="..\libtwolame\dab.c"
>
</File>
<File
RelativePath="..\libtwolame\encode.c"
>
</File>
<File
RelativePath="..\libtwolame\energy.c"
>
</File>
<File
RelativePath="..\libtwolame\fft.c"
>
</File>
<File
RelativePath="..\libtwolame\get_set.c"
>
</File>
<File
RelativePath="..\libtwolame\mem.c"
>
</File>
<File
RelativePath="..\libtwolame\psycho_0.c"
>
</File>
<File
RelativePath="..\libtwolame\psycho_1.c"
>
</File>
<File
RelativePath="..\libtwolame\psycho_2.c"
>
</File>
<File
RelativePath="..\libtwolame\psycho_3.c"
>
</File>
<File
RelativePath="..\libtwolame\psycho_4.c"
>
</File>
<File
RelativePath="..\libtwolame\psycho_n1.c"
>
</File>
<File
RelativePath="..\libtwolame\subband.c"
>
</File>
<File
RelativePath="..\libtwolame\twolame.c"
>
</File>
<File
RelativePath="..\libtwolame\util.c"
>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
--- NEW FILE: libtwolame_static.sln ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: libtwolame_static.vcproj ---
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8,00"
Name="libtwolame_static"
ProjectGUID="{8C69F7B6-684F-48D9-9057-8912CA3DAA8B}"
Keyword="Win32Proj"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="lib"
IntermediateDirectory="temp\static\Debug"
ConfigurationType="4"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;LIBTWOLAME_STATIC"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
OutputFile="$(OutDir)\twolame_staticD.lib"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="lib"
IntermediateDirectory="temp\static\Release"
ConfigurationType="4"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;LIBTWOLAME_STATIC"
RuntimeLibrary="0"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
OutputFile="$(OutDir)\twolame_static.lib"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
RelativePath="..\libtwolame\ath.h"
>
</File>
<File
RelativePath="..\libtwolame\availbits.h"
>
</File>
<File
RelativePath="..\libtwolame\bitbuffer.h"
>
</File>
<File
RelativePath="..\libtwolame\common.h"
>
</File>
<File
RelativePath=".\configwin.h"
>
</File>
<File
RelativePath="..\libtwolame\crc.h"
>
</File>
<File
RelativePath="..\libtwolame\dab.h"
>
</File>
<File
RelativePath="..\libtwolame\encode.h"
>
</File>
<File
RelativePath="..\libtwolame\energy.h"
>
</File>
<File
RelativePath="..\libtwolame\enwindow.h"
>
</File>
<File
RelativePath="..\libtwolame\fft.h"
>
</File>
<File
RelativePath="..\libtwolame\mem.h"
>
</File>
<File
RelativePath="..\libtwolame\psycho_0.h"
>
</File>
<File
RelativePath="..\libtwolame\psycho_1.h"
>
</File>
<File
RelativePath="..\libtwolame\psycho_1_critband.h"
>
</File>
<File
RelativePath="..\libtwolame\psycho_1_freqtable.h"
>
</File>
<File
RelativePath="..\libtwolame\psycho_2.h"
>
</File>
<File
RelativePath="..\libtwolame\psycho_2_absthr.h"
>
</File>
<File
RelativePath="..\libtwolame\psycho_3.h"
>
</File>
<File
RelativePath="..\libtwolame\psycho_4.h"
>
</File>
<File
RelativePath="..\libtwolame\psycho_n1.h"
>
</File>
<File
RelativePath="..\libtwolame\subband.h"
>
</File>
<File
RelativePath="..\libtwolame\twolame.h"
>
</File>
<File
RelativePath="..\libtwolame\util.h"
>
</File>
<File
RelativePath=".\winutil.h"
>
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
>
</Filter>
<Filter
Name="Source Files"
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath="..\libtwolame\ath.c"
>
</File>
<File
RelativePath="..\libtwolame\availbits.c"
>
</File>
<File
RelativePath="..\libtwolame\bitbuffer.c"
>
</File>
<File
RelativePath="..\libtwolame\crc.c"
>
</File>
<File
RelativePath="..\libtwolame\dab.c"
>
</File>
<File
RelativePath="..\libtwolame\encode.c"
>
</File>
<File
RelativePath="..\libtwolame\energy.c"
>
</File>
<File
RelativePath="..\libtwolame\fft.c"
>
</File>
<File
RelativePath="..\libtwolame\get_set.c"
>
</File>
<File
RelativePath="..\libtwolame\mem.c"
>
</File>
<File
RelativePath="..\libtwolame\psycho_0.c"
>
</File>
<File
RelativePath="..\libtwolame\psycho_1.c"
>
</File>
<File
RelativePath="..\libtwolame\psycho_2.c"
>
</File>
<File
RelativePath="..\libtwolame\psycho_3.c"
>
</File>
<File
RelativePath="..\libtwolame\psycho_4.c"
>
</File>
<File
RelativePath="..\libtwolame\psycho_n1.c"
>
</File>
<File
RelativePath="..\libtwolame\subband.c"
>
</File>
<File
RelativePath="..\libtwolame\twolame.c"
>
</File>
<File
RelativePath="..\libtwolame\util.c"
>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs
