Skip to content

Commit

Permalink
[MSVC] allow user level project customization
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Jun 29, 2019
1 parent 0f30954 commit c83f0ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_msvc/common.init.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,5 @@
<AdditionalDependencies>crypt32.lib;Iphlpapi.lib;ws2_32.lib;Shlwapi.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<Import Project="common.init.vcxproj.user" Condition="Exists('common.init.vcxproj.user')" />
</Project>

0 comments on commit c83f0ac

Please sign in to comment.