Skip to content

Commit 4552353

Browse files
committed
maybe like this?
1 parent 862d50a commit 4552353

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

PCbuild/pythoncore.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@
447447
<PreprocessorDefinitions>HACL_CAN_COMPILE_VEC128;%(PreprocessorDefinitions)</PreprocessorDefinitions>
448448
<AdditionalOptions>/arch:AVX %(AdditionalOptions)</AdditionalOptions>
449449
</ClCompile>
450+
<ClCompile Include="..\Modules\_hashlib\hashlib_buffer.c" />
450451
<ClInclude Include="..\Modules\_hashlib\hashlib_buffer.h" />
451452
<ClInclude Include="..\Modules\_hashlib\hashlib_fetch.h" />
452453
<ClInclude Include="..\Modules\_hashlib\hashlib_mutex.h" />

PCbuild/pythoncore.vcxproj.filters

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -980,6 +980,9 @@
980980
<ClCompile Include="..\Modules\_hacl\Hacl_Streaming_HMAC.c">
981981
<Filter>Modules</Filter>
982982
</ClCompile>
983+
<ClCompile Include="..\Modules\_hashlib\hashlib_buffer.c">
984+
<Filter>Modules\_hashlib</Filter>
985+
</ClCompile>
983986
<ClCompile Include="..\Modules\_heapqmodule.c">
984987
<Filter>Modules</Filter>
985988
</ClCompile>

0 commit comments

Comments
 (0)