diff --git a/smartmontools/os_win32/smartctl_vc8.vcproj b/smartmontools/os_win32/smartctl_vc8.vcproj index ea44ab7f0e662cccb81d21a8a7c5587297db5ef8..f691e4e40d16a9d01ee14a1791d2281ed01279dc 100644 --- a/smartmontools/os_win32/smartctl_vc8.vcproj +++ b/smartmontools/os_win32/smartctl_vc8.vcproj @@ -40,7 +40,7 @@ <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories=".,..\posix" + AdditionalIncludeDirectories=".,..\getopt,..\posix" PreprocessorDefinitions="_DEBUG;HAVE_CONFIG_H;_ERRCODE_DEFINED;errno_t=int;_USE_32BIT_TIME_T;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE" MinimalRebuild="true" BasicRuntimeChecks="3" @@ -116,7 +116,7 @@ /> <Tool Name="VCCLCompilerTool" - AdditionalIncludeDirectories=".,..\posix" + AdditionalIncludeDirectories=".,..\getopt,..\posix" PreprocessorDefinitions="NDEBUG;HAVE_CONFIG_H;_ERRCODE_DEFINED;errno_t=int;_USE_32BIT_TIME_T;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE" RuntimeLibrary="2" UsePrecompiledHeader="0" diff --git a/smartmontools/os_win32/smartd_vc8.vcproj b/smartmontools/os_win32/smartd_vc8.vcproj index c98b5f0445c21317af60a2d9b1d94dc2334ca86a..697feb26c4fcae9f541a500de268f569e29cba83 100644 --- a/smartmontools/os_win32/smartd_vc8.vcproj +++ b/smartmontools/os_win32/smartd_vc8.vcproj @@ -40,7 +40,7 @@ <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories=".,..\posix" + AdditionalIncludeDirectories=".,..\getopt,..\posix" PreprocessorDefinitions="_DEBUG;HAVE_CONFIG_H;_ERRCODE_DEFINED;errno_t=int;_USE_32BIT_TIME_T;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE" MinimalRebuild="true" BasicRuntimeChecks="3" @@ -116,7 +116,7 @@ /> <Tool Name="VCCLCompilerTool" - AdditionalIncludeDirectories=".,..\posix" + AdditionalIncludeDirectories=".,..\getopt,..\posix" PreprocessorDefinitions="NDEBUG;HAVE_CONFIG_H;_ERRCODE_DEFINED;errno_t=int;_USE_32BIT_TIME_T;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE" RuntimeLibrary="2" UsePrecompiledHeader="0"