diff options
| author | Ryan Houdek <Sonicadvance1@gmail.com> | 2012-12-25 22:52:30 -0600 |
|---|---|---|
| committer | Ryan Houdek <Sonicadvance1@gmail.com> | 2012-12-25 22:52:30 -0600 |
| commit | e9099459bb6d2e66eefb6686c2fee2a03bf19fd5 (patch) | |
| tree | 9d0e4c93818d33cc961eb806ab084bb5b27c1c88 /Source | |
| parent | c884dbf65457c665229e84adebf223b34aeee3c2 (diff) | |
Maybe fix Windows compiling.
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/DolphinWX/Dolphin.vcxproj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/Core/DolphinWX/Dolphin.vcxproj b/Source/Core/DolphinWX/Dolphin.vcxproj index d945e395f9..2c64ca4ee2 100644 --- a/Source/Core/DolphinWX/Dolphin.vcxproj +++ b/Source/Core/DolphinWX/Dolphin.vcxproj @@ -265,7 +265,7 @@ xcopy "$(SolutionDir)..\Externals\SDL\$(PlatformName)\*.dll" "$(TargetDir)" /e / <ClCompile Include="Src\PHackSettings.cpp" /> <ClCompile Include="Src\Debugger\RegisterView.cpp" /> <ClCompile Include="Src\Debugger\RegisterWindow.cpp" /> - <ClCompile Include="Src\VideoInterface\WGL.cpp" /> + <ClCompile Include="Src\GLInterface\WGL.cpp" /> <ClCompile Include="Src\stdafx.cpp"> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DebugFast|Win32'">Create</PrecompiledHeader> @@ -327,6 +327,9 @@ xcopy "$(SolutionDir)..\Externals\SDL\$(PlatformName)\*.dll" "$(TargetDir)" /e / <ClInclude Include="Src\WiimoteConfigDiag.h" /> <ClInclude Include="Src\WXInputBase.h" /> <ClInclude Include="Src\WxUtils.h" /> + <ClInclude Include="Src\GLInterface.h" /> + <ClInclude Include="Src\GLInterface\InterfaceBase.h" /> + <ClInclude Include="Src\GLInterface\WGL.h" /> </ItemGroup> <ItemGroup> <None Include="..\..\..\Installer\Dolphin.ico" /> |
