Hi Bram, 2013/12/7 Sat 5:03:30 UTC+9 Bram Moolenaar wrote: > > ifeq (yes, $(DYNAMIC_PERL)) > > DEFINES += -DDYNAMIC_PERL -DDYNAMIC_PERL_DLL=\"perl$(PERL_VER).dll\" > > +EXTRA_LIBS += -L$(PERL)/lib/CORE -lperl$(PERL_VER) > > else > > EXTRA_LIBS += $(PERL)/lib/CORE/perl$(PERL_VER).lib > > endif > > Although this addition looks OK, does it work for older Perl versions? > If not, what condition should be put around the new line?
I think this line also works for older versions. But it has a possibility that (g)vim.exe is linked against perl$(PERL_VER).dll statically even if DYNAMIC_PERL is 'yes'. It can be confusing. Regards, Ken Takata -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
