Commit c55310d89fdc91d568966eebdc33edb398a44d25

Authored by Perry Werneck
1 parent 98a5c1a5
Exists in master and in 1 other branch develop

Updating codeblocks project file.

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
.gitignore
... ... @@ -51,3 +51,4 @@ vgcore.*
51 51 doxygen/doxyfile
52 52 glade/v3270.xml
53 53 *test.glade*
  54 +ValgrindOut.xml
... ...
v3270.cbp
... ... @@ -10,9 +10,8 @@
10 10 <Target title="Debug">
11 11 <Option output=".bin/Debug/libv3270" prefix_auto="1" extension_auto="1" />
12 12 <Option object_output=".obj/Debug/" />
13   - <Option type="1" />
  13 + <Option type="0" />
14 14 <Option compiler="gcc" />
15   - <Option use_console_runner="0" />
16 15 <Compiler>
17 16 <Add option="-g" />
18 17 <Add option="-DDEBUG=1" />
... ...