diff options
| author | Ryan Houdek <Sonicadvance1@gmail.com> | 2012-12-17 16:19:55 -0600 |
|---|---|---|
| committer | Ryan Houdek <Sonicadvance1@gmail.com> | 2012-12-17 16:19:55 -0600 |
| commit | f2004b2474b007b693f3bb8a48437fb3876e69da (patch) | |
| tree | 63d558ba4a43686651d665a286701e0d49b4f4bd /Source | |
| parent | 6099148541b1b8e6d238233c62a6bf530e1e5e74 (diff) | |
Blindly add WGL.cpp file to the Windows project file. Just for Neo
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/DolphinWX/Dolphin.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Core/DolphinWX/Dolphin.vcxproj b/Source/Core/DolphinWX/Dolphin.vcxproj index 72c40a3db4..d945e395f9 100644 --- a/Source/Core/DolphinWX/Dolphin.vcxproj +++ b/Source/Core/DolphinWX/Dolphin.vcxproj @@ -265,6 +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\stdafx.cpp"> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DebugFast|Win32'">Create</PrecompiledHeader> @@ -387,4 +388,4 @@ xcopy "$(SolutionDir)..\Externals\SDL\$(PlatformName)\*.dll" "$(TargetDir)" /e / <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> -</Project>
\ No newline at end of file +</Project> |
