mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 18:20:27 +00:00
Change the entry point in MSVC2010 builds
This commit is contained in:
parent
4ba1e8336d
commit
fbdd53b717
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user