Commit fa6eab214b8b8887a71a2b6a05179bcf30c84872
1 parent
27fce99f
Exists in
master
and in
1 other branch
Updating project file.
Showing
1 changed file
with
43 additions
and
6 deletions
Show diff stats
v3270.cbp
@@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
7 | <Option compiler="gcc" /> | 7 | <Option compiler="gcc" /> |
8 | <Build> | 8 | <Build> |
9 | <Target title="Debug"> | 9 | <Target title="Debug"> |
10 | - <Option output=".bin/Debug/3270 terminal widget for gtk" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="1" extension_auto="1" /> | 10 | + <Option output=".bin/Debug/v3270" 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 object_output=".obj/Debug/" /> | 11 | <Option object_output=".obj/Debug/" /> |
12 | <Option type="3" /> | 12 | <Option type="3" /> |
13 | <Option compiler="gcc" /> | 13 | <Option compiler="gcc" /> |
@@ -17,9 +17,9 @@ | @@ -17,9 +17,9 @@ | ||
17 | </Compiler> | 17 | </Compiler> |
18 | </Target> | 18 | </Target> |
19 | <Target title="Release"> | 19 | <Target title="Release"> |
20 | - <Option output=".bin/Release/3270 terminal widget for gtk" prefix_auto="1" extension_auto="1" /> | 20 | + <Option output=".bin/Release/v3270" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="1" extension_auto="1" /> |
21 | <Option object_output=".obj/Release/" /> | 21 | <Option object_output=".obj/Release/" /> |
22 | - <Option type="1" /> | 22 | + <Option type="3" /> |
23 | <Option compiler="gcc" /> | 23 | <Option compiler="gcc" /> |
24 | <Compiler> | 24 | <Compiler> |
25 | <Add option="-O2" /> | 25 | <Add option="-O2" /> |
@@ -32,8 +32,8 @@ | @@ -32,8 +32,8 @@ | ||
32 | </Build> | 32 | </Build> |
33 | <Compiler> | 33 | <Compiler> |
34 | <Add option="-Wall" /> | 34 | <Add option="-Wall" /> |
35 | - <Add option="`pkg-config --cflags gtk+-3.0 lib3270`" /> | ||
36 | <Add option="-fPIC" /> | 35 | <Add option="-fPIC" /> |
36 | + <Add option="`pkg-config --cflags gtk+-3.0 lib3270`" /> | ||
37 | <Add directory="src/include" /> | 37 | <Add directory="src/include" /> |
38 | </Compiler> | 38 | </Compiler> |
39 | <Linker> | 39 | <Linker> |
@@ -41,13 +41,15 @@ | @@ -41,13 +41,15 @@ | ||
41 | <Add option="-fPIC" /> | 41 | <Add option="-fPIC" /> |
42 | </Linker> | 42 | </Linker> |
43 | <ExtraCommands> | 43 | <ExtraCommands> |
44 | - <Add before="/usr/bin/glib-genmarshal --prefix=v3270 --header src/v3270/marshal > src/v3270/marshal.h" /> | 44 | + <Add before="/usr/bin/glib-genmarshal --prefix=v3270 --header src/v3270/v3270.marshal > src/v3270/marshal.h" /> |
45 | + <Add before="/usr/bin/glib-genmarshal --prefix=v3270ft --header src/v3270ft/v3270ft.marshal > src/v3270ft/marshal.h" /> | ||
45 | </ExtraCommands> | 46 | </ExtraCommands> |
46 | <Unit filename="src/dialogs/hostselect.c"> | 47 | <Unit filename="src/dialogs/hostselect.c"> |
47 | <Option compilerVar="CC" /> | 48 | <Option compilerVar="CC" /> |
48 | </Unit> | 49 | </Unit> |
49 | <Unit filename="src/dialogs/hostselect.h" /> | 50 | <Unit filename="src/dialogs/hostselect.h" /> |
50 | - <Unit filename="src/include/v3270.h" /> | 51 | + <Unit filename="src/include/accessible.h" /> |
52 | + <Unit filename="src/include/hostselect.h" /> | ||
51 | <Unit filename="src/v3270/accessible.c"> | 53 | <Unit filename="src/v3270/accessible.c"> |
52 | <Option compilerVar="CC" /> | 54 | <Option compilerVar="CC" /> |
53 | </Unit> | 55 | </Unit> |
@@ -84,9 +86,44 @@ | @@ -84,9 +86,44 @@ | ||
84 | <Unit filename="src/v3270/selection.c"> | 86 | <Unit filename="src/v3270/selection.c"> |
85 | <Option compilerVar="CC" /> | 87 | <Option compilerVar="CC" /> |
86 | </Unit> | 88 | </Unit> |
89 | + <Unit filename="src/v3270/v3270.marshal" /> | ||
87 | <Unit filename="src/v3270/widget.c"> | 90 | <Unit filename="src/v3270/widget.c"> |
88 | <Option compilerVar="CC" /> | 91 | <Option compilerVar="CC" /> |
89 | </Unit> | 92 | </Unit> |
93 | + <Unit filename="src/v3270ft/filelist.c"> | ||
94 | + <Option compilerVar="CC" /> | ||
95 | + </Unit> | ||
96 | + <Unit filename="src/v3270ft/get.c"> | ||
97 | + <Option compilerVar="CC" /> | ||
98 | + </Unit> | ||
99 | + <Unit filename="src/v3270ft/load.c"> | ||
100 | + <Option compilerVar="CC" /> | ||
101 | + </Unit> | ||
102 | + <Unit filename="src/v3270ft/misc.c"> | ||
103 | + <Option compilerVar="CC" /> | ||
104 | + </Unit> | ||
105 | + <Unit filename="src/v3270ft/private.h" /> | ||
106 | + <Unit filename="src/v3270ft/save.c"> | ||
107 | + <Option compilerVar="CC" /> | ||
108 | + </Unit> | ||
109 | + <Unit filename="src/v3270ft/select.c"> | ||
110 | + <Option compilerVar="CC" /> | ||
111 | + </Unit> | ||
112 | + <Unit filename="src/v3270ft/set.c"> | ||
113 | + <Option compilerVar="CC" /> | ||
114 | + </Unit> | ||
115 | + <Unit filename="src/v3270ft/tables.c"> | ||
116 | + <Option compilerVar="CC" /> | ||
117 | + </Unit> | ||
118 | + <Unit filename="src/v3270ft/transfer.c"> | ||
119 | + <Option compilerVar="CC" /> | ||
120 | + </Unit> | ||
121 | + <Unit filename="src/v3270ft/v3270ft.c"> | ||
122 | + <Option compilerVar="CC" /> | ||
123 | + </Unit> | ||
124 | + <Unit filename="src/v3270ft/v3270ftprogress.c"> | ||
125 | + <Option compilerVar="CC" /> | ||
126 | + </Unit> | ||
90 | <Extensions> | 127 | <Extensions> |
91 | <code_completion /> | 128 | <code_completion /> |
92 | <envvars /> | 129 | <envvars /> |