Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--distrib/mpc-home_x64.iss23
-rw-r--r--distrib/mpc-home_x86.iss25
-rw-r--r--src/apps/mplayerc/build.bat12
-rw-r--r--src/apps/mplayerc/mpcresources.vcproj68
-rw-r--r--src/decss/decss.vcproj4
-rw-r--r--src/dsutil/dsutil.vcproj8
-rw-r--r--src/filters/BaseClasses/baseclasses.vcproj6
-rw-r--r--src/filters/transform/mpadecfilter/MpaDecFilter.vcproj6
-rw-r--r--src/subpic/subpic.vcproj4
-rw-r--r--src/subtitles/subtitles.vcproj4
-rw-r--r--src/ui/CmdUI/CmdUI.vcproj4
-rw-r--r--src/ui/LCDUI/LCDUI.vcproj4
-rw-r--r--src/ui/ResizableLib/ResizableLib.vcproj4
-rw-r--r--src/ui/TreePropSheet/TreePropSheet.vcproj4
14 files changed, 70 insertions, 106 deletions
diff --git a/distrib/mpc-home_x64.iss b/distrib/mpc-home_x64.iss
index 628a1c769..a7d2a4a72 100644
--- a/distrib/mpc-home_x64.iss
+++ b/distrib/mpc-home_x64.iss
@@ -1,4 +1,4 @@
-;the revision number - 2009-12-06 17:59
+;$Id - 2009-12-06 17:59
#include "../include/Version.h"
@@ -37,29 +37,11 @@ AppVersion={#VERSION_MAJOR}.{#VERSION_MINOR}.{#VERSION_REV}.{#VERSION_PATCH}
[Files]
Source: ..\src\apps\mplayerc\x64\Release Unicode\mpc-hc64.exe; DestDir: {app}; Flags: ignoreversion 64bit
-Source: ..\src\apps\mplayerc\x64\Release Unicode\mpcresources.br.dll; DestDir: {app}; Flags: ignoreversion 64bit
-Source: ..\src\apps\mplayerc\x64\Release Unicode\mpcresources.by.dll; DestDir: {app}; Flags: ignoreversion 64bit
-Source: ..\src\apps\mplayerc\x64\Release Unicode\mpcresources.cz.dll; DestDir: {app}; Flags: ignoreversion 64bit
-Source: ..\src\apps\mplayerc\x64\Release Unicode\mpcresources.de.dll; DestDir: {app}; Flags: ignoreversion 64bit
-Source: ..\src\apps\mplayerc\x64\Release Unicode\mpcresources.es.dll; DestDir: {app}; Flags: ignoreversion 64bit
-Source: ..\src\apps\mplayerc\x64\Release Unicode\mpcresources.fr.dll; DestDir: {app}; Flags: ignoreversion 64bit
-Source: ..\src\apps\mplayerc\x64\Release Unicode\mpcresources.hu.dll; DestDir: {app}; Flags: ignoreversion 64bit
-Source: ..\src\apps\mplayerc\x64\Release Unicode\mpcresources.kr.dll; DestDir: {app}; Flags: ignoreversion 64bit
-Source: ..\src\apps\mplayerc\x64\Release Unicode\mpcresources.pl.dll; DestDir: {app}; Flags: ignoreversion 64bit
-Source: ..\src\apps\mplayerc\x64\Release Unicode\mpcresources.ru.dll; DestDir: {app}; Flags: ignoreversion 64bit
-Source: ..\src\apps\mplayerc\x64\Release Unicode\mpcresources.sk.dll; DestDir: {app}; Flags: ignoreversion 64bit
-Source: ..\src\apps\mplayerc\x64\Release Unicode\mpcresources.tr.dll; DestDir: {app}; Flags: ignoreversion 64bit
-Source: ..\src\apps\mplayerc\x64\Release Unicode\mpcresources.ua.dll; DestDir: {app}; Flags: ignoreversion 64bit
-Source: ..\src\apps\mplayerc\x64\Release Unicode\mpcresources.it.dll; DestDir: {app}; Flags: ignoreversion 64bit
-Source: ..\src\apps\mplayerc\x64\Release Unicode\mpcresources.sc.dll; DestDir: {app}; Flags: ignoreversion 64bit
-Source: ..\src\apps\mplayerc\x64\Release Unicode\mpcresources.sv.dll; DestDir: {app}; Flags: ignoreversion 64bit
-Source: ..\src\apps\mplayerc\x64\Release Unicode\mpcresources.tc.dll; DestDir: {app}; Flags: ignoreversion 64bit
+Source: ..\src\apps\mplayerc\x64\Release Unicode\mpcresources.??.dll; DestDir: {app}; Flags: ignoreversion 64bit
Source: ..\src\apps\mplayerc\x64\Release Unicode\mpciconlib.dll; DestDir: {app}; Flags: ignoreversion 64bit
Source: ..\src\apps\mplayerc\AUTHORS; DestDir: {app}; Flags: ignoreversion 64bit
Source: ..\src\apps\mplayerc\ChangeLog; DestDir: {app}; Flags: ignoreversion 64bit
-Source: ..\bin\x64\D3DX9_42.dll; DestDir: {app}; Flags: ignoreversion 64bit
Source: ..\COPYING; DestDir: {app}; Flags: ignoreversion 64bit
-;Source: ..\src\apps\mplayerc\Build_x64\d3dx9_41.dll; DestDir: {app}; Flags: ignoreversion 64bit
[Run]
Filename: {app}\{#MyAppExeName}; Description: {cm:LaunchProgram,{#MyAppName}}; Flags: nowait postinstall skipifsilent unchecked
@@ -177,4 +159,3 @@ begin
// rename binary from previous installer
renamefile (ExpandConstant('{app}\' + 'mplayerc64.exe'), ExpandConstant('{app}\' + 'mplayerc64.exe.bak'));
end;
-
diff --git a/distrib/mpc-home_x86.iss b/distrib/mpc-home_x86.iss
index 74e6624f1..1788599cb 100644
--- a/distrib/mpc-home_x86.iss
+++ b/distrib/mpc-home_x86.iss
@@ -1,4 +1,4 @@
-;the revision number - 2009-12-06 17:59
+;$Id - 2009-12-06 17:59
#include "../include/Version.h"
@@ -14,7 +14,6 @@
; Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{2624B969-7135-4EB1-B0F6-2D8C397B45F7}
-
AppName={#MyAppName}
AppVerName={#MyAppVerName} {#VERSION_MAJOR}.{#VERSION_MINOR}.{#VERSION_REV}.{#VERSION_PATCH}
AppPublisherURL={#MyAppURL}
@@ -36,29 +35,11 @@ AppVersion={#VERSION_MAJOR}.{#VERSION_MINOR}.{#VERSION_REV}.{#VERSION_PATCH}
[Files]
Source: ..\src\apps\mplayerc\Release Unicode\mpc-hc.exe; DestDir: {app}; Flags: ignoreversion
-Source: ..\src\apps\mplayerc\Release Unicode\mpcresources.br.dll; DestDir: {app}; Flags: ignoreversion
-Source: ..\src\apps\mplayerc\Release Unicode\mpcresources.by.dll; DestDir: {app}; Flags: ignoreversion
-Source: ..\src\apps\mplayerc\Release Unicode\mpcresources.cz.dll; DestDir: {app}; Flags: ignoreversion
-Source: ..\src\apps\mplayerc\Release Unicode\mpcresources.de.dll; DestDir: {app}; Flags: ignoreversion
-Source: ..\src\apps\mplayerc\Release Unicode\mpcresources.es.dll; DestDir: {app}; Flags: ignoreversion
-Source: ..\src\apps\mplayerc\Release Unicode\mpcresources.fr.dll; DestDir: {app}; Flags: ignoreversion
-Source: ..\src\apps\mplayerc\Release Unicode\mpcresources.hu.dll; DestDir: {app}; Flags: ignoreversion
-Source: ..\src\apps\mplayerc\Release Unicode\mpcresources.kr.dll; DestDir: {app}; Flags: ignoreversion
-Source: ..\src\apps\mplayerc\Release Unicode\mpcresources.pl.dll; DestDir: {app}; Flags: ignoreversion
-Source: ..\src\apps\mplayerc\Release Unicode\mpcresources.ru.dll; DestDir: {app}; Flags: ignoreversion
-Source: ..\src\apps\mplayerc\Release Unicode\mpcresources.sk.dll; DestDir: {app}; Flags: ignoreversion
-Source: ..\src\apps\mplayerc\Release Unicode\mpcresources.tr.dll; DestDir: {app}; Flags: ignoreversion
-Source: ..\src\apps\mplayerc\Release Unicode\mpcresources.ua.dll; DestDir: {app}; Flags: ignoreversion
-Source: ..\src\apps\mplayerc\Release Unicode\mpcresources.it.dll; DestDir: {app}; Flags: ignoreversion
-Source: ..\src\apps\mplayerc\Release Unicode\mpcresources.sc.dll; DestDir: {app}; Flags: ignoreversion
-Source: ..\src\apps\mplayerc\Release Unicode\mpcresources.sv.dll; DestDir: {app}; Flags: ignoreversion
-Source: ..\src\apps\mplayerc\Release Unicode\mpcresources.tc.dll; DestDir: {app}; Flags: ignoreversion
+Source: ..\src\apps\mplayerc\Release Unicode\mpcresources.??.dll; DestDir: {app}; Flags: ignoreversion
Source: ..\src\apps\mplayerc\Release Unicode\mpciconlib.dll; DestDir: {app}; Flags: ignoreversion
Source: ..\src\apps\mplayerc\AUTHORS; DestDir: {app}; Flags: ignoreversion
Source: ..\src\apps\mplayerc\ChangeLog; DestDir: {app}; Flags: ignoreversion
-Source: ..\bin\x86\D3DX9_42.dll; DestDir: {app}; Flags: ignoreversion
Source: ..\COPYING; DestDir: {app}; Flags: ignoreversion
-;Source: ..\src\apps\mplayerc\Build_x86\d3dx9_41.dll; DestDir: {app}; Flags: ignoreversion
[Run]
Filename: {app}\{#MyAppExeName}; Description: {cm:LaunchProgram,{#MyAppName}}; Flags: nowait postinstall skipifsilent unchecked
@@ -176,5 +157,3 @@ begin
// rename binary from previous installer
renamefile (ExpandConstant('{app}\' + 'mplayerc.exe'), ExpandConstant('{app}\' + 'mplayerc.exe.bak'));
end;
-
-
diff --git a/src/apps/mplayerc/build.bat b/src/apps/mplayerc/build.bat
index ca330b358..7d819ecf9 100644
--- a/src/apps/mplayerc/build.bat
+++ b/src/apps/mplayerc/build.bat
@@ -63,11 +63,11 @@ IF %ERRORLEVEL% NEQ 0 GOTO EndBad
IF "%1"=="clean" goto x64
mkdir Build_x86
-xcopy "Release Unicode\*.dll" ".\Build_x86\" /y
-xcopy "Release Unicode\*.exe" ".\Build_x86\" /y
+xcopy "Release Unicode\mpcresources.??.dll" ".\Build_x86\" /y
+xcopy "Release Unicode\mpciconlib.dll" ".\Build_x86\" /y
+xcopy "Release Unicode\mpc-hc.exe" ".\Build_x86\" /y
xcopy AUTHORS ".\Build_x86\" /y
xcopy ChangeLog ".\Build_x86\" /y
-rem xcopy Homepage.url ".\Build_x86\" /y
xcopy ..\..\..\COPYING ".\Build_x86\" /y
:x64
@@ -113,11 +113,11 @@ IF %ERRORLEVEL% NEQ 0 GOTO EndBad
IF "%1"=="clean" goto Nox64
mkdir Build_x64
-xcopy "x64\Release Unicode\*.dll" ".\Build_x64\" /y
-xcopy "x64\Release Unicode\*.exe" ".\Build_x64\" /y
+xcopy "x64\Release Unicode\mpcresources.??.dll" ".\Build_x64\" /y
+xcopy "x64\Release Unicode\mpciconlib.dll" ".\Build_x64\" /y
+xcopy "x64\Release Unicode\mpc-hc64.exe" ".\Build_x64\" /y
xcopy AUTHORS ".\Build_x64\" /y
xcopy ChangeLog ".\Build_x64\" /y
-rem xcopy Homepage.url ".\Build_x64\" /y
xcopy ..\..\..\COPYING ".\Build_x64\" /y
:Nox64
diff --git a/src/apps/mplayerc/mpcresources.vcproj b/src/apps/mplayerc/mpcresources.vcproj
index 4001633d3..bfe60703d 100644
--- a/src/apps/mplayerc/mpcresources.vcproj
+++ b/src/apps/mplayerc/mpcresources.vcproj
@@ -63,7 +63,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/NOENTRY"
- OutputFile="..\..\..\bin\x86\translations\$(ProjectName).fr.dll"
+ OutputFile="Release Unicode\$(ProjectName).fr.dll"
LinkIncremental="1"
IgnoreAllDefaultLibraries="true"
GenerateDebugInformation="false"
@@ -143,7 +143,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/NOENTRY"
- OutputFile="..\..\..\bin\x64\translations\$(ProjectName).fr.dll"
+ OutputFile="x64\Release Unicode\$(ProjectName).fr.dll"
LinkIncremental="1"
GenerateDebugInformation="false"
SubSystem="2"
@@ -221,7 +221,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/NOENTRY"
- OutputFile="..\..\..\bin\x86\translations\$(ProjectName).de.dll"
+ OutputFile="Release Unicode\$(ProjectName).de.dll"
LinkIncremental="1"
IgnoreAllDefaultLibraries="true"
GenerateDebugInformation="false"
@@ -301,7 +301,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/NOENTRY"
- OutputFile="..\..\..\bin\x64\translations\$(ProjectName).de.dll"
+ OutputFile="x64\Release Unicode\$(ProjectName).de.dll"
LinkIncremental="1"
GenerateDebugInformation="false"
SubSystem="2"
@@ -379,7 +379,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/NOENTRY"
- OutputFile="..\..\..\bin\x86\translations\$(ProjectName).ru.dll"
+ OutputFile="Release Unicode\$(ProjectName).ru.dll"
LinkIncremental="1"
IgnoreAllDefaultLibraries="true"
GenerateDebugInformation="false"
@@ -459,7 +459,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/NOENTRY"
- OutputFile="..\..\..\bin\x64\translations\$(ProjectName).ru.dll"
+ OutputFile="x64\Release Unicode\$(ProjectName).ru.dll"
LinkIncremental="1"
GenerateDebugInformation="false"
SubSystem="2"
@@ -537,7 +537,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/NOENTRY"
- OutputFile="..\..\..\bin\x86\translations\$(ProjectName).tr.dll"
+ OutputFile="Release Unicode\$(ProjectName).tr.dll"
LinkIncremental="1"
IgnoreAllDefaultLibraries="true"
GenerateDebugInformation="false"
@@ -617,7 +617,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/NOENTRY"
- OutputFile="..\..\..\bin\x64\translations\$(ProjectName).tr.dll"
+ OutputFile="x64\Release Unicode\$(ProjectName).tr.dll"
LinkIncremental="1"
GenerateDebugInformation="false"
SubSystem="2"
@@ -695,7 +695,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/NOENTRY"
- OutputFile="..\..\..\bin\x86\translations\$(ProjectName).cz.dll"
+ OutputFile="Release Unicode\$(ProjectName).cz.dll"
LinkIncremental="1"
IgnoreAllDefaultLibraries="true"
GenerateDebugInformation="false"
@@ -775,7 +775,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/NOENTRY"
- OutputFile="..\..\..\bin\x64\translations\$(ProjectName).cz.dll"
+ OutputFile="x64\Release Unicode\$(ProjectName).cz.dll"
LinkIncremental="1"
GenerateDebugInformation="false"
SubSystem="2"
@@ -853,7 +853,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/NOENTRY"
- OutputFile="..\..\..\bin\x86\translations\$(ProjectName).es.dll"
+ OutputFile="Release Unicode\$(ProjectName).es.dll"
LinkIncremental="1"
IgnoreAllDefaultLibraries="true"
GenerateDebugInformation="false"
@@ -933,7 +933,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/NOENTRY"
- OutputFile="..\..\..\bin\x64\translations\$(ProjectName).es.dll"
+ OutputFile="x64\Release Unicode\$(ProjectName).es.dll"
LinkIncremental="1"
GenerateDebugInformation="false"
SubSystem="2"
@@ -1011,7 +1011,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/NOENTRY"
- OutputFile="..\..\..\bin\x86\translations\$(ProjectName).hu.dll"
+ OutputFile="Release Unicode\$(ProjectName).hu.dll"
LinkIncremental="1"
IgnoreAllDefaultLibraries="true"
GenerateDebugInformation="false"
@@ -1091,7 +1091,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/NOENTRY"
- OutputFile="..\..\..\bin\x64\translations\$(ProjectName).hu.dll"
+ OutputFile="x64\Release Unicode\$(ProjectName).hu.dll"
LinkIncremental="1"
GenerateDebugInformation="false"
SubSystem="2"
@@ -1169,7 +1169,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/NOENTRY"
- OutputFile="..\..\..\bin\x86\translations\$(ProjectName).kr.dll"
+ OutputFile="Release Unicode\$(ProjectName).kr.dll"
LinkIncremental="1"
IgnoreAllDefaultLibraries="true"
GenerateDebugInformation="false"
@@ -1249,7 +1249,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/NOENTRY"
- OutputFile="..\..\..\bin\x64\translations\$(ProjectName).kr.dll"
+ OutputFile="x64\Release Unicode\$(ProjectName).kr.dll"
LinkIncremental="1"
GenerateDebugInformation="false"
SubSystem="2"
@@ -1327,7 +1327,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/NOENTRY"
- OutputFile="..\..\..\bin\x86\translations\$(ProjectName).pl.dll"
+ OutputFile="Release Unicode\$(ProjectName).pl.dll"
LinkIncremental="1"
IgnoreAllDefaultLibraries="true"
GenerateDebugInformation="false"
@@ -1407,7 +1407,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/NOENTRY"
- OutputFile="..\..\..\bin\x64\translations\$(ProjectName).pl.dll"
+ OutputFile="x64\Release Unicode\$(ProjectName).pl.dll"
LinkIncremental="1"
GenerateDebugInformation="false"
SubSystem="2"
@@ -1485,7 +1485,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/NOENTRY"
- OutputFile="..\..\..\bin\x86\translations\$(ProjectName).ua.dll"
+ OutputFile="Release Unicode\$(ProjectName).ua.dll"
LinkIncremental="1"
IgnoreAllDefaultLibraries="true"
GenerateDebugInformation="false"
@@ -1565,7 +1565,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/NOENTRY"
- OutputFile="..\..\..\bin\x64\translations\$(ProjectName).ua.dll"
+ OutputFile="x64\Release Unicode\$(ProjectName).ua.dll"
LinkIncremental="1"
GenerateDebugInformation="false"
SubSystem="2"
@@ -1643,7 +1643,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/NOENTRY"
- OutputFile="..\..\..\bin\x86\translations\$(ProjectName).it.dll"
+ OutputFile="Release Unicode\$(ProjectName).it.dll"
LinkIncremental="1"
IgnoreAllDefaultLibraries="true"
GenerateDebugInformation="false"
@@ -1723,7 +1723,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/NOENTRY"
- OutputFile="..\..\..\bin\x64\translations\$(ProjectName).it.dll"
+ OutputFile="x64\Release Unicode\$(ProjectName).it.dll"
LinkIncremental="1"
GenerateDebugInformation="false"
SubSystem="2"
@@ -1801,7 +1801,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/NOENTRY"
- OutputFile="..\..\..\bin\x86\translations\$(ProjectName).sk.dll"
+ OutputFile="Release Unicode\$(ProjectName).sk.dll"
LinkIncremental="1"
IgnoreAllDefaultLibraries="true"
GenerateDebugInformation="false"
@@ -1881,7 +1881,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/NOENTRY"
- OutputFile="..\..\..\bin\x64\translations\$(ProjectName).sk.dll"
+ OutputFile="x64\Release Unicode\$(ProjectName).sk.dll"
LinkIncremental="1"
GenerateDebugInformation="false"
SubSystem="2"
@@ -1959,7 +1959,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/NOENTRY"
- OutputFile="..\..\..\bin\x86\translations\$(ProjectName).sc.dll"
+ OutputFile="Release Unicode\$(ProjectName).sc.dll"
LinkIncremental="1"
IgnoreAllDefaultLibraries="true"
GenerateDebugInformation="false"
@@ -2039,7 +2039,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/NOENTRY"
- OutputFile="..\..\..\bin\x64\translations\$(ProjectName).sc.dll"
+ OutputFile="x64\Release Unicode\$(ProjectName).sc.dll"
LinkIncremental="1"
GenerateDebugInformation="false"
SubSystem="2"
@@ -2117,7 +2117,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/NOENTRY"
- OutputFile="..\..\..\bin\x86\translations\$(ProjectName).tc.dll"
+ OutputFile="Release Unicode\$(ProjectName).tc.dll"
LinkIncremental="1"
IgnoreAllDefaultLibraries="true"
GenerateDebugInformation="false"
@@ -2197,7 +2197,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/NOENTRY"
- OutputFile="..\..\..\bin\x64\translations\$(ProjectName).tc.dll"
+ OutputFile="x64\Release Unicode\$(ProjectName).tc.dll"
LinkIncremental="1"
GenerateDebugInformation="false"
SubSystem="2"
@@ -2275,7 +2275,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/NOENTRY"
- OutputFile="..\..\..\bin\x86\translations\$(ProjectName).by.dll"
+ OutputFile="Release Unicode\$(ProjectName).by.dll"
LinkIncremental="1"
IgnoreAllDefaultLibraries="true"
GenerateDebugInformation="false"
@@ -2355,7 +2355,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/NOENTRY"
- OutputFile="..\..\..\bin\x64\translations\$(ProjectName).by.dll"
+ OutputFile="x64\Release Unicode\$(ProjectName).by.dll"
LinkIncremental="1"
GenerateDebugInformation="false"
SubSystem="2"
@@ -2433,7 +2433,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/NOENTRY"
- OutputFile="..\..\..\bin\x86\translations\$(ProjectName).sv.dll"
+ OutputFile="Release Unicode\$(ProjectName).sv.dll"
LinkIncremental="1"
IgnoreAllDefaultLibraries="true"
GenerateDebugInformation="false"
@@ -2513,7 +2513,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/NOENTRY"
- OutputFile="..\..\..\bin\x64\translations\$(ProjectName).sv.dll"
+ OutputFile="x64\Release Unicode\$(ProjectName).sv.dll"
LinkIncremental="1"
GenerateDebugInformation="false"
SubSystem="2"
@@ -2591,7 +2591,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/NOENTRY"
- OutputFile="..\..\..\bin\x86\translations\$(ProjectName).br.dll"
+ OutputFile="Release Unicode\$(ProjectName).br.dll"
LinkIncremental="1"
IgnoreAllDefaultLibraries="true"
GenerateDebugInformation="false"
@@ -2671,7 +2671,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/NOENTRY"
- OutputFile="..\..\..\bin\x64\translations\$(ProjectName).br.dll"
+ OutputFile="x64\Release Unicode\$(ProjectName).br.dll"
LinkIncremental="1"
GenerateDebugInformation="false"
SubSystem="2"
diff --git a/src/decss/decss.vcproj b/src/decss/decss.vcproj
index 28d3c6b28..96aa962ae 100644
--- a/src/decss/decss.vcproj
+++ b/src/decss/decss.vcproj
@@ -162,7 +162,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\..\include;..\filters\BaseClasses"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
BufferSecurityCheck="true"
DisableSpecificWarnings="4244"
/>
@@ -224,7 +224,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\..\include;..\filters\BaseClasses"
- PreprocessorDefinitions="_WIN64;NDEBUG;_LIB;"
+ PreprocessorDefinitions="_WIN64;NDEBUG;_LIB"
BufferSecurityCheck="true"
/>
<Tool
diff --git a/src/dsutil/dsutil.vcproj b/src/dsutil/dsutil.vcproj
index 781f8ff72..768e4f8e0 100644
--- a/src/dsutil/dsutil.vcproj
+++ b/src/dsutil/dsutil.vcproj
@@ -167,7 +167,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\..\include;..\filters\BaseClasses"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
BufferSecurityCheck="true"
DisableSpecificWarnings="4244"
/>
@@ -231,7 +231,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\..\include;..\filters\BaseClasses"
- PreprocessorDefinitions="_WIN64;NDEBUG;_LIB;"
+ PreprocessorDefinitions="_WIN64;NDEBUG;_LIB"
BufferSecurityCheck="true"
/>
<Tool
@@ -281,7 +281,7 @@
>
<Tool
Name="VCCustomBuildTool"
- CommandLine="yasm -X vc -g cv8 -f &quot;$(PlatformName)&quot; -o &quot;$(OutDir)\$(InputName).ob&quot;j &quot;$(InputPath)&quot;"
+ CommandLine="yasm -X vc -g cv8 -f &quot;$(PlatformName)&quot; -o &quot;$(OutDir)\$(InputName).ob&quot;j &quot;$(InputPath)&quot;&#x0D;&#x0A;"
Outputs="$(OutDir)\$(InputName).obj"
/>
</FileConfiguration>
@@ -323,7 +323,7 @@
>
<Tool
Name="VCCustomBuildTool"
- CommandLine="yasm -X vc -g cv8 -f &quot;$(PlatformName)&quot; -o &quot;$(OutDir)\$(InputName).ob&quot;j &quot;$(InputPath)&quot;"
+ CommandLine="yasm -X vc -g cv8 -f &quot;$(PlatformName)&quot; -o &quot;$(OutDir)\$(InputName).ob&quot;j &quot;$(InputPath)&quot;&#x0D;&#x0A;"
Outputs="$(OutDir)\$(InputName).obj"
/>
</FileConfiguration>
diff --git a/src/filters/BaseClasses/baseclasses.vcproj b/src/filters/BaseClasses/baseclasses.vcproj
index 98c81fa4d..29b813c49 100644
--- a/src/filters/BaseClasses/baseclasses.vcproj
+++ b/src/filters/BaseClasses/baseclasses.vcproj
@@ -182,7 +182,8 @@
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="."
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
+ MinimalRebuild="false"
RuntimeLibrary="0"
BufferSecurityCheck="true"
UsePrecompiledHeader="0"
@@ -248,7 +249,8 @@
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="."
- PreprocessorDefinitions="_WIN64;NDEBUG;_LIB;"
+ PreprocessorDefinitions="_WIN64;NDEBUG;_LIB"
+ MinimalRebuild="false"
RuntimeLibrary="0"
BufferSecurityCheck="true"
UsePrecompiledHeader="0"
diff --git a/src/filters/transform/mpadecfilter/MpaDecFilter.vcproj b/src/filters/transform/mpadecfilter/MpaDecFilter.vcproj
index bbccffa0b..6cbcb6782 100644
--- a/src/filters/transform/mpadecfilter/MpaDecFilter.vcproj
+++ b/src/filters/transform/mpadecfilter/MpaDecFilter.vcproj
@@ -457,8 +457,9 @@
Name="VCCLCompilerTool"
AdditionalOptions="/MP"
AdditionalIncludeDirectories="..\..\..\..\include;libflac\include;..\mpcvideodec\ffmpeg;..\mpcvideodec\ffmpeg\libavcodec;..\mpcvideodec\ffmpeg\libavutil;..\..\BaseClasses"
- PreprocessorDefinitions="WIN32;NDEBUG;FLAC__NO_DLL;FLAC__NO_DLL"
+ PreprocessorDefinitions="WIN32;NDEBUG;FLAC__NO_DLL"
BufferSecurityCheck="true"
+ UsePrecompiledHeader="0"
DisableSpecificWarnings="4244"
/>
<Tool
@@ -521,8 +522,9 @@
Name="VCCLCompilerTool"
AdditionalOptions="/MP"
AdditionalIncludeDirectories="..\..\..\..\include;libflac\include;..\mpcvideodec\ffmpeg;..\mpcvideodec\ffmpeg\libavcodec;..\mpcvideodec\ffmpeg\libavutil;..\..\BaseClasses"
- PreprocessorDefinitions="_WIN64;NDEBUG;FLAC__NO_DLL;FLAC__NO_DLL"
+ PreprocessorDefinitions="_WIN64;NDEBUG;FLAC__NO_DLL"
BufferSecurityCheck="true"
+ UsePrecompiledHeader="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/src/subpic/subpic.vcproj b/src/subpic/subpic.vcproj
index be355f6ee..ddeaa4a81 100644
--- a/src/subpic/subpic.vcproj
+++ b/src/subpic/subpic.vcproj
@@ -165,7 +165,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\..\include;..\filters\BaseClasses;..\..\include\dx"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
BufferSecurityCheck="true"
DisableSpecificWarnings="4244"
/>
@@ -229,7 +229,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\..\include;..\filters\BaseClasses;..\..\include\dx"
- PreprocessorDefinitions="_WIN64;NDEBUG;_LIB;"
+ PreprocessorDefinitions="_WIN64;NDEBUG;_LIB"
BufferSecurityCheck="true"
/>
<Tool
diff --git a/src/subtitles/subtitles.vcproj b/src/subtitles/subtitles.vcproj
index f16d2bb10..ec236e246 100644
--- a/src/subtitles/subtitles.vcproj
+++ b/src/subtitles/subtitles.vcproj
@@ -163,7 +163,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\..\include;..\filters\BaseClasses"
- PreprocessorDefinitions="WIN32;NDEBUG;"
+ PreprocessorDefinitions="WIN32;NDEBUG"
BufferSecurityCheck="true"
DisableSpecificWarnings="4244"
/>
@@ -226,7 +226,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\..\include;..\filters\BaseClasses"
- PreprocessorDefinitions="_WIN64;NDEBUG;"
+ PreprocessorDefinitions="_WIN64;NDEBUG"
BufferSecurityCheck="true"
/>
<Tool
diff --git a/src/ui/CmdUI/CmdUI.vcproj b/src/ui/CmdUI/CmdUI.vcproj
index 6679132b1..424093ea4 100644
--- a/src/ui/CmdUI/CmdUI.vcproj
+++ b/src/ui/CmdUI/CmdUI.vcproj
@@ -160,7 +160,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/MP"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
BufferSecurityCheck="true"
DisableSpecificWarnings="4244"
/>
@@ -221,7 +221,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/MP"
- PreprocessorDefinitions="_WIN64;NDEBUG;_LIB;"
+ PreprocessorDefinitions="_WIN64;NDEBUG;_LIB"
BufferSecurityCheck="true"
/>
<Tool
diff --git a/src/ui/LCDUI/LCDUI.vcproj b/src/ui/LCDUI/LCDUI.vcproj
index adb6a743e..b6df88f07 100644
--- a/src/ui/LCDUI/LCDUI.vcproj
+++ b/src/ui/LCDUI/LCDUI.vcproj
@@ -162,7 +162,7 @@
Name="VCCLCompilerTool"
AdditionalOptions="/MP"
AdditionalIncludeDirectories="..\..\..\include"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
BufferSecurityCheck="true"
DisableSpecificWarnings="4244"
/>
@@ -223,7 +223,7 @@
Name="VCCLCompilerTool"
AdditionalOptions="/MP"
AdditionalIncludeDirectories="..\..\..\include"
- PreprocessorDefinitions="_WIN64;NDEBUG;_LIB;"
+ PreprocessorDefinitions="_WIN64;NDEBUG;_LIB"
BufferSecurityCheck="true"
/>
<Tool
diff --git a/src/ui/ResizableLib/ResizableLib.vcproj b/src/ui/ResizableLib/ResizableLib.vcproj
index ad2aa74df..631e7aa0c 100644
--- a/src/ui/ResizableLib/ResizableLib.vcproj
+++ b/src/ui/ResizableLib/ResizableLib.vcproj
@@ -160,7 +160,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/MP"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
BufferSecurityCheck="true"
DisableSpecificWarnings="4244"
/>
@@ -221,7 +221,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/MP"
- PreprocessorDefinitions="_WIN64;NDEBUG;_LIB;"
+ PreprocessorDefinitions="_WIN64;NDEBUG;_LIB"
BufferSecurityCheck="true"
/>
<Tool
diff --git a/src/ui/TreePropSheet/TreePropSheet.vcproj b/src/ui/TreePropSheet/TreePropSheet.vcproj
index e85ccb353..5ebe7ad12 100644
--- a/src/ui/TreePropSheet/TreePropSheet.vcproj
+++ b/src/ui/TreePropSheet/TreePropSheet.vcproj
@@ -160,7 +160,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/MP"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
BufferSecurityCheck="true"
UsePrecompiledHeader="0"
DisableSpecificWarnings="4244"
@@ -223,7 +223,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/MP"
- PreprocessorDefinitions="_WIN64;NDEBUG;_LIB;"
+ PreprocessorDefinitions="_WIN64;NDEBUG;_LIB"
BufferSecurityCheck="true"
/>
<Tool