用户环境变量添加

INCLUDE=C:\inc;c:\inc2

LIB=c:\lib

 

编辑文件C:\Users\Administrator\AppData\Local\Microsoft\MSBuild\v4.0\Microsoft.Cpp.Win32.user.props

 

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<LibraryPath>$(LIB);$(LibraryPath)</LibraryPath>
<IncludePath>$(INCLUDE);$(IncludePath)</IncludePath>
</PropertyGroup>
</Project>

 

相关文章:

  • 2021-06-06
  • 2022-12-23
  • 2022-01-22
  • 2021-12-26
  • 2022-12-23
  • 2022-12-23
  • 2021-08-27
猜你喜欢
  • 2021-08-05
  • 2022-12-23
  • 2022-12-23
  • 2021-08-07
  • 2021-11-29
  • 2021-09-25
  • 2022-01-19
相关资源
相似解决方案