Fix resource manager not properly accounting for overrides

This commit is contained in:
2015-09-25 20:14:55 -04:00
parent f66c1cb36f
commit 67cf73e593
6 changed files with 47 additions and 24 deletions

View File

@@ -118,6 +118,7 @@
<ClCompile Include="..\..\tools\menu_accel.win.cpp" />
<ClCompile Include="..\..\tools\porting.cpp" />
<ClCompile Include="..\..\tools\prefs.win.cpp" />
<ClCompile Include="..\..\tools\resmgr\restypes.cpp" />
<ClCompile Include="..\..\tools\soundtool.cpp" />
<ClCompile Include="..\..\tools\specials_parse.cpp" />
<ClCompile Include="..\..\tools\tarball.cpp" />

View File

@@ -333,6 +333,9 @@
<ClCompile Include="..\..\tools\porting.cpp">
<Filter>Tools\Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\tools\resmgr\restypes.cpp">
<Filter>Tools\Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\tools\soundtool.cpp">
<Filter>Tools\Source Files</Filter>
</ClCompile>