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,7 +126,6 @@ $(OBJDBG)/%.o: \ | ||
| 126 | $(CFLAGS) \ | 126 | $(CFLAGS) \ |
| 127 | -Wall -Wextra -fstack-check \ | 127 | -Wall -Wextra -fstack-check \ |
| 128 | -DDEBUG=1 \ | 128 | -DDEBUG=1 \ |
| 129 | - -DDATADIR=$(BASEDIR) \ | ||
| 130 | -o $@ -c $< | 129 | -o $@ -c $< |
| 131 | 130 | ||
| 132 | $(OBJDBG)/%.o: \ | 131 | $(OBJDBG)/%.o: \ |
| @@ -147,7 +146,6 @@ $(OBJRLS)/%.o: \ | @@ -147,7 +146,6 @@ $(OBJRLS)/%.o: \ | ||
| 147 | @$(CC) \ | 146 | @$(CC) \ |
| 148 | $(CFLAGS) \ | 147 | $(CFLAGS) \ |
| 149 | -DNDEBUG=1 \ | 148 | -DNDEBUG=1 \ |
| 150 | - -DDATADIR=$(datarootdir)/pw3270 \ | ||
| 151 | -o $@ -c $< | 149 | -o $@ -c $< |
| 152 | 150 | ||
| 153 | $(OBJRLS)/%.o: \ | 151 | $(OBJRLS)/%.o: \ |
v3270.cbp
| @@ -45,6 +45,9 @@ | @@ -45,6 +45,9 @@ | ||
| 45 | <Unit filename="src/dialogs/colorscheme.c"> | 45 | <Unit filename="src/dialogs/colorscheme.c"> |
| 46 | <Option compilerVar="CC" /> | 46 | <Option compilerVar="CC" /> |
| 47 | </Unit> | 47 | </Unit> |
| 48 | + <Unit filename="src/dialogs/fontselect.c"> | ||
| 49 | + <Option compilerVar="CC" /> | ||
| 50 | + </Unit> | ||
| 48 | <Unit filename="src/dialogs/hostselect.c"> | 51 | <Unit filename="src/dialogs/hostselect.c"> |
| 49 | <Option compilerVar="CC" /> | 52 | <Option compilerVar="CC" /> |
| 50 | </Unit> | 53 | </Unit> |
| @@ -56,6 +59,7 @@ | @@ -56,6 +59,7 @@ | ||
| 56 | <Unit filename="src/include/v3270/colorscheme.h" /> | 59 | <Unit filename="src/include/v3270/colorscheme.h" /> |
| 57 | <Unit filename="src/include/v3270/filetransfer.h" /> | 60 | <Unit filename="src/include/v3270/filetransfer.h" /> |
| 58 | <Unit filename="src/include/v3270/ftprogress.h" /> | 61 | <Unit filename="src/include/v3270/ftprogress.h" /> |
| 62 | + <Unit filename="src/include/v3270/print.h" /> | ||
| 59 | <Unit filename="src/include/v3270/trace.h" /> | 63 | <Unit filename="src/include/v3270/trace.h" /> |
| 60 | <Unit filename="src/testprogram/testprogram.c"> | 64 | <Unit filename="src/testprogram/testprogram.c"> |
| 61 | <Option compilerVar="CC" /> | 65 | <Option compilerVar="CC" /> |