mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 06:51:17 +01:00
[Windows] Add missing dlls and enable OpenMP support.
This commit is contained in:
parent
e22ff4927a
commit
dab9af43a4
3
.gitignore
vendored
3
.gitignore
vendored
@ -13,7 +13,10 @@ Source/Core/Common/Src/scmrev.h
|
|||||||
*.sdf
|
*.sdf
|
||||||
*.suo
|
*.suo
|
||||||
*.vcxproj.user
|
*.vcxproj.user
|
||||||
|
*.obj
|
||||||
# Ignore files created by posix people
|
# Ignore files created by posix people
|
||||||
*~
|
*~
|
||||||
# Ignore transifix configuration directory
|
# Ignore transifix configuration directory
|
||||||
.tx
|
.tx
|
||||||
|
# Ignore tlog files
|
||||||
|
*.tlog
|
BIN
Externals/msvcrt/Win32/msvcp120.dll
vendored
Normal file
BIN
Externals/msvcrt/Win32/msvcp120.dll
vendored
Normal file
Binary file not shown.
BIN
Externals/msvcrt/Win32/msvcr120.dll
vendored
Normal file
BIN
Externals/msvcrt/Win32/msvcr120.dll
vendored
Normal file
Binary file not shown.
BIN
Externals/msvcrt/Win32/vcomp100.dll
vendored
BIN
Externals/msvcrt/Win32/vcomp100.dll
vendored
Binary file not shown.
BIN
Externals/msvcrt/Win32/vcomp120.dll
vendored
Normal file
BIN
Externals/msvcrt/Win32/vcomp120.dll
vendored
Normal file
Binary file not shown.
BIN
Externals/msvcrt/x64/msvcp120.dll
vendored
Normal file
BIN
Externals/msvcrt/x64/msvcp120.dll
vendored
Normal file
Binary file not shown.
BIN
Externals/msvcrt/x64/msvcr120.dll
vendored
Normal file
BIN
Externals/msvcrt/x64/msvcr120.dll
vendored
Normal file
Binary file not shown.
BIN
Externals/msvcrt/x64/vcomp100.dll
vendored
BIN
Externals/msvcrt/x64/vcomp100.dll
vendored
Binary file not shown.
BIN
Externals/msvcrt/x64/vcomp120.dll
vendored
Normal file
BIN
Externals/msvcrt/x64/vcomp120.dll
vendored
Normal file
Binary file not shown.
@ -228,7 +228,7 @@
|
|||||||
<!--Copy Exe, Pdb, Data directory and DLLs which should be located in the executable directory-->
|
<!--Copy Exe, Pdb, Data directory and DLLs which should be located in the executable directory-->
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<DataDirFiles Include="$(SolutionDir)..\Data\**\*.*" />
|
<DataDirFiles Include="$(SolutionDir)..\Data\**\*.*" />
|
||||||
<ExternalDlls Include="$(SolutionDir)..\Externals\OpenAL\$(PlatformName)\*.dll;$(SolutionDir)..\Externals\SDL2-2.0.0\lib\$(PlatformName)\*.dll" />
|
<ExternalDlls Include="$(ExternalsDir)OpenAL\$(PlatformName)\*.dll;$(ExternalsDir)SDL2-2.0.0\lib\$(PlatformName)\*.dll;$(ExternalsDir)msvcrt\$(PlatformName)\*.dll" />
|
||||||
<BinaryFiles Include="$(TargetPath);$(TargetDir)$(TargetName).pdb" />
|
<BinaryFiles Include="$(TargetPath);$(TargetDir)$(TargetName).pdb" />
|
||||||
<AllInputFiles Include="@(DataDirFiles);@(ExternalDlls);@(BinaryFiles)" />
|
<AllInputFiles Include="@(DataDirFiles);@(ExternalDlls);@(BinaryFiles)" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
@ -74,6 +74,7 @@
|
|||||||
seem to be a way to only ignore the specific instance we don't care about...
|
seem to be a way to only ignore the specific instance we don't care about...
|
||||||
-->
|
-->
|
||||||
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
|
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
|
||||||
|
<OpenMPSupport>true</OpenMPSupport>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<!--ClCompile Base:StaticLibrary-->
|
<!--ClCompile Base:StaticLibrary-->
|
||||||
<ClCompile Condition="'$(ConfigurationType)'=='StaticLibrary'">
|
<ClCompile Condition="'$(ConfigurationType)'=='StaticLibrary'">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user