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 | <Option compiler="gcc" /> |
8 | 8 | <Build> |
9 | 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 | 11 | <Option object_output=".obj/Debug/" /> |
12 | 12 | <Option type="3" /> |
13 | 13 | <Option compiler="gcc" /> |
... | ... | @@ -17,9 +17,9 @@ |
17 | 17 | </Compiler> |
18 | 18 | </Target> |
19 | 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 | 21 | <Option object_output=".obj/Release/" /> |
22 | - <Option type="1" /> | |
22 | + <Option type="3" /> | |
23 | 23 | <Option compiler="gcc" /> |
24 | 24 | <Compiler> |
25 | 25 | <Add option="-O2" /> |
... | ... | @@ -32,8 +32,8 @@ |
32 | 32 | </Build> |
33 | 33 | <Compiler> |
34 | 34 | <Add option="-Wall" /> |
35 | - <Add option="`pkg-config --cflags gtk+-3.0 lib3270`" /> | |
36 | 35 | <Add option="-fPIC" /> |
36 | + <Add option="`pkg-config --cflags gtk+-3.0 lib3270`" /> | |
37 | 37 | <Add directory="src/include" /> |
38 | 38 | </Compiler> |
39 | 39 | <Linker> |
... | ... | @@ -41,13 +41,15 @@ |
41 | 41 | <Add option="-fPIC" /> |
42 | 42 | </Linker> |
43 | 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 | 46 | </ExtraCommands> |
46 | 47 | <Unit filename="src/dialogs/hostselect.c"> |
47 | 48 | <Option compilerVar="CC" /> |
48 | 49 | </Unit> |
49 | 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 | 53 | <Unit filename="src/v3270/accessible.c"> |
52 | 54 | <Option compilerVar="CC" /> |
53 | 55 | </Unit> |
... | ... | @@ -84,9 +86,44 @@ |
84 | 86 | <Unit filename="src/v3270/selection.c"> |
85 | 87 | <Option compilerVar="CC" /> |
86 | 88 | </Unit> |
89 | + <Unit filename="src/v3270/v3270.marshal" /> | |
87 | 90 | <Unit filename="src/v3270/widget.c"> |
88 | 91 | <Option compilerVar="CC" /> |
89 | 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 | 127 | <Extensions> |
91 | 128 | <code_completion /> |
92 | 129 | <envvars /> | ... | ... |