diff options
| author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-02-13 03:20:52 +0200 | 
|---|---|---|
| committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-02-13 03:20:52 +0200 | 
| commit | e255c37eca94d4d9c23f689b473b106575b9e2fa (patch) | |
| tree | 0d7916bcd872d3da2367acbec6d0594c837193fd /proto_lib/lib.project | |
| parent | 85a13d70cc5249e2f583bb16f0914646aefe4fe6 (diff) | |
some testing code
Diffstat (limited to 'proto_lib/lib.project')
| -rw-r--r-- | proto_lib/lib.project | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/proto_lib/lib.project b/proto_lib/lib.project index 65be5d8..d686c48 100644 --- a/proto_lib/lib.project +++ b/proto_lib/lib.project @@ -29,6 +29,7 @@      <Configuration Name="Debug" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Static Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">        <Compiler Options="-g;-O0;-Wall" C_Options="-g;-O0;-Wall" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" UseDifferentPCHFlags="no" PCHFlags="">          <IncludePath Value="."/> +        <Preprocessor Value="DEBUG"/>        </Compiler>        <Linker Options="" Required="yes"/>        <ResourceCompiler Options="" Required="no"/> @@ -74,6 +75,7 @@          <![CDATA[ +              ]]>        </Environment>        <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">  | 
