diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-02-12 13:47:03 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-02-12 13:47:03 +0200 |
commit | b568c0cab255aefd400d48c05e2cabc6ca96c270 (patch) | |
tree | 471e2794310b6bb6a53d013327122f43d5518685 /proto_lib/lib.project | |
parent | 224d96964ea3c9e541fcd5caa2778af25f71ba2e (diff) |
some work with proto library done
Diffstat (limited to 'proto_lib/lib.project')
-rw-r--r-- | proto_lib/lib.project | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/proto_lib/lib.project b/proto_lib/lib.project index d8e56a4..a8ab117 100644 --- a/proto_lib/lib.project +++ b/proto_lib/lib.project @@ -8,7 +8,6 @@ <Description/> <Dependencies/> <VirtualDirectory Name="src"> - <File Name="protocol.cpp"/> <File Name="api_protocol.h"/> <File Name="packet.cpp"/> <File Name="packet.h"/> @@ -59,8 +58,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="" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append"> @@ -72,6 +70,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=""> |