diff options
Diffstat (limited to 'server/restarter_server.project')
-rw-r--r-- | server/restarter_server.project | 29 |
1 files changed, 25 insertions, 4 deletions
diff --git a/server/restarter_server.project b/server/restarter_server.project index f48e175..aa09d0c 100644 --- a/server/restarter_server.project +++ b/server/restarter_server.project @@ -9,7 +9,20 @@ <Dependencies/> <VirtualDirectory Name="src"> <File Name="main.cpp"/> + <File Name="api_service.h"/> + <File Name="service.cpp"/> + <File Name="headers.h"/> + <File Name="get_function.cpp"/> + <File Name="get_function.h"/> + <File Name="config.cpp"/> + <File Name="config.h"/> + <File Name="modules.cpp"/> + <File Name="modules.h"/> + <File Name="server.cpp"/> + <File Name="server.h"/> </VirtualDirectory> + <Dependencies Name="Debug"/> + <Dependencies Name="Release"/> <Settings Type="Executable"> <GlobalSettings> <Compiler Options="" C_Options=""> @@ -23,12 +36,16 @@ <Configuration Name="Debug" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append"> <Compiler Options="-g" C_Options="-g" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" UseDifferentPCHFlags="no" PCHFlags=""> <IncludePath Value="."/> + <IncludePath Value="../proto_lib"/> </Compiler> <Linker Options="" Required="yes"> + <LibraryPath Value="../proto_lib/Debug"/> <Library Value="boost_system"/> <Library Value="pthread"/> <Library Value="ssl"/> <Library Value="crypto"/> + <Library Value="boost_filesystem"/> + <Library Value="proto"/> </Linker> <ResourceCompiler Options="" Required="no"/> <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Debug" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/> @@ -55,10 +72,12 @@ <CustomPostBuild/> <CustomPreBuild/> </AdditionalRules> - <Completion> + <Completion EnableCpp11="yes"> + <ClangCmpFlagsC/> <ClangCmpFlags/> <ClangPP/> - <SearchPaths/> + <SearchPaths>/usr/include +/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/include</SearchPaths> </Completion> </Configuration> <Configuration Name="Release" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append"> @@ -74,7 +93,8 @@ <ResourceCompiler Options="" Required="no"/> <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Release" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/> <Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>"> - <![CDATA[]]> + <![CDATA[ + ]]> </Environment> <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath=""> <PostConnectCommands/> @@ -96,7 +116,8 @@ <CustomPostBuild/> <CustomPreBuild/> </AdditionalRules> - <Completion> + <Completion EnableCpp11="no"> + <ClangCmpFlagsC/> <ClangCmpFlags/> <ClangPP/> <SearchPaths/> |