From d381ec234d93f2cf206d52a562285c83880237cc Mon Sep 17 00:00:00 2001 From: Ari Koivula Date: Tue, 24 Sep 2013 10:20:03 +0300 Subject: [PATCH] Move linker options into a property sheet. --- build/C_Properties.props | 3 +++ build/VS2010/HEVC_encoder.vcxproj | 10 +--------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/build/C_Properties.props b/build/C_Properties.props index 8fd1bdbe..70055d45 100644 --- a/build/C_Properties.props +++ b/build/C_Properties.props @@ -9,6 +9,9 @@ Level3 AssemblyAndSourceCode + + Ws2_32.lib;%(AdditionalDependencies) + \ No newline at end of file diff --git a/build/VS2010/HEVC_encoder.vcxproj b/build/VS2010/HEVC_encoder.vcxproj index 98e46d33..44de6c6f 100644 --- a/build/VS2010/HEVC_encoder.vcxproj +++ b/build/VS2010/HEVC_encoder.vcxproj @@ -87,20 +87,12 @@ CompileAsC - Console true Ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - - CompileAsC - - - Console - true - Ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - +