diff options
Diffstat (limited to 'services/unix_exec_service/unix_exec_service.project')
-rw-r--r-- | services/unix_exec_service/unix_exec_service.project | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/services/unix_exec_service/unix_exec_service.project b/services/unix_exec_service/unix_exec_service.project index eb14914..1425952 100644 --- a/services/unix_exec_service/unix_exec_service.project +++ b/services/unix_exec_service/unix_exec_service.project @@ -56,8 +56,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 gcc" DebuggerType="GNU gdb debugger" Type="" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append"> @@ -69,6 +68,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=""> |