Kaydet (Commit) b0471fc8 authored tarafından Michael Stahl's avatar Michael Stahl

coinmp: link with /DYNAMICBASE

No idea why this would be explicitly disabled.

Change-Id: I1e06544ae4ae579de578560ce66e310da659ccb4
üst 231f7c28
...@@ -1966,7 +1966,7 @@ diff -urN coinmp.org/CoinMP/MSVisualStudio/v9/CoinMP/CoinMP.vcxproj coinmp/CoinM ...@@ -1966,7 +1966,7 @@ diff -urN coinmp.org/CoinMP/MSVisualStudio/v9/CoinMP/CoinMP.vcxproj coinmp/CoinM
+ <ModuleDefinitionFile>..\..\..\..\CoinMP\src\CoinMP.def</ModuleDefinitionFile> + <ModuleDefinitionFile>..\..\..\..\CoinMP\src\CoinMP.def</ModuleDefinitionFile>
+ <GenerateDebugInformation>true</GenerateDebugInformation> + <GenerateDebugInformation>true</GenerateDebugInformation>
+ <SubSystem>Windows</SubSystem> + <SubSystem>Windows</SubSystem>
+ <RandomizedBaseAddress>false</RandomizedBaseAddress> + <RandomizedBaseAddress>true</RandomizedBaseAddress>
+ <DataExecutionPrevention /> + <DataExecutionPrevention />
+ <TargetMachine>MachineX86</TargetMachine> + <TargetMachine>MachineX86</TargetMachine>
+ </Link> + </Link>
...@@ -1987,7 +1987,7 @@ diff -urN coinmp.org/CoinMP/MSVisualStudio/v9/CoinMP/CoinMP.vcxproj coinmp/CoinM ...@@ -1987,7 +1987,7 @@ diff -urN coinmp.org/CoinMP/MSVisualStudio/v9/CoinMP/CoinMP.vcxproj coinmp/CoinM
+ <SubSystem>Windows</SubSystem> + <SubSystem>Windows</SubSystem>
+ <OptimizeReferences>true</OptimizeReferences> + <OptimizeReferences>true</OptimizeReferences>
+ <EnableCOMDATFolding>true</EnableCOMDATFolding> + <EnableCOMDATFolding>true</EnableCOMDATFolding>
+ <RandomizedBaseAddress>false</RandomizedBaseAddress> + <RandomizedBaseAddress>true</RandomizedBaseAddress>
+ <DataExecutionPrevention /> + <DataExecutionPrevention />
+ <TargetMachine>MachineX86</TargetMachine> + <TargetMachine>MachineX86</TargetMachine>
+ </Link> + </Link>
...@@ -2012,7 +2012,7 @@ diff -urN coinmp.org/CoinMP/MSVisualStudio/v9/CoinMP/CoinMP.vcxproj coinmp/CoinM ...@@ -2012,7 +2012,7 @@ diff -urN coinmp.org/CoinMP/MSVisualStudio/v9/CoinMP/CoinMP.vcxproj coinmp/CoinM
+ <ModuleDefinitionFile>..\..\..\..\CoinMP\src\CoinMP.def</ModuleDefinitionFile> + <ModuleDefinitionFile>..\..\..\..\CoinMP\src\CoinMP.def</ModuleDefinitionFile>
+ <GenerateDebugInformation>true</GenerateDebugInformation> + <GenerateDebugInformation>true</GenerateDebugInformation>
+ <SubSystem>Windows</SubSystem> + <SubSystem>Windows</SubSystem>
+ <RandomizedBaseAddress>false</RandomizedBaseAddress> + <RandomizedBaseAddress>true</RandomizedBaseAddress>
+ <DataExecutionPrevention /> + <DataExecutionPrevention />
+ <TargetMachine>MachineX64</TargetMachine> + <TargetMachine>MachineX64</TargetMachine>
+ </Link> + </Link>
...@@ -2036,7 +2036,7 @@ diff -urN coinmp.org/CoinMP/MSVisualStudio/v9/CoinMP/CoinMP.vcxproj coinmp/CoinM ...@@ -2036,7 +2036,7 @@ diff -urN coinmp.org/CoinMP/MSVisualStudio/v9/CoinMP/CoinMP.vcxproj coinmp/CoinM
+ <SubSystem>Windows</SubSystem> + <SubSystem>Windows</SubSystem>
+ <OptimizeReferences>true</OptimizeReferences> + <OptimizeReferences>true</OptimizeReferences>
+ <EnableCOMDATFolding>true</EnableCOMDATFolding> + <EnableCOMDATFolding>true</EnableCOMDATFolding>
+ <RandomizedBaseAddress>false</RandomizedBaseAddress> + <RandomizedBaseAddress>true</RandomizedBaseAddress>
+ <DataExecutionPrevention /> + <DataExecutionPrevention />
+ <TargetMachine>MachineX64</TargetMachine> + <TargetMachine>MachineX64</TargetMachine>
+ </Link> + </Link>
...@@ -2273,7 +2273,7 @@ diff -urN coinmp.org/CoinMP/MSVisualStudio/v9/unitTest/unitTest.vcxproj coinmp/C ...@@ -2273,7 +2273,7 @@ diff -urN coinmp.org/CoinMP/MSVisualStudio/v9/unitTest/unitTest.vcxproj coinmp/C
+ <Link> + <Link>
+ <GenerateDebugInformation>true</GenerateDebugInformation> + <GenerateDebugInformation>true</GenerateDebugInformation>
+ <SubSystem>Console</SubSystem> + <SubSystem>Console</SubSystem>
+ <RandomizedBaseAddress>false</RandomizedBaseAddress> + <RandomizedBaseAddress>true</RandomizedBaseAddress>
+ <DataExecutionPrevention /> + <DataExecutionPrevention />
+ <TargetMachine>MachineX86</TargetMachine> + <TargetMachine>MachineX86</TargetMachine>
+ </Link> + </Link>
...@@ -2293,7 +2293,7 @@ diff -urN coinmp.org/CoinMP/MSVisualStudio/v9/unitTest/unitTest.vcxproj coinmp/C ...@@ -2293,7 +2293,7 @@ diff -urN coinmp.org/CoinMP/MSVisualStudio/v9/unitTest/unitTest.vcxproj coinmp/C
+ <SubSystem>Console</SubSystem> + <SubSystem>Console</SubSystem>
+ <OptimizeReferences>true</OptimizeReferences> + <OptimizeReferences>true</OptimizeReferences>
+ <EnableCOMDATFolding>true</EnableCOMDATFolding> + <EnableCOMDATFolding>true</EnableCOMDATFolding>
+ <RandomizedBaseAddress>false</RandomizedBaseAddress> + <RandomizedBaseAddress>true</RandomizedBaseAddress>
+ <DataExecutionPrevention /> + <DataExecutionPrevention />
+ <TargetMachine>MachineX86</TargetMachine> + <TargetMachine>MachineX86</TargetMachine>
+ </Link> + </Link>
...@@ -2317,7 +2317,7 @@ diff -urN coinmp.org/CoinMP/MSVisualStudio/v9/unitTest/unitTest.vcxproj coinmp/C ...@@ -2317,7 +2317,7 @@ diff -urN coinmp.org/CoinMP/MSVisualStudio/v9/unitTest/unitTest.vcxproj coinmp/C
+ <Link> + <Link>
+ <GenerateDebugInformation>true</GenerateDebugInformation> + <GenerateDebugInformation>true</GenerateDebugInformation>
+ <SubSystem>Console</SubSystem> + <SubSystem>Console</SubSystem>
+ <RandomizedBaseAddress>false</RandomizedBaseAddress> + <RandomizedBaseAddress>true</RandomizedBaseAddress>
+ <DataExecutionPrevention /> + <DataExecutionPrevention />
+ <TargetMachine>MachineX64</TargetMachine> + <TargetMachine>MachineX64</TargetMachine>
+ </Link> + </Link>
...@@ -2340,7 +2340,7 @@ diff -urN coinmp.org/CoinMP/MSVisualStudio/v9/unitTest/unitTest.vcxproj coinmp/C ...@@ -2340,7 +2340,7 @@ diff -urN coinmp.org/CoinMP/MSVisualStudio/v9/unitTest/unitTest.vcxproj coinmp/C
+ <SubSystem>Console</SubSystem> + <SubSystem>Console</SubSystem>
+ <OptimizeReferences>true</OptimizeReferences> + <OptimizeReferences>true</OptimizeReferences>
+ <EnableCOMDATFolding>true</EnableCOMDATFolding> + <EnableCOMDATFolding>true</EnableCOMDATFolding>
+ <RandomizedBaseAddress>false</RandomizedBaseAddress> + <RandomizedBaseAddress>true</RandomizedBaseAddress>
+ <DataExecutionPrevention /> + <DataExecutionPrevention />
+ <TargetMachine>MachineX64</TargetMachine> + <TargetMachine>MachineX64</TargetMachine>
+ </Link> + </Link>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment