comparison src/Make_mvc.mak @ 6872:64ff14cbb665 v7.4.756

patch 7.4.756 Problem: Can't use strawberry Perl 5.22 x64 on MS-Windows. Solution: Add new defines and #if. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Thu, 25 Jun 2015 16:13:46 +0200
parents ea0468670fbe
children d973e23c3bf8
comparison
equal deleted inserted replaced
6871:644d290a906a 6872:64ff14cbb665
872 # For ActivePerl 5.18 and later 872 # For ActivePerl 5.18 and later
873 PERL_LIB = $(PERL_INCDIR)\libperl$(PERL_VER).a 873 PERL_LIB = $(PERL_INCDIR)\libperl$(PERL_VER).a
874 !endif 874 !endif
875 !endif 875 !endif
876 876
877 CFLAGS = $(CFLAGS) -DFEAT_PERL 877 CFLAGS = $(CFLAGS) -DFEAT_PERL -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS
878 878
879 # Do we want to load Perl dynamically? 879 # Do we want to load Perl dynamically?
880 !if "$(DYNAMIC_PERL)" == "yes" 880 !if "$(DYNAMIC_PERL)" == "yes"
881 CFLAGS = $(CFLAGS) -DDYNAMIC_PERL -DDYNAMIC_PERL_DLL=\"$(PERL_DLL)\" 881 CFLAGS = $(CFLAGS) -DDYNAMIC_PERL -DDYNAMIC_PERL_DLL=\"$(PERL_DLL)\"
882 !undef PERL_LIB 882 !undef PERL_LIB