diff options
author | George Hazan <george.hazan@gmail.com> | 2025-05-08 19:17:53 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-05-08 19:17:53 +0300 |
commit | 992fca5a2407a43bd258aa07b76a0aa1ff8ed1fb (patch) | |
tree | f2ac1c99649dfd237a7d18ee42379c2c63c42ec2 | |
parent | eced77f4b8e64ea001e505f57b6261f7b698183f (diff) |
compilation fix
-rw-r--r-- | protocols/ICQCorp/Proto_icq/Proto_ICQ.vcxproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/protocols/ICQCorp/Proto_icq/Proto_ICQ.vcxproj b/protocols/ICQCorp/Proto_icq/Proto_ICQ.vcxproj index 21763bbc0b..0e3304a87c 100644 --- a/protocols/ICQCorp/Proto_icq/Proto_ICQ.vcxproj +++ b/protocols/ICQCorp/Proto_icq/Proto_ICQ.vcxproj @@ -25,4 +25,10 @@ <ImportGroup Label="PropertySheets"> <Import Project="$(ProjectDir)..\..\..\build\vc.common\icons.props" /> </ImportGroup> + <ItemGroup> + <ClInclude Include="src\resource.h" /> + </ItemGroup> + <ItemGroup> + <ResourceCompile Include="res\Proto_ICQ.rc" /> + </ItemGroup> </Project>
\ No newline at end of file |