Skip to content

Commit

Permalink
Revert "xrGame: fix windows build"
Browse files Browse the repository at this point in the history
This reverts commit ebaee68.
  • Loading branch information
Xottab-DUTY committed Oct 11, 2018
1 parent d8819b0 commit 43ef63a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/xrGame/xrGame.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1479,6 +1479,7 @@
<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 @@ -3451,6 +3452,10 @@
<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: 9 additions & 1 deletion src/xrGame/xrGame.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -6042,6 +6042,9 @@
<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 @@ -6458,7 +6461,6 @@
<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 @@ -9365,6 +9367,9 @@
<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 @@ -9787,6 +9792,9 @@
<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 43ef63a

Please sign in to comment.