diff options
Diffstat (limited to 'server/restarter_server.project')
-rw-r--r-- | server/restarter_server.project | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/restarter_server.project b/server/restarter_server.project index aa09d0c..d2e0e61 100644 --- a/server/restarter_server.project +++ b/server/restarter_server.project @@ -76,8 +76,7 @@ <ClangCmpFlagsC/> <ClangCmpFlags/> <ClangPP/> - <SearchPaths>/usr/include -/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/include</SearchPaths> + <SearchPaths/> </Completion> </Configuration> <Configuration Name="Release" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append"> @@ -94,6 +93,7 @@ <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Release" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/> <Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>"> <![CDATA[ + ]]> </Environment> <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath=""> |