File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<ItemDefinitionGroup >
4
4
<ClCompile >
5
- <PreprocessorDefinitions >%(PreprocessorDefinitions);CONFIG_CUSTOM_H="config-MIP.h"</PreprocessorDefinitions >
5
+ <PreprocessorDefinitions >%(PreprocessorDefinitions);CONFIG_CUSTOM_H="config-MIP.h";MATSDK_SHARED_LIB=1; </PreprocessorDefinitions >
6
6
</ClCompile >
7
7
<Link >
8
8
<DelayLoadDLLs Condition =" '$(Configuration)'=='Debug'" >ucrtbased.dll; %(DelayLoadDLLs)</DelayLoadDLLs >
Original file line number Diff line number Diff line change 2
2
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<ItemDefinitionGroup >
4
4
<ClCompile >
5
- <PreprocessorDefinitions >%(PreprocessorDefinitions);CONFIG_CUSTOM_H="config-MSIPC.h"</PreprocessorDefinitions >
5
+ <PreprocessorDefinitions >%(PreprocessorDefinitions);CONFIG_CUSTOM_H="config-MSIPC.h";MATSDK_SHARED_LIB=1; </PreprocessorDefinitions >
6
6
</ClCompile >
7
7
</ItemDefinitionGroup >
8
8
<PropertyGroup >
You can’t perform that action at this time.
0 commit comments