Skip to content

Commit 995c48e

Browse files
committed
Fixed compilation issue when /msvc/ projects.
1 parent 207d652 commit 995c48e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

msvc/common.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<ClCompile Include="..\src\common\environmentfunc.cpp" />
1818
<ClCompile Include="..\src\common\filesystemfunc.cpp" />
1919
<ClCompile Include="..\src\common\logger.cpp" />
20+
<ClCompile Include="..\src\common\nativefunc.cpp" />
2021
<ClCompile Include="..\src\common\stringfunc.cpp" />
2122
</ItemGroup>
2223
<ItemGroup>
@@ -26,6 +27,7 @@
2627
<ClInclude Include="..\src\common\environmentfunc.h" />
2728
<ClInclude Include="..\src\common\filesystemfunc.h" />
2829
<ClInclude Include="..\src\common\logger.h" />
30+
<ClInclude Include="..\src\common\nativefunc.h" />
2931
<ClInclude Include="..\src\common\stringfunc.h" />
3032
</ItemGroup>
3133
<PropertyGroup Label="Globals">

msvc/common.vcxproj.filters

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
<ClCompile Include="..\src\common\stringfunc.cpp">
3737
<Filter>Source Files</Filter>
3838
</ClCompile>
39+
<ClCompile Include="..\src\common\nativefunc.cpp">
40+
<Filter>Source Files</Filter>
41+
</ClCompile>
3942
</ItemGroup>
4043
<ItemGroup>
4144
<ClInclude Include="..\src\common\argumentparser.h">
@@ -59,5 +62,8 @@
5962
<ClInclude Include="..\src\common\stringfunc.h">
6063
<Filter>Header Files</Filter>
6164
</ClInclude>
65+
<ClInclude Include="..\src\common\nativefunc.h">
66+
<Filter>Header Files</Filter>
67+
</ClInclude>
6268
</ItemGroup>
6369
</Project>

0 commit comments

Comments
 (0)