diff options
Diffstat (limited to 'server/modules/downloaders')
-rw-r--r-- | server/modules/downloaders/curl/curl.project | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/modules/downloaders/curl/curl.project b/server/modules/downloaders/curl/curl.project index 51434a3..6a04772 100644 --- a/server/modules/downloaders/curl/curl.project +++ b/server/modules/downloaders/curl/curl.project @@ -47,7 +47,7 @@ <ResourceCompiler Options=""/> </GlobalSettings> <Configuration Name="Debug" CompilerType="GCC" DebuggerType="GNU gdb debugger" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append"> - <Compiler Options="-std=c++11;-Wall;-g -Wall -fexceptions -fPIC -DBOOST_LOG_DYN_LINK" C_Options="-std=c++11;-std=c99;-Wall;-g -Wall -fexceptions -fPIC -DBOOST_LOG_DYN_LINK" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0"> + <Compiler Options="-std=c++11;-Wall;-g -Wall -fexceptions -fPIC -DBOOST_LOG_DYN_LINK" C_Options="-std=c99;-Wall;-g -Wall -fexceptions -fPIC -DBOOST_LOG_DYN_LINK" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0"> <IncludePath Value="include"/> <IncludePath Value="../../../include"/> </Compiler> @@ -93,7 +93,7 @@ </Completion> </Configuration> <Configuration Name="Release" CompilerType="GCC" DebuggerType="GNU gdb debugger" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append"> - <Compiler Options="-std=c++11 -O2 -Wall -fexceptions -fPIC -DBOOST_LOG_DYN_LINK " C_Options="-std=c++11 -O2 -Wall -fexceptions -fPIC -DBOOST_LOG_DYN_LINK " Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0"> + <Compiler Options="-std=c++11 -O2 -Wall -fexceptions -fPIC -DBOOST_LOG_DYN_LINK " C_Options="-std=c99 -O2 -Wall -fexceptions -fPIC -DBOOST_LOG_DYN_LINK " Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0"> <IncludePath Value="include"/> <IncludePath Value="../../../include"/> </Compiler> |