|
Line 0
Link Here
|
|
|
1 |
--- src/Makefile.orig 2017-09-12 06:50:34 UTC |
| 2 |
+++ src/Makefile |
| 3 |
@@ -3298,7 +3298,7 @@ objects/channel.o: channel.c |
| 4 |
Makefile: |
| 5 |
@echo The name of the makefile MUST be "Makefile" (with capital M)!!!! |
| 6 |
|
| 7 |
-CCCTERM = $(CCC) -Ilibvterm/include -DINLINE="" \ |
| 8 |
+CCCTERM = $(CCC_NF) -Ilibvterm/include $(ALL_CFLAGS) -DINLINE="" \ |
| 9 |
-DVSNPRINTF=vim_vsnprintf \ |
| 10 |
-DIS_COMBINING_FUNCTION=utf_iscomposing_uint \ |
| 11 |
-DWCWIDTH_FUNCTION=utf_uint2cells |