Skip to content

Commit

Permalink
xrGame: fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleivg committed Oct 9, 2018
1 parent 7d46fc2 commit ebaee68
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
5 changes: 0 additions & 5 deletions src/xrGame/xrGame.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1479,7 +1479,6 @@
<ClInclude Include="ui\UIRankIndicator.h" />
<ClInclude Include="ui\UIRankingWnd.h" />
<ClInclude Include="ui\UIScriptWnd.h" />
<ClInclude Include="ui\uiscriptwnd_script.h" />
<ClInclude Include="ui\UISecondTaskWnd.h" />
<ClInclude Include="ui\UIServerInfo.h" />
<ClInclude Include="ui\UISkinSelector.h" />
Expand Down Expand Up @@ -3452,10 +3451,6 @@
<PrecompiledHeaderFile>pch_script.h</PrecompiledHeaderFile>
<PrecompiledHeaderOutputFile>$(IntDir)$(ProjectName)_script.pch</PrecompiledHeaderOutputFile>
</ClCompile>
<ClCompile Include="ui\uiscriptwnd_script2.cpp">
<PrecompiledHeaderFile>pch_script.h</PrecompiledHeaderFile>
<PrecompiledHeaderOutputFile>$(IntDir)$(ProjectName)_script.pch</PrecompiledHeaderOutputFile>
</ClCompile>
<ClCompile Include="ui\UISecondTaskWnd.cpp" />
<ClCompile Include="ui\UIServerInfo.cpp" />
<ClCompile Include="ui\UISkinSelector.cpp" />
Expand Down
10 changes: 1 addition & 9 deletions src/xrGame/xrGame.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -6042,9 +6042,6 @@
<ClInclude Include="ui\UIScriptWnd.h">
<Filter>UI\UIWindows\ScriptWnd</Filter>
</ClInclude>
<ClInclude Include="ui\uiscriptwnd_script.h">
<Filter>UI\UIWindows\ScriptWnd</Filter>
</ClInclude>
<ClInclude Include="ui\UICellCustomItems.h">
<Filter>UI\UIWindows\DragDrop</Filter>
</ClInclude>
Expand Down Expand Up @@ -6461,6 +6458,7 @@
<ClInclude Include="ui\UISleepStatic.h">
<Filter>UI\UIWindows\Static</Filter>
</ClInclude>
<ClInclude Include="ui\UILoadingScreenHardcoded.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="damage_manager.cpp">
Expand Down Expand Up @@ -9367,9 +9365,6 @@
<ClCompile Include="ui\UIScriptWnd_script.cpp">
<Filter>UI\UIWindows\ScriptWnd</Filter>
</ClCompile>
<ClCompile Include="ui\uiscriptwnd_script2.cpp">
<Filter>UI\UIWindows\ScriptWnd</Filter>
</ClCompile>
<ClCompile Include="ui\UICellCustomItems.cpp">
<Filter>UI\UIWindows\DragDrop</Filter>
</ClCompile>
Expand Down Expand Up @@ -9792,9 +9787,6 @@
<ClCompile Include="WeaponScript.cpp">
<Filter>Core\Client\Objects\items &amp; weapons\Weapons\WeaponScript</Filter>
</ClCompile>
<ClCompile Include="ui\UILoadingScreenHardcoded.h">
<Filter>UI\Common\LoadingScreen</Filter>
</ClCompile>
<ClCompile Include="ui\UISleepStatic.cpp">
<Filter>UI\UIWindows\Static</Filter>
</ClCompile>
Expand Down

0 comments on commit ebaee68

Please sign in to comment.