Skip to content

Commit

Permalink
Update library locations locations
Browse files Browse the repository at this point in the history
  • Loading branch information
ieivanov committed Aug 2, 2022
1 parent 3b8f2e5 commit 5f6c966
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions DeviceAdapters/MeadowlarkLC/MeadowlarkLC.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClInclude Include="resource.h" />
<ClInclude Include="MeadowlarkLC.h" />
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -60,13 +61,13 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
<LibraryPath>"$(MM_3RDPARTYPRIVATE)\Meadowlark\V104\lib64";$(LibraryPath)</LibraryPath>
<IncludePath>$(MM_3RDPARTYPRIVATE)\Meadowlark\V104\include;$(IncludePath)</IncludePath>
<LibraryPath>"$(MM_3RDPARTYPRIVATE)\Meadowlark\V107\lib64";$(LibraryPath)</LibraryPath>
<IncludePath>$(MM_3RDPARTYPRIVATE)\Meadowlark\V107\include;$(IncludePath)</IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
<LibraryPath>"$(MM_3RDPARTYPRIVATE)\Meadowlark\V104\lib64";$(LibraryPath)</LibraryPath>
<IncludePath>$(MM_3RDPARTYPRIVATE)\Meadowlark\V104\include;$(IncludePath)</IncludePath>
<LibraryPath>"$(MM_3RDPARTYPRIVATE)\Meadowlark\V107\lib64";$(LibraryPath)</LibraryPath>
<IncludePath>$(MM_3RDPARTYPRIVATE)\Meadowlark\V107\include;$(IncludePath)</IncludePath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
Expand All @@ -77,7 +78,7 @@
<Link>
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalDependencies>usbdrvd64.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>usbdrvd.lib;%(AdditionalDependencies)</AdditionalDependencies>
<EnableUAC>false</EnableUAC>
</Link>
</ItemDefinitionGroup>
Expand All @@ -94,7 +95,7 @@
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalDependencies>usbdrvd64.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>usbdrvd.lib;%(AdditionalDependencies)</AdditionalDependencies>
<EnableUAC>false</EnableUAC>
</Link>
</ItemDefinitionGroup>
Expand Down

0 comments on commit 5f6c966

Please sign in to comment.