Commit bb29dd36a3d7ec0944c70364c491808a28df45ce
1 parent
0b7b696b
Exists in
master
and in
1 other branch
Fixing windows build.
Showing
2 changed files
with
4 additions
and
2 deletions
Show diff stats
Makefile.in
| ... | ... | @@ -126,7 +126,6 @@ $(OBJDBG)/%.o: \ |
| 126 | 126 | $(CFLAGS) \ |
| 127 | 127 | -Wall -Wextra -fstack-check \ |
| 128 | 128 | -DDEBUG=1 \ |
| 129 | - -DDATADIR=$(BASEDIR) \ | |
| 130 | 129 | -o $@ -c $< |
| 131 | 130 | |
| 132 | 131 | $(OBJDBG)/%.o: \ |
| ... | ... | @@ -147,7 +146,6 @@ $(OBJRLS)/%.o: \ |
| 147 | 146 | @$(CC) \ |
| 148 | 147 | $(CFLAGS) \ |
| 149 | 148 | -DNDEBUG=1 \ |
| 150 | - -DDATADIR=$(datarootdir)/pw3270 \ | |
| 151 | 149 | -o $@ -c $< |
| 152 | 150 | |
| 153 | 151 | $(OBJRLS)/%.o: \ | ... | ... |
v3270.cbp
| ... | ... | @@ -45,6 +45,9 @@ |
| 45 | 45 | <Unit filename="src/dialogs/colorscheme.c"> |
| 46 | 46 | <Option compilerVar="CC" /> |
| 47 | 47 | </Unit> |
| 48 | + <Unit filename="src/dialogs/fontselect.c"> | |
| 49 | + <Option compilerVar="CC" /> | |
| 50 | + </Unit> | |
| 48 | 51 | <Unit filename="src/dialogs/hostselect.c"> |
| 49 | 52 | <Option compilerVar="CC" /> |
| 50 | 53 | </Unit> |
| ... | ... | @@ -56,6 +59,7 @@ |
| 56 | 59 | <Unit filename="src/include/v3270/colorscheme.h" /> |
| 57 | 60 | <Unit filename="src/include/v3270/filetransfer.h" /> |
| 58 | 61 | <Unit filename="src/include/v3270/ftprogress.h" /> |
| 62 | + <Unit filename="src/include/v3270/print.h" /> | |
| 59 | 63 | <Unit filename="src/include/v3270/trace.h" /> |
| 60 | 64 | <Unit filename="src/testprogram/testprogram.c"> |
| 61 | 65 | <Option compilerVar="CC" /> | ... | ... |