File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 111
111
<ItemDefinitionGroup >
112
112
<ClCompile >
113
113
<PreprocessorDefinitions Condition =" '$(UseJIT)' == 'true'" >_Py_JIT;%(PreprocessorDefinitions)</PreprocessorDefinitions >
114
+ <PreprocessorDefinitions Condition =" '$(UseJIT)' == 'true'" >_Py_TIER2;%(PreprocessorDefinitions)</PreprocessorDefinitions >
114
115
</ClCompile >
115
116
</ItemDefinitionGroup >
116
117
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
Original file line number Diff line number Diff line change 105
105
<PreprocessorDefinitions >_USRDLL;Py_BUILD_CORE;Py_BUILD_CORE_BUILTIN;Py_ENABLE_SHARED;MS_DLL_ID="$(SysWinVer)";%(PreprocessorDefinitions)</PreprocessorDefinitions >
106
106
<PreprocessorDefinitions Condition =" $(IncludeExternals)" >_Py_HAVE_ZLIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
107
107
<PreprocessorDefinitions Condition =" '$(UseJIT)' == 'true'" >_Py_JIT;%(PreprocessorDefinitions)</PreprocessorDefinitions >
108
+ <PreprocessorDefinitions Condition =" '$(UseJIT)' == 'true'" >_Py_TIER2;%(PreprocessorDefinitions)</PreprocessorDefinitions >
108
109
</ClCompile >
109
110
<Link >
110
111
<AdditionalDependencies >version.lib;ws2_32.lib;pathcch.lib;bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies >
You can’t perform that action at this time.
0 commit comments