Commit 0e2771293212daa0ecce458252fca0c9ea682eea

Authored by Perry Werneck
1 parent 1c6fc30d

Fixing codeblocks project

Showing 2 changed files with 3 additions and 2 deletions   Show diff stats
.gitignore
... ... @@ -54,4 +54,5 @@ doxygen/html
54 54 src/include/lib3270/actions.h
55 55 doxygen/doxyfile
56 56 win32-configure*
  57 +ValgrindOut.xml
57 58  
... ...
lib3270.cbp
... ... @@ -8,9 +8,9 @@
8 8 <Option compiler="gcc" />
9 9 <Build>
10 10 <Target title="Debug">
11   - <Option output=".bin/lib3270/Debug/3270" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="1" extension_auto="1" />
  11 + <Option output=".bin/Debug/lib3270" prefix_auto="1" extension_auto="1" />
12 12 <Option object_output=".obj/Debug/" />
13   - <Option type="3" />
  13 + <Option type="1" />
14 14 <Option compiler="gcc" />
15 15 <Option host_application=".bin/Debug/lib3270" />
16 16 <Option run_host_application_in_terminal="0" />
... ...