Skip to content

Commit e2196f7

Browse files
committed
Simplify resource files
Resource files of userspace tools are only required for version information. All unnecessary stuff are cleared out.
1 parent 86dbee9 commit e2196f7

File tree

6 files changed

+0
-30
lines changed

6 files changed

+0
-30
lines changed

userspace/src/usbip/resource.h

-14
This file was deleted.

userspace/src/usbip/usbip.rc

-2.8 KB
Binary file not shown.

userspace/src/usbip/usbip.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@
170170
</ItemGroup>
171171
<ItemGroup>
172172
<ClInclude Include="..\..\config.h" />
173-
<ClInclude Include="resource.h" />
174173
<ClInclude Include="usbip.h" />
175174
<ClInclude Include="usbip_dscr.h" />
176175
<ClInclude Include="usbip_vhci.h" />

userspace/src/usbipd/resource.h

-14
This file was deleted.

userspace/src/usbipd/usbipd.rc

-2.8 KB
Binary file not shown.

userspace/src/usbipd/usbipd.vcxproj

-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@
164164
</ItemGroup>
165165
<ItemGroup>
166166
<ClInclude Include="..\..\config.h" />
167-
<ClInclude Include="resource.h" />
168167
<ClInclude Include="usbipd.h" />
169168
<ClInclude Include="usbipd_stub.h" />
170169
</ItemGroup>

0 commit comments

Comments
 (0)