|
77 | 77 | <NMakeCleanCommandLine>C:\Windows\sysnative\bash -c "make clean"</NMakeCleanCommandLine> |
78 | 78 | <NMakeReBuildCommandLine>C:\Windows\sysnative\bash -c "make clean && make"</NMakeReBuildCommandLine> |
79 | 79 | <NMakePreprocessorDefinitions>WIN32;_DEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions> |
80 | | - <NMakeIncludeSearchPath>include;../loader/include;C:/Temp/edk2-UDK2018/MdePkg/Include</NMakeIncludeSearchPath> |
| 80 | + <NMakeIncludeSearchPath>include;../hypervisor/include;C:/Temp/edk2-UDK2018/MdePkg/Include</NMakeIncludeSearchPath> |
81 | 81 | </PropertyGroup> |
82 | 82 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
83 | 83 | <NMakeBuildCommandLine>C:\Windows\sysnative\bash -c make</NMakeBuildCommandLine> |
84 | 84 | <NMakeCleanCommandLine>C:\Windows\sysnative\bash -c "make clean"</NMakeCleanCommandLine> |
85 | 85 | <NMakeReBuildCommandLine>C:\Windows\sysnative\bash -c "make clean && make"</NMakeReBuildCommandLine> |
86 | 86 | <NMakePreprocessorDefinitions>_DEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions> |
87 | | - <NMakeIncludeSearchPath>include;../loader/include;C:/Temp/edk2-UDK2018/MdePkg/Include</NMakeIncludeSearchPath> |
| 87 | + <NMakeIncludeSearchPath>include;../hypervisor/include;C:/Temp/edk2-UDK2018/MdePkg/Include</NMakeIncludeSearchPath> |
88 | 88 | </PropertyGroup> |
89 | 89 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
90 | 90 | <NMakeBuildCommandLine>C:\Windows\sysnative\bash -c "make mode=release"</NMakeBuildCommandLine> |
91 | 91 | <NMakeOutput>hypervisor.exe</NMakeOutput> |
92 | 92 | <NMakeCleanCommandLine>C:\Windows\sysnative\bash -c "make clean"</NMakeCleanCommandLine> |
93 | 93 | <NMakeReBuildCommandLine>C:\Windows\sysnative\bash -c "make clean && make mode=release"</NMakeReBuildCommandLine> |
94 | 94 | <NMakePreprocessorDefinitions>WIN32;NDEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions> |
95 | | - <NMakeIncludeSearchPath>include;../loader/include;C:/Temp/edk2-UDK2018/MdePkg/Include</NMakeIncludeSearchPath> |
| 95 | + <NMakeIncludeSearchPath>include;../hypervisor/include;C:/Temp/edk2-UDK2018/MdePkg/Include</NMakeIncludeSearchPath> |
96 | 96 | </PropertyGroup> |
97 | 97 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
98 | 98 | <NMakeBuildCommandLine>C:\Windows\sysnative\bash -c "make mode=release"</NMakeBuildCommandLine> |
99 | 99 | <NMakeOutput>hypervisor.exe</NMakeOutput> |
100 | 100 | <NMakeCleanCommandLine>C:\Windows\sysnative\bash -c "make clean"</NMakeCleanCommandLine> |
101 | 101 | <NMakeReBuildCommandLine>C:\Windows\sysnative\bash -c "make clean && make mode=release"</NMakeReBuildCommandLine> |
102 | 102 | <NMakePreprocessorDefinitions>NDEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions> |
103 | | - <NMakeIncludeSearchPath>include;../loader/include;C:/Temp/edk2-UDK2018/MdePkg/Include</NMakeIncludeSearchPath> |
| 103 | + <NMakeIncludeSearchPath>include;../hypervisor/include;C:/Temp/edk2-UDK2018/MdePkg/Include</NMakeIncludeSearchPath> |
104 | 104 | </PropertyGroup> |
105 | 105 | <ItemDefinitionGroup> |
106 | 106 | </ItemDefinitionGroup> |
|
0 commit comments