comparison src/Make_cyg_ming.mak @ 14937:d36dd08d36c1 v8.1.0480

patch 8.1.0480: MinGW build file uses different -I flags than MVC commit https://github.com/vim/vim/commit/b361db077ffb9669147d3ff1cc0191154f7289e4 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Oct 16 21:13:14 2018 +0200 patch 8.1.0480: MinGW build file uses different -I flags than MVC Problem: MinGW build file uses different -I flags than MVC. Solution: Add -I to $CFLAGS. (Ken takata)
author Bram Moolenaar <Bram@vim.org>
date Tue, 16 Oct 2018 21:15:05 +0200
parents 665d9c0fea86
children da4980d6052b
comparison
equal deleted inserted replaced
14936:f74c828b691c 14937:d36dd08d36c1
499 endif 499 endif
500 500
501 #>>>>> end of choices 501 #>>>>> end of choices
502 ########################################################################### 502 ###########################################################################
503 503
504 CFLAGS = -Iproto $(DEFINES) -pipe -march=$(ARCH) -Wall 504 CFLAGS = -I. -Iproto $(DEFINES) -pipe -march=$(ARCH) -Wall
505 CXXFLAGS = -std=gnu++11 505 CXXFLAGS = -std=gnu++11
506 WINDRES_FLAGS = --preprocessor="$(WINDRES_CC) -E -xc" -DRC_INVOKED 506 WINDRES_FLAGS = --preprocessor="$(WINDRES_CC) -E -xc" -DRC_INVOKED
507 EXTRA_LIBS = 507 EXTRA_LIBS =
508 508
509 ifdef GETTEXT 509 ifdef GETTEXT
1047 auto/if_perl.c: if_perl.xs typemap 1047 auto/if_perl.c: if_perl.xs typemap
1048 $(XSUBPP) -prototypes -typemap \ 1048 $(XSUBPP) -prototypes -typemap \
1049 $(PERLTYPEMAP) if_perl.xs -output $@ 1049 $(PERLTYPEMAP) if_perl.xs -output $@
1050 1050
1051 $(OUTDIR)/if_perl.o: auto/if_perl.c $(INCL) 1051 $(OUTDIR)/if_perl.o: auto/if_perl.c $(INCL)
1052 $(CC) -c $(CFLAGS) -I. auto/if_perl.c -o $(OUTDIR)/if_perl.o 1052 $(CC) -c $(CFLAGS) auto/if_perl.c -o $(OUTDIR)/if_perl.o
1053 1053
1054 1054
1055 $(OUTDIR)/if_ruby.o: if_ruby.c $(INCL) 1055 $(OUTDIR)/if_ruby.o: if_ruby.c $(INCL)
1056 ifeq (16, $(RUBY)) 1056 ifeq (16, $(RUBY))
1057 $(CC) $(CFLAGS) -U_WIN32 -c -o $(OUTDIR)/if_ruby.o if_ruby.c 1057 $(CC) $(CFLAGS) -U_WIN32 -c -o $(OUTDIR)/if_ruby.o if_ruby.c