diff options
Diffstat (limited to 'plugins/TopToolBar/TopToolBar.vcxproj')
| -rw-r--r-- | plugins/TopToolBar/TopToolBar.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/TopToolBar/TopToolBar.vcxproj b/plugins/TopToolBar/TopToolBar.vcxproj index fd726d75fa..97ce6f8155 100644 --- a/plugins/TopToolBar/TopToolBar.vcxproj +++ b/plugins/TopToolBar/TopToolBar.vcxproj @@ -194,9 +194,10 @@ </ItemGroup>
<ItemGroup>
<ClCompile Include="src\InternalButtons.cpp" />
- <ClCompile Include="src\main.cpp">
+ <ClCompile Include="src\stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
+ <ClCompile Include="src\main.cpp" />
<ClCompile Include="src\toolbar.cpp" />
<ClCompile Include="src\toolbarwnd.cpp" />
<ClCompile Include="src\topbutton.cpp" />
|
