Commit 0e2771293212daa0ecce458252fca0c9ea682eea
1 parent
1c6fc30d
Exists in
master
and in
3 other branches
Fixing codeblocks project
Showing
2 changed files
with
3 additions
and
2 deletions
Show diff stats
.gitignore
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" /> | ... | ... |