Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Windows] Add missing dlls and enable OpenMP support.
  • Loading branch information
Parlane committed Nov 2, 2013
1 parent e22ff49 commit dab9af4
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -13,7 +13,10 @@ Source/Core/Common/Src/scmrev.h
*.sdf
*.suo
*.vcxproj.user
*.obj
# Ignore files created by posix people
*~
# Ignore transifix configuration directory
.tx
# Ignore tlog files
*.tlog
Binary file added Externals/msvcrt/Win32/msvcp120.dll
Binary file not shown.
Binary file added Externals/msvcrt/Win32/msvcr120.dll
Binary file not shown.
Binary file removed Externals/msvcrt/Win32/vcomp100.dll
Binary file not shown.
Binary file added Externals/msvcrt/Win32/vcomp120.dll
Binary file not shown.
Binary file added Externals/msvcrt/x64/msvcp120.dll
Binary file not shown.
Binary file added Externals/msvcrt/x64/msvcr120.dll
Binary file not shown.
Binary file removed Externals/msvcrt/x64/vcomp100.dll
Binary file not shown.
Binary file added Externals/msvcrt/x64/vcomp120.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Source/Core/DolphinWX/DolphinWX.vcxproj
Expand Up @@ -228,7 +228,7 @@
<!--Copy Exe, Pdb, Data directory and DLLs which should be located in the executable directory-->
<ItemGroup>
<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" />
<AllInputFiles Include="@(DataDirFiles);@(ExternalDlls);@(BinaryFiles)" />
</ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Source/VSProps/Base.props
Expand Up @@ -74,6 +74,7 @@
seem to be a way to only ignore the specific instance we don't care about...
-->
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
<OpenMPSupport>true</OpenMPSupport>
</ClCompile>
<!--ClCompile Base:StaticLibrary-->
<ClCompile Condition="'$(ConfigurationType)'=='StaticLibrary'">
Expand Down

0 comments on commit dab9af4

Please sign in to comment.