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:
authorXhmikosR <xhmikosr@users.sourceforge.net>2010-01-16 00:17:29 +0300
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-01-16 00:17:29 +0300
commite950f18023c1c767f51febea5b5221edb8911bc9 (patch)
treeb75b37287d486468776ef82c46e1b8a924a603df /src/filters/misc/SyncClock
parentd0c446daff0dc1fa3188537e464f743d3c45fd06 (diff)
-disabled a couple of warnings
-changed "/MACHINE:I386" to "/MACHINE:X86" -removed "Wp64" switch -minor changes in some resources (translators: don't translate the "CompanyName") git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1509 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/filters/misc/SyncClock')
-rw-r--r--src/filters/misc/SyncClock/SyncClock.vcproj10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/filters/misc/SyncClock/SyncClock.vcproj b/src/filters/misc/SyncClock/SyncClock.vcproj
index cf0c14fa2..2506009d8 100644
--- a/src/filters/misc/SyncClock/SyncClock.vcproj
+++ b/src/filters/misc/SyncClock/SyncClock.vcproj
@@ -53,7 +53,7 @@
RuntimeLibrary="1"
UsePrecompiledHeader="0"
WarningLevel="3"
- Detect64BitPortabilityProblems="true"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
CallingConvention="0"
/>
@@ -120,6 +120,7 @@
RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CallingConvention="2"
/>
@@ -216,6 +217,7 @@
/>
<Tool
Name="VCLibrarianTool"
+ AdditionalOptions="/IGNORE:4221"
OutputFile="..\..\..\..\lib\$(ProjectName)RU.lib"
/>
<Tool
@@ -290,8 +292,8 @@
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
+ RandomizedBaseAddress="2"
+ DataExecutionPrevention="2"
TargetMachine="17"
/>
<Tool
@@ -365,6 +367,7 @@
/>
<Tool
Name="VCLibrarianTool"
+ AdditionalOptions="/IGNORE:4221"
OutputFile="..\..\..\..\lib\$(ProjectName)RU.lib"
/>
<Tool
@@ -430,6 +433,7 @@
/>
<Tool
Name="VCLibrarianTool"
+ AdditionalOptions="/IGNORE:4221"
AdditionalLibraryDirectories="..\..\..\..\lib64"
/>
<Tool