diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-22 12:29:14 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-22 12:29:14 +0000 |
commit | 5095e9d08fedfb4ea175403266b343f4561a1a9d (patch) | |
tree | aee2b45b3fdb0273bc1031d62f6a158808a9afdf /plugins/TopToolBar/TopToolBar.vcxproj | |
parent | cebec2980d00661cddf6d287800de656c6909f29 (diff) |
pointers, pointers everywhere
git-svn-id: http://svn.miranda-ng.org/main/trunk@525 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TopToolBar/TopToolBar.vcxproj')
-rw-r--r-- | plugins/TopToolBar/TopToolBar.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/TopToolBar/TopToolBar.vcxproj b/plugins/TopToolBar/TopToolBar.vcxproj index 788b21a647..18acc171d6 100644 --- a/plugins/TopToolBar/TopToolBar.vcxproj +++ b/plugins/TopToolBar/TopToolBar.vcxproj @@ -272,6 +272,7 @@ <PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="toolbar.cpp" />
+ <ClCompile Include="topbutton.cpp" />
<ClCompile Include="ttbopt.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|