mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Change the entry point in MSVC2010 builds
This commit is contained in:
parent
4ba1e8336d
commit
fbdd53b717
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue