[xiph-commits] r15037 - in trunk/oggdsf/src/lib/codecs/flac/libs/libflac: . src/libFLAC src/libFLAC++
cristianadam at svn.xiph.org
cristianadam at svn.xiph.org
Sat Jun 14 06:45:02 PDT 2008
Author: cristianadam
Date: 2008-06-14 06:45:01 -0700 (Sat, 14 Jun 2008)
New Revision: 15037
Removed:
trunk/oggdsf/src/lib/codecs/flac/libs/libflac/obj/
trunk/oggdsf/src/lib/codecs/flac/libs/libflac/src/libFLAC++/Debug_dynamic/
trunk/oggdsf/src/lib/codecs/flac/libs/libflac/src/libFLAC++/Release_dynamic/
trunk/oggdsf/src/lib/codecs/flac/libs/libflac/src/libFLAC++/libFLAC++_dynamic.vcproj.old
trunk/oggdsf/src/lib/codecs/flac/libs/libflac/src/libFLAC/libFLAC_dynamic.vcproj.old
Modified:
trunk/oggdsf/src/lib/codecs/flac/libs/libflac/src/libFLAC/libFLAC_dynamic.vcproj
Log:
Nasm 2.03 has only nasm.exe, no nasmw.exe. Updated the project file.
Modified: trunk/oggdsf/src/lib/codecs/flac/libs/libflac/src/libFLAC/libFLAC_dynamic.vcproj
===================================================================
--- trunk/oggdsf/src/lib/codecs/flac/libs/libflac/src/libFLAC/libFLAC_dynamic.vcproj 2008-06-14 13:23:22 UTC (rev 15036)
+++ trunk/oggdsf/src/lib/codecs/flac/libs/libflac/src/libFLAC/libFLAC_dynamic.vcproj 2008-06-14 13:45:01 UTC (rev 15037)
@@ -417,7 +417,7 @@
>
<Tool
Name="VCCustomBuildTool"
- CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/bitreader_asm.nasm -o ia32/bitreader_asm.obj
"
+ CommandLine="nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/bitreader_asm.nasm -o ia32/bitreader_asm.obj
"
AdditionalDependencies="ia32/bitreader_asm.nasm;ia32/nasm.h"
Outputs="ia32/bitreader_asm.obj"
/>
@@ -446,7 +446,7 @@
>
<Tool
Name="VCCustomBuildTool"
- CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj
"
+ CommandLine="nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj
"
AdditionalDependencies="ia32/cpu_asm.nasm;ia32/nasm.h"
Outputs="ia32/cpu_asm.obj"
/>
@@ -470,7 +470,7 @@
>
<Tool
Name="VCCustomBuildTool"
- CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj
"
+ CommandLine="nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj
"
AdditionalDependencies="ia32/fixed_asm.nasm;ia32/nasm.h"
Outputs="ia32/fixed_asm.obj"
/>
@@ -494,7 +494,7 @@
>
<Tool
Name="VCCustomBuildTool"
- CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj
"
+ CommandLine="nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj
"
AdditionalDependencies="ia32/lpc_asm.nasm;ia32/nasm.h"
Outputs="ia32/lpc_asm.obj"
/>
@@ -518,7 +518,7 @@
>
<Tool
Name="VCCustomBuildTool"
- CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/stream_encoder_asm.nasm -o ia32/stream_encoder_asm.obj
"
+ CommandLine="nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/stream_encoder_asm.nasm -o ia32/stream_encoder_asm.obj
"
AdditionalDependencies="ia32/stream_encoder_asm.nasm;ia32/nasm.h"
Outputs="ia32/stream_encoder_asm.obj"
/>
Deleted: trunk/oggdsf/src/lib/codecs/flac/libs/libflac/src/libFLAC/libFLAC_dynamic.vcproj.old
===================================================================
--- trunk/oggdsf/src/lib/codecs/flac/libs/libflac/src/libFLAC/libFLAC_dynamic.vcproj.old 2008-06-14 13:23:22 UTC (rev 15036)
+++ trunk/oggdsf/src/lib/codecs/flac/libs/libflac/src/libFLAC/libFLAC_dynamic.vcproj.old 2008-06-14 13:45:01 UTC (rev 15037)
@@ -1,398 +0,0 @@
-<?xml version="1.0" encoding = "Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.00"
- Name="libFLAC_dynamic"
- ProjectGUID="{A0004AEB-B47C-4A0A-8FE7-4F65B5FD48FA}"
- SccProjectName="libFLAC"
- SccLocalPath="..\..">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\..\..\obj\release\lib"
- IntermediateDirectory=".\Release_dynamic"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- WholeProgramOptimization="TRUE">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- GlobalOptimizations="TRUE"
- InlineFunctionExpansion="2"
- EnableIntrinsicFunctions="TRUE"
- FavorSizeOrSpeed="1"
- OptimizeForProcessor="2"
- AdditionalIncludeDirectories=".\include,..\..\include"
- PreprocessorDefinitions="NDEBUG;FLAC_API_EXPORTS;VERSION=\"1.1.0\";FLAC__CPU_IA32;FLAC__HAS_NASM;FLAC__USE_3DNOW;_WINDOWS;WIN32;_USRDLL"
- StringPooling="TRUE"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="TRUE"
- RuntimeTypeInfo="TRUE"
- PrecompiledHeaderFile=".\Release_dynamic/libFLAC_dynamic.pch"
- AssemblerListingLocation=".\Release_dynamic/"
- ObjectFile=".\Release_dynamic/"
- ProgramDataBaseFileName=".\Release_dynamic/"
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- CallingConvention="0"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/MACHINE:I386"
- AdditionalDependencies="odbc32.lib odbccp32.lib"
- OutputFile="..\..\obj\release\bin/libFLAC.dll"
- LinkIncremental="1"
- SuppressStartupBanner="TRUE"
- ProgramDatabaseFile=".\..\..\obj\release\lib/libFLAC.pdb"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="1"
- ImportLibrary=".\..\..\obj\release\lib/libFLAC.lib"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\..\..\obj\release\lib/libFLAC_dynamic.tlb"/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG,_USRDLL"
- Culture="1033"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\..\..\obj\debug\lib"
- IntermediateDirectory=".\Debug_dynamic"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=".\include,..\..\include"
- PreprocessorDefinitions="_DEBUG;FLAC_API_EXPORTS;VERSION=\"1.1.0\";FLAC__CPU_IA32;FLAC__HAS_NASM;FLAC__USE_3DNOW;_WINDOWS;WIN32;_USRDLL"
- RuntimeLibrary="3"
- RuntimeTypeInfo="TRUE"
- PrecompiledHeaderFile=".\Debug_dynamic/libFLAC_dynamic.pch"
- AssemblerListingLocation=".\Debug_dynamic/"
- ObjectFile=".\Debug_dynamic/"
- ProgramDataBaseFileName=".\Debug_dynamic/"
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
- CallingConvention="0"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"
- Description="Performing Custom Build Ste"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/MACHINE:I386"
- AdditionalDependencies="odbc32.lib odbccp32.lib"
- OutputFile="..\..\obj\debug\bin/libFLAC.dll"
- LinkIncremental="2"
- SuppressStartupBanner="TRUE"
- GenerateDebugInformation="TRUE"
- ProgramDatabaseFile=".\..\..\obj\debug\lib/libFLAC.pdb"
- SubSystem="2"
- ImportLibrary=".\..\..\obj\debug\lib/libFLAC.lib"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\..\..\obj\debug\lib/libFLAC_dynamic.tlb"/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG,_USRDLL"
- Culture="1033"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- </Configuration>
- </Configurations>
- <Files>
- <Filter
- Name="Source Files"
- Filter="c">
- <File
- RelativePath=".\bitbuffer.c">
- </File>
- <File
- RelativePath=".\bitmath.c">
- </File>
- <File
- RelativePath=".\cpu.c">
- </File>
- <File
- RelativePath=".\crc.c">
- </File>
- <File
- RelativePath=".\file_decoder.c">
- </File>
- <File
- RelativePath=".\file_encoder.c">
- </File>
- <File
- RelativePath=".\fixed.c">
- </File>
- <File
- RelativePath=".\format.c">
- </File>
- <File
- RelativePath=".\lpc.c">
- </File>
- <File
- RelativePath=".\md5.c">
- </File>
- <File
- RelativePath=".\memory.c">
- </File>
- <File
- RelativePath=".\metadata_iterators.c">
- </File>
- <File
- RelativePath=".\metadata_object.c">
- </File>
- <File
- RelativePath=".\seekable_stream_decoder.c">
- </File>
- <File
- RelativePath=".\seekable_stream_encoder.c">
- </File>
- <File
- RelativePath=".\stream_decoder.c">
- </File>
- <File
- RelativePath=".\stream_encoder.c">
- </File>
- <File
- RelativePath=".\stream_encoder_framing.c">
- </File>
- <Filter
- Name="Assembly Files (ia32)"
- Filter="">
- <File
- RelativePath=".\ia32\cpu_asm.nasm">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="c:\NASM\nasmw -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj
-"
- AdditionalDependencies="ia32/cpu_asm.nasm;"
- Outputs="ia32/cpu_asm.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="c:\NASM\nasmw -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj
-"
- AdditionalDependencies="ia32/cpu_asm.nasm;"
- Outputs="ia32/cpu_asm.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\ia32\fixed_asm.nasm">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="c:\NASM\nasmw -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj
-"
- AdditionalDependencies="ia32/fixed_asm.nasm;"
- Outputs="ia32/fixed_asm.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="c:\NASM\nasmw -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj
-"
- AdditionalDependencies="ia32/fixed_asm.nasm;"
- Outputs="ia32/fixed_asm.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\ia32\lpc_asm.nasm">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="c:\NASM\nasmw -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj
-"
- AdditionalDependencies="ia32/lpc_asm.nasm;"
- Outputs="ia32/lpc_asm.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="c:\NASM\nasmw -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj
-"
- AdditionalDependencies="ia32/lpc_asm.nasm;"
- Outputs="ia32/lpc_asm.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\ia32\nasm.h">
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Private Header Files"
- Filter="">
- <File
- RelativePath=".\include\private\all.h">
- </File>
- <File
- RelativePath=".\include\private\bitbuffer.h">
- </File>
- <File
- RelativePath=".\include\private\bitmath.h">
- </File>
- <File
- RelativePath=".\include\private\cpu.h">
- </File>
- <File
- RelativePath=".\include\private\crc.h">
- </File>
- <File
- RelativePath=".\include\private\fixed.h">
- </File>
- <File
- RelativePath=".\include\private\format.h">
- </File>
- <File
- RelativePath=".\include\private\lpc.h">
- </File>
- <File
- RelativePath=".\include\private\md5.h">
- </File>
- <File
- RelativePath=".\include\private\memory.h">
- </File>
- <File
- RelativePath=".\include\private\metadata.h">
- </File>
- <File
- RelativePath=".\include\private\stream_encoder_framing.h">
- </File>
- </Filter>
- <Filter
- Name="Protected Header Files"
- Filter="">
- <File
- RelativePath=".\include\protected\all.h">
- </File>
- <File
- RelativePath=".\include\protected\file_decoder.h">
- </File>
- <File
- RelativePath=".\include\protected\file_encoder.h">
- </File>
- <File
- RelativePath=".\include\protected\seekable_stream_decoder.h">
- </File>
- <File
- RelativePath=".\include\protected\seekable_stream_encoder.h">
- </File>
- <File
- RelativePath=".\include\protected\stream_decoder.h">
- </File>
- <File
- RelativePath=".\include\protected\stream_encoder.h">
- </File>
- </Filter>
- <Filter
- Name="Public Header Files"
- Filter="">
- <File
- RelativePath="..\..\include\FLAC\all.h">
- </File>
- <File
- RelativePath="..\..\include\FLAC\assert.h">
- </File>
- <File
- RelativePath="..\..\include\FLAC\export.h">
- </File>
- <File
- RelativePath="..\..\include\FLAC\file_decoder.h">
- </File>
- <File
- RelativePath="..\..\include\FLAC\file_encoder.h">
- </File>
- <File
- RelativePath="..\..\include\FLAC\format.h">
- </File>
- <File
- RelativePath="..\..\include\FLAC\metadata.h">
- </File>
- <File
- RelativePath="..\..\include\FLAC\ordinals.h.in">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="echo on
-"
- AdditionalDependencies="..\..\include\FLAC\ordinals.h.in;"
- Outputs="$(InputDir)ordinals.h"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="echo on
-"
- AdditionalDependencies="..\..\include\FLAC\ordinals.h.in;"
- Outputs="$(InputDir)ordinals.h"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\include\FLAC\seekable_stream_decoder.h">
- </File>
- <File
- RelativePath="..\..\include\FLAC\seekable_stream_encoder.h">
- </File>
- <File
- RelativePath="..\..\include\FLAC\stream_decoder.h">
- </File>
- <File
- RelativePath="..\..\include\FLAC\stream_encoder.h">
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
Deleted: trunk/oggdsf/src/lib/codecs/flac/libs/libflac/src/libFLAC++/libFLAC++_dynamic.vcproj.old
===================================================================
--- trunk/oggdsf/src/lib/codecs/flac/libs/libflac/src/libFLAC++/libFLAC++_dynamic.vcproj.old 2008-06-14 13:23:22 UTC (rev 15036)
+++ trunk/oggdsf/src/lib/codecs/flac/libs/libflac/src/libFLAC++/libFLAC++_dynamic.vcproj.old 2008-06-14 13:45:01 UTC (rev 15037)
@@ -1,196 +0,0 @@
-<?xml version="1.0" encoding = "Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.00"
- Name="libFLAC++_dynamic"
- ProjectGUID="{6B548F29-04A2-4F61-946F-72B86B4845DA}"
- SccProjectName="libFLAC++"
- SccLocalPath="..\..">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\..\..\obj\release\lib"
- IntermediateDirectory=".\Release_dynamic"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- WholeProgramOptimization="TRUE">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- GlobalOptimizations="TRUE"
- InlineFunctionExpansion="2"
- EnableIntrinsicFunctions="TRUE"
- FavorSizeOrSpeed="1"
- OptimizeForProcessor="2"
- AdditionalIncludeDirectories=".\include,..\..\include"
- PreprocessorDefinitions="NDEBUG;FLACPP_API_EXPORTS;_WINDOWS;WIN32;_USRDLL"
- StringPooling="TRUE"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="TRUE"
- RuntimeTypeInfo="TRUE"
- PrecompiledHeaderFile=".\Release_dynamic/libFLAC++_dynamic.pch"
- AssemblerListingLocation=".\Release_dynamic/"
- ObjectFile=".\Release_dynamic/"
- ProgramDataBaseFileName=".\Release_dynamic/"
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- CallingConvention="0"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/MACHINE:I386"
- OutputFile="..\..\obj\release\bin/libFLAC++.dll"
- LinkIncremental="1"
- SuppressStartupBanner="TRUE"
- ProgramDatabaseFile=".\..\..\obj\release\lib/libFLAC++.pdb"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="1"
- ImportLibrary=".\..\..\obj\release\lib/libFLAC++.lib"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\..\..\obj\release\lib/libFLAC++_dynamic.tlb"/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG,_USRDLL"
- Culture="1033"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\..\..\obj\debug\lib"
- IntermediateDirectory=".\Debug_dynamic"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=".\include,..\..\include"
- PreprocessorDefinitions="_DEBUG;FLACPP_API_EXPORTS;_WINDOWS;WIN32;_USRDLL"
- RuntimeLibrary="3"
- RuntimeTypeInfo="TRUE"
- PrecompiledHeaderFile=".\Debug_dynamic/libFLAC++_dynamic.pch"
- AssemblerListingLocation=".\Debug_dynamic/"
- ObjectFile=".\Debug_dynamic/"
- ProgramDataBaseFileName=".\Debug_dynamic/"
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
- CallingConvention="0"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/MACHINE:I386"
- OutputFile="..\..\obj\debug\bin/libFLAC++.dll"
- LinkIncremental="2"
- SuppressStartupBanner="TRUE"
- GenerateDebugInformation="TRUE"
- ProgramDatabaseFile=".\..\..\obj\debug\lib/libFLAC++.pdb"
- SubSystem="2"
- ImportLibrary=".\..\..\obj\debug\lib/libFLAC++.lib"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\..\..\obj\debug\lib/libFLAC++_dynamic.tlb"/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG,_USRDLL"
- Culture="1033"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- </Configuration>
- </Configurations>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp">
- <File
- RelativePath=".\file_decoder.cpp">
- </File>
- <File
- RelativePath=".\file_encoder.cpp">
- </File>
- <File
- RelativePath=".\metadata.cpp">
- </File>
- <File
- RelativePath=".\seekable_stream_decoder.cpp">
- </File>
- <File
- RelativePath=".\seekable_stream_encoder.cpp">
- </File>
- <File
- RelativePath=".\stream_decoder.cpp">
- </File>
- <File
- RelativePath=".\stream_encoder.cpp">
- </File>
- </Filter>
- <Filter
- Name="Public Header Files"
- Filter="">
- <File
- RelativePath="..\..\include\FLAC++\all.h">
- </File>
- <File
- RelativePath="..\..\include\FLAC++\decoder.h">
- </File>
- <File
- RelativePath="..\..\include\FLAC++\encoder.h">
- </File>
- <File
- RelativePath="..\..\include\FLAC++\export.h">
- </File>
- <File
- RelativePath="..\..\include\FLAC++\metadata.h">
- </File>
- </Filter>
- <Filter
- Name="Private Header Files"
- Filter="">
- </Filter>
- <Filter
- Name="Protected Header Files"
- Filter="">
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
More information about the commits
mailing list