File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -972,7 +972,11 @@ GvimExt/gvimext.dll: GvimExt/gvimext.cpp GvimExt/gvimext.rc GvimExt/gvimext.h
972972 $(MAKE ) -C GvimExt -f Make_ming.mak CROSS=$(CROSS ) CROSS_COMPILE=$(CROSS_COMPILE ) CXX=' $(CXX)' STATIC_STDCPLUS=$(STATIC_STDCPLUS )
973973
974974tags : notags
975- $(CTAGS ) * .c * .cpp * .h if_perl.xs
975+ $(CTAGS ) * .c * .cpp * .h
976+ ifdef PERL
977+ $(CTAGS) --append=yes auto$(DIRSLASH)if_perl.c
978+ endif
979+
976980
977981notags :
978982 -$(DEL ) tags
@@ -981,7 +985,7 @@ clean:
981985 -$(DEL ) $(OUTDIR )$(DIRSLASH ) * .o
982986 -$(DEL ) $(OUTDIR )$(DIRSLASH ) * .res
983987 -rmdir $(OUTDIR )
984- -$(DEL ) * .exe
988+ -$(DEL ) $( TARGET ) vimrun.exe install.exe uninstal .exe
985989 -$(DEL ) pathdef.c
986990ifdef PERL
987991 -$(DEL) if_perl.c
Original file line number Diff line number Diff line change @@ -792,6 +792,8 @@ static char *(features[]) =
792792
793793static int included_patches [] =
794794{ /* Add new patch number below this line */
795+ /**/
796+ 482 ,
795797/**/
796798 481 ,
797799/**/
You can’t perform that action at this time.
0 commit comments