1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-02 09:03:37 +00:00

Rename GLFunctions.cpp to GLFunctions_windows.cpp

This commit is contained in:
Sergey Lipskiy 2015-04-20 15:39:53 +06:00
parent 968059b319
commit cd1a679160
4 changed files with 5 additions and 5 deletions

View File

@ -319,7 +319,7 @@
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug_mupenplus|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release_mupenplus|Win32'">true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\src\windows\GLFunctions.cpp" />
<ClCompile Include="..\..\src\windows\GLFunctions_windows.cpp" />
<ClCompile Include="..\..\src\windows\GLideN64_windows.cpp">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug_mupenplus|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release_mupenplus|Win32'">true</ExcludedFromBuild>

View File

@ -146,9 +146,6 @@
<ClCompile Include="..\..\src\windows\CommonAPIImpl_windows.cpp">
<Filter>Source Files\windows</Filter>
</ClCompile>
<ClCompile Include="..\..\src\windows\GLFunctions.cpp">
<Filter>Source Files\windows</Filter>
</ClCompile>
<ClCompile Include="..\..\src\windows\GLideN64_windows.cpp">
<Filter>Source Files\windows</Filter>
</ClCompile>
@ -191,6 +188,9 @@
<ClCompile Include="..\..\src\Keys.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\src\windows\GLFunctions_windows.cpp">
<Filter>Source Files\windows</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\src\3DMath.h">

View File

@ -57,7 +57,7 @@ if(MUPENPLUSAPI)
mupenplus/OpenGL_mupenplus.cpp
)
set(GLideN64_SOURCES_WIN ${GLideN64_SOURCES_UNIX}
windows/GLFunctions.cpp
windows/GLFunctions_windows.cpp
)
set(GLideN64_DLL_NAME mupen64plus-video-GLideN64)
else(MUPENPLUSAPI)