Skip to content
Snippets Groups Projects
Commit 925cf260 authored by chrfranke's avatar chrfranke
Browse files

os_win32/vc14/smart*.vcxproj*: Add missing scsinvme.cpp.

git-svn-id: https://svn.code.sf.net/p/smartmontools/code/trunk@4933 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 261bac4c
No related branches found
No related tags found
No related merge requests found
$Id$ $Id$
2019-07-01 Christian Franke <franke@computer.org>
os_win32/vc14/smart*.vcxproj*: Add missing scsinvme.cpp.
2019-06-28 Christian Franke <franke@computer.org> 2019-06-28 Christian Franke <franke@computer.org>
smartd.cpp: Reset scheduled_test_next_check time if system clock smartd.cpp: Reset scheduled_test_next_check time if system clock
......
...@@ -270,6 +270,7 @@ ...@@ -270,6 +270,7 @@
<ClCompile Include="..\..\os_win32.cpp" /> <ClCompile Include="..\..\os_win32.cpp" />
<ClCompile Include="..\..\scsiata.cpp" /> <ClCompile Include="..\..\scsiata.cpp" />
<ClCompile Include="..\..\scsicmds.cpp" /> <ClCompile Include="..\..\scsicmds.cpp" />
<ClCompile Include="..\..\scsinvme.cpp" />
<ClCompile Include="..\..\scsiprint.cpp" /> <ClCompile Include="..\..\scsiprint.cpp" />
<ClCompile Include="..\..\smartctl.cpp" /> <ClCompile Include="..\..\smartctl.cpp" />
<ClCompile Include="..\..\smartd.cpp"> <ClCompile Include="..\..\smartd.cpp">
......
...@@ -59,6 +59,7 @@ ...@@ -59,6 +59,7 @@
<ClCompile Include="..\..\os_win32.cpp" /> <ClCompile Include="..\..\os_win32.cpp" />
<ClCompile Include="..\..\scsiata.cpp" /> <ClCompile Include="..\..\scsiata.cpp" />
<ClCompile Include="..\..\scsicmds.cpp" /> <ClCompile Include="..\..\scsicmds.cpp" />
<ClCompile Include="..\..\scsinvme.cpp" />
<ClCompile Include="..\..\scsiprint.cpp" /> <ClCompile Include="..\..\scsiprint.cpp" />
<ClCompile Include="..\..\smartctl.cpp" /> <ClCompile Include="..\..\smartctl.cpp" />
<ClCompile Include="..\..\smartd.cpp" /> <ClCompile Include="..\..\smartd.cpp" />
......
...@@ -274,6 +274,7 @@ ...@@ -274,6 +274,7 @@
<ClCompile Include="..\..\os_win32.cpp" /> <ClCompile Include="..\..\os_win32.cpp" />
<ClCompile Include="..\..\scsiata.cpp" /> <ClCompile Include="..\..\scsiata.cpp" />
<ClCompile Include="..\..\scsicmds.cpp" /> <ClCompile Include="..\..\scsicmds.cpp" />
<ClCompile Include="..\..\scsinvme.cpp" />
<ClCompile Include="..\..\scsiprint.cpp"> <ClCompile Include="..\..\scsiprint.cpp">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
......
...@@ -59,6 +59,7 @@ ...@@ -59,6 +59,7 @@
<ClCompile Include="..\..\os_win32.cpp" /> <ClCompile Include="..\..\os_win32.cpp" />
<ClCompile Include="..\..\scsiata.cpp" /> <ClCompile Include="..\..\scsiata.cpp" />
<ClCompile Include="..\..\scsicmds.cpp" /> <ClCompile Include="..\..\scsicmds.cpp" />
<ClCompile Include="..\..\scsinvme.cpp" />
<ClCompile Include="..\..\scsiprint.cpp" /> <ClCompile Include="..\..\scsiprint.cpp" />
<ClCompile Include="..\..\smartctl.cpp" /> <ClCompile Include="..\..\smartctl.cpp" />
<ClCompile Include="..\..\smartd.cpp" /> <ClCompile Include="..\..\smartd.cpp" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment