Skip to content

Commit

Permalink
Don't use celengine\starbrowser.* in VC++ build
Browse files Browse the repository at this point in the history
It provides predicates defined also in celestia\winstarbrowser.*, the
conflict is silently ignored, breaking sorting in a star browser.
  • Loading branch information
375gnu committed Feb 19, 2020
1 parent a78f09d commit 99159c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions celestia.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@
<ClCompile Include="src\celengine\spiceorbit.cpp" />
<ClCompile Include="src\celengine\spicerotation.cpp" />
<ClCompile Include="src\celengine\star.cpp" />
<ClCompile Include="src\celengine\starbrowser.cpp" />
<ClCompile Include="src\celengine\starcolors.cpp" />
<ClCompile Include="src\celengine\stardb.cpp" />
<ClCompile Include="src\celengine\starname.cpp" />
Expand Down Expand Up @@ -377,7 +376,6 @@
<ClInclude Include="src\celengine\spiceorbit.h" />
<ClInclude Include="src\celengine\spicerotation.h" />
<ClInclude Include="src\celengine\star.h" />
<ClInclude Include="src\celengine\starbrowser.h" />
<ClInclude Include="src\celengine\starcolors.h" />
<ClInclude Include="src\celengine\stardb.h" />
<ClInclude Include="src\celengine\starname.h" />
Expand Down
6 changes: 0 additions & 6 deletions celestia.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -402,9 +402,6 @@
<ClCompile Include="src\celengine\star.cpp">
<Filter>Source Files\celengine</Filter>
</ClCompile>
<ClCompile Include="src\celengine\starbrowser.cpp">
<Filter>Source Files\celengine</Filter>
</ClCompile>
<ClCompile Include="src\celengine\starcolors.cpp">
<Filter>Source Files\celengine</Filter>
</ClCompile>
Expand Down Expand Up @@ -689,9 +686,6 @@
<ClInclude Include="src\celengine\star.h">
<Filter>Header Files\celengine</Filter>
</ClInclude>
<ClInclude Include="src\celengine\starbrowser.h">
<Filter>Header Files\celengine</Filter>
</ClInclude>
<ClInclude Include="src\celengine\starcolors.h">
<Filter>Header Files\celengine</Filter>
</ClInclude>
Expand Down

0 comments on commit 99159c8

Please sign in to comment.