1
0
mirror of https://github.com/RPCS3/soundtouch.git synced 2024-11-09 20:33:03 +01:00

updated SoundTouchDLL project file & version information

This commit is contained in:
oparviai 2010-12-12 19:13:39 +00:00
parent 8116c7bd42
commit 4403a657d4
2 changed files with 10 additions and 7 deletions

View File

@ -1,6 +1,6 @@
// Microsoft Visual C++ generated resource script.
//
// #include "resource.h"
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
@ -65,8 +65,8 @@ LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,5,0,0
PRODUCTVERSION 1,5,0,0
FILEVERSION 1,5,0,1
PRODUCTVERSION 1,5,0,1
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -81,13 +81,14 @@ BEGIN
BEGIN
BLOCK "000004b0"
BEGIN
VALUE "Comments", "SoundTouch Library licensed for 3rd party applications subject to LGPL license v2.1. Visit http://www.surina.net/soundtouch for more information about the SoundTouch library."
VALUE "FileDescription", "SoundTouch Dynamic Link Library"
VALUE "FileVersion", "1, 5, 0, 0"
VALUE "FileVersion", "1, 5, 0, 1"
VALUE "InternalName", "SoundTouch"
VALUE "LegalCopyright", "Copyright (C) Olli Parviainen 1999-2009"
VALUE "LegalCopyright", "Copyright (C) Olli Parviainen 1999-2010"
VALUE "OriginalFilename", "SoundTouch.dll"
VALUE "ProductName", " SoundTouch Dynamic Link Library"
VALUE "ProductVersion", "1, 5, 0, 0"
VALUE "ProductVersion", "1, 5, 0, 1"
END
END
BLOCK "VarFileInfo"

View File

@ -27,13 +27,14 @@
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="4"/>
DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/SoundTouchD.dll"
LinkIncremental="2"
IgnoreDefaultLibraryNames="libcd"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(OutDir)/SoundTouchD.pdb"
SubSystem="2"
@ -87,6 +88,7 @@ copy $(OutDir)\*.lib ..\..\lib
Name="VCLinkerTool"
OutputFile="$(OutDir)/SoundTouch.dll"
LinkIncremental="1"
IgnoreDefaultLibraryNames="libc"
GenerateDebugInformation="FALSE"
GenerateMapFile="TRUE"
SubSystem="2"