[loading window] Ensure loading & building order.

This commit is contained in:
Jason Felds
2011-06-05 10:10:45 -04:00
parent def440f1d2
commit 584c2ee613
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -2810,6 +2810,8 @@
RelativePath="HelpDisplay.h" RelativePath="HelpDisplay.h"
> >
</File> </File>
<File RelativePath="InGameLoadingWindow.cpp"></File>
<File RelativePath="InGameLoadingWindow.h"></File>
<File <File
RelativePath="MemoryCardDisplay.cpp" RelativePath="MemoryCardDisplay.cpp"
> >
+1 -1
View File
@@ -371,7 +371,6 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)</Command>
</PostBuildEvent> </PostBuildEvent>
</ItemDefinitionGroup> </ItemDefinitionGroup>
<ItemGroup> <ItemGroup>
<ClCompile Include="InGameLoadingWindow.cpp" />
<ClCompile Include="Screen.cpp" /> <ClCompile Include="Screen.cpp" />
<ClCompile Include="ScreenAttract.cpp" /> <ClCompile Include="ScreenAttract.cpp" />
<ClCompile Include="ScreenBookkeeping.cpp" /> <ClCompile Include="ScreenBookkeeping.cpp" />
@@ -644,6 +643,7 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)</Command>
<ClCompile Include="GraphDisplay.cpp" /> <ClCompile Include="GraphDisplay.cpp" />
<ClCompile Include="GrooveRadar.cpp" /> <ClCompile Include="GrooveRadar.cpp" />
<ClCompile Include="HelpDisplay.cpp" /> <ClCompile Include="HelpDisplay.cpp" />
<ClCompile Include="InGameLoadingWindow.cpp" />
<ClCompile Include="MemoryCardDisplay.cpp" /> <ClCompile Include="MemoryCardDisplay.cpp" />
<ClCompile Include="MenuTimer.cpp" /> <ClCompile Include="MenuTimer.cpp" />
<ClCompile Include="ModIcon.cpp" /> <ClCompile Include="ModIcon.cpp" />