Skip to content

Commit

Permalink
feat: Added the ability to call the cmd tool with --createmissingdepe…
Browse files Browse the repository at this point in the history
…ndtlbs (#228)
  • Loading branch information
Sandoli committed Jan 9, 2024
1 parent 074db15 commit f55289d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
<_DsComArguments> $(_DsComArguments) "$(_DsComExportTypeLibraryAssemblyFile)"</_DsComArguments>
<_DsComArguments> $(_DsComArguments) $(_DsComAliasNames)</_DsComArguments>
<_DsComArguments Condition="'$(DsComOverideLibraryName)' != ''"> $(_DsComArguments) --overridename "$(DsComOverideLibraryName)"</_DsComArguments>
<_DsComArguments Condition="'$(DsComTlbExportCreateMissingDependentTlbs)' != ''"> $(_DsComArguments) --createmissingdependenttlbs $(DsComTlbExportCreateMissingDependentTlbs)</_DsComArguments>
<_DsComArguments> $(_DsComArguments) --out "$(_DsComExportTypeLibraryTargetFile)"</_DsComArguments>
<_DsComWorkingDir>$(OutDir)</_DsComWorkingDir>
<_DsComWorkingDir Condition="$(_DsComWorkingDir) == ''">$(OutputPath)</_DsComWorkingDir>
Expand Down

0 comments on commit f55289d

Please sign in to comment.