Commit a059db794186b7770306632f15d106dad83fd4a6
1 parent
5ffd1c33
Exists in
master
and in
3 other branches
Updating project.
Showing
1 changed file
with
9 additions
and
2 deletions
Show diff stats
lib3270.cbp
| ... | ... | @@ -156,6 +156,9 @@ |
| 156 | 156 | <Unit filename="src/lib3270/macros.c"> |
| 157 | 157 | <Option compilerVar="CC" /> |
| 158 | 158 | </Unit> |
| 159 | + <Unit filename="src/lib3270/mkfb/mkfb.c"> | |
| 160 | + <Option compilerVar="CC" /> | |
| 161 | + </Unit> | |
| 159 | 162 | <Unit filename="src/lib3270/options.c"> |
| 160 | 163 | <Option compilerVar="CC" /> |
| 161 | 164 | </Unit> |
| ... | ... | @@ -202,6 +205,9 @@ |
| 202 | 205 | <Unit filename="src/lib3270/telnet.c"> |
| 203 | 206 | <Option compilerVar="CC" /> |
| 204 | 207 | </Unit> |
| 208 | + <Unit filename="src/lib3270/testprogram/testprogram.c"> | |
| 209 | + <Option compilerVar="CC" /> | |
| 210 | + </Unit> | |
| 205 | 211 | <Unit filename="src/lib3270/toggles.c"> |
| 206 | 212 | <Option compilerVar="CC" /> |
| 207 | 213 | </Unit> |
| ... | ... | @@ -214,10 +220,11 @@ |
| 214 | 220 | <Unit filename="src/lib3270/util.c"> |
| 215 | 221 | <Option compilerVar="CC" /> |
| 216 | 222 | </Unit> |
| 217 | - <Unit filename="src/lib3270/windows/resources.rc.in" /> | |
| 218 | - <Unit filename="src/testprogram/testprogram.c"> | |
| 223 | + <Unit filename="src/lib3270/version.c"> | |
| 219 | 224 | <Option compilerVar="CC" /> |
| 220 | 225 | </Unit> |
| 226 | + <Unit filename="src/lib3270/windows/resources.rc" /> | |
| 227 | + <Unit filename="src/lib3270/windows/resources.rc.in" /> | |
| 221 | 228 | <Extensions> |
| 222 | 229 | <code_completion /> |
| 223 | 230 | <envvars /> | ... | ... |