Commit 81532a4ecbfd1247c78cb8c1a4d1c902f44b14c5
1 parent
81afde04
Exists in
master
and in
1 other branch
Updating project.
Showing
1 changed file
with
9 additions
and
0 deletions
Show diff stats
v3270.cbp
... | ... | @@ -65,12 +65,21 @@ |
65 | 65 | <Unit filename="src/v3270/blink.c"> |
66 | 66 | <Option compilerVar="CC" /> |
67 | 67 | </Unit> |
68 | + <Unit filename="src/v3270/callbacks.c"> | |
69 | + <Option compilerVar="CC" /> | |
70 | + </Unit> | |
68 | 71 | <Unit filename="src/v3270/charset.c"> |
69 | 72 | <Option compilerVar="CC" /> |
70 | 73 | </Unit> |
74 | + <Unit filename="src/v3270/colors.c"> | |
75 | + <Option compilerVar="CC" /> | |
76 | + </Unit> | |
71 | 77 | <Unit filename="src/v3270/draw.c"> |
72 | 78 | <Option compilerVar="CC" /> |
73 | 79 | </Unit> |
80 | + <Unit filename="src/v3270/font.c"> | |
81 | + <Option compilerVar="CC" /> | |
82 | + </Unit> | |
74 | 83 | <Unit filename="src/v3270/iocallback.c"> |
75 | 84 | <Option compilerVar="CC" /> |
76 | 85 | </Unit> | ... | ... |