Change the entry point in MSVC2010 builds

This commit is contained in:
Andrés 2017-12-15 18:03:20 -05:00 committed by GitHub
parent 4ba1e8336d
commit fbdd53b717
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -272,7 +272,7 @@
</ClCompile>
<Link>
<SubSystem>WINDOWS</SubSystem>
<EntryPointSymbol>main</EntryPointSymbol>
<EntryPointSymbol>mainCRTStartup</EntryPointSymbol>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
@ -297,7 +297,7 @@
</ClCompile>
<Link>
<SubSystem>WINDOWS</SubSystem>
<EntryPointSymbol>main</EntryPointSymbol>
<EntryPointSymbol>mainCRTStartup</EntryPointSymbol>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
@ -323,7 +323,7 @@
</ClCompile>
<Link>
<SubSystem>WINDOWS</SubSystem>
<EntryPointSymbol>main</EntryPointSymbol>
<EntryPointSymbol>mainCRTStartup</EntryPointSymbol>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
@ -348,7 +348,7 @@
</ClCompile>
<Link>
<SubSystem>WINDOWS</SubSystem>
<EntryPointSymbol>main</EntryPointSymbol>
<EntryPointSymbol>mainCRTStartup</EntryPointSymbol>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>