File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -943,7 +943,7 @@ ifeq (yes, $(MAP))
943943LFLAGS += -Wl,-Map=$(TARGET ) .map
944944endif
945945
946- all : $(TARGET ) vimrun.exe xxd/xxd.exe install.exe uninstal.exe GvimExt/gvimext.dll
946+ all : $(TARGET ) vimrun.exe xxd/xxd.exe tee/tee.exe install.exe uninstal.exe GvimExt/gvimext.dll
947947
948948vimrun.exe : vimrun.c
949949 $(CC ) $(CFLAGS ) -o vimrun.exe vimrun.c $(LIB )
@@ -968,6 +968,9 @@ mpress: exes
968968xxd/xxd.exe : xxd/xxd.c
969969 $(MAKE ) -C xxd -f Make_ming.mak CC=' $(CC)'
970970
971+ tee/tee.exe : tee/tee.c
972+ $(MAKE ) -C tee CC=' $(CC)'
973+
971974GvimExt/gvimext.dll : GvimExt/gvimext.cpp GvimExt/gvimext.rc GvimExt/gvimext.h
972975 $(MAKE ) -C GvimExt -f Make_ming.mak CROSS=$(CROSS ) CROSS_COMPILE=$(CROSS_COMPILE ) CXX=' $(CXX)' STATIC_STDCPLUS=$(STATIC_STDCPLUS )
973976
@@ -996,6 +999,7 @@ ifdef MZSCHEME
996999endif
9971000 $(MAKE) -C GvimExt -f Make_ming.mak clean
9981001 $(MAKE) -C xxd -f Make_ming.mak clean
1002+ $(MAKE) -C tee clean
9991003
10001004# ##########################################################################
10011005INCL = vim.h alloc.h arabic.h ascii.h ex_cmds.h farsi.h feature.h globals.h \
Original file line number Diff line number Diff line change 1- # A very (if not the most) simplistic Makefile for OS/2
1+ # A very (if not the most) simplistic Makefile for MS-Windows and OS/2
22
33CC =gcc
44CFLAGS =-O2 -fno-strength-reduce
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+ 483 ,
795797/**/
796798 482 ,
797799/**/
You can’t perform that action at this time.
0 commit comments