Skip to content

Commit

Permalink
Merge pull request #1 from drlsdee/windows_add_version_info
Browse files Browse the repository at this point in the history
Windows add version info
  • Loading branch information
drlsdee authored Apr 19, 2023
2 parents ab6ce81 + e443669 commit f9d30dd
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion win32/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ x64
x86
?ebug
?elease

*.aps
Binary file added win32/kcat.rc
Binary file not shown.
4 changes: 4 additions & 0 deletions win32/kcat.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
<ClInclude Include="..\kcat.h" />
<ClInclude Include="..\rdport.h" />
<ClInclude Include="..\input.h" />
<ClInclude Include="resource.h" />
<ClInclude Include="win32_config.h" />
<ClInclude Include="wingetopt.h" />
</ItemGroup>
Expand All @@ -129,6 +130,9 @@
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="kcat.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="packages\librdkafka.redist.1.8.2\build\native\librdkafka.redist.targets" Condition="Exists('packages\librdkafka.redist.1.8.2\build\native\librdkafka.redist.targets')" />
Expand Down
14 changes: 14 additions & 0 deletions win32/resource.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by kcat.rc

// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 101
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1001
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif

0 comments on commit f9d30dd

Please sign in to comment.