Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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