comparison src/Make_cyg_ming.mak @ 14933:665d9c0fea86 v8.1.0478

patch 8.1.0478: cannot build with perl using MinGW commit https://github.com/vim/vim/commit/65dc12143a0b5040922bdb47c522e93909701a10 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 15 20:11:18 2018 +0200 patch 8.1.0478: cannot build with perl using MinGW Problem: Cannot build with perl using MinGW. Solution: Add -I. (Ken takata, Cesar Romani)
author Bram Moolenaar <Bram@vim.org>
date Mon, 15 Oct 2018 20:15:04 +0200
parents 8b1b3228c410
children d36dd08d36c1
comparison
equal deleted inserted replaced
14932:0757a2eb7001 14933:665d9c0fea86
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) auto/if_perl.c -o $(OUTDIR)/if_perl.o 1052 $(CC) -c $(CFLAGS) -I. 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