aboutsummaryrefslogtreecommitdiff
path: root/msvc/getopt_2015.vcxproj
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2020-12-16 17:38:54 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-12-16 17:38:54 +0000
commit9beb4853425addb272c26ba77c280ffcd786bba5 (patch)
tree52ec0a57e51dc3f785544baf9463e49199238df9 /msvc/getopt_2015.vcxproj
parent1c5621e417a1f78f2523e2da4aa54359666b4e16 (diff)
parente128647bb772438d4383735837b1c20142339799 (diff)
downloadlibusb-9beb4853425addb272c26ba77c280ffcd786bba5.tar.gz
Merge "Upgrade libusb to v1.0.24" am: e128647bb7
Original change: https://android-review.googlesource.com/c/platform/external/libusb/+/1525678 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I3c10eb6d31ed200d9bffb1f16048ad17f508d582
Diffstat (limited to 'msvc/getopt_2015.vcxproj')
-rw-r--r--msvc/getopt_2015.vcxproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/msvc/getopt_2015.vcxproj b/msvc/getopt_2015.vcxproj
index 1413ef6..94526b3 100644
--- a/msvc/getopt_2015.vcxproj
+++ b/msvc/getopt_2015.vcxproj
@@ -61,13 +61,13 @@
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="..\examples\getopt\getopt.c" />
- <ClCompile Include="..\examples\getopt\getopt1.c" />
+ <ClCompile Include=".\getopt\getopt.c" />
+ <ClCompile Include=".\getopt\getopt1.c" />
</ItemGroup>
<ItemGroup>
- <ClInclude Include="..\examples\getopt\getopt.h" />
+ <ClInclude Include=".\getopt\getopt.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project>
+</Project> \ No newline at end of file